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
| Type | Name | Default | Description |
|---|---|---|---|
| Fluid.Sources.Boundary_pT | bouA | Boundary condition at side a | |
| Fluid.Sources.Boundary_pT | bouB | Boundary condition at side b | |
| Buildings.Airflow.Multizone.DoorOpen | doo | Open door that is always open | |
| EffectiveAirLeakageArea | lea | Leakage flow element | |
| DoorOperable | dooOpeClo | Operable door | |
| Modelica.Blocks.Sources.Step | yDoo | Door opening signal | |
| Fluid.Sensors.MassFlowRate | senMasFlo1 | Mass flow rate sensor | |
| Fluid.Sensors.MassFlowRate | senMasFlo2 | Mass flow rate sensor | |
| Modelica.Blocks.Math.Add | mNet_flow | Net air flow rate from A to B through the operable door | |
| Modelica.Blocks.Sources.Step | yDooCom | Outputs 1 if door is closed | |
| Modelica.Blocks.Math.Product | mNetClo_flow | Mass flow rate if door is closed |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
March 26, 2021 by Michael Wetter:
Updated comments for IBPSA, #515. -
October 12, 2020 by Michael Wetter:
First implementation.