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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.RadiantEnergyFluenceRate | lim | Limit for the sunscreen to become active |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | HDifTil | Hemispherical diffuse solar irradiation on a tilted surface from the sky | |
| Modelica.Blocks.Interfaces.RealInput | HDirTil | Direct irradition on tilted surface | |
| Modelica.Blocks.Interfaces.BooleanOutput | sunscreen | If true: sunscreen is closed, else sunscreen is open; |
Revisions
- June 30, 2016, by Stanley Risch:
Implemented.