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