.ThermoSysPro.Functions.TableLinearInterpolation

Information

Copyright © EDF 2002 - 2012

ThermoSysPro Version 3.0

Interface

function TableLinearInterpolation
  input Real TabP[:] "1st reference table";
  input Real TabX[:] "2nd reference table";
  input Real TabY[:, :] "Results table";
  input Real P "1st reference value";
  input Real X "2nd reference value";
  output Real Y "Interpolated result";
end TableLinearInterpolation;

Revisions

Author


Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos