Class with limiter function which returns the limiter for the quadratic-upwind interpolation scheme. More...
Public Member Functions | |
QUICKVLimiter (Istream &) | |
scalar | limiter (const scalar cdWeight, const scalar faceFlux, const typename LimiterFunc::phiType &phiP, const typename LimiterFunc::phiType &phiN, const typename LimiterFunc::gradPhiType &gradcP, const typename LimiterFunc::gradPhiType &gradcN, const vector &d) const |
Class with limiter function which returns the limiter for the quadratic-upwind interpolation scheme.
Note that the weighting factors are not bounded between upwind and centred interpolation, some downwind contribution is possible although the interpolate is limited to be between the upwind and downwind cell values.
Used in conjunction with the template class LimitedScheme.
|
inline |
|
inline |
Definition at line 67 of file QUICKV.H.
References Foam::max(), Foam::min(), and Foam::stabilise().