Go to the documentation of this file.
36 #ifndef multivariateScheme_H
37 #define multivariateScheme_H
51 template<
class Type,
class Scheme>
55 public Scheme::LimiterType
153 #define makeLimitedMultivariateSurfaceInterpolationScheme(SS, LIMITER) \
154 typedef multivariateScheme \
157 LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> \
159 multivariateScheme##LIMITER_; \
160 defineTemplateTypeNameAndDebugWithName(multivariateScheme##LIMITER_, #SS, 0); \
162 multivariateSurfaceInterpolationScheme<scalar>::addIstreamConstructorToTable \
167 LimitedScheme<scalar, LIMITER<NVDTVD>, limitFuncs::magSqr> \
170 addMultivariate##SS##ConstructorToTable_;
173 #define makeLLimitedMultivariateSurfaceInterpolationScheme\
181 typedef multivariateScheme \
184 LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> \
186 multivariateScheme##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_; \
187 defineTemplateTypeNameAndDebugWithName \
189 multivariateScheme##LLIMITER##LIMITER##NVDTVD##LIMFUNC##_, \
194 multivariateSurfaceInterpolationScheme<scalar>::addIstreamConstructorToTable \
199 LimitedScheme<scalar, LLIMITER<LIMITER<NVDTVD> >, limitFuncs::LIMFUNC> \
202 addMultivariate##SS##ConstructorToTable_;
Generic multi-variate discretisation scheme class which may be instantiated for any of the NVD,...
A class for managing temporary objects.
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation weighting factors.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
const surfaceScalarField & faceFlux_
Abstract base class for multi-variate surface interpolation schemes.
TypeName("multivariateScheme")
Runtime type information.
const fvMesh & mesh() const
Return mesh reference.
void operator=(const multivariateScheme &)
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
const fieldTable & fields() const
Return fields to be interpolated.
surfaceScalarField weights_
surfaceInterpolationScheme sub-class returned by operator(field)
const surfaceScalarField & weights_
Generic GeometricField class.
fieldScheme(const GeometricField< Type, fvPatchField, volMesh > &field, const surfaceScalarField &weights)
multivariateScheme(const multivariateScheme &)
Disallow default bitwise copy construct.