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

Information

Evaluate Bspline at one parameter

Interface

function evaluate
  extends Modelica.Icons.Function;
  input Data spline "Bspline to be evaluated";
  input Real u "Parameter value at which Bspline shall be evaluated";
  output Real x[spline.ndim] "Value of Bspline at u";
end evaluate;

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