blockLimiterTotalSkyCover
Block that limits the total sky cover
Extends from PartialLimiter (Partial block to limit a signal).
Information
Block that limits the total sky cover.
This block is used because interpolation of weather data can lead to slightly negative values.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | uMin (from PartialLimiter) | 0 | Minimum value |
| Real | uMax (from PartialLimiter) | 1 | Maximum value |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u (from PartialLimiter) | Connector of Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | nTot | Total sky cover |
Revisions
-
April 14, 2020, by Michael Wetter:
First implementation.