.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 2026-04-15T18:18:36Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos