Abstract base class for finite area calculus div schemes. More...
#include <faDivScheme.H>


Public Member Functions | |
| declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
| divScheme (const divScheme &)=delete | |
| No copy construct. | |
| void | operator= (const divScheme &)=delete |
| No copy assignment. | |
| divScheme (const faMesh &mesh) | |
| Construct from mesh. | |
| divScheme (const faMesh &mesh, Istream &is) | |
| Construct from mesh and Istream. | |
| virtual | ~divScheme ()=default |
| Destructor. | |
| const faMesh & | mesh () const noexcept |
| Return mesh reference. | |
| 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. | |
| 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. | |
Static Public Member Functions | |
| static tmp< divScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
| Return a pointer to a new divScheme created on freestore. | |
Protected Attributes | |
| const faMesh & | mesh_ |
| Reference to mesh. | |
| tmp< edgeInterpolationScheme< Type > > | tinterpScheme_ |
| Edge interpolation scheme. | |
Abstract base class for finite area calculus div schemes.
Definition at line 60 of file faDivScheme.H.
|
delete |
No copy construct.
References divScheme().
Referenced by declareRunTimeSelectionTable(), divScheme(), gaussDivScheme< Type >::gaussDivScheme(), gaussDivScheme< Type >::gaussDivScheme(), and operator=().


|
inline |
Construct from mesh.
Definition at line 111 of file faDivScheme.H.
References mesh(), mesh_, and tinterpScheme_.

Construct from mesh and Istream.
Definition at line 120 of file faDivScheme.H.
References IOstream::eof(), mesh(), and mesh_.

|
virtualdefault |
Destructor.
|
delete |
|
static |
Return a pointer to a new divScheme created on freestore.
Definition at line 34 of file faDivScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh(), and Foam::nl.
Referenced by Foam::fac::div(), and Foam::fac::ndiv().


|
inlinenoexcept |
Return mesh reference.
Definition at line 164 of file faDivScheme.H.
References mesh_, and Foam::noexcept.
Referenced by declareRunTimeSelectionTable(), divScheme(), divScheme(), gaussDivScheme< Type >::gaussDivScheme(), gaussDivScheme< Type >::gaussDivScheme(), and New().

|
pure virtual |
Implemented in gaussDivScheme< Type >.
|
protected |
Reference to mesh.
Definition at line 71 of file faDivScheme.H.
Referenced by divScheme(), divScheme(), gaussDivScheme< Type >::facDiv(), and mesh().
|
protected |