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

TypeNameDefaultDescription
Realdelta0.01Smoothing parameter

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputnInInput sky cover [0, 10]
Modelica.Blocks.Interfaces.RealOutputnOutSky 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. Added min and max attributes.
  • July 14, 2010, by Wangda Zuo:
    First implementation.