modelGuideline36Summer
Variable air volume flow system with terminal reheat and five thermal zones controlled using an ASHRAE G36 controller
Extends from Buildings.ThermalZones.EnergyPlus_24_2_0.Examples.SmallOffice.Guideline36Winter (Variable air volume flow system with terminal reheat and five thermal zones controlled using an ASHRAE G36 controller).
Information
This is the same model as Buildings.ThermalZones.EnergyPlus_24_2_0.Examples.SmallOffice.Guideline36Winter but configured for simulation of a few days in summer.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | VRooCor (from HVACBuilding) | flo.VRooCor | Room volume corridor |
| Modelica.Units.SI.Volume | VRooSou (from HVACBuilding) | flo.VRooSou | Room volume south |
| Modelica.Units.SI.Volume | VRooNor (from HVACBuilding) | flo.VRooNor | Room volume north |
| Modelica.Units.SI.Volume | VRooEas (from HVACBuilding) | flo.VRooEas | Room volume east |
| Modelica.Units.SI.Volume | VRooWes (from HVACBuilding) | flo.VRooWes | Room volume west |
| Modelica.Units.SI.Area | AFloCor (from HVACBuilding) | flo.AFloCor | Floor area corridor |
| Modelica.Units.SI.Area | AFloSou (from HVACBuilding) | flo.AFloSou | Floor area south |
| Modelica.Units.SI.Area | AFloNor (from HVACBuilding) | flo.AFloNor | Floor area north |
| Modelica.Units.SI.Area | AFloEas (from HVACBuilding) | flo.AFloEas | Floor area east |
| Modelica.Units.SI.Area | AFloWes (from HVACBuilding) | flo.AFloWes | Floor area west |
| Real | conv (from HVACBuilding) | 1.2/3600 | Conversion factor for nominal mass flow rate |
| Modelica.Units.SI.MassFlowRate | mCor_flow_nominal (from HVACBuilding) | Design mass flow rate core | |
| Modelica.Units.SI.MassFlowRate | mSou_flow_nominal (from HVACBuilding) | Design mass flow rate south | |
| Modelica.Units.SI.MassFlowRate | mEas_flow_nominal (from HVACBuilding) | Design mass flow rate east | |
| Modelica.Units.SI.MassFlowRate | mNor_flow_nominal (from HVACBuilding) | Design mass flow rate north | |
| Modelica.Units.SI.MassFlowRate | mWes_flow_nominal (from HVACBuilding) | Design mass flow rate west | |
| Modelica.Units.SI.MassFlowRate[5] | mCooVAV_flow_nominal (from HVACBuilding) | {mSou_flow_nominal, mEas_flow_nominal, mNor_flow_nominal, mWes_flow_nominal, mCor_flow_nominal} | Design mass flow rate of each zone |
| Modelica.Units.SI.Temperature | THeaWatInl_nominal (from HVACBuilding) | 45 + 273.15 | Reheat coil nominal inlet water temperature |
| Real | ACHCor (from Guideline36Winter) | 4 | Design air change per hour core |
| Real | ACHSou (from Guideline36Winter) | 4 | Design air change per hour south |
| Real | ACHEas (from Guideline36Winter) | 6 | Design air change per hour east |
| Real | ACHNor (from Guideline36Winter) | 4 | Design air change per hour north |
| Real | ACHWes (from Guideline36Winter) | 6 | Design air change per hour west |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Examples.VAVReheat.BaseClasses.PartialHVAC | hvac (from HVACBuilding) | ||
| Buildings.Examples.VAVReheat.BaseClasses.PartialFloor | flo (from HVACBuilding) | ||
| Buildings.BoundaryConditions.WeatherData.ReaderTMY3 | weaDat (from HVACBuilding) | Weather data reader | |
| Fluid.Sources.Boundary_pT | sinHea (from HVACBuilding) | Sink for heating coil | |
| Fluid.Sources.Boundary_pT | souHea (from HVACBuilding) | Source for heating coil | |
| Fluid.Sources.Boundary_pT | sinCoo (from HVACBuilding) | Sink for cooling coil | |
| Fluid.Sources.Boundary_pT | souCoo (from HVACBuilding) | Source for cooling coil loop | |
| Fluid.Sources.Boundary_pT | souHeaTer (from HVACBuilding) | Source for heating of terminal boxes | |
| Fluid.Sources.Boundary_pT | sinHeaTer (from HVACBuilding) | Source for heating of terminal boxes |
Revisions
-
December 20, 2021, by Michael Wetter:
Changed parameter declarations and added optimal start up. This is for issue #2829. -
October 4, 2021, by Michael Wetter:
Refactored Buildings.Examples.VAVReheat and its base classes to separate building from HVAC model.
This is for issue #2652. -
December 23, 2020, by Michael Wetter:
First implementation.