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")

◆ maxAlphaDdt()

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

Referenced by if().

Here is the caller graph for this function:

◆ maxDi()

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

◆ if()

if ( mesh.  nInternalFaces())

Definition at line 52 of file alphaCourantNo.H.

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

Variable Documentation

◆ alphaCoNum

scalar alphaCoNum = 0.0

Definition at line 47 of file alphaCourantNo.H.

Referenced by if().

◆ meanAlphaCoNum

scalar meanAlphaCoNum = 0.0

Definition at line 48 of file alphaCourantNo.H.

Referenced by if().

◆ ddtAlphaNum

scalar ddtAlphaNum = 0.0

Definition at line 49 of file alphaCourantNo.H.

Referenced by if().

◆ DiNum

scalar DiNum = 0.0

Definition at line 50 of file alphaCourantNo.H.

Referenced by if().