modelChimneyShaftWithVolume
Model with chimney effect and a dynamic model of a shaft
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model is identical to
Buildings.Airflow.Multizone.Examples.ChimneyShaftNoVolume,
except that the chimney model is not steady-state, but rather dynamic
as it contains an air volume. The air volume is approximated
as being well-mixed. (Stratified volumes could be approximated by
using multiple instances of the model sha that are
connected in series.)
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.MixingVolumes.MixingVolume | roo | Air volume of a room | |
| Buildings.Airflow.Multizone.Orifice | oriChiTop | Orifice at top | |
| Buildings.Fluid.Sources.MassFlowSource_T | boundary | Mass flow rate boundary condition | |
| Buildings.Fluid.Sources.Boundary_pT | bou0 | Pressure boundary condition | |
| Buildings.Airflow.Multizone.Orifice | oriBot | Orifice | |
| Modelica.Blocks.Sources.CombiTimeTable | mRoo_flow | Mass flow into and out of room to fill the medium column with air of different temperature | |
| MediumColumn | staOut | Model for stack effect outside the room | |
| Buildings.Airflow.Multizone.Orifice | oriChiBot | Orifice at bottom | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | preHea | Prescribed heat flow | |
| Modelica.Blocks.Continuous.LimPID | con | Controller to maintain volume temperature | |
| Modelica.Blocks.Sources.Constant | TSet | Temperature set point | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | temSen | Temperature sensor | |
| Modelica.Blocks.Math.Gain | gain | Gain for heat flow rate | |
| Buildings.Airflow.Multizone.MediumColumnDynamic | sha | Shaft of chimney | |
| MediumColumn | staIn | Model for stack effect inside the room |
Contents
| Name | Description |
|---|---|
Revisions
-
March 26, 2021 by Michael Wetter:
Updated comments for IBPSA, #515. -
January 8, 2019, by Michael Wetter:
Removed parameter assignment forsha.m_flow_nominal.
This is for #970. -
December 22, 2014 by Michael Wetter:
RemovedModelica.Fluid.Systemto address issue #311. -
November 10, 2011, by Michael Wetter:
Added documentation.