Go to the documentation of this file.
37 #ifndef linearUpwind_H
38 #define linearUpwind_H
91 new
fv::gaussGrad<Type>(
mesh)
108 fv::gradScheme<Type>::
New
128 fv::gradScheme<Type>::
New
A class for handling words, derived from string.
linearUpwind(const linearUpwind &)
Disallow default bitwise copy construct.
A class for managing temporary objects.
Upwind differencing scheme class.
linearUpwind interpolation scheme class derived from upwind and returns upwind weighting factors and ...
Basic second-order gradient scheme using face-interpolation and Gauss' theorem.
void operator=(const linearUpwind &)
Disallow default bitwise assignment.
tmp< fv::gradScheme< Type > > gradScheme_
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the face-interpolate.
ITstream & gradScheme(const word &name) const
Abstract base class for gradient schemes.
Mesh data needed to do the Finite Volume discretisation.
TypeName("linearUpwind")
Runtime type information.
static tmp< limitedSurfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
const fvMesh & mesh() const
Return mesh reference.
Generic GeometricField class.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.