Linear flow characteristic
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;