.TRANSFORM.Math.Interpolation.Bilinear.bilinear_eval_deriv_dt

Information

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

Interface

function bilinear_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 bilinear_eval_deriv_dt;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos