Calculates and outputs the mean and maximum Courant Numbers. More...
Go to the source code of this file.
Functions | |
| scalar | maxAlphaCo (runTime.controlDict().get< scalar >("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 | ( | runTime. | controlDict).get< scalar >("maxAlphaCo" | ) |
References runTime.
| if | ( | mesh. | nInternalFaces() | ) |
Definition at line 33 of file alphaCourantNo.H.
References alpha1, alphaCoNum, meanAlphaCoNum, mesh, phi, and runTime.
| scalar alphaCoNum = 0.0 |
Definition at line 30 of file alphaCourantNo.H.
| scalar meanAlphaCoNum = 0.0 |
Definition at line 31 of file alphaCourantNo.H.