.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Bspline1D.Utilities.interpolationBessel

Information

Interpolation of the points with a Bspline of degree 3 and Bessel end condition

Interface

function interpolationBessel
  extends Modelica.Icons.Function;
  input Real points[:, :] "[i,:] is point i on the curve to be interpolated";
  input Real param[size(points, 1)] "parameterization of the data points (not necessarily in the range 0..1)";
  output Data Bspline(ndim = size(points, 2), ncontrol = (size(points, 1) + 2), degree = 3) "Bspline in a form which can be quickly interpolated";
end interpolationBessel;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos