modelOneOpenDoor
Model with one open and one closed door
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model consists of two doors with the same geometry.
For t ≤ 1000 seconds, the door dooOpeClo
is closed, and afterwards it is open. The door
dooOpe is always open.
Heat is added to the volume volB, which causes
a density difference between volA and volB.
This density difference induces a bi-directional airflow through both doors.
Both doors have exactly the same bi-directional airflow rates.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Airflow.Multizone.DoorDiscretizedOpen | dooOpe | 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 | heaSou | Signal for heat flow rate boundary condition | |
| Modelica.Blocks.Math.Gain | gai | Gain for heat flow rate boundary condition | |
| Buildings.Airflow.Multizone.DoorDiscretizedOperable | dooOpeClo | Discretized door | |
| Modelica.Blocks.Sources.Ramp | ramp | Ramp signal for door opening |
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. -
October 8, 2013, by Michael Wetter:
Removed parametershow_V_flow. -
November 10, 2011, by Michael Wetter:
Added documentation.