modelThreeRoomsContam

Model with three rooms for the validation of the multizone air exchange models

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This is a model of three rooms that exchange air among each based on density difference between the air in the rooms and the outside. The model implements the configuration shown below.

Configuration of the three rooms.

For the model that has been used for a comparative model validation between CONTAM and the Buildings library in Wetter (2006), see AixLib.Airflow.Multizone.Validation.ThreeRoomsContamDiscretizedDoor.

References

Michael Wetter. Multizone Airflow Model in Modelica. Proc. of the 5th International Modelica Conference, p. 431-440. Vienna, Austria, September 2006.

Components

TypeNameDefaultDescription
AixLib.Fluid.MixingVolumes.MixingVolumevolEasAir volume east room
AixLib.Airflow.Multizone.OrificeoriOutBotOrifice at bottom of facade
AixLib.Airflow.Multizone.MediumColumncolOutTopMedium column for bottom floor outside air
AixLib.Airflow.Multizone.OrificeoriOutTopOrifice at top of facade
AixLib.Airflow.Multizone.MediumColumncolEasInTopMedium column for bottom floor
AixLib.Fluid.Sources.Boundary_pTvolOutOutside air boundary condition
AixLib.Airflow.Multizone.MediumColumncolEasInBotMedium column for bottom floor
AixLib.Airflow.Multizone.MediumColumncolOutBotMedium column for bottom floor outside air
AixLib.Airflow.Multizone.MediumColumncolWesBotMedium column for bottom floor
AixLib.Airflow.Multizone.OrificeoriWesTopOrifice between top and bottom west floor
AixLib.Airflow.Multizone.MediumColumncolWesTopMedium column for top floor
DoorOpendooOpeClo
AixLib.Fluid.MixingVolumes.MixingVolumevolWesAir volume west floor
AixLib.Airflow.Multizone.MediumColumncol1EasBotMedium column for bottom floor
AixLib.Airflow.Multizone.OrificeoriEasTopOrifice between top and bottom east floor
AixLib.Airflow.Multizone.MediumColumncolEasTopMedium column for top floor
AixLib.Fluid.MixingVolumes.MixingVolumevolTopAir volume top floor
Modelica.Thermal.HeatTransfer.Sources.FixedTemperatureTTopFixed temperature
Modelica.Thermal.HeatTransfer.Sources.FixedTemperatureTWesFixed temperature
Modelica.Thermal.HeatTransfer.Sources.FixedTemperatureTEasFixed temperature
Modelica.Thermal.HeatTransfer.Components.ThermalConductorconTopThermal conductor
Modelica.Thermal.HeatTransfer.Components.ThermalConductorconWesThermal conductor
Modelica.Thermal.HeatTransfer.Components.ThermalConductorconEasThermal conductor

Contents

NameDescription
Medium

Revisions

  • October 9, 2020, by Michael Wetter:
    Refactored model to use the new door model.
  • May 15, 2019, by Jianjun Hu:
    Replaced fluid source. This is for #1072.
  • December 22, 2014 by Michael Wetter:
    Removed Modelica.Fluid.System to address issue #311.
  • June 26, 2014, by Michael Wetter:
    Set the initial conditions to be fixed to avoid a translation warning. This required adding a heat conductor between each volume and its prescribed temperature in order to avoid an overdetermined system of equations.
  • November 10, 2011, by Michael Wetter:
    Added documentation.