modelCurve

2D natural cubic interpolation spline defined with (x,y,slope) points

Parameters

TypeNameDefaultDescription
Real[:]xfill(Modelica.Constants.N_A, 1)x coordinations of interpolating points
Real[:]yfill(Modelica.Constants.N_A, 1)y coordinations of interpolating points
Real[:]slopefill(Modelica.Constants.N_A, 1)slopes at interpolating points
Realdatatranspose({x, y, slope})Array of interpolating points as {x,y,slope}
RealXscale1conversion scale to SI unit of x values
RealYscale1conversion scale to SI unit of y values

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputu
Modelica.Blocks.Interfaces.RealOutputval