FreeFOAM The Cross-Platform CFD Toolkit
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.

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

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::fvc::interpolate(), Foam::mag(), Foam::max(), mesh, phi, pos(), 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.