58 public surfaceInterpolationScheme<Type>
68 void operator=(
const weighted&) =
delete;
108 surfaceInterpolationScheme<Type>(
mesh),
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
Abstract base class for surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
A class for managing temporary objects.
weighted(const fvMesh &mesh, const surfaceScalarField &, Istream &is)
Construct from faceFlux and Istream.
TypeName("weighted")
Runtime type information.
weighted(const surfaceScalarField &weights)
Construct from weights.
weighted(const fvMesh &mesh, Istream &is)
Construct from Istream.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.