Loading...
Searching...
No Matches
multivariateScheme< Type, Scheme > Class Template Reference

Generic multi-variate discretisation scheme class which may be instantiated for any of the NVD, CNVD or NVDV schemes. More...

#include <multivariateScheme.H>

Inheritance diagram for multivariateScheme< Type, Scheme >:
Collaboration diagram for multivariateScheme< Type, Scheme >:

Classes

class  fieldScheme
 surfaceInterpolationScheme sub-class returned by operator(field) More...

Public Member Functions

 TypeName ("multivariateScheme")
 Runtime type information.
 multivariateScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Construct for field, faceFlux and Istream.
tmp< surfaceInterpolationScheme< Type > > operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const
Public Member Functions inherited from multivariateSurfaceInterpolationScheme< Type >
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, multivariateSurfaceInterpolationScheme, Istream,(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is),(mesh, fields, faceFlux, is))
 multivariateSurfaceInterpolationScheme (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Construct for interpolating given field.
virtual ~multivariateSurfaceInterpolationScheme ()=default
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
const fieldTablefields () const
 Return fields to be interpolated.
Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0.
int use_count () const noexcept
 Return the current reference count.
bool unique () const noexcept
 Return true if the reference count is zero.
void operator++ () noexcept
 Increment the reference count.
void operator++ (int) noexcept
 Increment the reference count.
void operator-- () noexcept
 Decrement the reference count.
void operator-- (int) noexcept
 Decrement the reference count.

Additional Inherited Members

Static Public Member Functions inherited from multivariateSurfaceInterpolationScheme< Type >
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.

Detailed Description

template<class Type, class Scheme>
class Foam::multivariateScheme< Type, Scheme >

Generic multi-variate discretisation scheme class which may be instantiated for any of the NVD, CNVD or NVDV schemes.

Source files

Definition at line 49 of file multivariateScheme.H.

Constructor & Destructor Documentation

◆ multivariateScheme()

template<class Type, class Scheme>
multivariateScheme ( const fvMesh & mesh,
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable & fields,
const surfaceScalarField & faceFlux,
Istream & schemeData )

Member Function Documentation

◆ TypeName()

template<class Type, class Scheme>
TypeName ( "multivariateScheme< Type, Scheme >" )

Runtime type information.

◆ operator()()

template<class Type, class Scheme>
tmp< surfaceInterpolationScheme< Type > > operator() ( const GeometricField< Type, fvPatchField, volMesh > & field) const
inlinevirtual

The documentation for this class was generated from the following files:
  • src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.H
  • src/finiteVolume/interpolation/surfaceInterpolation/multivariateSchemes/multivariateScheme/multivariateScheme.C