59 public surfaceInterpolationScheme<Type>
69 void operator=(
const downwind&) =
delete;
87 surfaceInterpolationScheme<Type>(
mesh),
100 surfaceInterpolationScheme<Type>(
mesh),
118 surfaceInterpolationScheme<Type>(
mesh),
131 return neg(faceFlux_);
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
downwind(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &)
Construct from faceFlux and Istream.
downwind(const fvMesh &mesh, const surfaceScalarField &faceFlux)
Construct from faceFlux.
TypeName("downwind")
Runtime type information.
downwind(const fvMesh &mesh, Istream &is)
Construct from Istream.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
dimensionedScalar neg(const dimensionedScalar &ds)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.