Public Member Functions | List of all members
CentredFitSnGradScheme< Type, Polynomial, Stencil > Class Template Reference
Inheritance diagram for CentredFitSnGradScheme< Type, Polynomial, Stencil >:
Inheritance graph
[legend]
Collaboration diagram for CentredFitSnGradScheme< Type, Polynomial, Stencil >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("CentredFitSnGradScheme")
 
 CentredFitSnGradScheme (const fvMesh &mesh, Istream &is)
 
virtual tmp< surfaceScalarFielddeltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const
 
virtual bool corrected () const noexcept
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const
 
- Public Member Functions inherited from snGradScheme< Type >
virtual const wordtype () const =0
 
 declareRunTimeSelectionTable (tmp, snGradScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 snGradScheme (const fvMesh &mesh)
 
virtual ~snGradScheme ()=default
 
const fvMeshmesh () const
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (const GeometricField< Type, fvPatchField, volMesh > &) const
 
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (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 snGradScheme< Type >
static tmp< snGradScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const word &snGradName="snGrad")
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > sndGrad (const GeometricField< Type, fvPatchField, volMesh > &, const word &snGradName="sndGrad")
 

Detailed Description

template<class Type, class Polynomial, class Stencil>
class Foam::fv::CentredFitSnGradScheme< Type, Polynomial, Stencil >

Definition at line 53 of file CentredFitSnGradScheme.H.

Constructor & Destructor Documentation

◆ CentredFitSnGradScheme()

CentredFitSnGradScheme ( const fvMesh mesh,
Istream is 
)
inline

Definition at line 86 of file CentredFitSnGradScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "CentredFitSnGradScheme< Type, Polynomial, Stencil >"  )

◆ deltaCoeffs()

virtual tmp<surfaceScalarField> deltaCoeffs ( const GeometricField< Type, fvPatchField, volMesh > &  ) const
inlinevirtual

Implements snGradScheme< Type >.

Definition at line 98 of file CentredFitSnGradScheme.H.

References snGradScheme< Type >::mesh(), and surfaceInterpolation::nonOrthDeltaCoeffs().

Here is the call graph for this function:

◆ corrected()

virtual bool corrected ( ) const
inlinevirtualnoexcept

Reimplemented from snGradScheme< Type >.

Definition at line 106 of file CentredFitSnGradScheme.H.

◆ correction()

virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > correction ( const GeometricField< Type, fvPatchField, volMesh > &  vf) const
inlinevirtual

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