35 #ifndef correctedSnGrad_H
36 #define correctedSnGrad_H
Generic GeometricField class.
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.
Simple central-difference snGrad scheme with non-orthogonal correction.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
TypeName("corrected")
Runtime type information.
tmp< SurfaceField< Type > > fullGradCorrection(const VolField< Type > &) const
Return the explicit correction to the correctedSnGrad.
correctedSnGrad(const fvMesh &mesh)
Construct from mesh.
virtual tmp< surfaceScalarField > deltaCoeffs(const VolField< Type > &) const
Return the interpolation weighting factors for the given field.
virtual ~correctedSnGrad()
Destructor.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &) const
Return the explicit correction to the correctedSnGrad.
Abstract base class for snGrad schemes.
const fvMesh & mesh() const
Return mesh reference.
const surfaceScalarField & nonOrthDeltaCoeffs() const
Return reference to non-orthogonal cell-centre difference.
A class for managing temporary objects.