functioninit
Initialize 1-dim. table interpolation
Extends from Modelica.Icons.Function (Icon for functions).
Information
## Copyright © EDF 2002 - 2025 ## ThermoSysPro Version 4.2
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | table | [x, y1(x), y2(x), ..., yn(x)] data points | |
| Integer | degree | 1 | Polynomial degree of interpolation |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Bspline1D.Data | tableSpline | Table data in a form which can be quickly interpolated |