FreeFOAM The Cross-Platform CFD Toolkit
interpolationCellPoint< Type > Class Template Reference

Foam::interpolationCellPoint. More...

#include <finiteVolume/interpolationCellPoint.H>


Detailed Description

template<class Type>
class Foam::interpolationCellPoint< Type >

Foam::interpolationCellPoint.

Definition at line 48 of file interpolationCellPoint.H.

+ Inheritance diagram for interpolationCellPoint< Type >:
+ Collaboration diagram for interpolationCellPoint< Type >:

List of all members.

Public Member Functions

 TypeName ("cellPoint")
 Runtime type information.
 interpolationCellPoint (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
Type interpolate (const cellPointWeight &cpw) const
 Interpolate field for the given cellPointWeight.
Type interpolate (const vector &position, const label nCell, const label facei=-1) const
 Interpolate field to the given point in the given cell.
- Public Member Functions inherited from interpolation< Type >
virtual const wordtype () const =0
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi))
 interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi)
 Construct from components.
virtual ~interpolation ()
const GeometricField< Type,
fvPatchField, volMesh > & 
psi () const
 Return the field to be interpolated.

Protected Attributes

const GeometricField< Type,
pointPatchField, pointMesh
psip_
 Interpolated volfield.
- Protected Attributes inherited from interpolation< Type >
const GeometricField< Type,
fvPatchField, volMesh > & 
psi_
const polyMeshpMesh_
const vectorFieldpMeshPoints_
const faceListpMeshFaces_
const vectorFieldpMeshFaceCentres_
const vectorFieldpMeshFaceAreas_

Additional Inherited Members

- Static Public Member Functions inherited from interpolation< Type >
static autoPtr< interpolation
< Type > > 
New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi)
 Return a reference to the specified interpolation scheme.
static autoPtr< interpolation
< Type > > 
New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi)
 Return a reference to the selected interpolation scheme.

Constructor & Destructor Documentation

Construct from components.

Definition at line 33 of file interpolationCellPoint.C.


Member Function Documentation

TypeName ( "cellPoint"  )

Runtime type information.

Type interpolate ( const cellPointWeight cpw) const
inline
Type interpolate ( const vector position,
const label  nCell,
const label  facei = -1 
) const
inlinevirtual

Interpolate field to the given point in the given cell.

Implements interpolation< Type >.

Reimplemented in interpolationCellPointWallModified< Type >.

Definition at line 48 of file interpolationCellPointI.H.

References Foam::fvc::interpolate().


Member Data Documentation

const GeometricField<Type, pointPatchField, pointMesh> psip_
protected

Interpolated volfield.

Definition at line 57 of file interpolationCellPoint.H.


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