modelGuideline36SteadyState
Validation of detailed model that is at steady state with constant weather data
Extends from Buildings.Examples.VAVReheat.Guideline36 (Variable air volume flow system with terminal reheat and five thermal zones).
Information
This model validates that the detailed model of multiple rooms and an HVAC system starts at and remains at exactly 20°C room air temperature if there is no solar radiation, constant outdoor conditions, no internal gains and no HVAC operation.
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 Guideline36) | 6 | Design air change per hour core |
| Real | ACHSou (from Guideline36) | 6 | Design air change per hour south |
| Real | ACHEas (from Guideline36) | 9 | Design air change per hour east |
| Real | ACHNor (from Guideline36) | 6 | Design air change per hour north |
| Real | ACHWes (from Guideline36) | 7 | 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 | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | solRad | Solar radiation |
Revisions
-
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. -
September 16, 2021, by Michael Wetter:
Removed assignment of parameterlatas this is now obtained from the weather data reader.
This is for IBPSA, #1477. -
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. -
April 18, 2020, by Michael Wetter:
First implementation.