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