Calculates and outputs the mean and maximum Courant Numbers. More...
Go to the source code of this file.
Functions | |
| if (mesh.nInternalFaces()) | |
Variables | |
| scalar | maxAlphaCo = runTime.controlDict().get<scalar>("maxAlphaCo") |
| scalar | alphaCoNum = 0 |
| scalar | meanAlphaCoNum = 0 |
Calculates and outputs the mean and maximum Courant Numbers.
Original source file porousAlphaCourantNo.H
Definition in file porousAlphaCourantNo.H.
| if | ( | mesh. | nInternalFaces() | ) |
Definition at line 29 of file porousAlphaCourantNo.H.
References alphaCoNum, meanAlphaCoNum, mesh, mixture, phi, porosityEnabled(), runTime, and tporosity.

| scalar maxAlphaCo = runTime.controlDict().get<scalar>("maxAlphaCo") |
Definition at line 25 of file porousAlphaCourantNo.H.
| scalar alphaCoNum = 0 |
Definition at line 26 of file porousAlphaCourantNo.H.
| scalar meanAlphaCoNum = 0 |
Definition at line 27 of file porousAlphaCourantNo.H.