.BondLib.SystemDynamics.Interfaces.Piecewise

Information

Piecewise linear function

Interface

function Piecewise
  input Real x "Independent variable";
  input Real x_grid[:] "Independent variable data points";
  input Real y_grid[:] "Dependent variable data points";
  output Real y "Interpolated result";
end Piecewise;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos