Abstract base class for multi-variate surface interpolation schemes. More...
#include <finiteVolume/multivariateSurfaceInterpolationScheme.H>
Abstract base class for multi-variate surface interpolation schemes.
Definition at line 51 of file multivariateSurfaceInterpolationScheme.H.
Classes | |
class | fieldScheme |
surfaceInterpolationScheme sub-class returned by operator(field) More... | |
class | fieldTable |
fieldTable More... |
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. | |
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. | |
virtual | ~multivariateSurfaceInterpolationScheme () |
const fvMesh & | mesh () const |
Return mesh reference. | |
const fieldTable & | fields () const |
Return fields to be interpolated. | |
virtual tmp < surfaceInterpolationScheme < Type > > | operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const =0 |
![]() | |
refCount () | |
Construct null with zero count. | |
int | count () const |
Return the reference count. | |
bool | okToDelete () const |
Return true if the reference count is zero. | |
void | resetRefCount () |
Reset the reference count to zero. | |
void | operator++ () |
Increment the reference count. | |
void | operator++ (int) |
Increment the reference count. | |
void | operator-- () |
Decrement the reference count. | |
void | operator-- (int) |
Decrement the reference count. |
Static Public Member Functions | |
static tmp < multivariateSurfaceInterpolationScheme < Type > > | New (const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &schemeData) |
Return a pointer to a new gradScheme created on freestore. |
multivariateSurfaceInterpolationScheme | ( | const fvMesh & | mesh, |
const fieldTable & | fields, | ||
const surfaceScalarField & | faceFlux, | ||
Istream & | schemeData | ||
) |
Construct for interpolating given field.
|
virtual |
Definition at line 106 of file multivariateSurfaceInterpolationScheme.C.
|
pure virtual |
Runtime type information.
declareRunTimeSelectionTable | ( | tmp | , |
multivariateSurfaceInterpolationScheme< Type > | , | ||
Istream | , | ||
(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is) | , | ||
(mesh, fields, faceFlux, is) | |||
) |
|
static |
Return a pointer to a new gradScheme created on freestore.
Definition at line 63 of file multivariateSurfaceInterpolationScheme.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, Foam::Info, and mesh.
|
inline |
Return mesh reference.
Definition at line 153 of file multivariateSurfaceInterpolationScheme.H.
|
inline |
Return fields to be interpolated.
Definition at line 159 of file multivariateSurfaceInterpolationScheme.H.
|
pure virtual |
Implemented in multivariateUpwind< Type >, multivariateScheme< Type, Scheme >, and multivariateSelectionScheme< Type >.