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