modelFacadeVentilationUnit
Example showing the use of facade ventilation unit and controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model demonstrates the usage of the facade ventilation unit connected to the standard controller. The inputs are the room and the outdoor temperaure. Those temperatures and the room temperature set point are sine waves with a period of one day, which all have a different phase. The simulation result depicted in the following figure shows the behavior of the two-point controller that opens the heating valve fully for heating. For cooling, it closes the heating valve and bypasses the heat recovery unit so that the supply air temperature is equal to the outdoor temperature.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Controls.Interfaces.FVUControlBus | fVUControlBus | Bus with controller sginals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Controls.AirHandling.FVUController | FVUController | Comprehensive rule-based controller for the facade ventilation unit | |
| AixLib.Airflow.FacadeVentilationUnit.FacadeVentilationUnit | FVU | The facade ventilation unit to be tested in this example | |
| AixLib.Fluid.Sources.Boundary_pT | freshAirSource | Sink of the exhaust air | |
| AixLib.Fluid.Sources.Boundary_pT | exhaustAirSink | Source of freah air | |
| AixLib.Fluid.Sources.Boundary_pT | heatingSnk | Sink of the heating water | |
| AixLib.Fluid.Sources.Boundary_pT | coolingSink | Sink of the cooling water | |
| AixLib.Fluid.Sources.Boundary_pT | coolingSource | Source of the cooling water | |
| AixLib.Fluid.Sources.Boundary_pT | heatingSource | Source of the heating water | |
| AixLib.Fluid.Sources.Boundary_pT | supplyAirSink | Sink of the supply air | |
| AixLib.Fluid.Sources.Boundary_pT | extractAirSource | Source of the extract air | |
| Modelica.Blocks.Sources.Constant | heatingWaterTemperature | Provides a test value of the heating water temperatrure | |
| Modelica.Blocks.Sources.Constant | coolingWaterTemperature | Provides a test value of the cooling water temperatiure | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | supplyAirTemperature | Measures the supply air temperature | |
| Modelica.Blocks.Sources.Sine | roomTemperature | Provides a test value of the room temperature | |
| Modelica.Blocks.Sources.Sine | roomSetTemperature | Provides a test value of the room set temperature | |
| Modelica.Blocks.Sources.Constant | co2Concentration | Provides a test value of the CO2 concnetration | |
| Modelica.Blocks.Sources.Sine | outdoorTemperature | Provides a test value of the outdoor temperature |
Contents
| Name | Description |
|---|---|
Revisions
- July, 2017 by Marc Baranski and Roozbeh Sangi:
First implementation.