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

Second-order gradient scheme using least-squares. More...

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

Public Member Functions

 TypeName ("fourth")
 
 fourthGrad (const fvMesh &mesh, Istream &)
 
virtual tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > calcGrad (const GeometricField< Type, fvPatchField, volMesh > &vsf, const word &name) const
 
- Public Member Functions inherited from gradScheme< Type >
virtual const wordtype () const =0
 
 declareRunTimeSelectionTable (tmp, gradScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 gradScheme (const fvMesh &mesh)
 
virtual ~gradScheme ()=default
 
const fvMeshmesh () const
 
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad (const GeometricField< Type, fvPatchField, volMesh > &, const word &name) const
 
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad (const GeometricField< Type, fvPatchField, volMesh > &) const
 
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad (const tmp< GeometricField< Type, fvPatchField, volMesh >> &) 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 fvMesh &mesh, Istream &schemeData)
 

Detailed Description

template<class Type>
class Foam::fv::fourthGrad< Type >

Second-order gradient scheme using least-squares.

Source files

Definition at line 56 of file fourthGrad.H.

Constructor & Destructor Documentation

◆ fourthGrad()

fourthGrad ( const fvMesh mesh,
Istream  
)
inline

Definition at line 78 of file fourthGrad.H.

Member Function Documentation

◆ TypeName()

TypeName ( "fourth"  )

◆ calcGrad()

virtual tmp< GeometricField <typename outerProduct<vector, Type>::type, fvPatchField, volMesh> > calcGrad ( const GeometricField< Type, fvPatchField, volMesh > &  vsf,
const word name 
) const
virtual

Implements gradScheme< Type >.


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