40 #ifndef outletStabilised_H 41 #define outletStabilised_H 126 return tScheme_().corrected();
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
void operator=(const outletStabilised &)=delete
Disallow default bitwise assignment.
outletStabilised(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
TypeName("outletStabilised")
Runtime type information.
Outlet-stabilised interpolation scheme which applies upwind interpolation to the faces of the cells a...
A class for handling words, derived from string.
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the explicit correction to the face-interpolate.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the interpolation weighting factors.
Abstract base class for surface interpolation schemes.