Public Member Functions | Static Public Member Functions | List of all members
faceLimitedGrad< Type > Class Template Reference

faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme. More...

Inheritance diagram for faceLimitedGrad< Type >:
Inheritance graph
[legend]
Collaboration diagram for faceLimitedGrad< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("faceLimited")
 
 faceLimitedGrad (const faMesh &mesh, Istream &schemeData)
 
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > grad (const GeometricField< Type, faPatchField, areaMesh > &) const
 
- Public Member Functions inherited from gradScheme< Type >
 declareRunTimeSelectionTable (tmp, gradScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 gradScheme (const faMesh &mesh)
 
virtual ~gradScheme ()
 
const faMeshmesh () const
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 
int count () const noexcept
 
bool unique () const noexcept
 
void operator++ () noexcept
 
void operator++ (int) noexcept
 
void operator-- () noexcept
 
void operator-- (int) noexcept
 

Static Public Member Functions

static void limitEdge (Type &limiter, const Type &maxDelta, const Type &minDelta, const Type &extrapolate)
 
- Static Public Member Functions inherited from gradScheme< Type >
static tmp< gradScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 

Detailed Description

template<class Type>
class Foam::fa::faceLimitedGrad< Type >

faceLimitedGrad gradient scheme applied to a runTime selected base gradient scheme.

The scalar limiter based on limiting the extrapolated face values between the maximum and minimum cell and cell neighbour values and is applied to all components of the gradient.

Author Hrvoje Jasak, Wikki Ltd.

Source files

Definition at line 60 of file faceLimitedFaGrad.H.

Constructor & Destructor Documentation

◆ faceLimitedGrad()

faceLimitedGrad ( const faMesh mesh,
Istream schemeData 
)
inline

Definition at line 90 of file faceLimitedFaGrad.H.

References Foam::exit(), Foam::FatalIOError, and FatalIOErrorInFunction.

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "faceLimited"  )

◆ limitEdge()

static void limitEdge ( Type &  limiter,
const Type &  maxDelta,
const Type &  minDelta,
const Type &  extrapolate 
)
inlinestatic

Referenced by makeFaGradScheme().

Here is the caller graph for this function:

◆ grad()

tmp< GeometricField <typename outerProduct<vector, Type>::type, faPatchField, areaMesh> > grad ( const GeometricField< Type, faPatchField, areaMesh > &  ) const
virtual

Implements gradScheme< Type >.

Referenced by makeFaGradScheme().

Here is the caller graph for this function:

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