Abstract base class for multi-variate surface interpolation schemes.
More...
|
| virtual const word & | type () const =0 |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (tmp, multivariateSurfaceInterpolationScheme, Istream,(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is),(mesh, fields, faceFlux, is)) |
| |
| | multivariateSurfaceInterpolationScheme (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
| | Construct for interpolating given field. More...
|
| |
| virtual | ~multivariateSurfaceInterpolationScheme ()=default |
| | Destructor. More...
|
| |
| const fvMesh & | mesh () const |
| | Return mesh reference. More...
|
| |
| const fieldTable & | fields () const |
| | Return fields to be interpolated. More...
|
| |
| virtual tmp< surfaceInterpolationScheme< Type > > | operator() (const GeometricField< Type, fvPatchField, volMesh > &field) 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::multivariateSurfaceInterpolationScheme< Type >
Abstract base class for multi-variate surface interpolation schemes.
- Source files
-
Definition at line 48 of file multivariateSurfaceInterpolationScheme.H.
◆ multivariateSurfaceInterpolationScheme()
Construct for interpolating given field.
◆ ~multivariateSurfaceInterpolationScheme()
◆ type()
| virtual const word& type |
( |
| ) |
const |
|
pure virtual |
Runtime type information.
◆ declareRunTimeSelectionTable()
| declareRunTimeSelectionTable |
( |
tmp |
, |
|
|
multivariateSurfaceInterpolationScheme< Type > |
, |
|
|
Istream |
, |
|
|
(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is) |
, |
|
|
(mesh, fields, faceFlux, is) |
|
|
) |
| |
◆ New()
◆ mesh()
◆ fields()
◆ operator()()
The documentation for this class was generated from the following files: