Abstract base class for finite area calculus convection schemes. More...
Public Member Functions | |
declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux) | |
virtual | ~convectionScheme () |
const faMesh & | mesh () const |
virtual tmp< GeometricField< Type, faePatchField, edgeMesh > > | flux (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
virtual tmp< faMatrix< Type > > | famDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =0 |
virtual tmp< GeometricField< Type, faPatchField, areaMesh > > | facDiv (const edgeScalarField &, const GeometricField< Type, faPatchField, areaMesh > &) const =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< convectionScheme< Type > > | New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
Abstract base class for finite area calculus convection schemes.
Definition at line 61 of file faConvectionScheme.H.
|
inline |
Definition at line 101 of file faConvectionScheme.H.
|
virtual |
Definition at line 74 of file faConvectionScheme.C.
declareRunTimeSelectionTable | ( | tmp | , |
convectionScheme< Type > | , | ||
Istream | , | ||
(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) | , | ||
(mesh, faceFlux, schemeData) | |||
) |
|
static |
Definition at line 30 of file faConvectionScheme.C.
References Foam::expressions::patchExpr::debug, Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh, and Foam::nl.
Referenced by Foam::fam::div(), and Foam::fam::ndiv().
|
inline |
Definition at line 128 of file faConvectionScheme.H.
|
pure virtual |
Implemented in gaussConvectionScheme< Type >.
|
pure virtual |
Implemented in gaussConvectionScheme< Type >.
Referenced by Foam::fam::div().
|
pure virtual |
Implemented in gaussConvectionScheme< Type >.
Referenced by Foam::fam::div(), Foam::fac::div(), and Foam::fac::ndiv().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.