36 #ifndef linearUpwindV_H
37 #define linearUpwindV_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.
linearUpwindV interpolation scheme class derived from upwind and returns upwind weighting factors but...
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
void operator=(const linearUpwindV &)=delete
Disallow default bitwise assignment.
linearUpwindV(const fvMesh &mesh, const surfaceScalarField &faceFlux)
Construct from faceFlux.
TypeName("linearUpwindV")
Runtime type information.
virtual tmp< SurfaceField< Type > > correction(const VolField< Type > &) const
Return the explicit correction to the face-interpolate.
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.