.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Table1D.init

Information

Initialize 1-dim. table interpolation

Interface

function init
  extends Modelica.Icons.Function;
  input Real table[:, :] "[x, y1(x), y2(x), ..., yn(x)] data points";
  input Integer degree(min = 1) = 1 "Polynomial degree of interpolation";
  output Bspline1D.Data tableSpline(ndim = size(table, 2) - 1, ncontrol = size(table, 1), degree = degree) "Table data in a form which can be quickly interpolated";
end init;

Generated at 2025-01-03T19:25:57Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos