Abstract base class for finite area calculus convection schemes. More...
#include <faConvectionScheme.H>


Public Member Functions | |
| declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) | |
| convectionScheme (const convectionScheme &)=delete | |
| No copy construct. | |
| void | operator= (const convectionScheme &)=delete |
| No copy assignment. | |
| convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux) | |
| Construct from mesh, flux and Istream. | |
| virtual | ~convectionScheme () |
| Destructor. | |
| const faMesh & | mesh () const noexcept |
| Return mesh reference. | |
| 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 |
| 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< convectionScheme< Type > > | New (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) |
| Return a pointer to a new convectionScheme created on freestore. | |
Abstract base class for finite area calculus convection schemes.
Definition at line 60 of file faConvectionScheme.H.
|
delete |
No copy construct.
References convectionScheme().
Referenced by convectionScheme(), declareRunTimeSelectionTable(), gaussConvectionScheme< Type >::gaussConvectionScheme(), gaussConvectionScheme< Type >::gaussConvectionScheme(), and operator=().


|
inline |
Construct from mesh, flux and Istream.
Definition at line 108 of file faConvectionScheme.H.
References mesh().

|
virtual |
Destructor.
Definition at line 74 of file faConvectionScheme.C.
| declareRunTimeSelectionTable | ( | tmp | , |
| convectionScheme< Type > | , | ||
| Istream | , | ||
| (const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData) | , | ||
| (mesh, faceFlux, schemeData) | ) |
|
delete |
|
static |
Return a pointer to a new convectionScheme created on freestore.
Definition at line 29 of file faConvectionScheme.C.
References Foam::endl(), IOstream::eof(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, FatalIOErrorInLookup, InfoInFunction, mesh(), and Foam::nl.
Referenced by Foam::fac::div(), Foam::fam::div(), Foam::fam::div(), gaussConvectionScheme< Type >::gaussConvectionScheme(), Foam::fac::ndiv(), and Foam::fam::ndiv().


|
inlinenoexcept |
Return mesh reference.
Definition at line 142 of file faConvectionScheme.H.
References Foam::noexcept.
Referenced by convectionScheme(), declareRunTimeSelectionTable(), gaussConvectionScheme< Type >::gaussConvectionScheme(), gaussConvectionScheme< Type >::gaussConvectionScheme(), and New().

|
pure virtual |
Implemented in gaussConvectionScheme< Type >.
|
pure virtual |
Implemented in gaussConvectionScheme< Type >.
|
pure virtual |
Implemented in gaussConvectionScheme< Type >.