Abstract base class for interpolation. More...


Public Member Functions | |
| virtual const word & | type () const =0 |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, interpolation, dictionary,(const GeometricField< Type, fvPatchField, volMesh > &psi),(psi)) | |
| interpolation (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
| Construct from components. More... | |
| virtual | ~interpolation () |
| Destructor. More... | |
| const GeometricField< Type, fvPatchField, volMesh > & | psi () const |
| Return the field to be interpolated. More... | |
| virtual Type | interpolate (const vector &position, const label celli, const label facei=-1) const =0 |
| Interpolate field to the given point in the given cell. More... | |
| virtual Type | interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const |
| Interpolate field to the given coordinates in the tetrahedron. More... | |
Static Public Member Functions | |
| static autoPtr< interpolation< Type > > | New (const word &interpolationType, const GeometricField< Type, fvPatchField, volMesh > &psi) |
| Return a reference to the specified interpolation scheme. More... | |
| static autoPtr< interpolation< Type > > | New (const dictionary &interpolationSchemes, const GeometricField< Type, fvPatchField, volMesh > &psi) |
| Return a reference to the selected interpolation scheme. More... | |
Protected Attributes | |
| const GeometricField< Type, fvPatchField, volMesh > & | psi_ |
| const polyMesh & | pMesh_ |
| const vectorField & | pMeshPoints_ |
| const faceList & | pMeshFaces_ |
| const vectorField & | pMeshFaceCentres_ |
| const vectorField & | pMeshFaceAreas_ |
Abstract base class for interpolation.
Definition at line 57 of file mappedPatchFieldBase.H.
| interpolation | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi | ) |
Construct from components.
Definition at line 35 of file interpolation.C.
|
inlinevirtual |
Destructor.
Definition at line 117 of file interpolation.H.
|
pure virtual |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| interpolation< Type > | , | ||
| dictionary | , | ||
| (const GeometricField< Type, fvPatchField, volMesh > &psi) | , | ||
| (psi) | |||
| ) |
|
static |
Return a reference to the specified interpolation scheme.
Definition at line 33 of file interpolationNew.C.
Referenced by interpolation< Foam::Vector >::New().

|
static |
Return a reference to the selected interpolation scheme.
Definition at line 57 of file interpolationNew.C.
|
inline |
Return the field to be interpolated.
Definition at line 124 of file interpolation.H.
Referenced by sampledCuttingPlane::interpolateField(), sampledIsoSurface::interpolateField(), and distanceSurface::interpolateField().

|
pure virtual |
Interpolate field to the given point in the given cell.
Implemented in interpolationCellPointFace< Type >, interpolationPointMVC< Type >, interpolationCellPoint< Type >, interpolationCellPoint< scalar >, interpolationCellPoint< Foam::Vector >, interpolationCellPatchConstrained< Type >, interpolationCellPointWallModified< Type >, and interpolationCell< Type >.
Referenced by ParamagneticForce< CloudType >::calcNonCoupled(), interpolation< Foam::Vector >::interpolate(), sampledPlane::interpolateField(), sampledIsoSurfaceCell::interpolateField(), sampledThresholdCellFaces::interpolateField(), sampledPatchInternalField::interpolateField(), sampledPatch::interpolateField(), sampledTriSurfaceMesh::interpolateField(), mappedPatchFieldBase< Type >::mappedField(), and interpolation< Foam::Vector >::psi().

|
inlinevirtual |
Interpolate field to the given coordinates in the tetrahedron.
defined by the given indices. Calls interpolate function above here execpt where overridden by derived interpolation types.
Reimplemented in interpolationCellPoint< Type >, interpolationCellPoint< scalar >, interpolationCellPoint< Foam::Vector >, interpolationCellPatchConstrained< Type >, interpolationCellPointWallModified< Type >, and interpolationCell< Type >.
Definition at line 142 of file interpolation.H.
|
protected |
Definition at line 61 of file interpolation.H.
Referenced by interpolation< Foam::Vector >::psi().
|
protected |
Definition at line 63 of file interpolation.H.
|
protected |
Definition at line 64 of file interpolation.H.
|
protected |
Definition at line 65 of file interpolation.H.
|
protected |
Definition at line 66 of file interpolation.H.
|
protected |
Definition at line 67 of file interpolation.H.
1.8.13