.ThermoSysPro.Functions.CumulativeIntegral

Cumulative integral of an array

Interface

function CumulativeIntegral
  input Integer n "arrays size";
  input Real x[n] "x";
  input Real v[n] "array variable to integrate";
  output Real cumInt[n] "array of cumulative integrals";
end CumulativeIntegral;

Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos