FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

compressibleCourantNo.H File Reference

Calculates the mean and maximum wave speed based Courant Numbers. More...


Detailed Description

Calculates the mean and maximum wave speed based Courant Numbers.

Definition in file compressibleCourantNo.H.

Go to the source code of this file.

Functions

 if (mesh.nInternalFaces())

Variables

scalar  CoNum = 0.0
scalar  meanCoNum = 0.0

Function Documentation

if ( mesh.   nInternalFaces()  )

Definition at line 33 of file compressibleCourantNo.H.

References CoNum, Foam::max(), meanCoNum, mesh, and Foam::sum().


Variable Documentation

scalar CoNum = 0.0

Definition at line 30 of file compressibleCourantNo.H.

scalar meanCoNum = 0.0

Definition at line 31 of file compressibleCourantNo.H.