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...
 
 multivariateSurfaceInterpolationScheme (const multivariateSurfaceInterpolationScheme &)
 Disallow default bitwise copy construction. More...
 
virtual ~multivariateSurfaceInterpolationScheme ()
 Destructor. More...
 
const fvMeshmesh () const
 Return mesh reference. More...
 
const fieldTablefields () const
 Return fields to be interpolated. More...
 
void operator= (const multivariateSurfaceInterpolationScheme &)=delete
 Disallow default bitwise assignment. More...
 
virtual tmp< surfaceInterpolationScheme< Type > > operator() (const GeometricField< Type, fvPatchField, volMesh > &field) const =0
 
- Public Member Functions inherited from refCount
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...
 

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

Additional Inherited Members

- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initializing count to 0. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ multivariateSurfaceInterpolationScheme() [1/2]

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

Construct for interpolating given field.

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ multivariateSurfaceInterpolationScheme() [2/2]

Disallow default bitwise copy construction.

◆ ~multivariateSurfaceInterpolationScheme()

Member Function Documentation

◆ type()

virtual const word& type ( ) const
pure virtual

Runtime type information.

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( tmp  ,
multivariateSurfaceInterpolationScheme< Type >  ,
Istream  ,
(const fvMesh &mesh, const fieldTable &fields, const surfaceScalarField &faceFlux, Istream &is)  ,
(mesh, fields, faceFlux, is)   
)

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ 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 56 of file multivariateSurfaceInterpolationScheme.C.

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 145 of file multivariateSurfaceInterpolationScheme.H.

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ fields()

const fieldTable& fields ( ) const
inline

Return fields to be interpolated.

Definition at line 151 of file multivariateSurfaceInterpolationScheme.H.

Referenced by multivariateSurfaceInterpolationScheme< Type >::fieldTable::add().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const multivariateSurfaceInterpolationScheme< Type > &  )
delete

Disallow default bitwise assignment.

◆ operator()()


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