62#ifndef relaxedSnGrad_H
63#define relaxedSnGrad_H
84 public snGradScheme<Type>
109 snGradScheme<Type>(
mesh),
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.
Surface gradient scheme with full explicit non-orthogonal correction.
relaxedSnGrad(const fvMesh &mesh, Istream &schemeData)
Construct from mesh and data stream.
relaxedSnGrad(const fvMesh &mesh)
Construct from mesh.
virtual ~relaxedSnGrad()=default
Destructor.
TypeName("relaxed")
Runtime type information.
virtual tmp< surfaceScalarField > deltaCoeffs(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors for the given field.
virtual bool corrected() const noexcept
Return true if this scheme uses an explicit correction.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the relaxedSnGrad for the given field using the gradients of the fi...
Abstract base class for runtime selected snGrad surface normal gradient schemes.
const fvMesh & mesh() const
Return const reference to mesh.
virtual const surfaceScalarField & nonOrthDeltaCoeffs() const
Return reference to non-orthogonal cell-centre difference.
A class for managing temporary objects.
Namespace for finite-volume.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.