.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-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos