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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | NSta | Number of window states for electrochromic windows |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | uSta | Control signal for window state | |
| Modelica.Blocks.Interfaces.RealInput[NSta] | HSta | Radiation for each window state | |
| Modelica.Blocks.Interfaces.RealOutput | H | Interpolated radiation |
Revisions
-
October 1, 2015, by Michael Wetter:
First implementation.