.ThermoSysPro.Functions.LinearInterpolation

Linear interpolation

Information

## Copyright © EDF 2002 - 2026   
## ThermoSysPro Version 4.2  

    

Interface

function LinearInterpolation
  input Real TabX[:] "References table";
  input Real TabY[:] "Results table";
  input Real X "Reference value";
  output Real Y "Interpolated result";
end LinearInterpolation;

Revisions


Generated at 2026-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos