.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Utilities.curveLength

Information

Computes the length of the curve from a to b

Interface

function curveLength
  import ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation;
  extends Modelica.Icons.Function;
  input Modelica_Interpolation.Bspline1D.Data spline "Bspline data";
  input Real a "left end";
  input Real b "right end";
  input Real err = 1e-8 "relative error";
  output Real I "curve length from a to b";
end curveLength;

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