![]() |
|
Public Member Functions | |
PatchToPatchInterpolation (const FromPatch &fromPatch, const ToPatch &toPatch, const intersection::algorithm alg=intersection::FULL_RAY, const intersection::direction dir=intersection::VECTOR) | |
Construct from components. | |
~PatchToPatchInterpolation () | |
intersection::algorithm | projectionAlgo () const |
Return ype of intersection algorithm to use in projection. | |
intersection::direction | projectionDir () const |
Return direction projection to use in projection. | |
const scalarField & | pointDistanceToIntersection () const |
Return distance to intersection for patch points. | |
const scalarField & | faceDistanceToIntersection () const |
Return distance to intersection for patch face centres. | |
bool | movePoints () |
Correct weighting factors for moving mesh. | |
template<class Type> | |
tmp< Field< Type > > | pointInterpolate (const Field< Type > &pf) const |
Interpolate point field. | |
template<class Type> | |
tmp< Field< Type > > | pointInterpolate (const tmp< Field< Type > > &tpf) const |
template<class Type> | |
tmp< Field< Type > > | faceInterpolate (const Field< Type > &pf) const |
Interpolate face field. | |
template<class Type> | |
tmp< Field< Type > > | faceInterpolate (const tmp< Field< Type > > &tpf) const |
Static Public Member Functions | |
scalar | setProjectionTol (const scalar t) |
Set the projection tolerance, returning the previous value. |
|
Construct from components.
|
|
|
|
Return distance to intersection for patch face centres.
|
|
|
|
Interpolate face field.
|
|
Correct weighting factors for moving mesh.
|
|
Return distance to intersection for patch points.
|
|
|
|
Interpolate point field.
|
|
Return ype of intersection algorithm to use in projection.
Definition at line 203 of file PatchToPatchInterpolation.H. |
|
Return direction projection to use in projection.
Definition at line 209 of file PatchToPatchInterpolation.H. References Foam::scalarField. |
|
Set the projection tolerance, returning the previous value.
Definition at line 184 of file PatchToPatchInterpolation.H. |