Difference between revisions of "OpenFOAM guide/InterpolateXY"

From OpenFOAMWiki
m (Reverted edits by HelenJohnson (talk) to last revision by Marupio)
 
Line 11: Line 11:
 
Returns yNew, a <Type> field.
 
Returns yNew, a <Type> field.
 
[[Category:OpenFOAM coding guide]]
 
[[Category:OpenFOAM coding guide]]
 
[http://www.bestessays.com.au write my assignment]
 

Latest revision as of 20:29, 22 December 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.