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