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 39 of file surfaceCourantNo.H.

References aMesh(), CoNum, max(), meanCoNum, phis(), runTime, and velMag.

Here is the call graph for this function:

Variable Documentation

◆ CoNum

scalar CoNum = 0.0

Definition at line 35 of file surfaceCourantNo.H.

Referenced by if().

◆ meanCoNum

scalar meanCoNum = 0.0

Definition at line 36 of file surfaceCourantNo.H.

Referenced by if().

◆ velMag

scalar velMag = 0.0

Definition at line 37 of file surfaceCourantNo.H.

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