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