functioninterpolationBessel
Interpolation of the points with a Bspline of degree 3 and Bessel end condition
Extends from Modelica.Icons.Function (Icon for functions).
Information
## Copyright © EDF 2002 - 2025 ## ThermoSysPro Version 4.2
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | points | [i,:] is point i on the curve to be interpolated | |
| Real[size(points, 1)] | param | parameterization of the data points (not necessarily in the range 0..1) |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Data | Bspline | Bspline in a form which can be quickly interpolated |