Loading...
Searching...
No Matches
fusedGaussConvectionScheme< Type > Class Template Reference

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

#include <fusedGaussConvectionScheme.H>

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

Public Member Functions

 TypeName ("fusedGauss")
 Runtime type information.
 fusedGaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, const tmp< surfaceInterpolationScheme< Type > > &scheme)
 Construct from flux and interpolation scheme.
 fusedGaussConvectionScheme (const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
 Construct from flux and Istream.
const surfaceInterpolationScheme< Type > & interpScheme () const
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< fvMatrix< Type > > fvmDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
tmp< GeometricField< Type, fvPatchField, volMesh > > fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const
Public Member Functions inherited from convectionScheme< Type >
virtual const wordtype () const =0
 Runtime type information.
 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.
 convectionScheme (const fvMesh &mesh, const surfaceScalarField &)
 Construct from mesh, flux and Istream.
virtual ~convectionScheme ()
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
void operator= (const convectionScheme< Type > &)
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 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.
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.

Detailed Description

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

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

Source files

Definition at line 55 of file fusedGaussConvectionScheme.H.

Constructor & Destructor Documentation

◆ fusedGaussConvectionScheme() [1/2]

template<class Type>
fusedGaussConvectionScheme ( const fvMesh & mesh,
const surfaceScalarField & faceFlux,
const tmp< surfaceInterpolationScheme< Type > > & scheme )
inline

Construct from flux and interpolation scheme.

Definition at line 90 of file fusedGaussConvectionScheme.H.

References convectionScheme< Type >::convectionScheme(), and convectionScheme< Type >::mesh().

Here is the call graph for this function:

◆ fusedGaussConvectionScheme() [2/2]

template<class Type>
fusedGaussConvectionScheme ( const fvMesh & mesh,
const surfaceScalarField & faceFlux,
Istream & is )
inline

Construct from flux and Istream.

Definition at line 104 of file fusedGaussConvectionScheme.H.

References convectionScheme< Type >::convectionScheme(), convectionScheme< Type >::mesh(), and convectionScheme< Type >::New().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "fusedGauss" )

Runtime type information.

◆ interpScheme()

template<class Type>
const surfaceInterpolationScheme< Type > & interpScheme ( ) const

Definition at line 41 of file fusedGaussConvectionScheme.C.

◆ interpolate()

template<class Type>
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate ( const surfaceScalarField & ,
const GeometricField< Type, fvPatchField, volMesh > & vf ) const
virtual

Implements convectionScheme< Type >.

Definition at line 49 of file fusedGaussConvectionScheme.C.

◆ flux()

template<class Type>
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > flux ( const surfaceScalarField & faceFlux,
const GeometricField< Type, fvPatchField, volMesh > & vf ) const
virtual

Implements convectionScheme< Type >.

Definition at line 61 of file fusedGaussConvectionScheme.C.

References Foam::interpolate().

Here is the call graph for this function:

◆ fvmDiv()

◆ fvcDiv()


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