blockCheckSkyCover
Constrains the sky cover to [0, 1]
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component constrains the interpolated sky cover between 0 and 1.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | delta | 0.01 | Smoothing parameter |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | nIn | Input sky cover [0, 10] | |
| Modelica.Blocks.Interfaces.RealOutput | nOut | Sky cover [0, 1] |
Revisions
-
January 4, 2015, by Michael Wetter:
Removed wrong unit string for input signal. -
October 17, 2014, by Michael Wetter:
Changed model as IBPSA.BoundaryConditions.WeatherData.ReaderTMY3 send a signal between 0 and 1. Addedminandmaxattributes. -
July 14, 2010, by Wangda Zuo:
First implementation.