Public Member Functions | List of all members
gaussConvectionScheme< Type > Class Template Reference

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

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

Public Member Functions

 TypeName ("Gauss")
 
 gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, const tmp< edgeInterpolationScheme< Type >> &scheme)
 
 gaussConvectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &is)
 
tmp< GeometricField< Type, faePatchField, edgeMesh > > flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const
 
tmp< faMatrix< Type > > famDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const
 
tmp< GeometricField< Type, faPatchField, areaMesh > > facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const
 
- Public Member Functions inherited from convectionScheme< Type >
 declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData))
 
 convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux)
 
virtual ~convectionScheme ()
 
const faMeshmesh () const
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 
int count () const noexcept
 
bool unique () const noexcept
 
void operator++ () noexcept
 
void operator++ (int) noexcept
 
void operator-- () noexcept
 
void operator-- (int) noexcept
 

Additional Inherited Members

- Static Public Member Functions inherited from convectionScheme< Type >
static tmp< convectionScheme< Type > > New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData)
 

Detailed Description

template<class Type>
class Foam::fa::gaussConvectionScheme< Type >

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

Source files

Definition at line 54 of file gaussFaConvectionScheme.H.

Constructor & Destructor Documentation

◆ gaussConvectionScheme() [1/2]

gaussConvectionScheme ( const faMesh mesh,
const edgeScalarField faceFlux,
const tmp< edgeInterpolationScheme< Type >> &  scheme 
)
inline

Definition at line 82 of file gaussFaConvectionScheme.H.

◆ gaussConvectionScheme() [2/2]

gaussConvectionScheme ( const faMesh mesh,
const edgeScalarField faceFlux,
Istream is 
)
inline

Definition at line 94 of file gaussFaConvectionScheme.H.

Member Function Documentation

◆ TypeName()

TypeName ( "Gauss"  )

◆ flux()

tmp< GeometricField< Type, faePatchField, edgeMesh > > flux ( const edgeScalarField faceFlux,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 40 of file gaussFaConvectionScheme.C.

◆ famDiv()

tmp< faMatrix< Type > > famDiv ( const edgeScalarField faceFlux,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
) const
virtual

◆ facDiv()

tmp< GeometricField< Type, faPatchField, areaMesh > > facDiv ( const edgeScalarField faceFlux,
const GeometricField< Type, faPatchField, areaMesh > &  vf 
) const
virtual

Implements convectionScheme< Type >.

Definition at line 105 of file gaussFaConvectionScheme.C.

References Foam::fac::edgeIntegrate(), Foam::fvc::flux(), and tmp::ref().

Here is the call graph for this function:

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