Public Member Functions | List of all members
QUICKLimiter< LimiterFunc > Class Template Reference

Class with limiter function which returns the limiter for the quadratic-upwind differencing scheme. More...

Inheritance diagram for QUICKLimiter< LimiterFunc >:
Inheritance graph
[legend]
Collaboration diagram for QUICKLimiter< LimiterFunc >:
Collaboration graph
[legend]

Public Member Functions

 QUICKLimiter (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
 

Detailed Description

template<class LimiterFunc>
class Foam::QUICKLimiter< LimiterFunc >

Class with limiter function which returns the limiter for the quadratic-upwind differencing scheme.

Note that the weighting factors are not bounded between upwind and central-differencing, 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.

Source files

Definition at line 57 of file QUICK.H.

Constructor & Destructor Documentation

◆ QUICKLimiter()

QUICKLimiter ( Istream )
inline

Definition at line 64 of file QUICK.H.

References QUICKLimiter< LimiterFunc >::limiter().

Here is the call graph for this function:

Member Function Documentation

◆ limiter()

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
inline

Definition at line 68 of file QUICK.H.

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

Referenced by QUICKLimiter< LimiterFunc >::QUICKLimiter().

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: