37 #ifndef linearUpwind_H
38 #define linearUpwind_H
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
linearUpwind interpolation scheme class derived from upwind and returns upwind weighting factors and ...
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
TypeName("linearUpwind")
Runtime type information.
void operator=(const linearUpwind &)=delete
Disallow default bitwise assignment.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &) const
Return the explicit correction to the face-interpolate.
linearUpwind(const fvMesh &mesh, const surfaceScalarField &faceFlux)
Construct from faceFlux.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
Upwind interpolation scheme class.
A class for handling words, derived from string.