Interpolate 2-dim. table defined by matrix (but do not provide a derivative function)
pure function getTable2DValueNoDer extends Modelica.Icons.Function; input Modelica.Blocks.Types.ExternalCombiTable2D tableID "External table object"; input Real u1 "Value of first independent variable"; input Real u2 "Value of second independent variable"; output Real y "Interpolated value"; end getTable2DValueNoDer;