.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-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos