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