modelTestRoomWithAutomationVDI3813
Model which simulates a room for one day with a sun blind automation applied. Optimized for output and plotting.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model illustrates the coupling of a modelled room automation solution to a room model from AixLib-library. The room automation solution controls the sunblind and deploys the sunshade dependent on the presence of occupants and the room temperature.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | Illuminance | ||
| Modelica.Blocks.Interfaces.RealOutput | PAR_H_ACT | ||
| Modelica.Blocks.Interfaces.BooleanOutput | stHea | ||
| Modelica.Blocks.Interfaces.BooleanOutput | stCoo | ||
| Modelica.Blocks.Interfaces.BooleanOutput | uSun | ||
| Modelica.Blocks.Interfaces.RealOutput | Ventilation | ||
| Modelica.Blocks.Interfaces.RealOutput | T_Room | ||
| Modelica.Blocks.Interfaces.RealOutput | T_Out | ||
| Modelica.Blocks.Interfaces.RealOutput | TSetHea | ||
| Modelica.Blocks.Interfaces.RealOutput | TSetCoo |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Utilities.Rooms.RoomSunshade | roomSunshade | ||
| BuildingControl.VDI3813.MacroFunctions.MacroSunblind | macroSunBlind | ||
| Modelica.Blocks.Sources.BooleanConstant | sourceP_MAN | Source to give feedback from user that occupant is in room. if == true then occupant present. | |
| Modelica.Blocks.Sources.BooleanConstant | sourcePresence | Source to give feedback from user that occupant is in room. if == true then occupant present. |
Revisions
- March 07, 2017 by Georg Ferdinand Schneider & Georg Ambrosius Peßler:
Implemented.