Go to the documentation of this file.
35 #ifndef faceCorrectedSnGrad_H
36 #define faceCorrectedSnGrad_H
virtual tmp< surfaceScalarField > deltaCoeffs(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors for the given field.
TypeName("faceCorrected")
Runtime type information.
const surfaceScalarField & nonOrthDeltaCoeffs() const
Return reference to non-orthogonal cell-centre difference.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
A class for managing temporary objects.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > fullGradCorrection(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the faceCorrectedSnGrad.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the faceCorrectedSnGrad.
virtual ~faceCorrectedSnGrad()
Destructor.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
void operator=(const faceCorrectedSnGrad &)
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return mesh reference.
Abstract base class for snGrad schemes.
faceCorrectedSnGrad(const fvMesh &mesh)
Construct from mesh.
Generic GeometricField class.
Simple central-difference snGrad scheme with non-orthogonal correction.
faceCorrectedSnGrad(const fvMesh &mesh, Istream &)
Construct from mesh and data stream.