Go to the documentation of this file.
40 #ifndef multivariateIndependentScheme_H
41 #define multivariateIndependentScheme_H
TypeName("multivariateIndependent")
Runtime type information.
Generic multi-variate discretisation scheme class for which any of the NVD, CNVD or NVDV schemes may ...
A class for managing temporary objects.
void operator=(const multivariateIndependentScheme &)
Disallow default bitwise assignment.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Abstract base class for multi-variate surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
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.
const fieldTable & fields() const
Return fields to be interpolated.
const surfaceScalarField & faceFlux_
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
multivariateIndependentScheme(const multivariateIndependentScheme &)
Disallow default bitwise copy construct.
Generic GeometricField class.