motionInterpolation Class Reference

Base class for interpolation of cell displacement fields, generated by fvMotionSolvers, to the points. This base class implements the default method which applies volPointInterpolation only. More...

Inheritance diagram for motionInterpolation:
[legend]

Public Member Functions

 TypeName ("motionInterpolation")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, motionInterpolation, Istream,(const fvMesh &mesh, Istream &entry),(mesh, entry))
 
 motionInterpolation (const fvMesh &mesh)
 Construct from an fvMesh. More...
 
 motionInterpolation (const fvMesh &mesh, Istream &entry)
 Construct from an fvMesh and an Istream. More...
 
virtual ~motionInterpolation ()
 Destructor. More...
 
const fvMeshmesh () const
 Return const-reference to the mesh. More...
 
virtual void interpolate (const volScalarField &, pointScalarField &) const
 Interpolate the given scalar cell displacement. More...
 
virtual void interpolate (const volVectorField &, pointVectorField &) const
 Interpolate the given vector cell displacement. More...
 

Static Public Member Functions

static autoPtr< motionInterpolationNew (const fvMesh &mesh)
 Select default. More...
 
static autoPtr< motionInterpolationNew (const fvMesh &mesh, Istream &entry)
 Select from stream. More...
 

Detailed Description

Base class for interpolation of cell displacement fields, generated by fvMotionSolvers, to the points. This base class implements the default method which applies volPointInterpolation only.

Source files

Definition at line 52 of file motionInterpolation.H.

Constructor & Destructor Documentation

◆ motionInterpolation() [1/2]

motionInterpolation ( const fvMesh mesh)

Construct from an fvMesh.

Definition at line 45 of file motionInterpolation.C.

◆ motionInterpolation() [2/2]

motionInterpolation ( const fvMesh mesh,
Istream entry 
)

Construct from an fvMesh and an Istream.

Definition at line 54 of file motionInterpolation.C.

◆ ~motionInterpolation()

~motionInterpolation ( )
virtual

Destructor.

Definition at line 98 of file motionInterpolation.C.

Member Function Documentation

◆ TypeName()

TypeName ( "motionInterpolation"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
motionInterpolation  ,
Istream  ,
(const fvMesh &mesh, Istream &entry ,
(mesh, entry  
)

◆ New() [1/2]

Foam::autoPtr< Foam::motionInterpolation > New ( const fvMesh mesh)
static

Select default.

Definition at line 66 of file motionInterpolation.C.

References motionInterpolation::mesh(), and autoPtr< T >::New().

Here is the call graph for this function:

◆ New() [2/2]

Foam::autoPtr< Foam::motionInterpolation > New ( const fvMesh mesh,
Istream entry 
)
static

Select from stream.

Definition at line 73 of file motionInterpolation.C.

References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.

Here is the call graph for this function:

◆ mesh()

const fvMesh& mesh ( ) const
inline

Return const-reference to the mesh.

Definition at line 119 of file motionInterpolation.H.

Referenced by motionInterpolation::New().

Here is the caller graph for this function:

◆ interpolate() [1/2]

void interpolate ( const volScalarField cellDisplacement,
pointScalarField pointDisplacement 
) const
virtual

Interpolate the given scalar cell displacement.

Reimplemented in patchCorrectedInterpolation, and patchTransformedInterpolation.

Definition at line 105 of file motionInterpolation.C.

References volPointInterpolation::interpolate(), mesh, and MeshObject< fvMesh, UpdateableMeshObject, volPointInterpolation >::New().

Here is the call graph for this function:

◆ interpolate() [2/2]

void interpolate ( const volVectorField cellDisplacement,
pointVectorField pointDisplacement 
) const
virtual

Interpolate the given vector cell displacement.

Reimplemented in patchCorrectedInterpolation, and patchTransformedInterpolation.

Definition at line 119 of file motionInterpolation.C.

References volPointInterpolation::interpolate(), mesh, and MeshObject< fvMesh, UpdateableMeshObject, volPointInterpolation >::New().

Here is the call graph for this function:

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