modelTwoIdenticalZones
Validation model with two identical zones
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model with two identical thermal zones that validates that they yield the same indoor air temperatures and humidity, and that these results are close to the values computed by EnergyPlus.
Each zone has a floor area of 900 m2, the same door and two windows on the south side. The internal gains for lighting, people and equipment are identical. The zones are detached and do not shade each other. The zones have an outside air exchange rate of 0.3 air changes per hour.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Building | building | Building level declarations | |
| Zone | zon1 | Thermal zone 1 (core zone of the office building with 5 zones) | |
| Zone | zon2 | Thermal zone 2 (core zone of the office building with 5 zones) | |
| Modelica.Blocks.Sources.CombiTimeTable | datRea | Data reader with results from EnergyPlus | |
| Buildings.Controls.OBC.UnitConversions.From_degC | TAirEnePlu | Room air temperature computed by EnergyPlus | |
| Buildings.Controls.OBC.CDL.Reals.MultiplyByParameter | relHumEnePlu | Relative humidity in the room computed by EnergyPlus | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | inf1 |
Contents
| Name | Description |
|---|---|
| Model of a thermal zone |
Revisions
-
September 23, 2019, by Michael Wetter and Yanfei Li:
First implementation.