.SiemensPower.Utilities.Functions.linearInterpolation

Information

Linear flow characteristic

Interface

function linearInterpolation
  extends Modelica.Icons.Function;
  input Real x;
  input Real table[:, 2] "Table matrix (time = first column; e.g. table=[0, 0; 1, 1; 2, 4])";
  output Real y;
end linearInterpolation;

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