surfaceCourantNo.H File Reference

Calculates and outputs the mean and maximum Courant Numbers for the Finite Area method. More...

Go to the source code of this file.

Functions

 if (aMesh.nInternalEdges())
 

Variables

scalar CoNum = 0.0
 
scalar meanCoNum = 0.0
 
scalar velMag = 0.0
 

Detailed Description

Calculates and outputs the mean and maximum Courant Numbers for the Finite Area method.

Original source file surfaceCourantNo.H

Author Hrvoje Jasak, Wikki Ltd.

Definition in file surfaceCourantNo.H.

Function Documentation

◆ if()

if ( aMesh.  nInternalEdges())

Definition at line 33 of file surfaceCourantNo.H.

References CoNum, Foam::mag(), Foam::max(), meanCoNum, phis(), runTime, Foam::sum(), and velMag.

Here is the call graph for this function:

Variable Documentation

◆ CoNum

scalar CoNum = 0.0

Definition at line 29 of file surfaceCourantNo.H.

Referenced by if().

◆ meanCoNum

scalar meanCoNum = 0.0

Definition at line 30 of file surfaceCourantNo.H.

Referenced by if().

◆ velMag

scalar velMag = 0.0

Definition at line 31 of file surfaceCourantNo.H.

Referenced by liquidFilmBase::CourantNumber(), and if().