Foam::interpolationCellPoint. More...
#include <finiteVolume/interpolationCellPoint.H>
Definition at line 48 of file interpolationCellPoint.H.
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.
| |
Protected Attributes | |
const GeometricField< Type, pointPatchField, pointMesh > | psip_ |
Interpolated volfield.
|
interpolationCellPoint | ( | const GeometricField< Type, fvPatchField, volMesh > & | psi ) |
Construct from components.
Definition at line 33 of file interpolationCellPoint.C.
TypeName | ( | "cellPoint" | ) |
Runtime type information.
Type interpolate | ( | const cellPointWeight & | cpw ) | const [inline]
|
Interpolate field for the given cellPointWeight.
Definition at line 30 of file interpolationCellPointI.H.
References cellPointWeight::cell(), cellPointWeight::faceVertices(), and cellPointWeight::weights().
Referenced by meshToMesh::interpolateField(), and solidParticle::move().
Type interpolate | ( | const vector & | position, |
const label | nCell, | ||
const label | facei = -1
|
||
) | const [inline, virtual]
|
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().
const GeometricField<Type, pointPatchField, pointMesh> psip_ [protected]
|
Interpolated volfield.
Definition at line 57 of file interpolationCellPoint.H.