multivariateSurfaceInterpolationScheme< Type > Class Template Referenceabstract

Abstract base class for multi-variate surface interpolation schemes. More...

Inheritance diagram for multivariateSurfaceInterpolationScheme< Type >:
Collaboration diagram for multivariateSurfaceInterpolationScheme< Type >:

Classes

class  fieldScheme
 surfaceInterpolationScheme sub-class returned by operator(field) More...
 
class  fieldTable
 fieldTable More...
 

Public Member Functions

virtual const wordtype () 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 fvMeshmesh () const
 Return mesh reference. More...
 
const fieldTablefields () const
 Return fields to be interpolated. More...
 
virtual tmp< surfaceInterpolationScheme< Type > > operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const =0
 
- Public Member Functions inherited from refCount
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...
 

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. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ multivariateSurfaceInterpolationScheme()

multivariateSurfaceInterpolationScheme ( const fvMesh mesh,
const fieldTable fields,
const surfaceScalarField faceFlux,
Istream schemeData 
)

Construct for interpolating given field.

◆ ~multivariateSurfaceInterpolationScheme()

virtual ~multivariateSurfaceInterpolationScheme ( )
virtualdefault

Destructor.

Member Function Documentation

◆ 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()

Foam::tmp< Foam::multivariateSurfaceInterpolationScheme< Type > > New ( const fvMesh mesh,
const fieldTable fields,
const surfaceScalarField faceFlux,
Istream schemeData 
)
static

Return a pointer to a new gradScheme created on freestore.

Definition at line 49 of file multivariateSurfaceInterpolationScheme.C.

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 169 of file multivariateSurfaceInterpolationScheme.H.

◆ fields()

const fieldTable& fields ( ) const
inline

Return fields to be interpolated.

Definition at line 177 of file multivariateSurfaceInterpolationScheme.H.

◆ operator()()


The documentation for this class was generated from the following files: