FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

QUICKLimiter< LimiterFunc > Class Template Reference

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

#include <finiteVolume/QUICK.H>


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 58 of file QUICK.H.

List of all members.

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

Constructor & Destructor Documentation

QUICKLimiter ( Istream &    ) [inline]

Definition at line 65 of file QUICK.H.


Member Function Documentation

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 69 of file QUICK.H.

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


The documentation for this class was generated from the following file:
  • src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/QUICK/QUICK.H