All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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().lookup< scalar >("maxAlphaCo"))
 
 if (mesh.nInternalFaces())
 

Variables

scalar alphaCoNum = 0.0
 
scalar meanAlphaCoNum = 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).lookup< scalar >("maxAlphaCo")

Referenced by if().

Here is the caller graph for this function:

◆ if()

if ( mesh.  nInternalFaces())

Definition at line 37 of file alphaCourantNo.H.

References alphaCoNum, Foam::endl(), Foam::gMax(), Foam::gSum(), Foam::Info, Foam::mag(), meanAlphaCoNum, mesh, mixture, phi, runTime, scalarField(), and Foam::fvc::surfaceSum().

Here is the call graph for this function:

Variable Documentation

◆ alphaCoNum

scalar alphaCoNum = 0.0

Definition at line 34 of file alphaCourantNo.H.

Referenced by if().

◆ meanAlphaCoNum

scalar meanAlphaCoNum = 0.0

Definition at line 35 of file alphaCourantNo.H.

Referenced by if().