.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 2024-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos