modelFloor
Extends from Buildings.Examples.VAVReheat.BaseClasses.PartialFloor (Interface for a model of a floor of a building).
Information
Model of a floor that consists of five thermal zones.
The five room model is representative of one floor of the new construction small office building for Chicago, IL, as described in the set of DOE Commercial Building Benchmarks (Deru et al, 2009). There are four perimeter zones and one core zone. The envelope thermal properties meet ASHRAE Standard 90.1-2004.
Each thermal zone can have air flow from the HVAC system, through leakages of the building envelope (except for the core zone) and through bi-directional air exchange through open doors that connect adjacent zones. The bi-directional air exchange is modeled based on the differences in static pressure between adjacent rooms at a reference height plus the difference in static pressure across the door height as a function of the difference in air density. Infiltration is a function of the flow imbalance of the HVAC system.
Implementation
Compared to the base class, which has been built for the models in Buildings.Examples.VAVReheat which are for a larger building, the instances of Buildings.Airflow.Multizone.DoorOpen are made smaller. Their length has been reduced proportionally to the difference in length of the walls of the core zone of the two buildings. See also Buildings.ThermalZones.EnergyPlus_24_2_0.Examples.SmallOffice for a description of the differences in these buildings.
References
Deru M., K. Field, D. Studer, K. Benne, B. Griffith, P. Torcellini, M. Halverson, D. Winiarski, B. Liu, M. Rosenberg, J. Huang, M. Yazdanian, and D. Crawley. DOE commercial building research benchmarks for commercial buildings. Technical report, U.S. Department of Energy, Energy Efficiency and Renewable Energy, Office of Building Technologies, Washington, DC, 2009.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_windPressure (from PartialFloor) | true | Set to true to enable wind pressure |
| Real | kIntNor (from PartialFloor) | 1 | Gain factor to scale internal heat gain in north zone |
| Modelica.Units.SI.Volume | VRooCor (from PartialFloor) | Room volume corridor | |
| Modelica.Units.SI.Volume | VRooSou (from PartialFloor) | Room volume south | |
| Modelica.Units.SI.Volume | VRooNor (from PartialFloor) | Room volume north | |
| Modelica.Units.SI.Volume | VRooEas (from PartialFloor) | Room volume east | |
| Modelica.Units.SI.Volume | VRooWes (from PartialFloor) | Room volume west | |
| Modelica.Units.SI.Area | AFloCor (from PartialFloor) | Floor area corridor | |
| Modelica.Units.SI.Area | AFloSou (from PartialFloor) | Floor area south | |
| Modelica.Units.SI.Area | AFloNor (from PartialFloor) | Floor area north | |
| Modelica.Units.SI.Area | AFloEas (from PartialFloor) | Floor area east | |
| Modelica.Units.SI.Area | AFloWes (from PartialFloor) | Floor area west | |
| Modelica.Units.SI.Area | AFlo | AFloCor + AFloSou + AFloNor + AFloEas + AFloWes | Total floor area |
| String | idfName | Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/Data/ThermalZones/EnergyPlus_24_2_0/Examples/RefBldgSmallOffice/RefBldgSmallOfficeNew2004_Chicago.idf") | Name of the IDF file |
| String | epwName | Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw") | Name of the weather file |
| String | weaName | Modelica.Utilities.Files.loadResource("modelica://Buildings/Resources/weatherdata/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.mos") | Name of the weather file |
Connectors
Components
Revisions
-
March 23, 2024, by Michael Wetter:
Corrected wrong annotation. -
February 16, 2022, by Michael Wetter:
Removed assertion onopeWesCor.wOpeas there is no need to enforce this width. -
April 30, 2021, by Michael Wetter:
Reformulated replaceable class and introduced floor areas in base class to avoid access of components that are not in the constraining type.
This is for issue #2471. -
November 15, 2019, by Milica Grahovac:
Added extend from a partial floor model. -
May 1, 2013, by Michael Wetter:
Declared the parameter record to be a parameter, as declaring its elements to be parameters does not imply that the whole record has the variability of a parameter.