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