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.

Example result of facade ventilation unit example

Connectors

TypeNameDefaultDescription
AixLib.Controls.Interfaces.FVUControlBusfVUControlBusBus with controller sginals

Components

TypeNameDefaultDescription
AixLib.Controls.AirHandling.FVUControllerFVUControllerComprehensive rule-based controller for the facade ventilation unit
AixLib.Airflow.FacadeVentilationUnit.FacadeVentilationUnitFVUThe facade ventilation unit to be tested in this example
AixLib.Fluid.Sources.Boundary_pTfreshAirSourceSink of the exhaust air
AixLib.Fluid.Sources.Boundary_pTexhaustAirSinkSource of freah air
AixLib.Fluid.Sources.Boundary_pTheatingSnkSink of the heating water
AixLib.Fluid.Sources.Boundary_pTcoolingSinkSink of the cooling water
AixLib.Fluid.Sources.Boundary_pTcoolingSourceSource of the cooling water
AixLib.Fluid.Sources.Boundary_pTheatingSourceSource of the heating water
AixLib.Fluid.Sources.Boundary_pTsupplyAirSinkSink of the supply air
AixLib.Fluid.Sources.Boundary_pTextractAirSourceSource of the extract air
Modelica.Blocks.Sources.ConstantheatingWaterTemperatureProvides a test value of the heating water temperatrure
Modelica.Blocks.Sources.ConstantcoolingWaterTemperatureProvides a test value of the cooling water temperatiure
AixLib.Fluid.Sensors.TemperatureTwoPortsupplyAirTemperatureMeasures the supply air temperature
Modelica.Blocks.Sources.SineroomTemperatureProvides a test value of the room temperature
Modelica.Blocks.Sources.SineroomSetTemperatureProvides a test value of the room set temperature
Modelica.Blocks.Sources.Constantco2ConcentrationProvides a test value of the CO2 concnetration
Modelica.Blocks.Sources.SineoutdoorTemperatureProvides a test value of the outdoor temperature

Contents

NameDescription
Medium1
Medium2

Revisions

  • July, 2017 by Marc Baranski and Roozbeh Sangi:
    First implementation.