Calculates and outputs the mean and maximum Courant Numbers. More...
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 |
Calculates and outputs the mean and maximum Courant Numbers.
Original source file alphaCourantNo.H
Definition in file alphaCourantNo.H.
| scalar maxAlphaCo | ( | readScalar(runTime.controlDict().lookup("maxAlphaCo")) | ) |
| if | ( | mesh. | nInternalFaces() | ) |
Definition at line 37 of file alphaCourantNo.H.
References Foam::endl(), Foam::gMax(), Foam::gSum(), Foam::Info, Foam::mag(), mesh, mixture, phi, scalarField(), and Foam::fvc::surfaceSum().

| scalar alphaCoNum = 0.0 |
Definition at line 34 of file alphaCourantNo.H.
Referenced by if().
| scalar meanAlphaCoNum = 0.0 |
Definition at line 35 of file alphaCourantNo.H.
1.8.11