FreeFOAM The Cross-Platform CFD Toolkit
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 <finiteVolume/multivariateScheme.H>


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 52 of file multivariateScheme.H.

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

List of all members.

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 ()
const fvMeshmesh () const
 Return mesh reference.
const fieldTablefields () const
 Return fields to be interpolated.
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count.
int count () const
 Return the reference count.
bool okToDelete () const
 Return true if the reference count is zero.
void resetRefCount ()
 Reset the reference count to zero.
void operator++ ()
 Increment the reference count.
void operator++ (int)
 Increment the reference count.
void operator-- ()
 Decrement the reference count.
void operator-- (int)
 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.

Constructor & Destructor Documentation

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

Construct for field, faceFlux and Istream.

Definition at line 39 of file multivariateScheme.C.

References fields, Foam::MULES::limiter(), Foam::min(), and upwind< Type >::weights().


Member Function Documentation

TypeName ( "multivariateScheme< Type, Scheme >"  )

Runtime type information.

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

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