|
| | declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const faMesh &mesh, const edgeScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) |
| |
| | convectionScheme (const convectionScheme &)=delete |
| | No copy construct. More...
|
| |
| void | operator= (const convectionScheme &)=delete |
| | No copy assignment. More...
|
| |
| | convectionScheme (const faMesh &mesh, const edgeScalarField &faceFlux) |
| | Construct from mesh, flux and Istream. More...
|
| |
| virtual | ~convectionScheme () |
| | Destructor. More...
|
| |
| const faMesh & | mesh () const noexcept |
| | Return mesh reference. More...
|
| |
| 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 |
| | Default construct, initializing count to 0. More...
|
| |
| int | use_count () const noexcept |
| | Return the current reference count. More...
|
| |
| bool | unique () const noexcept |
| | Return true if the reference count is zero. More...
|
| |
| void | operator++ () noexcept |
| | Increment the reference count. More...
|
| |
| void | operator++ (int) noexcept |
| | Increment the reference count. More...
|
| |
| void | operator-- () noexcept |
| | Decrement the reference count. More...
|
| |
| void | operator-- (int) noexcept |
| | Decrement the reference count. More...
|
| |
template<class Type>
class Foam::fa::convectionScheme< Type >
Abstract base class for finite area calculus convection schemes.
- Source files
-
Definition at line 60 of file faConvectionScheme.H.