Class with limiter function which returns the limiter for the van Leer's MUSCL differencing scheme. More...

Inheritance diagram for MUSCLLimiter< LimiterFunc >:
[legend]
Collaboration diagram for MUSCLLimiter< LimiterFunc >:
[legend]

Public Member Functions

 MUSCLLimiter (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::MUSCLLimiter< LimiterFunc >

Class with limiter function which returns the limiter for the van Leer's MUSCL differencing scheme.

Used in conjunction with the template class LimitedScheme.

Source files

Definition at line 57 of file MUSCL.H.

Constructor & Destructor Documentation

◆ MUSCLLimiter()

MUSCLLimiter ( Istream )
inline

Definition at line 64 of file MUSCL.H.

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 67 of file MUSCL.H.

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

Here is the call graph for this function:

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