Abstract base class for div schemes. More...
Public Member Functions | |
virtual const word & | type () const =0 |
declareRunTimeSelectionTable (tmp, divScheme, Istream,(const fvMesh &mesh, Istream &schemeData),(mesh, schemeData)) | |
divScheme (const fvMesh &mesh) | |
divScheme (const fvMesh &mesh, Istream &is) | |
virtual | ~divScheme ()=default |
const fvMesh & | mesh () const |
virtual tmp< GeometricField< typename innerProduct< vector, Type >::type, fvPatchField, volMesh > > | fvcDiv (const GeometricField< Type, fvPatchField, volMesh > &)=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 fvMesh &mesh, Istream &schemeData) |
Protected Member Functions | |
divScheme (const divScheme &)=delete | |
void | operator= (const divScheme &)=delete |
Protected Attributes | |
const fvMesh & | mesh_ |
tmp< surfaceInterpolationScheme< Type > > | tinterpScheme_ |
Abstract base class for div schemes.
Definition at line 65 of file divScheme.H.
Definition at line 108 of file divScheme.H.
Definition at line 115 of file divScheme.H.
|
virtualdefault |
|
protecteddelete |
|
pure virtual |
declareRunTimeSelectionTable | ( | tmp | , |
divScheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, Istream &schemeData) | , | ||
(mesh, schemeData) | |||
) |
Definition at line 44 of file divScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, mesh, and Foam::nl.
Referenced by Foam::fvc::div().
|
inline |
Definition at line 139 of file divScheme.H.
References divScheme< Type >::mesh_.
|
pure virtual |
Implemented in gaussDivScheme< Type >.
|
protected |
Definition at line 74 of file divScheme.H.
Referenced by divScheme< Type >::mesh().
|
protected |
Definition at line 75 of file divScheme.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.