Loading...
Searching...
No Matches
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...

#include <multivariateIndependentScheme.H>

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

Public Member Functions

 TypeName ("multivariateIndependent")
 Runtime type information.
 multivariateIndependentScheme (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 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 54 of file multivariateIndependentScheme.H.

Constructor & Destructor Documentation

◆ multivariateIndependentScheme()

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

Construct for field, faceFlux and Istream.

Definition at line 31 of file multivariateIndependentScheme.C.

References multivariateSurfaceInterpolationScheme< Type >::fields(), and multivariateSurfaceInterpolationScheme< Type >::mesh().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "multivariateIndependent" )

Runtime type information.

References multivariateSurfaceInterpolationScheme< Type >::fields(), and multivariateSurfaceInterpolationScheme< Type >::mesh().

Here is the call graph for this function:

◆ operator()()

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

Implements multivariateSurfaceInterpolationScheme< Type >.

Definition at line 105 of file multivariateIndependentScheme.H.

References field(), and surfaceInterpolationScheme< Type >::New().

Here is the call graph for this function:

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