modelReverseBuoyancy

Model with four rooms and buoyancy-driven air circulation that reverses direction

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

Information

This model is similar than AixLib.Airflow.Multizone.Validation.ThreeRoomsContam but it has four instead of three rooms. The outdoor conditions are held constant at 10°C and atmospheric pressure. All four rooms are at different temperatures, with the rooms on the bottom floor being initially at a higher temperature than the rooms on the top floor. As time progresses, the temperatures of the two rooms on the respective floors asymptotically approach each other. The bottom floor eventually cools below the temperature of the top floor, because the bottom floor directly exchanges air with the outside.

Components

TypeNameDefaultDescription
AixLib.Fluid.MixingVolumes.MixingVolumevolBotEasVolume of bottom floor, east room
AixLib.Airflow.Multizone.OrificeoriOutBotOrifice at bottom
AixLib.Airflow.Multizone.MediumColumncolOutTopMedium column to compute static pressure of air
AixLib.Airflow.Multizone.OrificeoriOutTopOrifice at top
AixLib.Airflow.Multizone.MediumColumncolEasInTopMedium column to compute static pressure of air
AixLib.Airflow.Multizone.MediumColumncolEasInBotMedium column to compute static pressure of air
AixLib.Airflow.Multizone.MediumColumncolOutBotMedium column to compute static pressure of air
MediumColumncolWesBotMedium column to compute static pressure of air
AixLib.Airflow.Multizone.OrificeoriWesTopOrifice between west rooms
AixLib.Airflow.Multizone.MediumColumncolWesTopMedium column to compute static pressure of air
AixLib.Airflow.Multizone.DoorDiscretizedOperabledooOpeCloDiscretized door
Fluid.Delays.DelayFirstOrdervolBotWesVolume of bottom floor, west room
Modelica.Blocks.Sources.ConstantopeConstant signal for door opening
AixLib.Airflow.Multizone.MediumColumncol1EasBotMedium column to compute static pressure of air
AixLib.Airflow.Multizone.OrificeoriEasTopOrifice between east rooms
AixLib.Airflow.Multizone.MediumColumncolEasTopMedium column to compute static pressure of air
AixLib.Fluid.MixingVolumes.MixingVolumevolTopEasVolume of top floor, east room
AixLib.Fluid.MixingVolumes.MixingVolumevolTopWesVolume of top floor, west room
AixLib.Airflow.Multizone.DoorDiscretizedOperabledooOpeCloTopDiscretized door
AixLib.Fluid.Sources.Boundary_pTvolOutAmbient conditions

Contents

NameDescription
Medium

Revisions

  • March 26, 2021 by Michael Wetter:
    Updated comments for IBPSA, #515.
  • 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.
  • November 10, 2011, by Michael Wetter:
    Added documentation.