Class with limiter function which returns the limiter for the Phi differencing scheme. More...
#include <finiteVolume/Phi.H>
Class with limiter function which returns the limiter for the Phi differencing scheme.
Used in conjunction with the template class PhiScheme.
Definition at line 52 of file Phi.H.
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 |
PhiLimiter | ( | Istream & | is ) | [inline]
|
Definition at line 58 of file Phi.H.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorIn.
scalar limiter | ( | const scalar | cdWeight, |
const scalar | faceFlux, | ||
const vector & | PhiP, | ||
const vector & | PhiN, | ||
const vector & | Sf, | ||
const scalar & | |||
) | const [inline]
|
Definition at line 72 of file Phi.H.
References Foam::max(), Foam::min(), phiU(), and Foam::stabilise().
Referenced by PhiScheme< Type, PhiLimiter >::limiter().