|
Public Member Functions |
| edgeCorrectedVolPointInterpolation (const fvMesh &, const pointMesh &) |
| Constructor given fvMesh and pointMesh.
|
virtual | ~edgeCorrectedVolPointInterpolation () |
virtual bool | movePoints () |
| Correct weighting factors for moving mesh.
|
template<class Type> |
void | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const GeometricField< typename outerProduct< vector, Type >::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 GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > &) const |
| Interpolate volField returning pointField.
|
template<class Type> |
tmp< GeometricField< Type,
pointPatchField, pointMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > &) const |
| Interpolate tmp<volField> returning pointField.
|
template<class Type> |
tmp< GeometricField< Type,
pointPatchField, pointMesh > > | interpolate (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > &) const |
template<class Type> |
tmp< GeometricField< Type,
pointPatchField, pointMesh > > | interpolate (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > &) const |