Difference between revisions of "OpenFOAM guide/InterpolateXY"

From OpenFOAMWiki
(Created page with 'interpolateXY performs piecewise linear interpolation of a single point, or a series of points onto a given function in the ''x-y'' plane. Parameters: * the ''x-y'' function…')
 
m (moved InterpolateXY to OpenFOAM guide/InterpolateXY: Prevent name collisions)
(No difference)

Revision as of 19:19, 30 June 2010

interpolateXY performs piecewise linear interpolation of a single point, or a series of points onto a given function in the x-y plane.

Parameters:

  • the x-y function:
    • scalar field xOld; and
    • <Type> field yOld.
  • the interpolation point(s):
    • for a single point, scalar xNew;
    • for multiple points, scalar field xNew.

Returns yNew, a <Type> field.