Loading...
Searching...
No Matches
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()

Definition at line 34 of file porousCourantNo.H.

References CoNum, meanCoNum, mesh, porosityEnabled(), runTime, and tporosity.

Here is the call graph for this function:

Variable Documentation

◆ CoNum

scalar CoNum = 0

Definition at line 25 of file porousCourantNo.H.

◆ meanCoNum

meanCoNum = 0

Definition at line 26 of file porousCourantNo.H.

◆ else

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

Definition at line 46 of file porousCourantNo.H.