49#include "linearUpwind.H"
63 public linearUpwind<Type>
68 LUST(
const LUST&) =
delete;
71 void operator=(
const LUST&) =
delete;
89 linearUpwind<Type>(
mesh, schemeData)
100 linearUpwind<Type>(
mesh, faceFlux, schemeData)
113 0.75*this->
mesh().surfaceInterpolation::weights()
124 virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
LUST: Linear-upwind stabilised transport.
virtual tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
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.
LUST(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
Construct from mesh, faceFlux and Istream.
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.
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.
tmp< surfaceScalarField > weights() const
Return the interpolation weighting factors.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.