|
| virtual const word & | type () const =0 |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (tmp, convectionScheme, Istream,(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, faceFlux, schemeData)) |
| |
| | declareRunTimeSelectionTable (tmp, convectionScheme, Multivariate,(const fvMesh &mesh, const typename multivariateSurfaceInterpolationScheme< Type >::fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData),(mesh, fields, faceFlux, schemeData)) |
| |
| | convectionScheme (const convectionScheme &) |
| | Copy construct. More...
|
| |
| | convectionScheme (const fvMesh &mesh, const surfaceScalarField &) |
| | Construct from mesh, flux and Istream. More...
|
| |
| virtual | ~convectionScheme () |
| | Destructor. More...
|
| |
| const fvMesh & | mesh () const |
| | Return mesh reference. More...
|
| |
| virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | interpolate (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
| |
| virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > | flux (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
| |
| virtual tmp< fvMatrix< Type > > | fvmDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
| |
| virtual tmp< GeometricField< Type, fvPatchField, volMesh > > | fvcDiv (const surfaceScalarField &, const GeometricField< Type, fvPatchField, volMesh > &) const =0 |
| |
| void | operator= (const convectionScheme< Type > &) |
| |
| 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::fv::convectionScheme< Type >
Abstract base class for convection schemes.
- Source files
-
Definition at line 65 of file convectionScheme.H.