Loading...
Searching...
No Matches
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 29 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 25 of file porousAlphaCourantNo.H.

Referenced by if(), and if().

◆ alphaCoNum

scalar alphaCoNum = 0

Definition at line 26 of file porousAlphaCourantNo.H.

◆ meanAlphaCoNum

scalar meanAlphaCoNum = 0

Definition at line 27 of file porousAlphaCourantNo.H.