Calculates and outputs the mean and maximum Courant Numbers. More...
Go to the source code of this file.
Functions | |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | meshCoNum = 0.0 |
scalar | meanMeshCoNum = 0.0 |
Calculates and outputs the mean and maximum Courant Numbers.
Original source file meshCourantNo.H
Definition in file meshCourantNo.H.
if | ( | mesh. | nInternalFaces() | ) |
Definition at line 32 of file meshCourantNo.H.
References Foam::endl(), Foam::gMax(), Foam::gSum(), Foam::Info, Foam::mag(), meanMeshCoNum, mesh, meshCoNum, scalarField(), and Foam::fvc::surfaceSum().
scalar meshCoNum = 0.0 |
Definition at line 29 of file meshCourantNo.H.
Referenced by if().
scalar meanMeshCoNum = 0.0 |
Definition at line 30 of file meshCourantNo.H.
Referenced by if().