Difference between revisions of "OpenFOAM guide/VolPointInterpolation"

From OpenFOAMWiki
(Created page with 'volPointInterpolation is a class that interpolates volume fields to point fields: <math>\left . \boldsymbol \Phi \right \vert_{v \to p}</math> <tt>volPointInterpolation::interp…')
 
 
(No difference)

Latest revision as of 19:23, 30 June 2010

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

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

volPointInterpolation::interpolate(phi);

It uses inverse distance weights to perform linear interpolation.

See also: