modelTraceSubstance
This validates the ability to simulate trace substances in the air
Extends from ASHRAE2006 (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 with a trace substance simulates properly. CO2 is used as the trace substance. A concentration of 400ppm is assumed for the ambient air. For assumptions about zone CO2 sources, see the model Buildings.Examples.VAVReheat.Validation.BaseClasses.Floor.
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 ASHRAE2006) | 6 | Design air change per hour core |
| Real | ACHSou (from ASHRAE2006) | 6 | Design air change per hour south |
| Real | ACHEas (from ASHRAE2006) | 9 | Design air change per hour east |
| Real | ACHNor (from ASHRAE2006) | 6 | Design air change per hour north |
| Real | ACHWes (from ASHRAE2006) | 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 |
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. -
May 9, 2021, by David Blum:
First implementation.