Uses the cell value for any location within the cell. More...


Public Member Functions | |
| TypeName ("cell") | |
| Runtime type information. More... | |
| interpolationCell (const GeometricField< Type, fvPatchField, volMesh > &psi) | |
| Construct from components. More... | |
| Type | interpolate (const vector &position, const label celli, const label facei=-1) const |
| Returns the cell value. More... | |
| Type | interpolate (const barycentric &coordinates, const tetIndices &tetIs, const label facei=-1) const |
| Returns the cell value corresponding to the given tetrahedron. More... | |
Public Member Functions inherited from interpolation< Type > | |
| 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 ()=default |
| Destructor. More... | |
| const GeometricField< Type, fvPatchField, volMesh > & | psi () const noexcept |
| Return the field to be interpolated. More... | |
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. 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 inherited from interpolation< Type > | |
| const GeometricField< Type, fvPatchField, volMesh > & | psi_ |
| const polyMesh & | pMesh_ |
| const vectorField & | pMeshPoints_ |
| const faceList & | pMeshFaces_ |
| const vectorField & | pMeshFaceCentres_ |
| const vectorField & | pMeshFaceAreas_ |
Uses the cell value for any location within the cell.
Definition at line 44 of file interpolationCell.H.
|
explicit |
Construct from components.
Definition at line 28 of file interpolationCell.C.
| TypeName | ( | "cell" | ) |
Runtime type information.
|
inlinevirtual |
Returns the cell value.
Implements interpolation< Type >.
Definition at line 73 of file interpolationCell.H.
|
inlinevirtual |
Returns the cell value corresponding to the given tetrahedron.
Reimplemented from interpolation< Type >.
Definition at line 86 of file interpolationCell.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.