.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Bspline1D.parametrization

Information

Automatic parameterization of a Bspline in the range 0..1 (if ndim > 1)

Interface

function parametrization
  extends Modelica.Icons.Function;
  input Real points[:, :] "[i,:] is point i on the curve to be interpolated";
  input Integer paramType = ParametrizationType.Centripetal "type of parametrization";
  output Real param[size(points, 1)] "parametrization of the data points";
end parametrization;

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