OpenFOAM guide/PointVolInterpolation

From OpenFOAMWiki
< OpenFOAM guide
Revision as of 14:26, 30 June 2010 by Marupio (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

pointVolInterpolation is a class that interpolates point fields to volume fields:

\left . \boldsymbol \Phi \right \vert_{p \to v}

pointVolInterpolation::interpolate(phi);

It uses inverse distance weights to perform linear interpolation.

See also: