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

Computes the length of the curve from a to b

Information

## Copyright © EDF 2002 - 2025

## ThermoSysPro Version 4.2

              

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 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos