OpenFOAM guide/VolPointInterpolation
From OpenFOAMWiki
< OpenFOAM guide(Redirected from VolPointInterpolation)
volPointInterpolation is a class that interpolates volume fields to point fields:
volPointInterpolation::interpolate(phi);
It uses inverse distance weights to perform linear interpolation.
See also: