Calculates and outputs the mean and maximum Courant Numbers for the Finite Area method. More...
Go to the source code of this file.
Functions | |
| if (aMesh.nInternalEdges()) | |
Variables | |
| scalar | CoNum = 0.0 |
| scalar | meanCoNum = 0.0 |
| scalar | velMag = 0.0 |
Calculates and outputs the mean and maximum Courant Numbers for the Finite Area method.
Original source file surfaceCourantNo.H
Author Hrvoje Jasak, Wikki Ltd.
Definition in file surfaceCourantNo.H.
| if | ( | aMesh. | nInternalEdges() | ) |
| scalar CoNum = 0.0 |
Definition at line 29 of file surfaceCourantNo.H.
| scalar meanCoNum = 0.0 |
Definition at line 30 of file surfaceCourantNo.H.
| scalar velMag = 0.0 |
Definition at line 31 of file surfaceCourantNo.H.
Referenced by liquidFilmBase::CourantNumber(), and if().