Go to the documentation of this file.
37 #ifndef correctedLnGrad_H
38 #define correctedLnGrad_H
virtual ~correctedLnGrad()
A class for managing temporary objects.
correctedLnGrad(const faMesh &mesh, Istream &)
correctedLnGrad(const faMesh &mesh)
const faMesh & mesh() const
virtual bool corrected() const
const edgeScalarField & deltaCoeffs() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< edgeScalarField > deltaCoeffs(const GeometricField< Type, faPatchField, areaMesh > &) const
Simple central-difference lnGrad scheme with non-orthogonal correction.
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > correction(const GeometricField< Type, faPatchField, areaMesh > &) const
Finite area mesh. Used for 2-D non-Euclidian finite area method.
Generic GeometricField class.
Abstract base class for lnGrad schemes.