Calculates and outputs the mean and maximum Courant Numbers. More...
Go to the source code of this file.
Functions | |
scalar | maxAlphaCo (runTime.controlDict().get< scalar >("maxAlphaCo")) |
scalar | maxAlphaDdt (runTime.controlDict().getOrDefault("maxAlphaDdt", GREAT)) |
scalar | maxDi (runTime.controlDict().getOrDefault< scalar >("maxDi", GREAT)) |
if (mesh.nInternalFaces()) | |
Variables | |
scalar | alphaCoNum = 0.0 |
scalar | meanAlphaCoNum = 0.0 |
scalar | ddtAlphaNum = 0.0 |
scalar | DiNum = 0.0 |
Calculates and outputs the mean and maximum Courant Numbers.
Original source file alphaCourantNo.H
Definition in file alphaCourantNo.H.
scalar maxAlphaCo | ( | runTime. | controlDict).get< scalar >("maxAlphaCo" | ) |
scalar maxAlphaDdt | ( | runTime. | controlDict).getOrDefault("maxAlphaDdt", GREAT | ) |
scalar maxDi | ( | runTime. | controlDict).getOrDefault< scalar >("maxDi", GREAT | ) |
if | ( | mesh. | nInternalFaces() | ) |
Definition at line 46 of file alphaCourantNo.H.
References alphaCoNum, ddtAlphaNum, DiNum, fluid, Foam::gMax(), Foam::gSum(), Foam::mag(), meanAlphaCoNum, mesh, phi, runTime, and Foam::fvc::surfaceSum().
scalar alphaCoNum = 0.0 |
Definition at line 41 of file alphaCourantNo.H.
Referenced by if().
scalar meanAlphaCoNum = 0.0 |
Definition at line 42 of file alphaCourantNo.H.
Referenced by if().
scalar ddtAlphaNum = 0.0 |
Definition at line 43 of file alphaCourantNo.H.
Referenced by if().
scalar DiNum = 0.0 |
Definition at line 44 of file alphaCourantNo.H.
Referenced by if().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.