Public Member Functions | Private Member Functions
gaussDivScheme< Type > Class Template Reference

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

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

Public Member Functions

 TypeName ("Gauss")
 Runtime type information. More...
 
 gaussDivScheme (const fvMesh &mesh)
 Construct null. More...
 
 gaussDivScheme (const fvMesh &mesh, Istream &is)
 Construct from Istream. More...
 
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. More...
 
 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 divScheme (const fvMesh &mesh)
 Construct from mesh. More...
 
 divScheme (const fvMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
virtual ~divScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
- Public Member Functions inherited from refCount
 refCount ()
 Construct null with zero count. More...
 
int count () const
 Return the reference count. More...
 
bool okToDelete () const
 Return true if the reference count is zero. More...
 
void resetRefCount ()
 Reset the reference count to 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...
 

Private Member Functions

 gaussDivScheme (const gaussDivScheme &)
 Disallow default bitwise copy construct. More...
 
void operator= (const gaussDivScheme &)
 Disallow default bitwise assignment. More...
 

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. More...
 
- Protected Member Functions inherited from divScheme< Type >
 divScheme (const divScheme &)
 Disallow copy construct. More...
 
void operator= (const divScheme &)
 Disallow default bitwise assignment. More...
 
- Protected Attributes inherited from divScheme< Type >
const fvMeshmesh_
 
tmp< surfaceInterpolationScheme< Type > > tinterpScheme_
 

Detailed Description

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

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

Source files

Definition at line 54 of file gaussDivScheme.H.

Constructor & Destructor Documentation

◆ gaussDivScheme() [1/3]

gaussDivScheme ( const gaussDivScheme< Type > &  )
private

Disallow default bitwise copy construct.

◆ gaussDivScheme() [2/3]

gaussDivScheme ( const fvMesh mesh)
inline

Construct null.

Definition at line 76 of file gaussDivScheme.H.

◆ gaussDivScheme() [3/3]

gaussDivScheme ( const fvMesh mesh,
Istream is 
)
inline

Construct from Istream.

Definition at line 82 of file gaussDivScheme.H.

Member Function Documentation

◆ operator=()

void operator= ( const gaussDivScheme< Type > &  )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "Gauss"  )

Runtime type information.

◆ fvcDiv()

tmp< GeometricField <typename innerProduct<vector, Type>::type, fvPatchField, volMesh> > fvcDiv ( const GeometricField< Type, fvPatchField, volMesh > &  )
virtual

Implements divScheme< Type >.


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