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")) | ) |
if | ( | mesh. | nInternalFaces() ) |
Definition at line 38 of file alphaCourantNo.H.
References Foam::mag(), Foam::max(), mesh, phi, and Foam::sum().
scalar alphaCoNum = 0.0 |
Definition at line 35 of file alphaCourantNo.H.
scalar meanAlphaCoNum = 0.0 |
Definition at line 36 of file alphaCourantNo.H.