correctedSnGrad< Type > Class Template Reference

Simple central-difference snGrad scheme with non-orthogonal correction. More...

Inheritance diagram for correctedSnGrad< Type >:
Collaboration diagram for correctedSnGrad< Type >:

Public Member Functions

 TypeName ("corrected")
 Runtime type information. More...
 
 correctedSnGrad (const fvMesh &mesh)
 Construct from mesh. More...
 
 correctedSnGrad (const fvMesh &mesh, Istream &)
 Construct from mesh and data stream. More...
 
virtual ~correctedSnGrad ()
 Destructor. More...
 
virtual tmp< surfaceScalarFielddeltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the interpolation weighting factors for the given field. More...
 
virtual bool corrected () const
 Return true if this scheme uses an explicit correction. More...
 
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > fullGradCorrection (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the explicit correction to the correctedSnGrad. More...
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the explicit correction to the correctedSnGrad. More...
 
template<>
tmp< surfaceScalarFieldcorrection (const volScalarField &vsf) const
 
template<>
tmp< surfaceVectorFieldcorrection (const volVectorField &vvf) const
 
template<>
Foam::tmp< Foam::surfaceVectorFieldcorrection (const volVectorField &vvf) const
 
- Public Member Functions inherited from snGradScheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, snGradScheme, Mesh,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 snGradScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 snGradScheme (const snGradScheme &)
 Disallow default bitwise copy construction. More...
 
virtual ~snGradScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (const GeometricField< Type, fvPatchField, volMesh > &) const
 Return the snGrad of the given cell field. More...
 
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (const tmp< GeometricField< Type, fvPatchField, volMesh >> &) const
 Return the snGrad of the given tmp cell field. More...
 
void operator= (const snGradScheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from snGradScheme< Type >
static tmp< snGradScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return new tmp interpolation scheme. More...
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< surfaceScalarField > &, const word &snGradName="snGrad")
 Return the snGrad of the given cell field with the given deltaCoeffs. More...
 
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > sndGrad (const GeometricField< Type, fvPatchField, volMesh > &, const word &snGradName="sndGrad")
 Return the sndGrad of the given cell field. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initializing count to 0. More...
 

Detailed Description

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

Simple central-difference snGrad scheme with non-orthogonal correction.

Source files

Definition at line 54 of file correctedSnGrad.H.

Constructor & Destructor Documentation

◆ correctedSnGrad() [1/2]

correctedSnGrad ( const fvMesh mesh)
inline

Construct from mesh.

Definition at line 73 of file correctedSnGrad.H.

◆ correctedSnGrad() [2/2]

correctedSnGrad ( const fvMesh mesh,
Istream  
)
inline

Construct from mesh and data stream.

Definition at line 80 of file correctedSnGrad.H.

References correctedSnGrad< Type >::deltaCoeffs(), and correctedSnGrad< Type >::~correctedSnGrad().

Here is the call graph for this function:

◆ ~correctedSnGrad()

~correctedSnGrad ( )
virtual

Destructor.

Definition at line 36 of file correctedSnGrad.C.

References correctedSnGrad< Type >::fullGradCorrection().

Referenced by correctedSnGrad< Type >::correctedSnGrad().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "corrected"  )

Runtime type information.

◆ deltaCoeffs()

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

Return the interpolation weighting factors for the given field.

Implements snGradScheme< Type >.

Definition at line 94 of file correctedSnGrad.H.

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

Referenced by correctedSnGrad< Type >::correctedSnGrad().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ corrected()

virtual bool corrected ( ) const
inlinevirtual

Return true if this scheme uses an explicit correction.

Reimplemented from snGradScheme< Type >.

Definition at line 102 of file correctedSnGrad.H.

References correctedSnGrad< Type >::correction(), and correctedSnGrad< Type >::fullGradCorrection().

Here is the call graph for this function:

◆ fullGradCorrection()

Foam::tmp< Foam::GeometricField< Type, Foam::fvsPatchField, Foam::surfaceMesh > > fullGradCorrection ( const GeometricField< Type, fvPatchField, volMesh > &  vf) const

Return the explicit correction to the correctedSnGrad.

for the given field using the gradient of the field

Definition at line 45 of file correctedSnGrad.C.

References correctedSnGrad< Type >::correction(), Foam::fvc::dotInterpolate(), Foam::fvc::grad(), fvSchemes::gradScheme(), mesh, IOobject::name(), Foam::compressible::New(), surfaceInterpolation::nonOrthCorrectionVectors(), and tmp< T >::ref().

Referenced by correctedSnGrad< Type >::corrected(), and correctedSnGrad< Type >::~correctedSnGrad().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ correction() [1/4]

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

Return the explicit correction to the correctedSnGrad.

for the given field using the gradients of the field components

Reimplemented from snGradScheme< Type >.

Definition at line 71 of file correctedSnGrad.C.

References GeometricField< Type, PatchField, GeoMesh >::component(), DimensionedField< Type, GeoMesh >::dimensions(), mesh, IOobject::name(), surfaceInterpolation::nonOrthDeltaCoeffs(), tmp< T >::ref(), and GeometricField< Type, PatchField, GeoMesh >::replace().

Referenced by correctedSnGrad< Type >::corrected(), correctedSnGrad< Type >::fullGradCorrection(), and makeSnGradScheme().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ correction() [2/4]

tmp< surfaceScalarField > correction ( const volScalarField vsf) const

◆ correction() [3/4]

tmp< surfaceVectorField > correction ( const volVectorField vvf) const

◆ correction() [4/4]

Foam::tmp< Foam::surfaceVectorField > correction ( const volVectorField vvf) const

Definition at line 47 of file correctedSnGrads.C.


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