Public Member Functions | List of all members
multivariateIndependentScheme< 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 and applied independently. More...

Inheritance diagram for multivariateIndependentScheme< Type >:
Inheritance graph
[legend]
Collaboration diagram for multivariateIndependentScheme< Type >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("multivariateIndependent")
 Runtime type information. More...
 
 multivariateIndependentScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Construct for field, faceFlux and Istream. More...
 
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. 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...
 
virtual ~multivariateSurfaceInterpolationScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
const fieldTablefields () const
 Return fields to be interpolated. 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 initializing count to 0. More...
 

Detailed Description

template<class Type>
class Foam::multivariateIndependentScheme< Type >

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

This is equivalent to using separate "div" terms and schemes for each variable/equation.

Source files

Definition at line 56 of file multivariateIndependentScheme.H.

Constructor & Destructor Documentation

◆ multivariateIndependentScheme()

multivariateIndependentScheme ( const fvMesh mesh,
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable fields,
const surfaceScalarField faceFlux,
Istream schemeData 
)

Construct for field, faceFlux and Istream.

Definition at line 37 of file multivariateIndependentScheme.C.

Member Function Documentation

◆ TypeName()

TypeName ( "multivariateIndependent"  )

Runtime type information.

◆ operator()()

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

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