Abstract base class for div schemes. More...
Public Member Functions | |
virtual const word & | type () 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 fvMesh & | mesh () const |
Return mesh reference. More... | |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)=0 |
![]() | |
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... | |
Static Public Member Functions | |
static tmp< divScheme< Type > > | New (const fvMesh &mesh, Istream &schemeData) |
Return a pointer to a new divScheme created on freestore. More... | |
Protected Member Functions | |
divScheme (const divScheme &) | |
Disallow copy construct. More... | |
void | operator= (const divScheme &) |
Disallow default bitwise assignment. More... | |
Protected Attributes | |
const fvMesh & | mesh_ |
tmp< surfaceInterpolationScheme< Type > > | tinterpScheme_ |
Abstract base class for div schemes.
Definition at line 64 of file divScheme.H.
Construct from mesh.
Definition at line 107 of file divScheme.H.
Construct from mesh and Istream.
Definition at line 114 of file divScheme.H.
|
virtual |
Destructor.
Definition at line 94 of file divScheme.C.
|
protected |
Disallow default bitwise assignment.
|
pure virtual |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
divScheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
Return a pointer to a new divScheme created on freestore.
Definition at line 47 of file divScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, mesh, and Foam::nl.
Referenced by Foam::fvc::div().
|
inline |
Return mesh reference.
Definition at line 138 of file divScheme.H.
References divScheme< Type >::mesh_.
|
pure virtual |
Implemented in gaussDivScheme< Type >.
|
protected |
Definition at line 73 of file divScheme.H.
Referenced by divScheme< Type >::mesh().
|
protected |
Definition at line 74 of file divScheme.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.