Loading...
Searching...
No Matches
alphaCourantNo.H File Reference

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

Detailed Description

Calculates and outputs the mean and maximum Courant Numbers.

Original source file alphaCourantNo.H

Definition in file alphaCourantNo.H.

Function Documentation

◆ maxAlphaCo()

scalar maxAlphaCo ( runTime. controlDict).get< scalar >("maxAlphaCo")

References runTime.

◆ maxAlphaDdt()

scalar maxAlphaDdt ( runTime. controlDict).getOrDefault("maxAlphaDdt", GREAT)

References runTime.

Referenced by if().

Here is the caller graph for this function:

◆ maxDi()

scalar maxDi ( runTime. controlDict).getOrDefault< scalar >("maxDi", GREAT)

References runTime.

◆ if()

if ( mesh. nInternalFaces())

Definition at line 46 of file alphaCourantNo.H.

References alphaCoNum, ddtAlphaNum, DiNum, fluid, meanAlphaCoNum, mesh, phi, and runTime.

Variable Documentation

◆ alphaCoNum

scalar alphaCoNum = 0.0

Definition at line 41 of file alphaCourantNo.H.

Referenced by if(), and if().

◆ meanAlphaCoNum

scalar meanAlphaCoNum = 0.0

Definition at line 42 of file alphaCourantNo.H.

Referenced by if().

◆ ddtAlphaNum

scalar ddtAlphaNum = 0.0

Definition at line 43 of file alphaCourantNo.H.

Referenced by if(), and if().

◆ DiNum

scalar DiNum = 0.0

Definition at line 44 of file alphaCourantNo.H.