modelClosedDoors
Model with three closed doors
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model consists of three volumes that are connected among
each other through three doors that all have the same geometry.
All doors are closed, but they are not air-tight.
Heat is added and removed from volB which induces
a small air flow through the doors.
This model uses Buildings.Media.Specialized.Air.PerfectGas as the medium because Buildings.Media.Air does not account for expansion if air the air is heated.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Airflow.Multizone.DoorDiscretizedOperable | dooAB | Discretized door | |
| Buildings.Fluid.MixingVolumes.MixingVolume | volA | Control volume | |
| Buildings.Fluid.MixingVolumes.MixingVolume | volB | Control volume | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | preHeaFlo | Prescribed heat flow rate boundary condition | |
| Modelica.Blocks.Sources.Sine | sinBou | Signal for heat flow rate boundary condition | |
| Modelica.Blocks.Math.Gain | gai | Gain for heat flow boundary condition | |
| Buildings.Fluid.MixingVolumes.MixingVolume | volC | Control volume | |
| Buildings.Airflow.Multizone.DoorDiscretizedOperable | dooAC | Discretized door | |
| Modelica.Blocks.Sources.Constant | yDoor | Input signal for door opening | |
| Buildings.Airflow.Multizone.DoorDiscretizedOperable | dooBC | Discretized door |
Contents
| Name | Description |
|---|---|
Revisions
-
March 26, 2021 by Michael Wetter:
Updated comments for IBPSA, #515. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
November 10, 2011, by Michael Wetter:
Added documentation.