.Buildings.HeatTransfer.Windows.BaseClasses.smoothInterpolation

Get interpolated data without triggering events

Information

Function to interpolate within a data array without triggerring events.

Interface

function smoothInterpolation
  extends Modelica.Icons.Function;
  input Real y[:] "Data array";
  input Real x "x value";
  output Real val "Interpolated value";
end smoothInterpolation;

Revisions


Generated at 2025-12-14T19:13:55Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos