modelRefBldgSmallOffice
Validation model for six zones small office building
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation of free floating temperatures.
The model uses the small office building of the DOE Reference Buildings.
The Modelica model is in free floating mode, and the data reader datRea
outputs, for comparison, the free floating room temperatures that were
obtained from an EnergyPlus simulation.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Building | building | Building model | |
| Modelica.Blocks.Sources.Constant | qConGai_flow | Convective heat gain | |
| Modelica.Blocks.Sources.Constant | qRadGai_flow | Radiative heat gain | |
| Modelica.Blocks.Routing.Multiplex3 | mul | Multiplex for gains | |
| Modelica.Blocks.Sources.Constant | qLatGai_flow | Latent heat gain | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | att | Thermal zone | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | cor | Thermal zone | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | sou | Thermal zone | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | eas | Thermal zone | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | nor | Thermal zone | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | wes | Thermal zone | |
| Modelica.Blocks.Sources.CombiTimeTable | datRea | Data reader with results from EnergyPlus | |
| Modelica.Units.SI.Temperature | TOutEP | datRea.y[1] + 273.15 | Outside air temperature of EnergyPlus simulation |
| Real | relHumEP | datRea.y[2]/100 | Outside air relative humidity of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TAttEP | datRea.y[3] + 273.15 | Attic air temperature of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TCorEP | datRea.y[4] + 273.15 | Core zone air temperature of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TSouEP | datRea.y[5] + 273.15 | South zone air temperature of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TEasEP | datRea.y[6] + 273.15 | East zone air temperature of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TNorEP | datRea.y[7] + 273.15 | North zone air temperature of EnergyPlus simulation |
| Modelica.Units.SI.Temperature | TWesEP | datRea.y[8] + 273.15 | West zone air temperature of EnergyPlus simulation |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
February 14, 2018, by Michael Wetter:
First implementation.