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.

Variables

scalar alphaCoNum = 0
 
const scalar meanAlphaCoNum
 

Detailed Description

Calculates and outputs the mean and maximum Courant Numbers.

Original source file alphaCourantNo.H

Definition in file alphaCourantNo.H.

Variable Documentation

◆ alphaCoNum

alphaCoNum = 0

Definition at line 29 of file alphaCourantNo.H.

Referenced by if(), and VoFSolver::maxDeltaT().

◆ meanAlphaCoNum

const scalar meanAlphaCoNum
Initial value:
=
0.5
*(gSum(sumPhi)/gSum(mesh.V().primitiveField()))
*runTime.deltaTValue()
Type gSum(const FieldField< Field, Type > &f)

Definition at line 41 of file alphaCourantNo.H.