Centred fit snGrad scheme which applies an explicit correction to snGrad. More...
Public Member Functions | |
TypeName ("CentredFitSnGradScheme") | |
Runtime type information. More... | |
CentredFitSnGradScheme (const fvMesh &mesh, Istream &is) | |
Construct from mesh and Istream. More... | |
virtual tmp< surfaceScalarField > | deltaCoeffs (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... | |
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | correction (const GeometricField< Type, fvPatchField, volMesh > &vf) const |
Return the explicit correction to the face-interpolate. More... | |
Public Member Functions inherited from snGradScheme< Type > | |
virtual const word & | type () 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 fvMesh & | mesh () 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 initialising count to 0. More... | |
Centred fit snGrad scheme which applies an explicit correction to snGrad.
Definition at line 53 of file CentredFitSnGradScheme.H.
|
inline |
Construct from mesh and Istream.
Definition at line 86 of file CentredFitSnGradScheme.H.
References CentredFitSnGradScheme< Type, Polynomial, Stencil >::deltaCoeffs().
TypeName | ( | "CentredFitSnGradScheme< Type, Polynomial, Stencil >" | ) |
Runtime type information.
|
inlinevirtual |
Return the interpolation weighting factors for the given field.
Implements snGradScheme< Type >.
Definition at line 98 of file CentredFitSnGradScheme.H.
References snGradScheme< Type >::mesh(), and surfaceInterpolation::nonOrthDeltaCoeffs().
Referenced by CentredFitSnGradScheme< Type, Polynomial, Stencil >::CentredFitSnGradScheme().
|
inlinevirtual |
Return true if this scheme uses an explicit correction.
Reimplemented from snGradScheme< Type >.
Definition at line 106 of file CentredFitSnGradScheme.H.
References CentredFitSnGradScheme< Type, Polynomial, Stencil >::correction().
|
inlinevirtual |
Return the explicit correction to the face-interpolate.
Reimplemented from snGradScheme< Type >.
Definition at line 114 of file CentredFitSnGradScheme.H.
References CentredFitSnGradData< Polynomial >::coeffs(), Foam::dimLength, snGradScheme< Type >::mesh(), MeshObject< fvMesh, MoveableMeshObject, CentredFitSnGradData< Polynomial > >::New(), Foam::compressible::New(), tmp< T >::ref(), and extendedCentredCellToFaceStencil::weightedSum().
Referenced by CentredFitSnGradScheme< Type, Polynomial, Stencil >::corrected().