Calculates and outputs the mean and maximum Courant Numbers. More...
Calculates and outputs the mean and maximum Courant Numbers.
Definition in file compressibleCourantNo.H.
Go to the source code of this file.
Functions | |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | CoNum = 0.0 |
scalar | meanCoNum = 0.0 |
if | ( | mesh. | nInternalFaces() ) |
Definition at line 33 of file compressibleCourantNo.H.
References CoNum, Foam::fvc::interpolate(), Foam::mag(), Foam::max(), meanCoNum, mesh, phi, rho, and Foam::sum().
scalar CoNum = 0.0 |
Definition at line 30 of file compressibleCourantNo.H.
scalar meanCoNum = 0.0 |
Definition at line 31 of file compressibleCourantNo.H.
Referenced by if().