![]() |
|
Public Member Functions | |
ClassName ("volPointInterpolation") | |
volPointInterpolation (const fvMesh &, const pointMesh &) | |
Constructor given fvMesh and pointMesh. | |
~volPointInterpolation () | |
const FieldField< Field, scalar > & | pointWeights () const |
Return reference to weights arrays. | |
const labelList & | boundaryPoints () const |
Return list of points to correct. | |
const FieldField< Field, scalar > & | pointBoundaryWeights () const |
Return reference to boundary weights arrays. | |
void | updateMesh () |
Update mesh topology using the morph engine. | |
bool | movePoints () |
Correct weighting factors for moving mesh. | |
template<class Type> | |
void | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, GeometricField< Type, pointPatchField, pointMesh > &) const |
Interpolate from volField to pointField. | |
template<class Type> | |
tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &) const |
Interpolate volField returning pointField. | |
template<class Type> | |
tmp< GeometricField< Type, pointPatchField, pointMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &) const |
Interpolate tmp<volField> returning pointField. | |
Protected Member Functions | |
const fvMesh & | vMesh () const |
const pointMesh & | pMesh () const |
|
Constructor given fvMesh and pointMesh.
|
|
|
|
Return list of points to correct.
|
|
|
|
Interpolate tmp<volField> returning pointField. using inverse distance weighting |
|
Interpolate volField returning pointField. using inverse distance weighting |
|
Interpolate from volField to pointField. using inverse distance weighting |
|
Correct weighting factors for moving mesh.
Reimplemented in edgeCorrectedVolPointInterpolation. |
|
Definition at line 115 of file volPointInterpolation.H. References Foam::interpolate(), and Foam::labelList. |
Here is the call graph for this function:
|
Return reference to boundary weights arrays.
|
|
Return reference to weights arrays. This also constructs the weighting factors if neccessary. |
|
Update mesh topology using the morph engine.
|
|
Definition at line 110 of file volPointInterpolation.H. |