35 #ifndef multivariateSurfaceInterpolationScheme_H 36 #define multivariateSurfaceInterpolationScheme_H 53 public tmp<multivariateSurfaceInterpolationScheme<Type>>
::refCount 61 public HashTable<const GeometricField<Type, fvPatchField, volMesh>*>
89 virtual const word&
type()
const = 0;
105 (mesh, fields, faceFlux, is)
207 #define makeMultivariateSurfaceInterpolationTypeScheme(SS, Type) \ 209 defineNamedTemplateTypeNameAndDebug(SS<Type>, 0); \ 211 multivariateSurfaceInterpolationScheme<Type>:: \ 212 addIstreamConstructorToTable<SS<Type>> \ 213 add##SS##Type##ConstructorToTable_; 216 #define makeMultivariateSurfaceInterpolationScheme(SS) \ 218 makeMultivariateSurfaceInterpolationTypeScheme(SS, scalar) \ 219 makeMultivariateSurfaceInterpolationTypeScheme(SS, vector) \ 220 makeMultivariateSurfaceInterpolationTypeScheme(SS, sphericalTensor) \ 221 makeMultivariateSurfaceInterpolationTypeScheme(SS, symmTensor) \ 222 makeMultivariateSurfaceInterpolationTypeScheme(SS, tensor) const word & name() const
Return name.
Reference counter for various OpenFOAM components.
declareRunTimeSelectionTable(tmp, multivariateSurfaceInterpolationScheme, Istream,(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is),(mesh, fields, faceFlux, is))
virtual ~multivariateSurfaceInterpolationScheme()
Destructor.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
void operator=(const HashTable< const GeometricField< Type, fvPatchField, volMesh > *, word, string::hash > &)
Assignment operator.
const fvMesh & mesh() const
Return mesh reference.
const fieldTable & fields() const
Return fields to be interpolated.
Generic GeometricField class.
bool insert(const word &, const const GeometricField< Type, fvPatchField, volMesh > * &newElmt)
Insert a new hashedEntry.
A class for handling words, derived from string.
friend Ostream & operator(Ostream &, const HashTable< const GeometricField< Type, fvPatchField, volMesh > *, word, string::hash > &)
static tmp< multivariateSurfaceInterpolationScheme< Type > > New(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
Return a pointer to a new gradScheme created on freestore.
An STL-conforming hash table.
virtual const word & type() const =0
Runtime type information.
surfaceInterpolationScheme sub-class returned by operator(field)
multivariateSurfaceInterpolationScheme(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
Construct for interpolating given field.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for multi-variate surface interpolation schemes.
A class for managing temporary objects.
void add(const GeometricField< Type, fvPatchField, volMesh > &f)
Abstract base class for surface interpolation schemes.
Abstract base class for surface interpolation schemes.