Classes | Public Member Functions | Static Public Member Functions | List of all members
multivariateSurfaceInterpolationScheme< Type > Class Template Referenceabstract

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

Inheritance diagram for multivariateSurfaceInterpolationScheme< Type >:
Inheritance graph
[legend]
Collaboration diagram for multivariateSurfaceInterpolationScheme< Type >:
Collaboration graph
[legend]

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

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

Construct for interpolating given field.

◆ ~multivariateSurfaceInterpolationScheme()

Destructor.

Definition at line 93 of file multivariateSurfaceInterpolationScheme.C.

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

Here is the caller graph for this function:

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.

References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, InfoInFunction, mesh, Foam::nl, and multivariateSurfaceInterpolationScheme< Type >::~multivariateSurfaceInterpolationScheme().

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return mesh reference.

Definition at line 151 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 157 of file multivariateSurfaceInterpolationScheme.H.

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

Here is the caller graph for this function:

◆ operator()()

virtual tmp<surfaceInterpolationScheme<Type> > operator() ( const GeometricField< Type, fvPatchField, volMesh > &  field) const
pure virtual

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