Go to the documentation of this file.
50 #ifndef correctedSnGrad_H
51 #define correctedSnGrad_H
virtual ~correctedSnGrad()=default
virtual const surfaceScalarField & nonOrthDeltaCoeffs() const
A class for managing temporary objects.
correctedSnGrad(const fvMesh &mesh)
virtual tmp< surfaceScalarField > deltaCoeffs(const GeometricField< Type, fvPatchField, volMesh > &) const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
correctedSnGrad(const fvMesh &mesh, Istream &)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Mesh data needed to do the Finite Volume discretisation.
GeometricField< vector, fvPatchField, volMesh > volVectorField
const fvMesh & mesh() const
Surface gradient scheme with full explicit non-orthogonal correction.
virtual bool corrected() const noexcept
Abstract base class for runtime selected snGrad surface normal gradient schemes.
Generic GeometricField class.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > fullGradCorrection(const GeometricField< Type, fvPatchField, volMesh > &) const
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const