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