.TRANSFORM.Math.Interpolation.PartialInterpolation

Interface

partial function PartialInterpolation
  extends TRANSFORM.Icons.Function;
  input String tablesPath "Path to interpolation tables. Format = '|x.csv|y.csv|z.csv|";
  input Real x;
  input Real y;
  output Real z;
end PartialInterpolation;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos