38 #ifndef phaseStabilised_H 39 #define phaseStabilised_H 112 return tScheme_().corrected();
Phase-stabilised interpolation scheme.
TypeName("phaseStabilised")
Runtime type information.
phaseStabilised(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)...
Generic GeometricField class.
const fvMesh & mesh() const
Return mesh reference.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the explicit correction to the face-interpolate.
void operator=(const phaseStabilised &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
Abstract base class for surface interpolation schemes.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the interpolation weighting factors.