multivariateGaussConvectionScheme< Type > Class Template Reference

Basic second-order convection using face-gradients and Gauss' theorem. More...

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

Public Member Functions

 TypeName ("Gauss")
 Runtime type information. More...
 
 multivariateGaussConvectionScheme (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is)
 Construct from flux and Istream. More...
 
tmp< multivariateSurfaceInterpolationScheme< Type > > interpolationScheme () const
 
tmp< SurfaceField< Type > > interpolate (const surfaceScalarField &, const VolField< Type > &) const
 
tmp< SurfaceField< Type > > flux (const surfaceScalarField &, const VolField< Type > &) const
 
tmp< fvMatrix< Type > > fvmDiv (const surfaceScalarField &, const VolField< Type > &) const
 
tmp< VolField< Type > > fvcDiv (const surfaceScalarField &, const VolField< Type > &) const
 
- Public Member Functions inherited from convectionScheme< Type >
virtual const wordtype () const =0
 Runtime type information. More...
 
 declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 
 declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData))
 
 convectionScheme (const convectionScheme &)
 Copy construct. More...
 
 convectionScheme (const fvMesh &mesh, const surfaceScalarField &)
 Construct from mesh, flux and Istream. More...
 
virtual ~convectionScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
void operator= (const convectionScheme< Type > &)
 
- 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...
 
void operator= (const refCount &)=delete
 Disallow bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from convectionScheme< Type >
static tmp< convectionScheme< Type > > New (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return a pointer to a new convectionScheme created on freestore. More...
 
static tmp< convectionScheme< Type > > New (const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData)
 Return a pointer to a new multivariate convectionScheme. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 
 refCount (const refCount &)=delete
 Disallow copy. More...
 

Detailed Description

template<class Type>
class Foam::fv::multivariateGaussConvectionScheme< Type >

Basic second-order convection using face-gradients and Gauss' theorem.

Source files

Definition at line 54 of file multivariateGaussConvectionScheme.H.

Constructor & Destructor Documentation

◆ multivariateGaussConvectionScheme()

multivariateGaussConvectionScheme ( const fvMesh mesh,
const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &  fields,
const surfaceScalarField faceFlux,
Istream is 
)
inline

Construct from flux and Istream.

Definition at line 72 of file multivariateGaussConvectionScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "Gauss"  )

Runtime type information.

◆ interpolationScheme()

tmp<multivariateSurfaceInterpolationScheme<Type> > interpolationScheme ( ) const
inline

Definition at line 95 of file multivariateGaussConvectionScheme.H.

◆ interpolate()

tmp< SurfaceField< Type > > interpolate ( const surfaceScalarField faceFlux,
const VolField< Type > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 44 of file multivariateGaussConvectionScheme.C.

References gaussConvectionScheme< Type >::interpolate().

Here is the call graph for this function:

◆ flux()

tmp< SurfaceField< Type > > flux ( const surfaceScalarField faceFlux,
const VolField< Type > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 61 of file multivariateGaussConvectionScheme.C.

References gaussConvectionScheme< Type >::flux().

Here is the call graph for this function:

◆ fvmDiv()

tmp< fvMatrix< Type > > fvmDiv ( const surfaceScalarField faceFlux,
const VolField< Type > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 78 of file multivariateGaussConvectionScheme.C.

References gaussConvectionScheme< Type >::fvmDiv().

Here is the call graph for this function:

◆ fvcDiv()

tmp< VolField< Type > > fvcDiv ( const surfaceScalarField faceFlux,
const VolField< Type > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 95 of file multivariateGaussConvectionScheme.C.

References gaussConvectionScheme< Type >::fvcDiv().

Here is the call graph for this function:

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