Calculates and outputs the maximum Courant Number. More...
Go to the source code of this file.
Functions | |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | CoNum = 0.0 |
scalar | meanCoNum = 0.0 |
scalar | waveCoNum = 0.0 |
Calculates and outputs the maximum Courant Number.
Original source file CourantNo.H
Definition in file CourantNo.H.
if | ( | mesh. | nInternalFaces() | ) |
Definition at line 34 of file CourantNo.H.
References CoNum, Foam::endl(), Foam::gMax(), Foam::gSum(), h, Foam::Info, Foam::fvc::interpolate(), Foam::mag(), meanCoNum, mesh, phi, runTime, scalarField(), Foam::sqrt(), Foam::fvc::surfaceSum(), dimensioned< Type >::value(), and waveCoNum.
scalar CoNum = 0.0 |
Definition at line 30 of file CourantNo.H.
scalar meanCoNum = 0.0 |
Definition at line 31 of file CourantNo.H.
scalar waveCoNum = 0.0 |
Definition at line 32 of file CourantNo.H.
Referenced by if().