103 0.75*this->
mesh().surfaceInterpolation::weights()
LUST(const fvMesh &mesh, Istream &schemeData)
Construct from mesh and Istream.
tmp< surfaceScalarField > weights() const
Return the interpolation weighting factors.
void operator=(const LUST &)=delete
Disallow default bitwise assignment.
TypeName("LUST")
Runtime type information.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
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.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
Mesh data needed to do the Finite Volume discretisation.
linearUpwind interpolation scheme class derived from upwind and returns upwind weighting factors and ...
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the explicit correction to the face-interpolate.
A class for managing temporary objects.
LUST: Linear-upwind stabilised transport.