Abstract base class for finite area calculus div schemes. More...
Public Member Functions | |
declareRunTimeSelectionTable (tmp, divScheme, Istream,(const faMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
divScheme (const faMesh &mesh) | |
divScheme (const faMesh &mesh, Istream &is) | |
virtual | ~divScheme () |
const faMesh & | mesh () const |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, faPatchField, areaMesh > > | facDiv (const GeometricField< Type, faPatchField, areaMesh > &)=0 |
![]() | |
constexpr | refCount () noexcept |
int | count () const noexcept |
bool | unique () const noexcept |
void | operator++ () noexcept |
void | operator++ (int) noexcept |
void | operator-- () noexcept |
void | operator-- (int) noexcept |
Static Public Member Functions | |
static tmp< divScheme< Type > > | New (const faMesh &mesh, Istream &schemeData) |
Protected Member Functions | |
divScheme (const divScheme &)=delete | |
void | operator= (const divScheme &)=delete |
Protected Attributes | |
const faMesh & | mesh_ |
tmp< edgeInterpolationScheme< Type > > | tinterpScheme_ |
Abstract base class for finite area calculus div schemes.
Definition at line 63 of file faDivScheme.H.
Definition at line 102 of file faDivScheme.H.
Definition at line 109 of file faDivScheme.H.
|
virtual |
Definition at line 83 of file faDivScheme.C.
|
protecteddelete |
declareRunTimeSelectionTable | ( | tmp | , |
divScheme< Type > | , | ||
Istream | , | ||
(const faMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
Definition at line 40 of file faDivScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh, and Foam::nl.
|
inline |
Definition at line 133 of file faDivScheme.H.
References divScheme< Type >::mesh_.
|
pure virtual |
Implemented in gaussDivScheme< Type >.
Referenced by Foam::fac::div(), and Foam::fac::ndiv().
|
protected |
Definition at line 72 of file faDivScheme.H.
Referenced by divScheme< Type >::mesh().
|
protected |
Definition at line 73 of file faDivScheme.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.