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

Variant of gaussDiv that avoids intermediates. More...

#include <fusedGaussDivScheme.H>

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

Public Member Functions

 TypeName ("fusedGauss")
 Runtime type information.
 fusedGaussDivScheme (const fvMesh &mesh)
 Construct null.
 fusedGaussDivScheme (const fvMesh &mesh, Istream &is)
 Construct from Istream.
tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)
Public Member Functions inherited from divScheme< Type >
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 divScheme (const fvMesh &mesh)
 Construct from mesh.
 divScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream.
virtual ~divScheme ()=default
 Destructor.
const fvMeshmesh () const
 Return mesh reference.
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 divScheme< Type >
static tmp< divScheme< Type > > New (const fvMesh &mesh, Istream &schemeData)
 Return a pointer to a new divScheme created on freestore.
Protected Member Functions inherited from divScheme< Type >
 divScheme (const divScheme &)=delete
 No copy construct.
void operator= (const divScheme &)=delete
 No copy assignment.
Protected Attributes inherited from divScheme< Type >
const fvMeshmesh_
tmp< surfaceInterpolationScheme< Type > > tinterpScheme_

Detailed Description

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

Variant of gaussDiv that avoids intermediates.

Source files

Definition at line 55 of file fusedGaussDivScheme.H.

Constructor & Destructor Documentation

◆ fusedGaussDivScheme() [1/2]

template<class Type>
fusedGaussDivScheme ( const fvMesh & mesh)
inline

Construct null.

Definition at line 85 of file fusedGaussDivScheme.H.

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

Here is the call graph for this function:

◆ fusedGaussDivScheme() [2/2]

template<class Type>
fusedGaussDivScheme ( const fvMesh & mesh,
Istream & is )
inline

Construct from Istream.

Definition at line 93 of file fusedGaussDivScheme.H.

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

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

template<class Type>
TypeName ( "fusedGauss" )

Runtime type information.

◆ fvcDiv()


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