Class with limiter function which returns the limiter for the Phi differencing scheme. More...

Inheritance diagram for PhiLimiter:
[legend]

Public Member Functions

 PhiLimiter (Istream &is)
 
scalar limiter (const scalar cdWeight, const scalar faceFlux, const vector &PhiP, const vector &PhiN, const vector &Sf, const scalar &) const
 

Detailed Description

Class with limiter function which returns the limiter for the Phi differencing scheme.

Used in conjunction with the template class PhiScheme.

Source files

Definition at line 56 of file Phi.H.

Constructor & Destructor Documentation

◆ PhiLimiter()

PhiLimiter ( Istream is)
inline

Definition at line 62 of file Phi.H.

References Foam::exit(), Foam::FatalIOError, and FatalIOErrorInFunction.

Here is the call graph for this function:

Member Function Documentation

◆ limiter()

scalar limiter ( const scalar  cdWeight,
const scalar  faceFlux,
const vector PhiP,
const vector PhiN,
const vector Sf,
const scalar &   
) const
inline

Definition at line 75 of file Phi.H.

References Foam::max(), Foam::min(), and Foam::stabilise().

Here is the call graph for this function:

The documentation for this class was generated from the following file: