porousCourantNo.H File Reference

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

Go to the source code of this file.

Functions

 if (porosityEnabled)
 

Variables

scalar CoNum = 0
 
scalar meanCoNum = 0
 
 else
 

Detailed Description

Calculates and outputs the mean and maximum Courant Numbers.

Original source file porousCourantNo.H

Definition in file porousCourantNo.H.

Function Documentation

◆ if()

if ( porosityEnabled  )

Definition at line 40 of file porousCourantNo.H.

References CoNum, meanCoNum, mesh, runTime, and tporosity.

Variable Documentation

◆ CoNum

scalar CoNum = 0

Definition at line 31 of file porousCourantNo.H.

Referenced by if().

◆ meanCoNum

meanCoNum = 0

Definition at line 32 of file porousCourantNo.H.

Referenced by if().

◆ else

else
Initial value:
{
CoNum = 0.5*gMax(sumPhi/mesh.V().field())*runTime.deltaTValue()
dynamicFvMesh & mesh
engineTime & runTime
scalar CoNum

Definition at line 52 of file porousCourantNo.H.