modelSunblind

Calculates if sunblind of window is active

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

Information

This model computes whether the sunscreen is active or not. Therefore it compares the irradiation on the window with a limit for the sunscreen to be active set as a parameter.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.RadiantEnergyFluenceRatelimLimit for the sunscreen to become active

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputHDifTilHemispherical diffuse solar irradiation on a tilted surface from the sky
Modelica.Blocks.Interfaces.RealInputHDirTilDirect irradition on tilted surface
Modelica.Blocks.Interfaces.BooleanOutputsunscreenIf true: sunscreen is closed, else sunscreen is open;

Revisions

  • June 30, 2016,  by Stanley Risch:
    Implemented.