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

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

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

Public Member Functions

 TypeName ("edgeLimited")
 
 edgeLimitedGrad (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
 

Additional Inherited Members

- 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::edgeLimitedGrad< Type >

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

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

Source files

Definition at line 57 of file edgeLimitedFaGrad.H.

Constructor & Destructor Documentation

◆ edgeLimitedGrad()

edgeLimitedGrad ( const faMesh mesh,
Istream schemeData 
)
inline

Definition at line 96 of file edgeLimitedFaGrad.H.

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

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "edgeLimited"  )

◆ 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: