modelDoorOpenClosed

Model with operable door and door that is always open

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

Information

This model validates the door model that takes as an input a signal that determines whether the door is open or closed. In this validation, the instance dooOpeClo is either open or closed, depending on its input signal y. If the door is open, its air flow rate is identical to the air flow rate of the instance doo. If the door is closed, its air flow rate is identical to the air flow rate of the instance lea.

Components

TypeNameDefaultDescription
Fluid.Sources.Boundary_pTbouABoundary condition at side a
Fluid.Sources.Boundary_pTbouBBoundary condition at side b
Buildings.Airflow.Multizone.DoorOpendooOpen door that is always open
EffectiveAirLeakageArealeaLeakage flow element
DoorOperabledooOpeCloOperable door
Modelica.Blocks.Sources.StepyDooDoor opening signal
Fluid.Sensors.MassFlowRatesenMasFlo1Mass flow rate sensor
Fluid.Sensors.MassFlowRatesenMasFlo2Mass flow rate sensor
Modelica.Blocks.Math.AddmNet_flowNet air flow rate from A to B through the operable door
Modelica.Blocks.Sources.StepyDooComOutputs 1 if door is closed
Modelica.Blocks.Math.ProductmNetClo_flowMass flow rate if door is closed

Contents

NameDescription
MediumMedium model

Revisions

  • March 26, 2021 by Michael Wetter:
    Updated comments for IBPSA, #515.
  • October 12, 2020 by Michael Wetter:
    First implementation.