Function to interpolate within a data array without triggerring events.
function smoothInterpolation extends Modelica.Icons.Function; input Real y[:] "Data array"; input Real x "x value"; output Real val "Interpolated value"; end smoothInterpolation;
Inline=false
, as otherwise
OpenModelica fails to translate
Buildings.HeatTransfer.Windows.BaseClasses.Examples.AbsorbedRadiation.
For
Buildings.ThermalZones.Detailed.Examples.MixedAirFreeResponse,
this change does not affect the computing time.