Class with limiter function which returns the limiter for the Phi differencing scheme. More...
#include <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 |
Class with limiter function which returns the limiter for the Phi differencing scheme.
Used in conjunction with the template class PhiScheme.
|
inline |
Definition at line 58 of file Phi.H.
References Foam::exit(), Foam::FatalIOError, and FatalIOErrorInFunction.
Referenced by PhiScheme< vector, PhiLimiter >::PhiScheme(), PhiScheme< vector, PhiLimiter >::PhiScheme(), and PhiScheme< vector, PhiLimiter >::PhiScheme().


|
inline |
Definition at line 71 of file Phi.H.
References Foam::clamp(), and Foam::stabilise().
Referenced by PhiScheme< Type, PhiLimiter >::limiter().

