Calculates and outputs the mean and maximum Courant Numbers. More...
Go to the source code of this file.
Functions | |
| if (mesh.nInternalFaces()) | |
Variables | |
| scalar | CoNum = 0.0 |
| scalar | meanCoNum = 0.0 |
| scalar | acousticCoNum = 0.0 |
Calculates and outputs the mean and maximum Courant Numbers.
Original source file CourantNo.H
Definition in file CourantNo.H.
| if | ( | mesh. | nInternalFaces() | ) |
Definition at line 33 of file CourantNo.H.
References acousticCoNum, CoNum, Foam::endl(), Foam::gMax(), Foam::gSum(), Foam::Info, Foam::MULES::interpolate(), Foam::mag(), meanCoNum, mesh, phi, psi, scalarField(), Foam::sqrt(), and Foam::fvc::surfaceSum().

| scalar CoNum = 0.0 |
Definition at line 29 of file CourantNo.H.
| scalar meanCoNum = 0.0 |
Definition at line 30 of file CourantNo.H.
| scalar acousticCoNum = 0.0 |
Definition at line 31 of file CourantNo.H.
Referenced by if().
1.8.11