blockStateInterpolator

Block to interpolate between different window states

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

This block interpolates the radiation data for the actual state of the window. For windows with only one state, e.g., conventional windows, this block outputs H=HSta[1]. For windows with multiple states, it outputs the interpolated radiation using cubic spline interpolation.

Parameters

TypeNameDefaultDescription
IntegerNStaNumber of window states for electrochromic windows

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuStaControl signal for window state
Modelica.Blocks.Interfaces.RealInput[NSta]HStaRadiation for each window state
Modelica.Blocks.Interfaces.RealOutputHInterpolated radiation

Revisions

  • October 1, 2015, by Michael Wetter:
    First implementation.