porousAlphaCourantNo.H File Reference

Calculates and outputs the mean and maximum Courant Numbers. More...

Go to the source code of this file.

Functions

 if (mesh.nInternalFaces())
 

Variables

scalar maxAlphaCo = runTime.controlDict().get<scalar>("maxAlphaCo")
 
scalar alphaCoNum = 0
 
scalar meanAlphaCoNum = 0
 

Detailed Description

Calculates and outputs the mean and maximum Courant Numbers.

Original source file porousAlphaCourantNo.H

Definition in file porousAlphaCourantNo.H.

Function Documentation

◆ if()

if ( mesh.  nInternalFaces())

Definition at line 35 of file porousAlphaCourantNo.H.

References alphaCoNum, meanAlphaCoNum, mesh, mixture, phi, porosityEnabled(), runTime, and tporosity.

Here is the call graph for this function:

Variable Documentation

◆ maxAlphaCo

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

Definition at line 31 of file porousAlphaCourantNo.H.

Referenced by if().

◆ alphaCoNum

scalar alphaCoNum = 0

Definition at line 32 of file porousAlphaCourantNo.H.

Referenced by if().

◆ meanAlphaCoNum

scalar meanAlphaCoNum = 0

Definition at line 33 of file porousAlphaCourantNo.H.

Referenced by if().