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