36 #ifndef multivariateSelectionScheme_H
37 #define multivariateSelectionScheme_H
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
surfaceInterpolationScheme sub-class returned by operator(field)
fieldScheme(const VolField< Type > &field, const surfaceScalarField &weights)
tmp< surfaceScalarField > weights(const VolField< Type > &) const
Return the interpolation weighting factors.
Generic multi-variate discretisation scheme class for which any of the NVD, CNVD or NVDV schemes may ...
void operator=(const multivariateSelectionScheme &)=delete
Disallow default bitwise assignment.
multivariateSelectionScheme(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
Construct for field, faceFlux and Istream.
TypeName("multivariateSelection")
Runtime type information.
Abstract base class for multi-variate surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
const fieldTable & fields() const
Return fields to be interpolated.
A class for managing temporary objects.