capillaryCourantNo.H
Go to the documentation of this file.
1{
2 scalar CoNumSigma = max
3 (
4 sqrt
5 (
6 2*M_PI*sigma*sqr(aMesh.edgeInterpolation::deltaCoeffs())
7 *aMesh.edgeInterpolation::deltaCoeffs()
8 /rhol
9 )
10 ).value()*runTime.deltaT().value();
11
12 Info<< "Max Capillary Courant Number = " << CoNumSigma << '\n' << endl;
13}
Y[inertIndex] max(0.0)
engineTime & runTime
dimensionedSymmTensor sqr(const dimensionedVector &dv)
messageStream Info
Information stream (stdout output on master, null elsewhere)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:372
dimensionedScalar rhol("rhol", dimDensity, transportProperties)
faMesh aMesh(mesh)