divScheme< Type > Class Template Referenceabstract

Abstract base class for finite area calculus div schemes. More...

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

Public Member Functions

 declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData))
 
 divScheme (const faMesh &mesh)
 Construct from mesh. More...
 
 divScheme (const faMesh &mesh, Istream &is)
 Construct from mesh and Istream. More...
 
virtual ~divScheme ()
 Destructor. More...
 
const faMeshmesh () const
 Return mesh reference. More...
 
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > facDiv (const GeometricField< Type, faPatchField, areaMesh > &)=0
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0. More...
 
int use_count () const noexcept
 Return the current reference count. More...
 
bool unique () const noexcept
 Return true if the reference count is zero. More...
 
void operator++ () noexcept
 Increment the reference count. More...
 
void operator++ (int) noexcept
 Increment the reference count. More...
 
void operator-- () noexcept
 Decrement the reference count. More...
 
void operator-- (int) noexcept
 Decrement the reference count. More...
 

Static Public Member Functions

static tmp< divScheme< Type > > New (const faMesh &mesh, Istream &schemeData)
 Return a pointer to a new divScheme created on freestore. More...
 

Protected Member Functions

 divScheme (const divScheme &)=delete
 No copy construct. More...
 
void operator= (const divScheme &)=delete
 No copy assignment. More...
 

Protected Attributes

const faMeshmesh_
 
tmp< edgeInterpolationScheme< Type > > tinterpScheme_
 

Detailed Description

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

Abstract base class for finite area calculus div schemes.

Source files

Definition at line 63 of file faDivScheme.H.

Constructor & Destructor Documentation

◆ divScheme() [1/3]

divScheme ( const divScheme< Type > &  )
protecteddelete

No copy construct.

◆ divScheme() [2/3]

divScheme ( const faMesh mesh)
inline

Construct from mesh.

Definition at line 108 of file faDivScheme.H.

◆ divScheme() [3/3]

divScheme ( const faMesh mesh,
Istream is 
)
inline

Construct from mesh and Istream.

Definition at line 117 of file faDivScheme.H.

◆ ~divScheme()

~divScheme ( )
virtual

Destructor.

Definition at line 83 of file faDivScheme.C.

Member Function Documentation

◆ operator=()

void operator= ( const divScheme< Type > &  )
protecteddelete

No copy assignment.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( tmp  ,
divScheme< Type >  ,
Istream  ,
(const faMesh &mesh, Istream &schemeData)  ,
(mesh, schemeData)   
)

◆ New()

tmp< divScheme< Type > > New ( const faMesh mesh,
Istream schemeData 
)
static

Return a pointer to a new divScheme created on freestore.

Definition at line 40 of file faDivScheme.C.

References Foam::ensightOutput::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh, and Foam::nl.

Here is the call graph for this function:

◆ mesh()

const faMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 147 of file faDivScheme.H.

References divScheme< Type >::mesh_.

◆ facDiv()

virtual tmp< GeometricField <typename innerProduct<vector, Type>::type, faPatchField, areaMesh> > facDiv ( const GeometricField< Type, faPatchField, areaMesh > &  )
pure virtual

Implemented in gaussDivScheme< Type >.

Member Data Documentation

◆ mesh_

const faMesh& mesh_
protected

Definition at line 72 of file faDivScheme.H.

Referenced by divScheme< Type >::mesh().

◆ tinterpScheme_

tmp<edgeInterpolationScheme<Type> > tinterpScheme_
protected

Definition at line 73 of file faDivScheme.H.


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