
modelCurve
2D natural cubic interpolation spline defined with (x,y,slope) points
Parameters
| Type | Name | Default | Description |
| Real[:] | x | fill(Modelica.Constants.N_A, 1) | x coordinations of interpolating points |
| Real[:] | y | fill(Modelica.Constants.N_A, 1) | y coordinations of interpolating points |
| Real[:] | slope | fill(Modelica.Constants.N_A, 1) | slopes at interpolating points |
| Real | data | transpose({x, y, slope}) | Array of interpolating points as {x,y,slope} |
| Real | Xscale | 1 | conversion scale to SI unit of x values |
| Real | Yscale | 1 | conversion scale to SI unit of y values |