modelZoneSurfaces
Example model with two EnergyPlus unconditioned zones with their separating surfaces modeled in Modelica
Extends from BaseClasses.ReferenceSurfaces (Model that contains Eplus OutputVariable used to validate ZoneSurface).
Information
This model simulates the envelope of a single family house with EnergyPlus but uses Buildings.ThermalZones.EnergyPlus_24_2_0.ZoneSurface to model the heat transfer through the garage exterior (east and west facing) and interior walls.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSta | 3 | Number of states |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.EnergyPlus_24_2_0.Building | building (from ReferenceSurfaces) | Building model | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | TGarAir (from ReferenceSurfaces) | Garage air temperature | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | TIntWalLivSur (from ReferenceSurfaces) | Interior wall living room surface temperature | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | TIntWalGarSur (from ReferenceSurfaces) | Interior wall garage surface temperature | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | TWesWalGarSur (from ReferenceSurfaces) | West wall garage surface temperature | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.OutputVariable | TEasWalGarSur (from ReferenceSurfaces) | East wall garage surface temperature | |
| BaseClasses.InteriorWall | int | Interior wall between living room and garage | |
| BaseClasses.ExteriorWall | wes | West wall of garage | |
| BaseClasses.ExteriorWall | eas | East wall of garage |
Revisions
-
July 21, 2021, by Baptiste Ravache:
First implementation.