48 #ifndef limitedSnGrad_H
49 #define limitedSnGrad_H
85 token nextToken(schemeData);
89 limitCoeff_ = nextToken.
number();
103 schemeData >> limitCoeff_;
105 return tcorrectedScheme;
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void putBack(const token &)
Put back token.
Mesh data needed to do the Finite Volume discretisation.
Simple central-difference snGrad scheme with non-orthogonal correction.
Run-time selected snGrad scheme with limited non-orthogonal correction.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
virtual ~limitedSnGrad()
Destructor.
void operator=(const limitedSnGrad &)=delete
Disallow default bitwise assignment.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &) const
Return the explicit correction to the limitedSnGrad.
virtual tmp< surfaceScalarField > deltaCoeffs(const VolField< Type > &) const
Return the interpolation weighting factors for the given field.
limitedSnGrad(const fvMesh &mesh)
Construct from mesh.
TypeName("limited")
Runtime type information.
Abstract base class for snGrad schemes.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
A token holds items read from Istream.