Public Member Functions | List of all members
PhiLimiter Class Reference

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

Inheritance diagram for PhiLimiter:
Inheritance graph
[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 51 of file Phi.H.

Constructor & Destructor Documentation

◆ PhiLimiter()

PhiLimiter ( Istream is)
inline

Definition at line 57 of file Phi.H.

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

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 71 of file Phi.H.

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

Referenced by PhiLimiter::PhiLimiter().

Here is the call graph for this function:
Here is the caller graph for this function:

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