.TRANSFORM.Math.Interpolation.Bicubic.bicubic_eval_deriv_dt

Bicubic (2D) interpolation for table derivative wrt time. Throws error outside of table range.

Interface

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

Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos