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

alphaCourantNo.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 alphaCourantNo.H.

Go to the source code of this file.

Functions

scalar  maxAlphaCo (readScalar(runTime.controlDict().lookup("maxAlphaCo")))
 if (mesh.nInternalFaces())

Variables

scalar  alphaCoNum = 0.0
scalar  meanAlphaCoNum = 0.0

Function Documentation

scalar maxAlphaCo ( readScalar(runTime.controlDict().lookup("maxAlphaCo"))    )
if ( mesh.   nInternalFaces()  )

Definition at line 38 of file alphaCourantNo.H.

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


Variable Documentation

scalar alphaCoNum = 0.0

Definition at line 35 of file alphaCourantNo.H.

scalar meanAlphaCoNum = 0.0

Definition at line 36 of file alphaCourantNo.H.