Calculates and outputs the mean and maximum Courant Numbers. More...
Calculates and outputs the mean and maximum Courant Numbers.
Definition in file alphaCourantNo.H.
Go to the source code of this file.
Functions | |
scalar | maxAlphaCo (readScalar(runTime.controlDict().lookup("maxAlphaCo"))) |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | alphaCoNum = 0.0 |
scalar | meanAlphaCoNum = 0.0 |
scalar maxAlphaCo | ( | readScalar(runTime.controlDict().lookup("maxAlphaCo")) | ) |
Referenced by if().
if | ( | mesh. | nInternalFaces() ) |
Definition at line 38 of file alphaCourantNo.H.
References Foam::fvc::interpolate(), Foam::mag(), Foam::max(), mesh, phi, pos(), and Foam::sum().
scalar alphaCoNum = 0.0 |
Definition at line 35 of file alphaCourantNo.H.
Referenced by if().
scalar meanAlphaCoNum = 0.0 |
Definition at line 36 of file alphaCourantNo.H.