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