Abstract base class for snGrad schemes. More...
Public Member Functions | |
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< surfaceScalarField > | deltaCoeffs (const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
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 > &) const |
Return the explicit correction to the snGrad. 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... | |
Static Public Member Functions | |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initializing count to 0. More... | |
Abstract base class for snGrad schemes.
Definition at line 60 of file snGradScheme.H.
|
inline |
Construct from mesh.
Definition at line 91 of file snGradScheme.H.
References snGradScheme< Type >::New(), and snGradScheme< Type >::~snGradScheme().
snGradScheme | ( | const snGradScheme< Type > & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 92 of file snGradScheme.C.
References snGradScheme< Type >::snGrad().
Referenced by snGradScheme< Type >::snGradScheme().
|
pure virtual |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
snGradScheme< Type > | , | ||
Mesh | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
|
static |
Return new tmp interpolation scheme.
Definition at line 46 of file snGradScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, mesh, and Foam::nl.
Referenced by laplacianScheme< Type, GType >::laplacianScheme(), Foam::fvc::snGrad(), and snGradScheme< Type >::snGradScheme().
|
inline |
Return mesh reference.
Definition at line 117 of file snGradScheme.H.
References snGradScheme< Type >::deltaCoeffs(), snGradScheme< Type >::sndGrad(), and snGradScheme< Type >::snGrad().
Referenced by CentredFitSnGradScheme< Type, Polynomial, Stencil >::correction(), uncorrectedSnGrad< Type >::deltaCoeffs(), orthogonalSnGrad< Type >::deltaCoeffs(), faceCorrectedSnGrad< Type >::deltaCoeffs(), correctedSnGrad< Type >::deltaCoeffs(), CentredFitSnGradScheme< Type, Polynomial, Stencil >::deltaCoeffs(), and limitedSnGrad< Type >::deltaCoeffs().
|
static |
Return the snGrad of the given cell field with the given deltaCoeffs.
Definition at line 101 of file snGradScheme.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), fvPatchField< Type >::coupled(), DimensionedField< Type, GeoMesh >::dimensions(), forAll, mesh, DimensionedField< Type, GeoMesh >::mesh(), IOobject::name(), fvMesh::neighbour(), fvMesh::owner(), patchi, tmp< T >::ref(), snGradScheme< Type >::sndGrad(), and fvPatchField< Type >::snGrad().
Referenced by snGradScheme< Type >::correction(), snGradScheme< Type >::mesh(), snGradScheme< Type >::sndGrad(), snGradScheme< Type >::snGrad(), and snGradScheme< Type >::~snGradScheme().
|
static |
Return the sndGrad of the given cell field.
Definition at line 158 of file snGradScheme.C.
References DimensionedField< Type, GeoMesh >::mesh(), Foam::fvc::snGrad(), and snGradScheme< Type >::snGrad().
Referenced by snGradScheme< Type >::mesh(), and snGradScheme< Type >::snGrad().
|
pure virtual |
Return the interpolation weighting factors for the given field.
Implemented in limitedSnGrad< Type >, CentredFitSnGradScheme< Type, Polynomial, Stencil >, correctedSnGrad< Type >, faceCorrectedSnGrad< Type >, orthogonalSnGrad< Type >, and uncorrectedSnGrad< Type >.
Referenced by snGradScheme< Type >::mesh().
|
inlinevirtual |
Return true if this scheme uses an explicit correction.
Reimplemented in limitedSnGrad< Type >, CentredFitSnGradScheme< Type, Polynomial, Stencil >, correctedSnGrad< Type >, faceCorrectedSnGrad< Type >, orthogonalSnGrad< Type >, and uncorrectedSnGrad< Type >.
Definition at line 147 of file snGradScheme.H.
|
inlinevirtual |
Return the explicit correction to the snGrad.
for the given field
Reimplemented in limitedSnGrad< Type >, correctedSnGrad< Type >, faceCorrectedSnGrad< Type >, CentredFitSnGradScheme< Type, Polynomial, Stencil >, orthogonalSnGrad< Type >, and uncorrectedSnGrad< Type >.
Definition at line 155 of file snGradScheme.H.
References snGradScheme< Type >::operator=(), and snGradScheme< Type >::snGrad().
|
virtual |
Return the snGrad of the given cell field.
with explicit correction
Definition at line 170 of file snGradScheme.C.
References Foam::correction(), tmp< T >::ref(), Foam::fvc::snGrad(), and snGradScheme< Type >::snGrad().
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad | ( | const tmp< GeometricField< Type, fvPatchField, volMesh >> & | tvf | ) | const |
Return the snGrad of the given tmp cell field.
with explicit correction
Definition at line 191 of file snGradScheme.C.
References tmp< T >::clear(), and Foam::fvc::snGrad().
|
delete |
Disallow default bitwise assignment.
Referenced by snGradScheme< Type >::correction().