36 #ifndef orthogonalSnGrad_H
37 #define orthogonalSnGrad_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 using the cell-centre to cell-centre delta-coefficients.
virtual ~orthogonalSnGrad()
Destructor.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
virtual tmp< surfaceScalarField > deltaCoeffs(const VolField< Type > &) const
Return the interpolation weighting factors for the given field.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &) const
Return the explicit correction to the orthogonalSnGrad.
orthogonalSnGrad(const fvMesh &mesh)
Construct from mesh.
TypeName("orthogonal")
Runtime type information.
void operator=(const orthogonalSnGrad &)=delete
Disallow default bitwise assignment.
Abstract base class for snGrad schemes.
const fvMesh & mesh() const
Return mesh reference.
const surfaceScalarField & deltaCoeffs() const
Return reference to cell-centre difference coefficients.
A class for managing temporary objects.
Simple central-difference snGrad scheme without non-orthogonal correction.