.ThermoSysPro.Functions.Utilities.LinearInterpolation_i

Information

Copyright © EDF 2002 - 2013

ThermoSysPro Version 3.1

Interface

function LinearInterpolation_i
  input Real TabX[:] "References table";
  input Real TabY[:] "Results table";
  input Real X "Reference value";
  output Real Y "Interpolated result";
  output Real DeltaYX "Y step wrt. X";
end LinearInterpolation_i;

Revisions


Generated at 2025-02-16T19:25:00Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos