multivariateSelectionScheme< Type > Class Template Reference

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

Inheritance diagram for multivariateSelectionScheme< Type >:
Collaboration diagram for multivariateSelectionScheme< Type >:

Classes

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

Public Member Functions

 TypeName ("multivariateSelection")
 Runtime type information. More...
 
 multivariateSelectionScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Construct for field, faceFlux and Istream. More...
 
 multivariateSelectionScheme (const multivariateSelectionScheme &)=delete
 Disallow default bitwise copy construction. More...
 
void operator= (const multivariateSelectionScheme &)=delete
 Disallow default bitwise assignment. More...
 
tmp< surfaceInterpolationScheme< Type > > operator() (const VolField< Type > &field) const
 
- Public Member Functions inherited from multivariateSurfaceInterpolationScheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 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. More...
 
 multivariateSurfaceInterpolationScheme (const multivariateSurfaceInterpolationScheme &)
 Disallow default bitwise copy construction. More...
 
virtual ~multivariateSurfaceInterpolationScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
const fieldTablefields () const
 Return fields to be interpolated. More...
 
void operator= (const multivariateSurfaceInterpolationScheme &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 

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. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 

Detailed Description

template<class Type>
class Foam::multivariateSelectionScheme< Type >

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

Source files

Definition at line 51 of file multivariateSelectionScheme.H.

Constructor & Destructor Documentation

◆ multivariateSelectionScheme() [1/2]

◆ multivariateSelectionScheme() [2/2]

Disallow default bitwise copy construction.

Member Function Documentation

◆ TypeName()

TypeName ( "multivariateSelection"  )

Runtime type information.

◆ operator=()

void operator= ( const multivariateSelectionScheme< Type > &  )
delete

Disallow default bitwise assignment.

◆ operator()()

tmp<surfaceInterpolationScheme<Type> > operator() ( const VolField< Type > &  field) const
inlinevirtual

The documentation for this class was generated from the following files: