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...
|
| |
| | multivariateSurfaceInterpolationScheme (const multivariateSurfaceInterpolationScheme &)=delete |
| | Disallow default bitwise copy construction. More...
|
| |
| virtual | ~multivariateSurfaceInterpolationScheme () |
| | Destructor. More...
|
| |
| const fvMesh & | mesh () const |
| | Return mesh reference. More...
|
| |
| const fieldTable & | fields () const |
| | Return fields to be interpolated. More...
|
| |
| void | operator= (const multivariateSurfaceInterpolationScheme &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
| virtual tmp< surfaceInterpolationScheme< Type > > | operator() (const VolField< Type > &field) const =0 |
| |
| int | count () const |
| | Return the current reference count. More...
|
| |
| bool | unique () const |
| | Return true if the reference count is zero. More...
|
| |
| void | operator++ () |
| | Increment the reference count. More...
|
| |
| void | operator++ (int) |
| | Increment the reference count. More...
|
| |
| void | operator-- () |
| | Decrement the reference count. More...
|
| |
| void | operator-- (int) |
| | Decrement the reference count. More...
|
| |
| void | operator= (const refCount &)=delete |
| | Disallow bitwise assignment. More...
|
| |
template<class Type>
class Foam::multivariateSurfaceInterpolationScheme< Type >
Abstract base class for multi-variate surface interpolation schemes.
- Source files
-
Definition at line 50 of file multivariateSurfaceInterpolationScheme.H.
◆ multivariateSurfaceInterpolationScheme() [1/2]
Construct for interpolating given field.
◆ multivariateSurfaceInterpolationScheme() [2/2]
Disallow default bitwise copy construction.
◆ ~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=()
Disallow default bitwise assignment.
◆ operator()()
The documentation for this class was generated from the following files: