Difference between revisions of "OpenFOAM guide/PointVolInterpolation"

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

Latest revision as of 19:23, 30 June 2010

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: