Go to the documentation of this file.
47 #ifndef limitedLnGrad_H
48 #define limitedLnGrad_H
102 limitCoeff_(readScalar(is))
104 if (limitCoeff_ < 0 || limitCoeff_ > 1)
107 <<
"limitCoeff is specified as " << limitCoeff_
108 <<
" but should be >= 0 && <= 1"
Central-difference lnGrad scheme with limited non-orthogonal correction.
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > correction(const GeometricField< Type, faPatchField, areaMesh > &) const
A class for managing temporary objects.
limitedLnGrad(const faMesh &mesh)
const faMesh & mesh() const
const edgeScalarField & deltaCoeffs() const
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
limitedLnGrad(const faMesh &mesh, Istream &is)
virtual bool corrected() const
errorManipArg< error, int > exit(error &err, const int errNo=1)
Finite area mesh. Used for 2-D non-Euclidian finite area method.
virtual tmp< edgeScalarField > deltaCoeffs(const GeometricField< Type, faPatchField, areaMesh > &) const
#define FatalIOErrorInFunction(ios)
Generic GeometricField class.
Abstract base class for lnGrad schemes.