.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-07-12T20:48:41Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos