FreeFOAM The Cross-Platform CFD Toolkit
meshCourantNo.H File Reference

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


Detailed Description

Calculates and outputs the mean and maximum Courant Numbers.

Definition in file meshCourantNo.H.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (mesh.nInternalFaces())

Variables

scalar meshCoNum = 0.0
scalar meanMeshCoNum = 0.0

Function Documentation

if ( mesh.  nInternalFaces())

Definition at line 33 of file meshCourantNo.H.

References Foam::mag(), Foam::max(), meanMeshCoNum, mesh, meshCoNum, and Foam::sum().


Variable Documentation

scalar meshCoNum = 0.0

Definition at line 30 of file meshCourantNo.H.

Referenced by if().

scalar meanMeshCoNum = 0.0

Definition at line 31 of file meshCourantNo.H.

Referenced by if().