diff --git a/design/FY2026/NFP-Dewpoint_Humidistat.md b/design/FY2026/NFP-Dewpoint_Humidistat.md new file mode 100644 index 00000000000..9e7fd839652 --- /dev/null +++ b/design/FY2026/NFP-Dewpoint_Humidistat.md @@ -0,0 +1,80 @@ +Dew-point Temperature Humidistat +================ + +**Jeremy Lerond, Pacific Northwest National Laboratory** + + - Original Date: 03/03/2026 + - Revision Date: 03/03/2026 + + +## Justification for New Feature ## + +Currently, EnergyPlus humidistats are used to control zone humidity using relative humidity (RH). However, in practice it is also common for thermostats/humidity controllers to control (or limit) humidity using dew-point temperature. In addition, standards such as ASHRAE 62.1 include requirements—under certain conditions—that the zone (space) dew-point temperature must not exceed a specified limit (see Addendum k to ASHRAE 62.1–2022). + +This feature will allow users to specify a maximum/minimum allowable space dew-point temperature (i.e., a dew-point setpoint) to trigger humidity control. + +While controlling humidity based on dew-point is currently possible in EnergyPlus using EMS programs, it requires having multiple programs (or a large one) to recalculate each zone's relative humidity setpoint based on the targeted dew-point temperature. This new feature will provide a more streamlined and user-friendly way to control humidity based on dew-point temperature. + +## E-mail and Conference Call Conclusions ## + +N/A + +## Overview ## + +The `ZoneControl:Humidistat` object uses both a humidifying and dehumidifying setpoint schedule based on RH. The new features will add a new `Control Variable` input field to specify what variable is described in the schedule. The value for this new input would be `RelativeHumidity` (current approach) and `Dew-point Temperature` (new approach). + +## Approach ## + +First, the existing schedule fields would be renamed as follows: +- `Humidifying Relative Humidity Setpoint Schedule Name` -> `Humidifying Setpoint Schedule Name` +- `Dehumidifying Relative Humidity Setpoint Schedule Name` -> `Dehumidifying Setpoint Schedule Name` + +Second, a new input field would be added to the `ZoneControl:Humidistat` object: `Control Variable`. + +Third, that control variable would be used to determine In `calcPredictedCorrector` the current schedule inputs are used to calculate `WZoneSetPoint` which is the zone humidity setpoint. The new schedules would be used to also calculate `WZoneSetpoint` but based on a dew-point temperature target rather than a relative humidity target. The user could mix/match schedules to control zone humidity, for instance, use a dew-point-based dehumidification schedule and a relative humidity-based humidification schedule. + +## Testing/Validation/Data Sources ## + +A unit test will be included to test the new feature. + +## Input Output Reference Documentation ## + +The following field description would be added to the input/output reference guide: + +```latex +\paragraph{Field: Control Variable}\label{field-humidistat-control-variable} + +This field describes if the schedules describe relative humidity or dew-point temperature values. +``` + +## Input Description ## + +The following fields would be added to the `ZoneControl:Humidistat` object: + +``` +ZoneControl:Humidistat, +[...] + A5 ; \field Control Variable + \note When using RelativeHumidity, the schedule values should be in percentages. + \type choice + \key RelativeHumidity + \key Dewpoint + \default RelativeHumidity +``` + +## Outputs Description ## + +No new outputs will be added. + +## Engineering Reference ## + +This new feature doesn't require any engineering reference changes. + +## Example File and Transition Changes ## + +This new feature doesn't require any transition changes. + +## References ## + +- ASHRAE Standard 62.1-2022 Addendum k, https://www.ashrae.org/file%20library/technical%20resources/standards%20and%20guidelines/standards%20errata/standards/62_1_2022_k_20240422.pdf +- Lennox S40 Smart Thermostat, https://www.lennox.com/dA/6003ce4d6f/508223-03b.pdf diff --git a/doc/input-output-reference/src/overview/group-zone-controls-thermostats.tex b/doc/input-output-reference/src/overview/group-zone-controls-thermostats.tex index cefd2daf619..f658cb546ed 100644 --- a/doc/input-output-reference/src/overview/group-zone-controls-thermostats.tex +++ b/doc/input-output-reference/src/overview/group-zone-controls-thermostats.tex @@ -748,7 +748,7 @@ \subsubsection{Inputs}\label{inputs-7-030} \subsection{ZoneControl:Humidistat}\label{zonecontrolhumidistat} -The humidistat zone control object is used to control a zone to a single relative humidity setpoint schedule, or to dual humidity setpoint schedules (humidifying/ dehumidifying setpoints with deadband). The single setpoint humidistat requires single setpoint input only, and the dual-setpoint humidistat requires inputs of both humidifying and dehumidifying setpoints. The schedules consist of relative humidities, expressed as a percentage (0-100), to be used during the simulation for that zone's moisture prediction calculation. Only one humidistat control statement can be specified for each zone. For a single setpoint humidistat, if the zone relative humidity is below the control relative humidity setpoint and the equipment specified can humidify then that equipment will try and meet the zone's humidification load. The opposite is true if the zone relative humidity is above the control relative humidity setpoint and the equipment can dehumidify. For a dual setpoint humidistat, if the zone relative humidity is below the \textbf{humidifying} relative humidity setpoint and the equipment specified can humidify then that equipment will try and meet the zone's humidification load. The opposite is true if the zone relative humidity is above the \textbf{dehumidifying} relative humidity setpoint and the equipment can dehumidify. +The humidistat zone control object is used to control a zone to a single relative humidity setpoint schedule, or to dual humidity setpoint schedules (humidifying / dehumidifying setpoints with deadband). The single setpoint humidistat requires single setpoint input only, and the dual-setpoint humidistat requires inputs of both humidifying and dehumidifying setpoints. The schedules consist of relative humidities or dew-point temperatures, expressed as a percentage (0-100) or dew-point temperature, to be used during the simulation for that zone's moisture prediction calculation. Only one humidistat control statement can be specified for each zone. For a single setpoint humidistat, if the zone relative humidity or dew-point temperature is below the control relative humidity or dew-point temperature setpoint and the equipment specified can humidify then that equipment will try and meet the zone's humidification load. The opposite is true if the zone relative humidity or dew-point temperature is above the control relative humidity or dew-point temperature setpoint and the equipment can dehumidify. For a dual setpoint humidistat, if the zone relative humidity or dew-point temperature is below the \textbf{humidifying} relative humidity or dew-point temperature setpoint and the equipment specified can humidify then that equipment will try and meet the zone's humidification load. The opposite is true if the zone relative humidity or dew-point temperature is above the \textbf{dehumidifying} relative humidity or dew-point temperature setpoint and the equipment can dehumidify. If the ZoneControl:Humidistat is used by a furnace or unitary system (Ref. Furnace and Unitary Systems) no other objects are required. The signal from the humidistat is used directly by that component. If the Zone Control:Humidistat object is used to control a Humidifier or used in conjunction with a \hyperref[controllerwatercoil]{Controller:WaterCoil} object with control variable \textbf{TemperatureAndHumidityRatio} or \textbf{HumidityRatio}, the following objects are required to determine a setpoint for those components for a single setpoint humidistat: @@ -801,15 +801,19 @@ \subsubsection{Inputs}\label{inputs-8-028} Name of the zone that is being controlled. -\paragraph{Field: Humidifying Relative Humidity Setpoint Schedule Name}\label{field-humidifying-relative-humidity-setpoint-schedule-name} +\paragraph{Field: Humidifying Setpoint Schedule Name}\label{field-humidifying-setpoint-schedule-name} -Name of a schedule that defines the humidifying relative humidity setpoint, expressed as a percentage (0-100), for each timestep of the simulation. +Name of a schedule that defines the humidifying relative humidity (expressed as a percentage (0-100)) or dew-point temperature setpoint for each timestep of the simulation. \textbf{Note}: If only a single setpoint humidistat is desired, then input the single schedule name in the Humidifying Setpoint Schedule Name field (and leave the Dehumidifying Setpoint Schedule Name blank). -\paragraph{Field: Dehumidifying Relative Humidity Setpoint Schedule Name}\label{field-dehumidifying-relative-humidity-setpoint-schedule-name-1} +\paragraph{Field: Dehumidifying Setpoint Schedule Name}\label{field-dehumidifying-setpoint-schedule-name-1} -Name of a schedule that defines the dehumidifying relative humidity setpoint, expressed as a percentage (0-100), for each timestep of the simulation. This field is optional, only used if a dual setpoint humidistat is to be modeled. +Name of a schedule that defines the dehumidifying relative humidity setpoint (expressed as a percentage (0-100)) or dew-point temperature for each timestep of the simulation. This field is optional, only used if a dual setpoint humidistat is to be modeled. + +\paragraph{Field: Control Variable}\label{field-humidistat-control-variable} + +This fields describes if the schedules describe relative humidity or dew-point temperature values. An example of this statement in an IDF is: @@ -817,8 +821,9 @@ \subsubsection{Inputs}\label{inputs-8-028} ZoneControl:Humidistat, Zone 2 Humidistat, !- Humidistat Name EAST ZONE, !- Zone Name - Min Rel Hum Set Sch, !- Humidifying Relative Humidity Setpoint SCHEDULE Name - Max Rel Hum Set Sch; !- Dehumidifying Relative Humidity Setpoint SCHEDULE Name + Min Rel Hum Set Sch, !- Humidifying Setpoint Schedule Name + Max Rel Hum Set Sch, !- Dehumidifying Setpoint Schedule Name + RelativeHumidity; !- Control Variable \end{lstlisting} An example schedule for the Zone Control:Humidistat diff --git a/idd/Energy+.idd.in b/idd/Energy+.idd.in index 8f9912ae00a..35967afd86a 100644 --- a/idd/Energy+.idd.in +++ b/idd/Energy+.idd.in @@ -35261,15 +35261,21 @@ ZoneControl:Humidistat, \required-field \type object-list \object-list ZoneNames - A3 , \field Humidifying Relative Humidity Setpoint Schedule Name + A3 , \field Humidifying Setpoint Schedule Name \required-field - \note hourly schedule values should be in Relative Humidity (percent) + \note Hourly schedule values should be in relative humidity (percent) or dew-point temperatures (deg. C). \type object-list \object-list ScheduleNames - A4 ; \field Dehumidifying Relative Humidity Setpoint Schedule Name - \note hourly schedule values should be in Relative Humidity (percent) + A4 , \field Dehumidifying Setpoint Schedule Name + \note Hourly schedule values should be in relative humidity (percent) or dew-point temperatures (deg. C). \type object-list \object-list ScheduleNames + A5 ; \field Control Variable + \note When using RelativeHumidity, the schedule values should be in percentages. + \type choice + \key RelativeHumidity + \key Dewpoint + \default RelativeHumidity ZoneControl:Thermostat, \memo Define the Thermostat settings for a zone or list of zones. diff --git a/src/EnergyPlus/DataZoneControls.hh b/src/EnergyPlus/DataZoneControls.hh index f1d42bdf39a..1896a986f68 100644 --- a/src/EnergyPlus/DataZoneControls.hh +++ b/src/EnergyPlus/DataZoneControls.hh @@ -88,6 +88,17 @@ namespace DataZoneControls { constexpr std::array tempCtrlNames = {"None", "Constant", "Scheduled"}; constexpr std::array tempCtrlNamesUC = {"NONE", "CONSTANT", "SCHEDULED"}; + enum class HumidityCtrlVarType + { + Invalid = -1, + DewPoint, + RelativeHumidity, + Num + }; + + static constexpr std::array humidityCtrlVarTypeNames = {"Dewpoint", "RelativeHumidity"}; + static constexpr std::array humidityCtrlVarTypeNamesUC = {"DEWPOINT", "RELATIVEHUMIDITY"}; + struct TempSetptType { std::string Name; @@ -159,13 +170,14 @@ namespace DataZoneControls { std::string ControlName; // Name of this humidity controller std::string ZoneName; // Name of the zone int ActualZoneNum; - Sched::Schedule *humidifyingSched = nullptr; // humidifying schedule - Sched::Schedule *dehumidifyingSched = nullptr; // dehumidifying schedule - int ErrorIndex; // Error index when LowRH setpoint > HighRH setpoint - bool EMSOverrideHumidifySetPointOn; // EMS is calling to override humidifying setpoint - Real64 EMSOverrideHumidifySetPointValue; // value EMS is directing to use for humidifying setpoint - bool EMSOverrideDehumidifySetPointOn; // EMS is calling to override dehumidifying setpoint - Real64 EMSOverrideDehumidifySetPointValue; // value EMS is directing to use for dehumidifying setpoint + Sched::Schedule *humidifyingSched = nullptr; // humidifying schedule + Sched::Schedule *dehumidifyingSched = nullptr; // dehumidifying schedule + HumidityCtrlVarType humidityControlVariableType = HumidityCtrlVarType::RelativeHumidity; // Control variable type + int ErrorIndex; // Error index when LowRH setpoint > HighRH setpoint + bool EMSOverrideHumidifySetPointOn; // EMS is calling to override humidifying setpoint + Real64 EMSOverrideHumidifySetPointValue; // value EMS is directing to use for humidifying setpoint + bool EMSOverrideDehumidifySetPointOn; // EMS is calling to override dehumidifying setpoint + Real64 EMSOverrideDehumidifySetPointValue; // value EMS is directing to use for dehumidifying setpoint // Default Constructor ZoneHumidityControls() diff --git a/src/EnergyPlus/SystemAvailabilityManager.cc b/src/EnergyPlus/SystemAvailabilityManager.cc index 55b463067f3..c80c5d78a98 100644 --- a/src/EnergyPlus/SystemAvailabilityManager.cc +++ b/src/EnergyPlus/SystemAvailabilityManager.cc @@ -4566,7 +4566,6 @@ namespace Avail { using Psychrometrics::PsyWFnTdbRhPb; Real64 ZoneAirEnthalpy; // Zone air enthalpy - Real64 ZoneAirDewPoint; // Zone air dew point temperature Real64 ZoneAirRH; // Zone air relative humidity Real64 TempExt; // Outdoor dry bulb temperature at zone height Real64 WindExt; // Outdoor wind speed at zone height @@ -4795,7 +4794,6 @@ namespace Avail { // Dew point control mode if (hybridVentMgr.ctrlType == VentCtrlType::DewPoint) { ZoneAirRH = PsyRhFnTdbWPb(state, thisZoneHB.MAT, thisZoneHB.airHumRat, state.dataEnvrn->OutBaroPress) * 100.0; - ZoneAirDewPoint = PsyTdpFnWPb(state, thisZoneHB.airHumRat, state.dataEnvrn->OutBaroPress); if (state.dataZoneCtrls->NumHumidityControlZones == 0) { ++hybridVentMgr.DewPointNoRHErrCount; if (hybridVentMgr.DewPointNoRHErrCount < 2) { @@ -4821,8 +4819,32 @@ namespace Avail { ++HStatZoneNum) { // Humidity control zone number if (state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).ActualZoneNum == ZoneNum) { found = true; - ZoneRHHumidifyingSetPoint = state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).humidifyingSched->getCurrentVal(); - ZoneRHDehumidifyingSetPoint = state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).dehumidifyingSched->getCurrentVal(); + if (state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).humidityControlVariableType == + DataZoneControls::HumidityCtrlVarType::RelativeHumidity) { + ZoneRHHumidifyingSetPoint = state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).humidifyingSched->getCurrentVal(); + ZoneRHDehumidifyingSetPoint = + state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).dehumidifyingSched->getCurrentVal(); + } else if (state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).humidityControlVariableType == + DataZoneControls::HumidityCtrlVarType::DewPoint) { // Recalculate RH setpoint from DP + ZoneRHHumidifyingSetPoint = + 100 * Psychrometrics::PsyRhFnTdbWPb( + state, + thisZoneHB.ZT, + Psychrometrics::PsyWFnTdpPb( + state, + state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).humidifyingSched->getCurrentVal(), + state.dataEnvrn->OutBaroPress), + state.dataEnvrn->OutBaroPress); + ZoneRHDehumidifyingSetPoint = + 100 * Psychrometrics::PsyRhFnTdbWPb( + state, + thisZoneHB.ZT, + Psychrometrics::PsyWFnTdpPb( + state, + state.dataZoneCtrls->HumidityControlZone(HStatZoneNum).dehumidifyingSched->getCurrentVal(), + state.dataEnvrn->OutBaroPress), + state.dataEnvrn->OutBaroPress); + } if (ZoneAirRH > ZoneRHDehumidifyingSetPoint) { // Need dehumidification WSetPoint = PsyWFnTdbRhPb(state, thisZoneHB.MAT, (ZoneRHDehumidifyingSetPoint / 100.0), state.dataEnvrn->OutBaroPress); diff --git a/src/EnergyPlus/ZoneTempPredictorCorrector.cc b/src/EnergyPlus/ZoneTempPredictorCorrector.cc index fbcf99ada58..ee4078f8143 100644 --- a/src/EnergyPlus/ZoneTempPredictorCorrector.cc +++ b/src/EnergyPlus/ZoneTempPredictorCorrector.cc @@ -869,6 +869,10 @@ void GetZoneAirSetPoints(EnergyPlusData &state) ErrorsFound = true; } + // Control variable + humidControlledZone.humidityControlVariableType = + static_cast(getEnumValue(DataZoneControls::humidityCtrlVarTypeNamesUC, s_ipsc->cAlphaArgs(5))); + } // HumidControlledZoneNum // Start to read Thermal comfort control objects @@ -3491,8 +3495,24 @@ void ZoneSpaceHeatBalanceData::calcPredictedHumidityRatio(EnergyPlusData &state, if (thisZone.humidityControlZoneIndex > 0) { auto &humidityControlZone = state.dataZoneCtrls->HumidityControlZone(thisZone.humidityControlZoneIndex); assert(humidityControlZone.ActualZoneNum == zoneNum); - ZoneRHHumidifyingSetPoint = humidityControlZone.humidifyingSched->getCurrentVal(); - ZoneRHDehumidifyingSetPoint = humidityControlZone.dehumidifyingSched->getCurrentVal(); + if (humidityControlZone.humidityControlVariableType == DataZoneControls::HumidityCtrlVarType::RelativeHumidity) { + ZoneRHHumidifyingSetPoint = humidityControlZone.humidifyingSched->getCurrentVal(); + ZoneRHDehumidifyingSetPoint = humidityControlZone.dehumidifyingSched->getCurrentVal(); + } else if (humidityControlZone.humidityControlVariableType == + DataZoneControls::HumidityCtrlVarType::DewPoint) { // Recalculate RH setpoint from DP + ZoneRHHumidifyingSetPoint = + 100 * Psychrometrics::PsyRhFnTdbWPb( + state, + this->ZT, + Psychrometrics::PsyWFnTdpPb(state, humidityControlZone.humidifyingSched->getCurrentVal(), state.dataEnvrn->OutBaroPress), + state.dataEnvrn->OutBaroPress); + ZoneRHDehumidifyingSetPoint = + 100 * Psychrometrics::PsyRhFnTdbWPb( + state, + this->ZT, + Psychrometrics::PsyWFnTdpPb(state, humidityControlZone.dehumidifyingSched->getCurrentVal(), state.dataEnvrn->OutBaroPress), + state.dataEnvrn->OutBaroPress); + } // Apply EMS values to overwrite the humidistat values if (humidityControlZone.EMSOverrideHumidifySetPointOn) { diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt index 8ea128fe03c..6e735cd7f8b 100644 --- a/testfiles/CMakeLists.txt +++ b/testfiles/CMakeLists.txt @@ -384,6 +384,7 @@ add_simulation_test(IDF_FILE HeatPumpWaterToAirEquationFit.idf EPW_FILE USA_IL_C add_simulation_test(IDF_FILE HeatPumpWaterToAirWithAntifreezeAndLatentModel.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw) add_simulation_test(IDF_FILE HeatPumpWaterToAirWithAntifreezeAndLatentModel2.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw) add_simulation_test(IDF_FILE HeatPumpWaterToAirWithRHControl.idf EPW_FILE USA_FL_Miami.Intl.AP.722020_TMY3.epw) +add_simulation_test(IDF_FILE HeatPumpWaterToAirWithHumControlDewPoint.idf EPW_FILE USA_FL_Miami.Intl.AP.722020_TMY3.epw) add_simulation_test(IDF_FILE HeatPumpwithBiquadraticCurves.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw) add_simulation_test(IDF_FILE HeatRecoveryElectricChiller.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw) add_simulation_test(IDF_FILE HeatRecoveryPlantLoop.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw) diff --git a/testfiles/HeatPumpWaterToAirWithHumControlDewPoint.idf b/testfiles/HeatPumpWaterToAirWithHumControlDewPoint.idf new file mode 100644 index 00000000000..ca950073f11 --- /dev/null +++ b/testfiles/HeatPumpWaterToAirWithHumControlDewPoint.idf @@ -0,0 +1,3936 @@ +! HeatPumpWaterToAirWithHumControlDewPoint.idf +! Basic file description: 1 story building divided into 4 exterior and one interior conditioned zones and return plenum. +! +! Highlights: High humidity Control using Water To Air Heat Pumps with pond heat exchanger. Five water source +! heat pumps serve one zone each. These heat pumps are modeled using the water to air heat pump +! 'equation fit' model. The heat pumps are attached to a single condenser loop with a pond +! water heat exchanger (GroundHeatExchanger:Pond). +! +! +! Simulation Location/Run: Miami Intl Ap_FL_USA , 2 design days, 1 run period, +! Run Control executes the design days +! +! Location: Miami, FL +! +! Design Days: Miami Intl Ap Ann Htg Wind 99% Condns WS=>MCDB +! Miami Intl Ap Ann Clg 1% Condns DB=>MWB +! +! Run Period (Weather File): full annual, USA_FL_Miami.Intl.AP.722020_TMY3 +! +! Run Control: Zone sizing with weather file run control +! +! Building: Single floor rectangular building 100 ft x 50 ft. 5 zones - 4 exterior, 1 interior, zone height 8 feet. +! Exterior zone depth is 12 feet. There is a 2 foot high return plenum: the overall building height is +! 10 feet. There are windows on all 4 facades; the south and north facades have glass doors. +! The south facing glass is shaded by overhangs. The walls are woodshingle over plywood, R11 insulation, +! and gypboard. The roof is a gravel built up roof with R-3 mineral board insulation and plywood sheathing. +! The windows are double pane 6mm clear with 6mm air gap. The window to wall ratio is approximately 0.29. +! The south wall and door have overhangs. +! +! The building is oriented 30 degrees east of north. +! +! Floor Area: 463.6 m2 (5000 ft2) +! Number of Floors: 1 +! +! Zone Description Details: +! +! (0,15.2,0) (30.5,15.2,0) +! _____ ________ ____ +! |\ *** **************** /| +! | \ Zone 3 / | +! | \ (26.8,11.6,0) / | +! * \_____________________________/ * +! * Z |(3.7,11.6,0) | Z * +! * o | | o * +! * n | Zone 5 | n * +! * e | (26.8,3.7,0)| e * +! * |___________________________| * +! * 4 / (3.7,3.7,0) \ 2 * +! | / Zone 1 \ | +! | / \ | +! |/___******************___***________\| +! | Overhang | | +! |_______________________| | window/door = * +! |___| +! +! (0,0,0) (30.5,0,0) +! +! Internal gains description: lighting is 1.5 watts/ft2, office equip is 1.0 watts/ft2. There is 1 occupant +! per 100 ft2 of floor area. The infiltration is constant in winter months. +! +! Interzone Surfaces: 6 interzone surfaces (see diagram) +! Internal Mass: None +! People: 50 +! Lights: 7500 W +! Windows: 4 ea.: 1) Double pane clear, 3mm glass, 13mm air gap +! 2) Double pane clear, 3mm glass, 13mm argon gap +! 3) Double pane clear, 6mm glass, 6mm air gap +! 4) Double pane lowE, 6mm lowE glass outside, 6mm air gap, 6mm clear glass +! +! Doors: 2 ea.: Single pane grey, 3mm glass +! +! Detached Shading: None +! Daylight: None +! Natural Ventilation: None +! Compact Schedules: Yes +! +! HVAC: Water to air Heat pump using a single air loop serving 5 zones. Heat pump configured with +! a blow through fan, heat pump defrost is timed using a resistive heating element. +! Heating set point during winter months is 22 C during 24 hours, Cooling set point at 24 C +! during 24 hours. Cooling coil is turned on depending on dehumidification requirement. +! The zones dehumidifying dew point temperature setpoint is 14 deg C. +! +! Zonal Equipment: DIRECT AIR +! Central Air Handling Equipment: Yes +! System Equipment Autosize: No (condenser loop volumes are autosized) +! Purchased Cooling: No +! Purchased Heating: No +! Purchased Chilled Water: No +! Purchased Hot Water: No +! Coils: Water-source direct expansion heat pump +! Pumps: Pump:ConstantSpeed +! Boilers: None +! Chillers: None +! Towers: None +! Heat Pumps: Water to air heat pump for both heating and cooling. +! POND: (GroundHeatExchanger:Pond). 2500m2 Pond Area, 2.0m depth +! +! Results: +! Standard Reports: None +! Timestep or Hourly Variables: Timestep +! Time bins Report: None +! HTML Report: All Summary +! Environmental Emissions: None +! Utility Tariffs: None + + Version,26.1; + + Building, + Building, !- Name + 30., !- North Axis {deg} + City, !- Terrain + 0.04, !- Loads Convergence Tolerance Value {W} + 0.4, !- Temperature Convergence Tolerance Value {deltaC} + FullExterior, !- Solar Distribution + 25, !- Maximum Number of Warmup Days + 6; !- Minimum Number of Warmup Days + + Timestep,6; + + SurfaceConvectionAlgorithm:Inside,Simple; + + SurfaceConvectionAlgorithm:Outside,SimpleCombined; + + HeatBalanceAlgorithm,ConductionTransferFunction; + + ConvergenceLimits, + 1, !- Minimum System Timestep {minutes} + 20, !- Maximum HVAC Iterations + 5, !- Minimum Plant Iterations + 10; !- Maximum Plant Iterations + + GlobalGeometryRules, + UpperLeftCorner, !- Starting Vertex Position + CounterClockWise, !- Vertex Entry Direction + Relative; !- Coordinate System + + ScheduleTypeLimits, + Any Number; !- Name + + ScheduleTypeLimits, + Fraction, !- Name + 0.0, !- Lower Limit Value + 1.0, !- Upper Limit Value + CONTINUOUS; !- Numeric Type + + ScheduleTypeLimits, + Temperature, !- Name + -60, !- Lower Limit Value + 200, !- Upper Limit Value + CONTINUOUS, !- Numeric Type + Temperature; !- Unit Type + + ScheduleTypeLimits, + Control Type, !- Name + 0, !- Lower Limit Value + 4, !- Upper Limit Value + DISCRETE; !- Numeric Type + + ScheduleTypeLimits, + On/Off, !- Name + 0, !- Lower Limit Value + 1, !- Upper Limit Value + DISCRETE; !- Numeric Type + + ScheduleTypeLimits, + FlowRate, !- Name + 0.0, !- Lower Limit Value + 10, !- Upper Limit Value + CONTINUOUS; !- Numeric Type + + RunPeriod, + Run Period 1, !- Name + 1, !- Begin Month + 3, !- Begin Day of Month + , !- Begin Year + 1, !- End Month + 3, !- End Day of Month + , !- End Year + Tuesday, !- Day of Week for Start Day + Yes, !- Use Weather File Holidays and Special Days + Yes, !- Use Weather File Daylight Saving Period + No, !- Apply Weekend Holiday Rule + Yes, !- Use Weather File Rain Indicators + Yes; !- Use Weather File Snow Indicators + + RunPeriod, + Run Period 2, !- Name + 7, !- Begin Month + 3, !- Begin Day of Month + , !- Begin Year + 7, !- End Month + 3, !- End Day of Month + , !- End Year + Tuesday, !- Day of Week for Start Day + Yes, !- Use Weather File Holidays and Special Days + Yes, !- Use Weather File Daylight Saving Period + No, !- Apply Weekend Holiday Rule + Yes, !- Use Weather File Rain Indicators + Yes; !- Use Weather File Snow Indicators + + SimulationControl, + No, !- Do Zone Sizing Calculation + No, !- Do System Sizing Calculation + No, !- Do Plant Sizing Calculation + Yes, !- Run Simulation for Sizing Periods + Yes, !- Run Simulation for Weather File Run Periods + No, !- Do HVAC Sizing Simulation for Sizing Periods + 1; !- Maximum Number of HVAC Sizing Simulation Passes + + Site:Location, + Miami Intl Ap_FL_USA Design_Conditions, !- Name + 25.82, !- Latitude {deg} + -80.30, !- Longitude {deg} + -5.00, !- Time Zone {hr} + 11.00; !- Elevation {m} + + ! WMO=722020 Time Zone=NAE (GMT-05:00) Eastern Time (US & Canada) + ! Data Source=ASHRAE 2005 Annual Design Conditions + + RunPeriodControl:DaylightSavingTime, + 1st Sunday in April, !- Start Date + Last Sunday in October; !- End Date + + ! Miami Intl Ap_FL_USA Annual Cooling (DB=>MWB) 1%, MaxDB=32.6°C MWB=25.3°C + + SizingPeriod:DesignDay, + Miami Intl Ap Ann Clg 1% Condns DB=>MWB, !- Name + 7, !- Month + 21, !- Day of Month + SummerDesignDay, !- Day Type + 32.6, !- Maximum Dry-Bulb Temperature {C} + 6.7, !- Daily Dry-Bulb Temperature Range {deltaC} + , !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 25.3, !- Wetbulb or DewPoint at Maximum Dry-Bulb {C} + , !- Humidity Condition Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101193., !- Barometric Pressure {Pa} + 4.5, !- Wind Speed {m/s} + 140, !- Wind Direction {deg} + No, !- Rain Indicator + No, !- Snow Indicator + No, !- Daylight Saving Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) {dimensionless} + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) {dimensionless} + 1.00; !- Sky Clearness + + ! Miami Intl Ap_FL_USA Annual Heating Wind 99% Design Conditions WS=>MCDB, WS=9.3m/s + + SizingPeriod:DesignDay, + Miami Intl Ap Ann Htg Wind 99% Condns WS=>MCDB, !- Name + 1, !- Month + 21, !- Day of Month + WinterDesignDay, !- Day Type + 21.7, !- Maximum Dry-Bulb Temperature {C} + 0.0, !- Daily Dry-Bulb Temperature Range {deltaC} + , !- Dry-Bulb Temperature Range Modifier Type + , !- Dry-Bulb Temperature Range Modifier Day Schedule Name + Wetbulb, !- Humidity Condition Type + 21.7, !- Wetbulb or DewPoint at Maximum Dry-Bulb {C} + , !- Humidity Condition Day Schedule Name + , !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir} + , !- Enthalpy at Maximum Dry-Bulb {J/kg} + , !- Daily Wet-Bulb Temperature Range {deltaC} + 101193., !- Barometric Pressure {Pa} + 9.3, !- Wind Speed {m/s} + 340, !- Wind Direction {deg} + No, !- Rain Indicator + No, !- Snow Indicator + No, !- Daylight Saving Time Indicator + ASHRAEClearSky, !- Solar Model Indicator + , !- Beam Solar Day Schedule Name + , !- Diffuse Solar Day Schedule Name + , !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) {dimensionless} + , !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) {dimensionless} + 0.00; !- Sky Clearness + + Site:GroundTemperature:BuildingSurface,20.03,20.03,20.13,20.30,20.43,20.52,20.62,20.77,20.78,20.55,20.44,20.20; + + Site:GroundTemperature:Deep,16.5,16.5,16.5,16.5,16.5,16.5,16.5,16.5,16.5,16.5,16.5,16.5; + + Material, + WD10, !- Name + MediumSmooth, !- Roughness + 0.667, !- Thickness {m} + 0.115, !- Conductivity {W/m-K} + 513, !- Density {kg/m3} + 1381, !- Specific Heat {J/kg-K} + 0.9, !- Thermal Absorptance + 0.78, !- Solar Absorptance + 0.78; !- Visible Absorptance + + Material, + RG01, !- Name + Rough, !- Roughness + 1.2700000E-02, !- Thickness {m} + 1.442000, !- Conductivity {W/m-K} + 881.0000, !- Density {kg/m3} + 1674.000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.6500000, !- Solar Absorptance + 0.6500000; !- Visible Absorptance + + Material, + BR01, !- Name + VeryRough, !- Roughness + 9.4999997E-03, !- Thickness {m} + 0.1620000, !- Conductivity {W/m-K} + 1121.000, !- Density {kg/m3} + 1464.000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7000000, !- Solar Absorptance + 0.7000000; !- Visible Absorptance + + Material, + IN46, !- Name + VeryRough, !- Roughness + 7.6200001E-02, !- Thickness {m} + 2.3000000E-02, !- Conductivity {W/m-K} + 24.00000, !- Density {kg/m3} + 1590.000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.5000000, !- Solar Absorptance + 0.5000000; !- Visible Absorptance + + Material, + WD01, !- Name + MediumSmooth, !- Roughness + 1.9099999E-02, !- Thickness {m} + 0.1150000, !- Conductivity {W/m-K} + 513.0000, !- Density {kg/m3} + 1381.000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7800000, !- Solar Absorptance + 0.7800000; !- Visible Absorptance + + Material, + PW03, !- Name + MediumSmooth, !- Roughness + 1.2700000E-02, !- Thickness {m} + 0.1150000, !- Conductivity {W/m-K} + 545.0000, !- Density {kg/m3} + 1213.000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7800000, !- Solar Absorptance + 0.7800000; !- Visible Absorptance + + Material, + IN02, !- Name + Rough, !- Roughness + 9.0099998E-02, !- Thickness {m} + 4.3000001E-02, !- Conductivity {W/m-K} + 10.00000, !- Density {kg/m3} + 837.0000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7500000, !- Solar Absorptance + 0.7500000; !- Visible Absorptance + + Material, + GP01, !- Name + MediumSmooth, !- Roughness + 1.2700000E-02, !- Thickness {m} + 0.1600000, !- Conductivity {W/m-K} + 801.0000, !- Density {kg/m3} + 837.0000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7500000, !- Solar Absorptance + 0.7500000; !- Visible Absorptance + + Material, + GP02, !- Name + MediumSmooth, !- Roughness + 1.5900001E-02, !- Thickness {m} + 0.1600000, !- Conductivity {W/m-K} + 801.0000, !- Density {kg/m3} + 837.0000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.7500000, !- Solar Absorptance + 0.7500000; !- Visible Absorptance + + Material, + CC03, !- Name + MediumRough, !- Roughness + 0.1016000, !- Thickness {m} + 1.310000, !- Conductivity {W/m-K} + 2243.000, !- Density {kg/m3} + 837.0000, !- Specific Heat {J/kg-K} + 0.9000000, !- Thermal Absorptance + 0.6500000, !- Solar Absorptance + 0.6500000; !- Visible Absorptance + + Material:NoMass, + CP01, !- Name + Rough, !- Roughness + 0.3670000, !- Thermal Resistance {m2-K/W} + 0.9000000, !- Thermal Absorptance + 0.7500000, !- Solar Absorptance + 0.7500000; !- Visible Absorptance + + Material:NoMass, + MAT-SB-U, !- Name + Rough, !- Roughness + 0.117406666, !- Thermal Resistance {m2-K/W} + 0.65, !- Thermal Absorptance + 0.65, !- Solar Absorptance + 0.65; !- Visible Absorptance + + Material:NoMass, + MAT-CLNG-1, !- Name + Rough, !- Roughness + 0.652259290, !- Thermal Resistance {m2-K/W} + 0.65, !- Thermal Absorptance + 0.65, !- Solar Absorptance + 0.65; !- Visible Absorptance + + Material:NoMass, + MAT-FLOOR-1, !- Name + Rough, !- Roughness + 3.522199631, !- Thermal Resistance {m2-K/W} + 0.65, !- Thermal Absorptance + 0.65, !- Solar Absorptance + 0.65; !- Visible Absorptance + + Material:AirGap, + AL21, !- Name + 0.1570000; !- Thermal Resistance {m2-K/W} + + Material:AirGap, + AL23, !- Name + 0.1530000; !- Thermal Resistance {m2-K/W} + + Construction, + ROOF-1, !- Name + RG01, !- Outside Layer + BR01, !- Layer 2 + IN46, !- Layer 3 + WD01; !- Layer 4 + + Construction, + WALL-1, !- Name + WD01, !- Outside Layer + PW03, !- Layer 2 + IN02, !- Layer 3 + GP01; !- Layer 4 + + Construction, + CLNG-1, !- Name + MAT-CLNG-1; !- Outside Layer + + !Construction, + ! SB-U, !- Name + ! MAT-SB-U; !- Outside Layer + !Construction, + ! FLOOR-1, !- Name + ! MAT-FLOOR-1; !- Outside Layer + + Construction, + FLOOR-SLAB-1, !- Name + CC03; !- Outside Layer + + Construction, + INT-WALL-1, !- Name + GP02, !- Outside Layer + AL21, !- Layer 2 + GP02; !- Layer 3 + + WindowMaterial:Gas, + AIR 6MM, !- Name + Air, !- Gas Type + .0063; !- Thickness {m} + + WindowMaterial:Gas, + AIR 13MM, !- Name + Air, !- Gas Type + .0127; !- Thickness {m} + + WindowMaterial:Gas, + ARGON 13MM, !- Name + Argon, !- Gas Type + .0127; !- Thickness {m} + + WindowMaterial:Glazing, + CLEAR 3MM, !- Name + SpectralAverage, !- Optical Data Type + , !- Window Glass Spectral Data Set Name + .003, !- Thickness {m} + .837, !- Solar Transmittance at Normal Incidence + .075, !- Front Side Solar Reflectance at Normal Incidence + .075, !- Back Side Solar Reflectance at Normal Incidence + .898, !- Visible Transmittance at Normal Incidence + .081, !- Front Side Visible Reflectance at Normal Incidence + .081, !- Back Side Visible Reflectance at Normal Incidence + .0, !- Infrared Transmittance at Normal Incidence + .84, !- Front Side Infrared Hemispherical Emissivity + .84, !- Back Side Infrared Hemispherical Emissivity + .9; !- Conductivity {W/m-K} + + WindowMaterial:Glazing, + GREY 3MM, !- Name + SpectralAverage, !- Optical Data Type + , !- Window Glass Spectral Data Set Name + .003, !- Thickness {m} + .626, !- Solar Transmittance at Normal Incidence + .061, !- Front Side Solar Reflectance at Normal Incidence + .061, !- Back Side Solar Reflectance at Normal Incidence + .611, !- Visible Transmittance at Normal Incidence + .061, !- Front Side Visible Reflectance at Normal Incidence + .061, !- Back Side Visible Reflectance at Normal Incidence + .0, !- Infrared Transmittance at Normal Incidence + .84, !- Front Side Infrared Hemispherical Emissivity + .84, !- Back Side Infrared Hemispherical Emissivity + .9; !- Conductivity {W/m-K} + + WindowMaterial:Glazing, + CLEAR 6MM, !- Name + SpectralAverage, !- Optical Data Type + , !- Window Glass Spectral Data Set Name + .006, !- Thickness {m} + .775, !- Solar Transmittance at Normal Incidence + .071, !- Front Side Solar Reflectance at Normal Incidence + .071, !- Back Side Solar Reflectance at Normal Incidence + .881, !- Visible Transmittance at Normal Incidence + .080, !- Front Side Visible Reflectance at Normal Incidence + .080, !- Back Side Visible Reflectance at Normal Incidence + .0, !- Infrared Transmittance at Normal Incidence + .84, !- Front Side Infrared Hemispherical Emissivity + .84, !- Back Side Infrared Hemispherical Emissivity + .9; !- Conductivity {W/m-K} + + WindowMaterial:Glazing, + LoE CLEAR 6MM, !- Name + SpectralAverage, !- Optical Data Type + , !- Window Glass Spectral Data Set Name + .006, !- Thickness {m} + .600, !- Solar Transmittance at Normal Incidence + .170, !- Front Side Solar Reflectance at Normal Incidence + .220, !- Back Side Solar Reflectance at Normal Incidence + .840, !- Visible Transmittance at Normal Incidence + .055, !- Front Side Visible Reflectance at Normal Incidence + .078, !- Back Side Visible Reflectance at Normal Incidence + .0, !- Infrared Transmittance at Normal Incidence + .84, !- Front Side Infrared Hemispherical Emissivity + .10, !- Back Side Infrared Hemispherical Emissivity + .9; !- Conductivity {W/m-K} + + Construction, + Dbl Clr 3mm/13mm Air, !- Name + CLEAR 3MM, !- Outside Layer + AIR 13MM, !- Layer 2 + CLEAR 3MM; !- Layer 3 + + !Construction, + ! Dbl Clr 3mm/13mm Arg, !- Name + ! CLEAR 3MM, !- Outside Layer + ! ARGON 13MM, !- Layer 2 + ! CLEAR 3MM; !- Layer 3 + + Construction, + Sgl Grey 3mm, !- Name + GREY 3MM; !- Outside Layer + + !Construction, + ! Dbl Clr 6mm/6mm Air, !- Name + ! CLEAR 6MM, !- Outside Layer + ! AIR 6MM, !- Layer 2 + ! CLEAR 6MM; !- Layer 3 + !Construction, + ! Dbl LoE (e2=.1) Clr 6mm/6mm Air, !- Name + ! LoE CLEAR 6MM, !- Outside Layer + ! AIR 6MM, !- Layer 2 + ! CLEAR 6MM; !- Layer 3 + + Schedule:Compact, + OCCUPY-1, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: Weekdays SummerDesignDay WinterDesignDay, !- Field 2 + Until: 9:00,0.0, !- Field 3 + Until: 12:00,1.0, !- Field 5 + Until: 13:00,0.8, !- Field 7 + Until: 14:00,0.4, !- Field 9 + Until: 15:00,0.8, !- Field 11 + Until: 17:00,1.0, !- Field 13 + Until: 24:00,0.0, !- Field 15 + For: AllOtherDays, !- Field 17 + Until: 24:00,0.0; !- Field 18 + + Schedule:Compact, + LIGHTS-1, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: Weekdays SummerDesignDay WinterDesignDay, !- Field 2 + Until: 9:00,0.05, !- Field 3 + Until: 10:00,0.9, !- Field 5 + Until: 11:00,0.95, !- Field 7 + Until: 12:00,1.0, !- Field 9 + Until: 13:00,0.95, !- Field 11 + Until: 14:00,0.8, !- Field 13 + Until: 15:00,0.9, !- Field 15 + Until: 17:00,1.0, !- Field 17 + Until: 24:00,0.05, !- Field 19 + For: AllOtherDays, !- Field 21 + Until: 24:00,0.05; !- Field 22 + + Schedule:Compact, + EQUIP-1, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: Weekdays SummerDesignDay WinterDesignDay, !- Field 2 + Until: 9:00,0.02, !- Field 3 + Until: 10:00,0.4, !- Field 5 + Until: 15:00,0.9, !- Field 7 + Until: 16:00,0.8, !- Field 9 + Until: 17:00,0.7, !- Field 11 + Until: 24:00,0.02, !- Field 13 + For: CustomDay1 CustomDay2, !- Field 15 + Until: 9:00,0.02, !- Field 16 + Until: 10:00,0.4, !- Field 18 + Until: 15:00,0.9, !- Field 20 + Until: 16:00,0.8, !- Field 22 + Until: 17:00,0.7, !- Field 24 + Until: 24:00,0.02, !- Field 26 + For: AllOtherDays, !- Field 28 + Until: 24:00,0.2; !- Field 29 + + Schedule:Compact, + INFIL-SCH, !- Name + Fraction, !- Schedule Type Limits Name + Through: 3/31, !- Field 1 + For: Alldays, !- Field 2 + Until: 24:00,1.0, !- Field 3 + Through: 10/31, !- Field 5 + For: Alldays, !- Field 6 + Until: 24:00,1.0, !- Field 7 + Through: 12/31, !- Field 9 + For: Alldays, !- Field 10 + Until: 24:00,1.0; !- Field 11 + + Schedule:Compact, + ActSchd, !- Name + Any Number, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: Alldays, !- Field 2 + Until: 24:00,117.239997864; !- Field 3 + + Schedule:Compact, + ShadeTransSch, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: Alldays, !- Field 2 + Until: 24:00,0.0; !- Field 3 + + Zone, + PLENUM-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 0.609600067, !- Ceiling Height {m} + 283.2; !- Volume {m3} + + BuildingSurface:Detailed, + WALL-1PF, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,0.0,3.0, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 30.5,0.0,3.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + WALL-1PR, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,0.0,3.0, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,3.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + WALL-1PB, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,15.2,3.0, !- X,Y,Z ==> Vertex 1 {m} + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 3 {m} + 0.0,15.2,3.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + WALL-1PL, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,15.2,3.0, !- X,Y,Z ==> Vertex 1 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 0.0,0.0,3.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + TOP-1, !- Name + ROOF, !- Surface Type + ROOF-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.00000, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,15.2,3.0, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,3.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,3.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,3.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C1-1P, !- Name + FLOOR, !- Surface Type + CLNG-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C1-1, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C2-1P, !- Name + FLOOR, !- Surface Type + CLNG-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C2-1, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C3-1P, !- Name + FLOOR, !- Surface Type + CLNG-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C3-1, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C4-1P, !- Name + FLOOR, !- Surface Type + CLNG-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C4-1, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C5-1P, !- Name + FLOOR, !- Surface Type + CLNG-1, !- Construction Name + PLENUM-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C5-1, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 2 {m} + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Zone, + SPACE1-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 2.438400269, !- Ceiling Height {m} + 239.247360229; !- Volume {m3} + + ZoneInfiltration:DesignFlowRate, + SPACE1-1 Infiltration, !- Name + SPACE1-1, !- Zone or ZoneList or Space or SpaceList Name + INFIL-SCH, !- Schedule Name + flow/zone, !- Design Flow Rate Calculation Method + 0.100, !- Design Flow Rate {m3/s} + , !- Flow Rate per Floor Area {m3/s-m2} + , !- Flow Rate per Exterior Surface Area {m3/s-m2} + , !- Air Changes per Hour {1/hr} + 0, !- Constant Term Coefficient + 0, !- Temperature Term Coefficient + 0.2237, !- Velocity Term Coefficient + 0; !- Velocity Squared Term Coefficient + + People, + SPACE1-1 People, !- Name + SPACE1-1, !- Zone or ZoneList or Space or SpaceList Name + OCCUPY-1, !- Number of People Schedule Name + people, !- Number of People Calculation Method + 11, !- Number of People + , !- People per Floor Area {person/m2} + , !- Floor Area per Person {m2/person} + 0.3, !- Fraction Radiant + , !- Sensible Heat Fraction + ActSchd; !- Activity Level Schedule Name + + Lights, + SPACE1-1 Lights, !- Name + SPACE1-1, !- Zone or ZoneList or Space or SpaceList Name + LIGHTS-1, !- Schedule Name + LightingLevel, !- Design Level Calculation Method + 1584, !- Lighting Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0.2, !- Return Air Fraction + 0.59, !- Fraction Radiant + 0.2, !- Fraction Visible + 0, !- Fraction Replaceable + GeneralLights; !- End-Use Subcategory + + ElectricEquipment, + SPACE1-1 Elec Equipment, !- Name + SPACE1-1, !- Zone or ZoneList or Space or SpaceList Name + EQUIP-1, !- Schedule Name + EquipmentLevel, !- Design Level Calculation Method + 1056, !- Design Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0; !- Fraction Lost + + BuildingSurface:Detailed, + FRONT-1, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,0.0,2.4; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + WF-1, !- Name + WINDOW, !- Surface Type + Dbl Clr 3mm/13mm Air, !- Construction Name + FRONT-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 3.0,0.0,2.1, !- X,Y,Z ==> Vertex 1 {m} + 3.0,0.0,0.9, !- X,Y,Z ==> Vertex 2 {m} + 16.8,0.0,0.9, !- X,Y,Z ==> Vertex 3 {m} + 16.8,0.0,2.1; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + DF-1, !- Name + GLASSDOOR, !- Surface Type + Sgl Grey 3mm, !- Construction Name + FRONT-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 21.3,0.0,2.1, !- X,Y,Z ==> Vertex 1 {m} + 21.3,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 23.8,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 23.8,0.0,2.1; !- X,Y,Z ==> Vertex 4 {m} + + Shading:Zone:Detailed, + Main South Overhang, !- Name + FRONT-1, !- Base Surface Name + ShadeTransSch, !- Transmittance Schedule Name + 4, !- Number of Vertices + 0.0,-1.3,2.2, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,2.2, !- X,Y,Z ==> Vertex 2 {m} + 19.8,0.0,2.2, !- X,Y,Z ==> Vertex 3 {m} + 19.8,-1.3,2.2; !- X,Y,Z ==> Vertex 4 {m} + + Shading:Zone:Detailed, + South Door Overhang, !- Name + FRONT-1, !- Base Surface Name + ShadeTransSch, !- Transmittance Schedule Name + 4, !- Number of Vertices + 21.0,-2.0,2.6, !- X,Y,Z ==> Vertex 1 {m} + 21.0,0.0,2.6, !- X,Y,Z ==> Vertex 2 {m} + 24.1,0.0,2.6, !- X,Y,Z ==> Vertex 3 {m} + 24.1,-2.0,2.6; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C1-1, !- Name + CEILING, !- Surface Type + CLNG-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C1-1P, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + F1-1, !- Name + FLOOR, !- Surface Type + FLOOR-SLAB-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Ground, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,0.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB12, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB21, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB14, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB41, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 0.0,0.0,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB15, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE1-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB51, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Zone, + SPACE2-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 2.438400269, !- Ceiling Height {m} + 103.311355591; !- Volume {m3} + + ZoneInfiltration:DesignFlowRate, + SPACE2-1 Infiltration, !- Name + SPACE2-1, !- Zone or ZoneList or Space or SpaceList Name + INFIL-SCH, !- Schedule Name + flow/zone, !- Design Flow Rate Calculation Method + .0517, !- Design Flow Rate {m3/s} + , !- Flow Rate per Floor Area {m3/s-m2} + , !- Flow Rate per Exterior Surface Area {m3/s-m2} + , !- Air Changes per Hour {1/hr} + 0, !- Constant Term Coefficient + 0, !- Temperature Term Coefficient + 0.2237, !- Velocity Term Coefficient + 0; !- Velocity Squared Term Coefficient + + People, + SPACE2-1 People, !- Name + SPACE2-1, !- Zone or ZoneList or Space or SpaceList Name + OCCUPY-1, !- Number of People Schedule Name + people, !- Number of People Calculation Method + 5, !- Number of People + , !- People per Floor Area {person/m2} + , !- Floor Area per Person {m2/person} + 0.3, !- Fraction Radiant + , !- Sensible Heat Fraction + ActSchd; !- Activity Level Schedule Name + + Lights, + SPACE2-1 Lights, !- Name + SPACE2-1, !- Zone or ZoneList or Space or SpaceList Name + LIGHTS-1, !- Schedule Name + LightingLevel, !- Design Level Calculation Method + 684, !- Lighting Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0.2, !- Return Air Fraction + 0.59, !- Fraction Radiant + 0.2, !- Fraction Visible + 0, !- Fraction Replaceable + GeneralLights; !- End-Use Subcategory + + ElectricEquipment, + SPACE2-1 Elec Equipment, !- Name + SPACE2-1, !- Zone or ZoneList or Space or SpaceList Name + EQUIP-1, !- Schedule Name + EquipmentLevel, !- Design Level Calculation Method + 456, !- Design Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0; !- Fraction Lost + + BuildingSurface:Detailed, + RIGHT-1, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,2.4; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + WR-1, !- Name + WINDOW, !- Surface Type + Dbl Clr 3mm/13mm Air, !- Construction Name + RIGHT-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 30.5,3.8,2.1, !- X,Y,Z ==> Vertex 1 {m} + 30.5,3.8,0.9, !- X,Y,Z ==> Vertex 2 {m} + 30.5,11.4,0.9, !- X,Y,Z ==> Vertex 3 {m} + 30.5,11.4,2.1; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C2-1, !- Name + CEILING, !- Surface Type + CLNG-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C2-1P, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,0.0,2.4, !- X,Y,Z ==> Vertex 2 {m} + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + F2-1, !- Name + FLOOR, !- Surface Type + FLOOR-SLAB-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Ground, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 1 {m} + 30.5,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,0.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB21, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB12, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,0.0,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB23, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB32, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB25, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE2-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB52, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Zone, + SPACE3-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 2.438400269, !- Ceiling Height {m} + 239.247360229; !- Volume {m3} + + ZoneInfiltration:DesignFlowRate, + SPACE3-1 Infiltration, !- Name + SPACE3-1, !- Zone or ZoneList or Space or SpaceList Name + INFIL-SCH, !- Schedule Name + flow/zone, !- Design Flow Rate Calculation Method + 0.100, !- Design Flow Rate {m3/s} + , !- Flow Rate per Floor Area {m3/s-m2} + , !- Flow Rate per Exterior Surface Area {m3/s-m2} + , !- Air Changes per Hour {1/hr} + 0, !- Constant Term Coefficient + 0, !- Temperature Term Coefficient + 0.2237, !- Velocity Term Coefficient + 0; !- Velocity Squared Term Coefficient + + People, + SPACE3-1 People, !- Name + SPACE3-1, !- Zone or ZoneList or Space or SpaceList Name + OCCUPY-1, !- Number of People Schedule Name + people, !- Number of People Calculation Method + 11, !- Number of People + , !- People per Floor Area {person/m2} + , !- Floor Area per Person {m2/person} + 0.3, !- Fraction Radiant + , !- Sensible Heat Fraction + ActSchd; !- Activity Level Schedule Name + + Lights, + SPACE3-1 Lights, !- Name + SPACE3-1, !- Zone or ZoneList or Space or SpaceList Name + LIGHTS-1, !- Schedule Name + LightingLevel, !- Design Level Calculation Method + 1584, !- Lighting Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0.2, !- Return Air Fraction + 0.59, !- Fraction Radiant + 0.2, !- Fraction Visible + 0, !- Fraction Replaceable + GeneralLights; !- End-Use Subcategory + + ElectricEquipment, + SPACE3-1 Elec Equipment, !- Name + SPACE3-1, !- Zone or ZoneList or Space or SpaceList Name + EQUIP-1, !- Schedule Name + EquipmentLevel, !- Design Level Calculation Method + 1056, !- Design Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0; !- Fraction Lost + + BuildingSurface:Detailed, + BACK-1, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 1 {m} + 30.5,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 0.0,15.2,2.4; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + WB-1, !- Name + WINDOW, !- Surface Type + Dbl Clr 3mm/13mm Air, !- Construction Name + BACK-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 27.4,15.2,2.1, !- X,Y,Z ==> Vertex 1 {m} + 27.4,15.2,0.9, !- X,Y,Z ==> Vertex 2 {m} + 13.7,15.2,0.9, !- X,Y,Z ==> Vertex 3 {m} + 13.7,15.2,2.1; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + DB-1, !- Name + GLASSDOOR, !- Surface Type + Sgl Grey 3mm, !- Construction Name + BACK-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 9.1,15.2,2.1, !- X,Y,Z ==> Vertex 1 {m} + 9.1,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 7.0,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 7.0,15.2,2.1; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C3-1, !- Name + CEILING, !- Surface Type + CLNG-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C3-1P, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 30.5,15.2,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 2 {m} + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + F3-1, !- Name + FLOOR, !- Surface Type + FLOOR-SLAB-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Ground, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 1 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,0.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB32, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB23, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 30.5,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 30.5,15.2,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB34, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB43, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB35, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE3-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB53, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Zone, + SPACE4-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 2.438400269, !- Ceiling Height {m} + 103.311355591; !- Volume {m3} + + ZoneInfiltration:DesignFlowRate, + SPACE4-1 Infiltration, !- Name + SPACE4-1, !- Zone or ZoneList or Space or SpaceList Name + INFIL-SCH, !- Schedule Name + flow/zone, !- Design Flow Rate Calculation Method + .0517, !- Design Flow Rate {m3/s} + , !- Flow Rate per Floor Area {m3/s-m2} + , !- Flow Rate per Exterior Surface Area {m3/s-m2} + , !- Air Changes per Hour {1/hr} + 0, !- Constant Term Coefficient + 0, !- Temperature Term Coefficient + 0.2237, !- Velocity Term Coefficient + 0; !- Velocity Squared Term Coefficient + + People, + SPACE4-1 People, !- Name + SPACE4-1, !- Zone or ZoneList or Space or SpaceList Name + OCCUPY-1, !- Number of People Schedule Name + people, !- Number of People Calculation Method + 5, !- Number of People + , !- People per Floor Area {person/m2} + , !- Floor Area per Person {m2/person} + 0.3, !- Fraction Radiant + , !- Sensible Heat Fraction + ActSchd; !- Activity Level Schedule Name + + Lights, + SPACE4-1 Lights, !- Name + SPACE4-1, !- Zone or ZoneList or Space or SpaceList Name + LIGHTS-1, !- Schedule Name + LightingLevel, !- Design Level Calculation Method + 684, !- Lighting Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0.2, !- Return Air Fraction + 0.59, !- Fraction Radiant + 0.2, !- Fraction Visible + 0, !- Fraction Replaceable + GeneralLights; !- End-Use Subcategory + + ElectricEquipment, + SPACE4-1 Elec Equipment, !- Name + SPACE4-1, !- Zone or ZoneList or Space or SpaceList Name + EQUIP-1, !- Schedule Name + EquipmentLevel, !- Design Level Calculation Method + 456, !- Design Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0; !- Fraction Lost + + BuildingSurface:Detailed, + LEFT-1, !- Name + WALL, !- Surface Type + WALL-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Outdoors, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + SunExposed, !- Sun Exposure + WindExposed, !- Wind Exposure + 0.50000, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 3 {m} + 0.0,0.0,2.4; !- X,Y,Z ==> Vertex 4 {m} + + FenestrationSurface:Detailed, + WL-1, !- Name + WINDOW, !- Surface Type + Dbl Clr 3mm/13mm Air, !- Construction Name + LEFT-1, !- Building Surface Name + , !- Outside Boundary Condition Object + 0.50000, !- View Factor to Ground + , !- Frame and Divider Name + 1, !- Multiplier + 4, !- Number of Vertices + 0.0,11.4,2.1, !- X,Y,Z ==> Vertex 1 {m} + 0.0,11.4,0.9, !- X,Y,Z ==> Vertex 2 {m} + 0.0,3.8,0.9, !- X,Y,Z ==> Vertex 3 {m} + 0.0,3.8,2.1; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + C4-1, !- Name + CEILING, !- Surface Type + CLNG-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C4-1P, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,15.2,2.4, !- X,Y,Z ==> Vertex 2 {m} + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + F4-1, !- Name + FLOOR, !- Surface Type + FLOOR-SLAB-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Ground, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,0.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB41, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB14, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 0.0,0.0,2.4, !- X,Y,Z ==> Vertex 1 {m} + 0.0,0.0,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB43, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB34, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 0.0,15.2,0.0, !- X,Y,Z ==> Vertex 3 {m} + 0.0,15.2,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB45, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE4-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB54, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Zone, + SPACE5-1, !- Name + 0, !- Direction of Relative North {deg} + 0, !- X Origin {m} + 0, !- Y Origin {m} + 0, !- Z Origin {m} + 1, !- Type + 1, !- Multiplier + 2.438400269, !- Ceiling Height {m} + 447.682556152; !- Volume {m3} + + ZoneInfiltration:DesignFlowRate, + SPACE5-1 Infiltration, !- Name + SPACE5-1, !- Zone or ZoneList or Space or SpaceList Name + INFIL-SCH, !- Schedule Name + flow/zone, !- Design Flow Rate Calculation Method + 0.1200, !- Design Flow Rate {m3/s} + , !- Flow Rate per Floor Area {m3/s-m2} + , !- Flow Rate per Exterior Surface Area {m3/s-m2} + , !- Air Changes per Hour {1/hr} + 0, !- Constant Term Coefficient + 0, !- Temperature Term Coefficient + 0.2237, !- Velocity Term Coefficient + 0; !- Velocity Squared Term Coefficient + + People, + SPACE5-1 People, !- Name + SPACE5-1, !- Zone or ZoneList or Space or SpaceList Name + OCCUPY-1, !- Number of People Schedule Name + people, !- Number of People Calculation Method + 20, !- Number of People + , !- People per Floor Area {person/m2} + , !- Floor Area per Person {m2/person} + 0.3, !- Fraction Radiant + , !- Sensible Heat Fraction + ActSchd; !- Activity Level Schedule Name + + Lights, + SPACE5-1 Lights, !- Name + SPACE5-1, !- Zone or ZoneList or Space or SpaceList Name + LIGHTS-1, !- Schedule Name + LightingLevel, !- Design Level Calculation Method + 2964, !- Lighting Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0.2, !- Return Air Fraction + 0.59, !- Fraction Radiant + 0.2, !- Fraction Visible + 0, !- Fraction Replaceable + GeneralLights; !- End-Use Subcategory + + ElectricEquipment, + SPACE5-1 Elec Equipment, !- Name + SPACE5-1, !- Zone or ZoneList or Space or SpaceList Name + EQUIP-1, !- Schedule Name + EquipmentLevel, !- Design Level Calculation Method + 1976, !- Design Level {W} + , !- Watts per Floor Area {W/m2} + , !- Watts per Person {W/person} + 0, !- Fraction Latent + 0.3, !- Fraction Radiant + 0; !- Fraction Lost + + BuildingSurface:Detailed, + C5-1, !- Name + CEILING, !- Surface Type + CLNG-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + C5-1P, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 2 {m} + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + F5-1, !- Name + FLOOR, !- Surface Type + FLOOR-SLAB-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Ground, !- Outside Boundary Condition + , !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 1 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,0.0; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB51, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB15, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB52, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB25, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,3.7,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,3.7,0.0, !- X,Y,Z ==> Vertex 2 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 26.8,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB53, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB35, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 26.8,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 26.8,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,11.6,2.4; !- X,Y,Z ==> Vertex 4 {m} + + BuildingSurface:Detailed, + SB54, !- Name + WALL, !- Surface Type + INT-WALL-1, !- Construction Name + SPACE5-1, !- Zone Name + , !- Space Name + Surface, !- Outside Boundary Condition + SB45, !- Outside Boundary Condition Object + NoSun, !- Sun Exposure + NoWind, !- Wind Exposure + 0.0, !- View Factor to Ground + 4, !- Number of Vertices + 3.7,11.6,2.4, !- X,Y,Z ==> Vertex 1 {m} + 3.7,11.6,0.0, !- X,Y,Z ==> Vertex 2 {m} + 3.7,3.7,0.0, !- X,Y,Z ==> Vertex 3 {m} + 3.7,3.7,2.4; !- X,Y,Z ==> Vertex 4 {m} + + Sizing:Parameters, + 1.3, !- Heating Sizing Factor + 1.3, !- Cooling Sizing Factor + ; !- Timesteps in Averaging Window + + Sizing:Zone, + SPACE1-1, !- Zone or ZoneList Name + SupplyAirTemperature, !- Zone Cooling Design Supply Air Temperature Input Method + 14., !- Zone Cooling Design Supply Air Temperature {C} + , !- Zone Cooling Design Supply Air Temperature Difference {deltaC} + SupplyAirTemperature, !- Zone Heating Design Supply Air Temperature Input Method + 50., !- Zone Heating Design Supply Air Temperature {C} + , !- Zone Heating Design Supply Air Temperature Difference {deltaC} + 0.009, !- Zone Cooling Design Supply Air Humidity Ratio {kgWater/kgDryAir} + 0.004, !- Zone Heating Design Supply Air Humidity Ratio {kgWater/kgDryAir} + SZ DSOA SPACE1-1, !- Design Specification Outdoor Air Object Name + 0.0, !- Zone Heating Sizing Factor + 0.0, !- Zone Cooling Sizing Factor + DesignDay, !- Cooling Design Air Flow Method + 0, !- Cooling Design Air Flow Rate {m3/s} + , !- Cooling Minimum Air Flow per Zone Floor Area {m3/s-m2} + , !- Cooling Minimum Air Flow {m3/s} + , !- Cooling Minimum Air Flow Fraction + DesignDay, !- Heating Design Air Flow Method + 0, !- Heating Design Air Flow Rate {m3/s} + , !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2} + , !- Heating Maximum Air Flow {m3/s} + , !- Heating Maximum Air Flow Fraction + , !- Design Specification Zone Air Distribution Object Name + No, !- Account for Dedicated Outdoor Air System + NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy + autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C} + autosize, !- Dedicated Outdoor Air High Setpoint Temperature for Design {C} + , !- Zone Load Sizing Method + , !- Zone Latent Cooling Design Supply Air Humidity Ratio Input Method + , !- Zone Dehumidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + , !- Zone Cooling Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + , !- Zone Latent Heating Design Supply Air Humidity Ratio Input Method + , !- Zone Humidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + ; !- Zone Humidification Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + + DesignSpecification:OutdoorAir, + SZ DSOA SPACE1-1, !- Name + flow/person, !- Outdoor Air Method + 0.00944, !- Outdoor Air Flow per Person {m3/s-person} + 0.0, !- Outdoor Air Flow per Zone Floor Area {m3/s-m2} + 0.0; !- Outdoor Air Flow per Zone {m3/s} + + Sizing:Zone, + SPACE2-1, !- Zone or ZoneList Name + SupplyAirTemperature, !- Zone Cooling Design Supply Air Temperature Input Method + 14., !- Zone Cooling Design Supply Air Temperature {C} + , !- Zone Cooling Design Supply Air Temperature Difference {deltaC} + SupplyAirTemperature, !- Zone Heating Design Supply Air Temperature Input Method + 50., !- Zone Heating Design Supply Air Temperature {C} + , !- Zone Heating Design Supply Air Temperature Difference {deltaC} + 0.009, !- Zone Cooling Design Supply Air Humidity Ratio {kgWater/kgDryAir} + 0.004, !- Zone Heating Design Supply Air Humidity Ratio {kgWater/kgDryAir} + SZ DSOA SPACE2-1, !- Design Specification Outdoor Air Object Name + 0.0, !- Zone Heating Sizing Factor + 0.0, !- Zone Cooling Sizing Factor + DesignDay, !- Cooling Design Air Flow Method + 0, !- Cooling Design Air Flow Rate {m3/s} + , !- Cooling Minimum Air Flow per Zone Floor Area {m3/s-m2} + , !- Cooling Minimum Air Flow {m3/s} + , !- Cooling Minimum Air Flow Fraction + DesignDay, !- Heating Design Air Flow Method + 0, !- Heating Design Air Flow Rate {m3/s} + , !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2} + , !- Heating Maximum Air Flow {m3/s} + , !- Heating Maximum Air Flow Fraction + , !- Design Specification Zone Air Distribution Object Name + No, !- Account for Dedicated Outdoor Air System + NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy + autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C} + autosize, !- Dedicated Outdoor Air High Setpoint Temperature for Design {C} + , !- Zone Load Sizing Method + , !- Zone Latent Cooling Design Supply Air Humidity Ratio Input Method + , !- Zone Dehumidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + , !- Zone Cooling Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + , !- Zone Latent Heating Design Supply Air Humidity Ratio Input Method + , !- Zone Humidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + ; !- Zone Humidification Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + + DesignSpecification:OutdoorAir, + SZ DSOA SPACE2-1, !- Name + flow/person, !- Outdoor Air Method + 0.00944, !- Outdoor Air Flow per Person {m3/s-person} + 0.0, !- Outdoor Air Flow per Zone Floor Area {m3/s-m2} + 0.0; !- Outdoor Air Flow per Zone {m3/s} + + Sizing:Zone, + SPACE3-1, !- Zone or ZoneList Name + SupplyAirTemperature, !- Zone Cooling Design Supply Air Temperature Input Method + 14., !- Zone Cooling Design Supply Air Temperature {C} + , !- Zone Cooling Design Supply Air Temperature Difference {deltaC} + SupplyAirTemperature, !- Zone Heating Design Supply Air Temperature Input Method + 50., !- Zone Heating Design Supply Air Temperature {C} + , !- Zone Heating Design Supply Air Temperature Difference {deltaC} + 0.009, !- Zone Cooling Design Supply Air Humidity Ratio {kgWater/kgDryAir} + 0.004, !- Zone Heating Design Supply Air Humidity Ratio {kgWater/kgDryAir} + SZ DSOA SPACE3-1, !- Design Specification Outdoor Air Object Name + 0.0, !- Zone Heating Sizing Factor + 0.0, !- Zone Cooling Sizing Factor + DesignDay, !- Cooling Design Air Flow Method + 0, !- Cooling Design Air Flow Rate {m3/s} + , !- Cooling Minimum Air Flow per Zone Floor Area {m3/s-m2} + , !- Cooling Minimum Air Flow {m3/s} + , !- Cooling Minimum Air Flow Fraction + DesignDay, !- Heating Design Air Flow Method + 0, !- Heating Design Air Flow Rate {m3/s} + , !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2} + , !- Heating Maximum Air Flow {m3/s} + , !- Heating Maximum Air Flow Fraction + , !- Design Specification Zone Air Distribution Object Name + No, !- Account for Dedicated Outdoor Air System + NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy + autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C} + autosize, !- Dedicated Outdoor Air High Setpoint Temperature for Design {C} + , !- Zone Load Sizing Method + , !- Zone Latent Cooling Design Supply Air Humidity Ratio Input Method + , !- Zone Dehumidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + , !- Zone Cooling Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + , !- Zone Latent Heating Design Supply Air Humidity Ratio Input Method + , !- Zone Humidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + ; !- Zone Humidification Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + + DesignSpecification:OutdoorAir, + SZ DSOA SPACE3-1, !- Name + flow/person, !- Outdoor Air Method + 0.00944, !- Outdoor Air Flow per Person {m3/s-person} + 0.0, !- Outdoor Air Flow per Zone Floor Area {m3/s-m2} + 0.0; !- Outdoor Air Flow per Zone {m3/s} + + Sizing:Zone, + SPACE4-1, !- Zone or ZoneList Name + SupplyAirTemperature, !- Zone Cooling Design Supply Air Temperature Input Method + 14., !- Zone Cooling Design Supply Air Temperature {C} + , !- Zone Cooling Design Supply Air Temperature Difference {deltaC} + SupplyAirTemperature, !- Zone Heating Design Supply Air Temperature Input Method + 50., !- Zone Heating Design Supply Air Temperature {C} + , !- Zone Heating Design Supply Air Temperature Difference {deltaC} + 0.009, !- Zone Cooling Design Supply Air Humidity Ratio {kgWater/kgDryAir} + 0.004, !- Zone Heating Design Supply Air Humidity Ratio {kgWater/kgDryAir} + SZ DSOA SPACE4-1, !- Design Specification Outdoor Air Object Name + 0.0, !- Zone Heating Sizing Factor + 0.0, !- Zone Cooling Sizing Factor + DesignDay, !- Cooling Design Air Flow Method + 0, !- Cooling Design Air Flow Rate {m3/s} + , !- Cooling Minimum Air Flow per Zone Floor Area {m3/s-m2} + , !- Cooling Minimum Air Flow {m3/s} + , !- Cooling Minimum Air Flow Fraction + DesignDay, !- Heating Design Air Flow Method + 0, !- Heating Design Air Flow Rate {m3/s} + , !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2} + , !- Heating Maximum Air Flow {m3/s} + , !- Heating Maximum Air Flow Fraction + , !- Design Specification Zone Air Distribution Object Name + No, !- Account for Dedicated Outdoor Air System + NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy + autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C} + autosize, !- Dedicated Outdoor Air High Setpoint Temperature for Design {C} + , !- Zone Load Sizing Method + , !- Zone Latent Cooling Design Supply Air Humidity Ratio Input Method + , !- Zone Dehumidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + , !- Zone Cooling Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + , !- Zone Latent Heating Design Supply Air Humidity Ratio Input Method + , !- Zone Humidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + ; !- Zone Humidification Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + + DesignSpecification:OutdoorAir, + SZ DSOA SPACE4-1, !- Name + flow/person, !- Outdoor Air Method + 0.00944, !- Outdoor Air Flow per Person {m3/s-person} + 0.0, !- Outdoor Air Flow per Zone Floor Area {m3/s-m2} + 0.0; !- Outdoor Air Flow per Zone {m3/s} + + Sizing:Zone, + SPACE5-1, !- Zone or ZoneList Name + SupplyAirTemperature, !- Zone Cooling Design Supply Air Temperature Input Method + 14., !- Zone Cooling Design Supply Air Temperature {C} + , !- Zone Cooling Design Supply Air Temperature Difference {deltaC} + SupplyAirTemperature, !- Zone Heating Design Supply Air Temperature Input Method + 50., !- Zone Heating Design Supply Air Temperature {C} + , !- Zone Heating Design Supply Air Temperature Difference {deltaC} + 0.009, !- Zone Cooling Design Supply Air Humidity Ratio {kgWater/kgDryAir} + 0.004, !- Zone Heating Design Supply Air Humidity Ratio {kgWater/kgDryAir} + SZ DSOA SPACE5-1, !- Design Specification Outdoor Air Object Name + 0.0, !- Zone Heating Sizing Factor + 0.0, !- Zone Cooling Sizing Factor + DesignDay, !- Cooling Design Air Flow Method + 0, !- Cooling Design Air Flow Rate {m3/s} + , !- Cooling Minimum Air Flow per Zone Floor Area {m3/s-m2} + , !- Cooling Minimum Air Flow {m3/s} + , !- Cooling Minimum Air Flow Fraction + DesignDay, !- Heating Design Air Flow Method + 0, !- Heating Design Air Flow Rate {m3/s} + , !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2} + , !- Heating Maximum Air Flow {m3/s} + , !- Heating Maximum Air Flow Fraction + , !- Design Specification Zone Air Distribution Object Name + No, !- Account for Dedicated Outdoor Air System + NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy + autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C} + autosize, !- Dedicated Outdoor Air High Setpoint Temperature for Design {C} + , !- Zone Load Sizing Method + , !- Zone Latent Cooling Design Supply Air Humidity Ratio Input Method + , !- Zone Dehumidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + , !- Zone Cooling Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + , !- Zone Latent Heating Design Supply Air Humidity Ratio Input Method + , !- Zone Humidification Design Supply Air Humidity Ratio {kgWater/kgDryAir} + ; !- Zone Humidification Design Supply Air Humidity Ratio Difference {kgWater/kgDryAir} + + DesignSpecification:OutdoorAir, + SZ DSOA SPACE5-1, !- Name + flow/person, !- Outdoor Air Method + 0.00944, !- Outdoor Air Flow per Person {m3/s-person} + 0.0, !- Outdoor Air Flow per Zone Floor Area {m3/s-m2} + 0.0; !- Outdoor Air Flow per Zone {m3/s} + + Schedule:Compact, + On, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00,1.0; !- Field 3 + + Schedule:Compact, + FanAndCoilAvailSched, !- Name + Fraction, !- Schedule Type Limits Name + Through: 3/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00,1.0, !- Field 3 + Through: 9/30, !- Field 5 + For: AllDays, !- Field 6 + Until: 5:00,1.0, !- Field 7 + Until: 19:00,1.0, !- Field 9 + Until: 24:00,1.0, !- Field 11 + Through: 12/31, !- Field 13 + For: AllDays, !- Field 14 + Until: 24:00,1.0; !- Field 15 + + Schedule:Compact, + OutdoorAirAvailSched, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 5:00,1.0, !- Field 3 + Until: 19:00,1.0, !- Field 5 + Until: 24:00,1.0; !- Field 7 + + Schedule:Compact, + OAFractionSched, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 5:00,0.0, !- Field 3 + Until: 19:00,1.0, !- Field 5 + Until: 24:00,0.0; !- Field 7 + + Schedule:Compact, + Heating Setpoints, !- Name + Temperature, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 5:00,22.0, !- Field 3 + Until: 19:00,22.0, !- Field 5 + Until: 24:00,22.0; !- Field 7 + + Schedule:Compact, + Cooling Setpoints, !- Name + Temperature, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 5:00,24.0, !- Field 3 + Until: 19:00,24.0, !- Field 5 + Until: 24:00,24.0; !- Field 7 + + Schedule:Compact, + Dual Zone Control Type Sched, !- Name + Control Type, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00,4; !- Field 3 + + Schedule:Compact, + Humidification Seasonal Dew-Point Temperature Sch, !- Name + Any Number, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00,10; !- Field 3 + + Schedule:Compact, + Dehumidification Seasonal Dew-Point Temperature Sch, !- Name + Any Number, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 10 + Until: 24:00,14.0; !- Field 11 + +!***SYSTEM 1 SERVING ZONE 1 + + OutdoorAir:NodeList, + Sys 1 OutsideAirInletNodes; !- Node or NodeList Name 1 + + NodeList, + Sys 1 OutsideAirInletNodes, !- Name + Sys 1 Outside Air Inlet Node; !- Node 1 Name + + AirLoopHVAC, + WAHP package single zone 1, !- Name + , !- Controller List Name + Heat Pump 1 Avail List, !- Availability Manager List Name + 1.4, !- Design Supply Air Flow Rate {m3/s} + Sys 1 Air Loop Branches, !- Branch List Name + , !- Connector List Name + Sys 1 Outdoor Air Mixer Inlet Node, !- Supply Side Inlet Node Name + Sys 1 Return Air Mixer Outlet, !- Demand Side Outlet Node Name + Sys 1 Zone Equipment Inlet Node, !- Demand Side Inlet Node Names + Sys 1 Air Loop Outlet Node; !- Supply Side Outlet Node Names + + BranchList, + Sys 1 Air Loop Branches, !- Name + Sys 1 Air Loop Main Branch; !- Branch 1 Name + + Branch, + Sys 1 Air Loop Main Branch, !- Name + , !- Pressure Drop Curve Name + AirLoopHVAC:OutdoorAirSystem, !- Component 1 Object Type + OA Sys 1, !- Component 1 Name + Sys 1 Outdoor Air Mixer Inlet Node, !- Component 1 Inlet Node Name + Sys 1 Mixed Air Node, !- Component 1 Outlet Node Name + AirLoopHVAC:UnitaryHeatPump:WaterToAir, !- Component 2 Object Type + Water-To-Air Heat Pump Unit 1, !- Component 2 Name + Sys 1 Mixed Air Node, !- Component 2 Inlet Node Name + Sys 1 Air Loop Outlet Node; !- Component 2 Outlet Node Name + + AvailabilityManagerAssignmentList, + Heat Pump 1 Avail List, !- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Heat Pump 1 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Heat Pump 1 Avail, !- Name + FanAndCoilAvailSched; !- Schedule Name + + AvailabilityManagerAssignmentList, + Outdoor Air 1 Avail List,!- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Outdoor Air 1 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Outdoor Air 1 Avail, !- Name + OutdoorAirAvailSched; !- Schedule Name + + AirLoopHVAC:OutdoorAirSystem, + OA Sys 1, !- Name + OA Sys 1 Controllers, !- Controller List Name + OA Sys 1 Equipment; !- Outdoor Air Equipment List Name + + AirLoopHVAC:ControllerList, + OA Sys 1 Controllers, !- Name + Controller:OutdoorAir, !- Controller 1 Object Type + OA Controller 1; !- Controller 1 Name + + Controller:OutdoorAir, + OA Controller 1, !- Name + Sys 1 Relief Air Outlet Node, !- Relief Air Outlet Node Name + Sys 1 Outdoor Air Mixer Inlet Node, !- Return Air Node Name + Sys 1 Mixed Air Node, !- Mixed Air Node Name + Sys 1 Outside Air Inlet Node, !- Actuator Node Name + 0.05, !- Minimum Outdoor Air Flow Rate {m3/s} + 0.20, !- Maximum Outdoor Air Flow Rate {m3/s} + NoEconomizer, !- Economizer Control Type + ModulateFlow, !- Economizer Control Action Type + , !- Economizer Maximum Limit Dry-Bulb Temperature {C} + , !- Economizer Maximum Limit Enthalpy {J/kg} + , !- Economizer Maximum Limit Dewpoint Temperature {C} + , !- Electronic Enthalpy Limit Curve Name + , !- Economizer Minimum Limit Dry-Bulb Temperature {C} + NoLockout, !- Lockout Type + FixedMinimum, !- Minimum Limit Type + OAFractionSched; !- Minimum Outdoor Air Schedule Name + + AirLoopHVAC:OutdoorAirSystem:EquipmentList, + OA Sys 1 Equipment, !- Name + OutdoorAir:Mixer, !- Component 1 Object Type + OA Mixing Box 1; !- Component 1 Name + + ZoneControl:Thermostat, + Zone 1 Thermostat, !- Name + SPACE1-1, !- Zone or ZoneList Name + Dual Zone Control Type Sched, !- Control Type Schedule Name + ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type + Dual Setpoint Sched 1; !- Control 1 Name + + ThermostatSetpoint:DualSetpoint, + Dual Setpoint Sched 1, !- Name + Heating Setpoints, !- Heating Setpoint Temperature Schedule Name + Cooling Setpoints; !- Cooling Setpoint Temperature Schedule Name + + ZoneControl:Humidistat, + SPACE1-1 Humidistat, !- Name + SPACE1-1, !- Zone Name + Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name + Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name + Dewpoint; !- Control Variable + + AirLoopHVAC:SupplyPath, + Sys 1 HeatPumpSupplyPath,!- Name + Sys 1 Zone Equipment Inlet Node, !- Supply Air Path Inlet Node Name + AirLoopHVAC:ZoneSplitter,!- Component 1 Object Type + Sys 1 Zone Supply Air Splitter; !- Component 1 Name + + AirLoopHVAC:ReturnPath, + Sys 1 HeatPumpReturnPath,!- Name + Sys 1 Return Air Mixer Outlet, !- Return Air Path Outlet Node Name + AirLoopHVAC:ZoneMixer, !- Component 1 Object Type + Sys 1 Zone Return Air Mixer; !- Component 1 Name + + AirLoopHVAC:ZoneSplitter, + Sys 1 Zone Supply Air Splitter, !- Name + Sys 1 Zone Equipment Inlet Node, !- Inlet Node Name + Zone 1 Inlet Node ATInlet; !- Outlet 1 Node Name + + AirLoopHVAC:ZoneMixer, + Sys 1 Zone Return Air Mixer, !- Name + Sys 1 Return Air Mixer Outlet, !- Outlet Node Name + Zone 1 Outlet Node; !- Inlet 1 Node Name + + ZoneHVAC:EquipmentConnections, + SPACE1-1, !- Zone Name + Zone1Equipment, !- Zone Conditioning Equipment List Name + Zone1Inlets, !- Zone Air Inlet Node or NodeList Name + , !- Zone Air Exhaust Node or NodeList Name + Zone 1 Node, !- Zone Air Node Name + Zone 1 Outlet Node; !- Zone Return Air Node or NodeList Name + + ZoneHVAC:EquipmentList, + Zone1Equipment, !- Name + SequentialLoad, !- Load Distribution Scheme + ZoneHVAC:AirDistributionUnit, !- Zone Equipment 1 Object Type + Zone1DirectAir ADU, !- Zone Equipment 1 Name + 1, !- Zone Equipment 1 Cooling Sequence + 1, !- Zone Equipment 1 Heating or No-Load Sequence + , !- Zone Equipment 1 Sequential Cooling Fraction Schedule Name + ; !- Zone Equipment 1 Sequential Heating Fraction Schedule Name + + AirTerminal:SingleDuct:ConstantVolume:NoReheat, + Zone1DirectAir, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Zone 1 Inlet Node ATInlet, !- Air Inlet Node Name + Zone 1 Inlet Node, !- Air Outlet Node Name + 1.4, !- Maximum Air Flow Rate {m3/s} + , !- Design Specification Outdoor Air Object Name + ; !- Per Person Ventilation Rate Mode + + ZoneHVAC:AirDistributionUnit, + Zone1DirectAir ADU, !- Name + Zone 1 Inlet Node, !- Air Distribution Unit Outlet Node Name + AirTerminal:SingleDuct:ConstantVolume:NoReheat, !- Air Terminal Object Type + Zone1DirectAir, !- Air Terminal Name + , !- Nominal Upstream Leakage Fraction + , !- Constant Downstream Leakage Fraction + ; !- Design Specification Air Terminal Sizing Object Name + + NodeList, + Zone1Inlets, !- Name + Zone 1 Inlet Node; !- Node 1 Name + + NodeList, + Zone1 List, !- Name + Zone 1 Node; !- Node 1 Name + + OutdoorAir:Mixer, + OA Mixing Box 1, !- Name + Sys 1 Mixed Air Node, !- Mixed Air Node Name + Sys 1 Outside Air Inlet Node, !- Outdoor Air Stream Node Name + Sys 1 Relief Air Outlet Node, !- Relief Air Stream Node Name + Sys 1 Outdoor Air Mixer Inlet Node; !- Return Air Stream Node Name + + AirLoopHVAC:UnitaryHeatPump:WaterToAir, + Water-To-Air Heat Pump Unit 1, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Sys 1 Mixed Air Node, !- Air Inlet Node Name + Sys 1 Air Loop Outlet Node, !- Air Outlet Node Name + 1.4, !- Supply Air Flow Rate {m3/s} + SPACE1-1, !- Controlling Zone or Thermostat Location + Fan:OnOff, !- Supply Air Fan Object Type + Supply Fan 1, !- Supply Air Fan Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Heating Coil Object Type + Sys 1 Heat Pump Heating Mode, !- Heating Coil Name + 0.001, !- Heating Convergence + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Cooling Coil Object Type + Sys 1 Heat Pump Cooling Mode, !- Cooling Coil Name + 0.001, !- Cooling Convergence + Coil:Heating:Fuel, !- Supplemental Heating Coil Object Type + Heat Pump DX Supp Heating Coil 1, !- Supplemental Heating Coil Name + 50, !- Maximum Supply Air Temperature from Supplemental Heater {C} + 21, !- Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation {C} + Sys 1 Outside Air Inlet Node, !- Outdoor Dry-Bulb Temperature Sensor Node Name + BlowThrough, !- Fan Placement + ContinuousFanSch, !- Supply Air Fan Operating Mode Schedule Name + CoolReheat; !- Dehumidification Control Type + + Schedule:Compact, + ContinuousFanSch, !- Name + Fraction, !- Schedule Type Limits Name + Through: 12/31, !- Field 1 + For: AllDays, !- Field 2 + Until: 24:00,1.0; !- Field 3 + + Coil:Cooling:WaterToAirHeatPump:EquationFit, + Sys 1 Heat Pump Cooling Mode, !- Name + , !- Availability Schedule Name + Sys 1 Water to Air Heat Pump Source Side1 Inlet Node, !- Water Inlet Node Name + Sys 1 Water to Air Heat Pump Source Side1 Outlet Node, !- Water Outlet Node Name + Sys 1 Cooling Coil Air Inlet Node, !- Air Inlet Node Name + Sys 1 Heating Coil Air Inlet Node, !- Air Outlet Node Name + 1.4, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 40125.6, !- Gross Rated Total Cooling Capacity {W} + 28267.06, !- Gross Rated Sensible Cooling Capacity {W} + 7.007757577, !- Gross Rated Cooling COP {W/W} + 30.0, !- Rated Entering Water Temperature {C} + 27.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 19.0, !- Rated Entering Air Wet-Bulb Temperature {C} + TotCoolCapCurve, !- Total Cooling Capacity Curve Name + CoolSensCapCurve, !- Sensible Cooling Capacity Curve Name + CoolPowCurve, !- Cooling Power Consumption Curve Name + HPACCOOLPLFFPLR, !- Part Load Fraction Correlation Curve Name + 0, !- Nominal Time for Condensate Removal to Begin {s} + 0, !- Ratio of Initial Moisture Evaporation Rate and Steady State Latent Capacity {dimensionless} + 2.5, !- Maximum Cycling Rate {cycles/hr} + 60, !- Latent Capacity Time Constant {s} + 60; !- Fan Delay Time {s} + + Coil:Heating:WaterToAirHeatPump:EquationFit, + Sys 1 Heat Pump Heating Mode, !- Name + , !- Availability Schedule Name + Sys 1 Water to Air Heat Pump Source Side2 Inlet Node, !- Water Inlet Node Name + Sys 1 Water to Air Heat Pump Source Side2 Outlet Node, !- Water Outlet Node Name + Sys 1 Heating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 1 SuppHeating Coil Air Inlet Node, !- Air Outlet Node Name + 1.4, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 33156.73, !- Gross Rated Heating Capacity {W} + 3.167053691, !- Gross Rated Heating COP {W/W} + 20.0, !- Rated Entering Water Temperature {C} + 20.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 1.0, !- Ratio of Rated Heating Capacity to Rated Cooling Capacity + HeatCapCurve, !- Heating Capacity Curve Name + HeatPowCurve, !- Heating Power Consumption Curve Name + HPACHEATPLFFPLR; !- Part Load Fraction Correlation Curve Name + + Fan:OnOff, + Supply Fan 1, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + 0.5, !- Fan Total Efficiency + 300.0, !- Pressure Rise {Pa} + 1.4, !- Maximum Flow Rate {m3/s} + 0.9, !- Motor Efficiency + 1.0, !- Motor In Airstream Fraction + Sys 1 Mixed Air Node, !- Air Inlet Node Name + Sys 1 Cooling Coil Air Inlet Node; !- Air Outlet Node Name + + Coil:Heating:Fuel, + Heat Pump DX Supp Heating Coil 1, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + NaturalGas, !- Fuel Type + 0.8, !- Burner Efficiency + 32000, !- Nominal Capacity {W} + Sys 1 SuppHeating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 1 Air Loop Outlet Node; !- Air Outlet Node Name + +!***END SYSTEM 1 +!***SYSTEM 2 SERVING ZONES 2 + + OutdoorAir:NodeList, + Sys 2 OutsideAirInletNodes; !- Node or NodeList Name 1 + + NodeList, + Sys 2 OutsideAirInletNodes, !- Name + Sys 2 Outside Air Inlet Node; !- Node 1 Name + + AirLoopHVAC, + WAHP package single zone 2, !- Name + , !- Controller List Name + Heat Pump 1 Avail List, !- Availability Manager List Name + 1.3, !- Design Supply Air Flow Rate {m3/s} + Sys 2 Air Loop Branches, !- Branch List Name + , !- Connector List Name + Sys 2 Outdoor Air Mixer Inlet Node, !- Supply Side Inlet Node Name + Sys 2 Return Air Mixer Outlet, !- Demand Side Outlet Node Name + Sys 2 Zone Equipment Inlet Node, !- Demand Side Inlet Node Names + Sys 2 Air Loop Outlet Node; !- Supply Side Outlet Node Names + + BranchList, + Sys 2 Air Loop Branches, !- Name + Sys 2 Air Loop Main Branch; !- Branch 1 Name + + Branch, + Sys 2 Air Loop Main Branch, !- Name + , !- Pressure Drop Curve Name + AirLoopHVAC:OutdoorAirSystem, !- Component 1 Object Type + OA Sys 2, !- Component 1 Name + Sys 2 Outdoor Air Mixer Inlet Node, !- Component 1 Inlet Node Name + Sys 2 Mixed Air Node, !- Component 1 Outlet Node Name + AirLoopHVAC:UnitaryHeatPump:WaterToAir, !- Component 2 Object Type + Water-To-Air Heat Pump Unit 2, !- Component 2 Name + Sys 2 Mixed Air Node, !- Component 2 Inlet Node Name + Sys 2 Air Loop Outlet Node; !- Component 2 Outlet Node Name + + AvailabilityManagerAssignmentList, + Heat Pump 2 Avail List, !- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Heat Pump 2 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Heat Pump 2 Avail, !- Name + FanAndCoilAvailSched; !- Schedule Name + + AvailabilityManagerAssignmentList, + Outdoor Air 2 Avail List,!- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Outdoor Air 2 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Outdoor Air 2 Avail, !- Name + OutdoorAirAvailSched; !- Schedule Name + + AirLoopHVAC:OutdoorAirSystem, + OA Sys 2, !- Name + OA Sys 2 Controllers, !- Controller List Name + OA Sys 2 Equipment; !- Outdoor Air Equipment List Name + + AirLoopHVAC:ControllerList, + OA Sys 2 Controllers, !- Name + Controller:OutdoorAir, !- Controller 1 Object Type + OA Controller 2; !- Controller 1 Name + + Controller:OutdoorAir, + OA Controller 2, !- Name + Sys 2 Relief Air Outlet Node, !- Relief Air Outlet Node Name + Sys 2 Outdoor Air Mixer Inlet Node, !- Return Air Node Name + Sys 2 Mixed Air Node, !- Mixed Air Node Name + Sys 2 Outside Air Inlet Node, !- Actuator Node Name + 0.05, !- Minimum Outdoor Air Flow Rate {m3/s} + 0.20, !- Maximum Outdoor Air Flow Rate {m3/s} + NoEconomizer, !- Economizer Control Type + ModulateFlow, !- Economizer Control Action Type + , !- Economizer Maximum Limit Dry-Bulb Temperature {C} + , !- Economizer Maximum Limit Enthalpy {J/kg} + , !- Economizer Maximum Limit Dewpoint Temperature {C} + , !- Electronic Enthalpy Limit Curve Name + , !- Economizer Minimum Limit Dry-Bulb Temperature {C} + NoLockout, !- Lockout Type + FixedMinimum, !- Minimum Limit Type + OAFractionSched; !- Minimum Outdoor Air Schedule Name + + AirLoopHVAC:OutdoorAirSystem:EquipmentList, + OA Sys 2 Equipment, !- Name + OutdoorAir:Mixer, !- Component 1 Object Type + OA Mixing Box 2; !- Component 1 Name + + ZoneControl:Thermostat, + Zone 2 Thermostat, !- Name + SPACE2-1, !- Zone or ZoneList Name + Dual Zone Control Type Sched, !- Control Type Schedule Name + ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type + Dual Setpoint Sched 2; !- Control 1 Name + + ThermostatSetpoint:DualSetpoint, + Dual Setpoint Sched 2, !- Name + Heating Setpoints, !- Heating Setpoint Temperature Schedule Name + Cooling Setpoints; !- Cooling Setpoint Temperature Schedule Name + + ZoneControl:Humidistat, + SPACE2-1 Humidistat, !- Name + SPACE2-1, !- Zone Name + Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name + Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name + Dewpoint; !- Control Variable + + AirLoopHVAC:SupplyPath, + Sys 2 HeatPumpSupplyPath,!- Name + Sys 2 Zone Equipment Inlet Node, !- Supply Air Path Inlet Node Name + AirLoopHVAC:ZoneSplitter,!- Component 1 Object Type + Sys 2 Zone Supply Air Splitter; !- Component 1 Name + + AirLoopHVAC:ReturnPath, + Sys 2 HeatPumpReturnPath,!- Name + Sys 2 Return Air Mixer Outlet, !- Return Air Path Outlet Node Name + AirLoopHVAC:ZoneMixer, !- Component 1 Object Type + Sys 2 Zone Return Air Mixer; !- Component 1 Name + + AirLoopHVAC:ZoneSplitter, + Sys 2 Zone Supply Air Splitter, !- Name + Sys 2 Zone Equipment Inlet Node, !- Inlet Node Name + Zone 2 Inlet Node ATInlet; !- Outlet 1 Node Name + + AirLoopHVAC:ZoneMixer, + Sys 2 Zone Return Air Mixer, !- Name + Sys 2 Return Air Mixer Outlet, !- Outlet Node Name + Zone 2 Outlet Node; !- Inlet 1 Node Name + + ZoneHVAC:EquipmentConnections, + SPACE2-1, !- Zone Name + Zone2Equipment, !- Zone Conditioning Equipment List Name + Zone2Inlets, !- Zone Air Inlet Node or NodeList Name + , !- Zone Air Exhaust Node or NodeList Name + Zone 2 Node, !- Zone Air Node Name + Zone 2 Outlet Node; !- Zone Return Air Node or NodeList Name + + ZoneHVAC:EquipmentList, + Zone2Equipment, !- Name + SequentialLoad, !- Load Distribution Scheme + ZoneHVAC:AirDistributionUnit, !- Zone Equipment 1 Object Type + Zone2DirectAir ADU, !- Zone Equipment 1 Name + 1, !- Zone Equipment 1 Cooling Sequence + 1, !- Zone Equipment 1 Heating or No-Load Sequence + , !- Zone Equipment 1 Sequential Cooling Fraction Schedule Name + ; !- Zone Equipment 1 Sequential Heating Fraction Schedule Name + + AirTerminal:SingleDuct:ConstantVolume:NoReheat, + Zone2DirectAir, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Zone 2 Inlet Node ATInlet, !- Air Inlet Node Name + Zone 2 Inlet Node, !- Air Outlet Node Name + 1.3, !- Maximum Air Flow Rate {m3/s} + , !- Design Specification Outdoor Air Object Name + ; !- Per Person Ventilation Rate Mode + + ZoneHVAC:AirDistributionUnit, + Zone2DirectAir ADU, !- Name + Zone 2 Inlet Node, !- Air Distribution Unit Outlet Node Name + AirTerminal:SingleDuct:ConstantVolume:NoReheat, !- Air Terminal Object Type + Zone2DirectAir, !- Air Terminal Name + , !- Nominal Upstream Leakage Fraction + , !- Constant Downstream Leakage Fraction + ; !- Design Specification Air Terminal Sizing Object Name + + NodeList, + Zone2Inlets, !- Name + Zone 2 Inlet Node; !- Node 1 Name + + NodeList, + Zone2 List, !- Name + Zone 2 Node; !- Node 1 Name + + OutdoorAir:Mixer, + OA Mixing Box 2, !- Name + Sys 2 Mixed Air Node, !- Mixed Air Node Name + Sys 2 Outside Air Inlet Node, !- Outdoor Air Stream Node Name + Sys 2 Relief Air Outlet Node, !- Relief Air Stream Node Name + Sys 2 Outdoor Air Mixer Inlet Node; !- Return Air Stream Node Name + + AirLoopHVAC:UnitaryHeatPump:WaterToAir, + Water-To-Air Heat Pump Unit 2, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Sys 2 Mixed Air Node, !- Air Inlet Node Name + Sys 2 Air Loop Outlet Node, !- Air Outlet Node Name + 1.3, !- Supply Air Flow Rate {m3/s} + SPACE2-1, !- Controlling Zone or Thermostat Location + Fan:OnOff, !- Supply Air Fan Object Type + Supply Fan 2, !- Supply Air Fan Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Heating Coil Object Type + Sys 2 Heat Pump Heating Mode, !- Heating Coil Name + 0.001, !- Heating Convergence + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Cooling Coil Object Type + Sys 2 Heat Pump Cooling Mode, !- Cooling Coil Name + 0.001, !- Cooling Convergence + Coil:Heating:Fuel, !- Supplemental Heating Coil Object Type + Heat Pump DX Supp Heating Coil 2, !- Supplemental Heating Coil Name + 50, !- Maximum Supply Air Temperature from Supplemental Heater {C} + 21, !- Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation {C} + Sys 2 Outside Air Inlet Node, !- Outdoor Dry-Bulb Temperature Sensor Node Name + BlowThrough, !- Fan Placement + ContinuousFanSch, !- Supply Air Fan Operating Mode Schedule Name + CoolReheat; !- Dehumidification Control Type + + Coil:Cooling:WaterToAirHeatPump:EquationFit, + Sys 2 Heat Pump Cooling Mode, !- Name + , !- Availability Schedule Name + Sys 2 Water to Air Heat Pump Source Side1 Inlet Node, !- Water Inlet Node Name + Sys 2 Water to Air Heat Pump Source Side1 Outlet Node, !- Water Outlet Node Name + Sys 2 Cooling Coil Air Inlet Node, !- Air Inlet Node Name + Sys 2 Heating Coil Air Inlet Node, !- Air Outlet Node Name + 1.3, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 41562.8, !- Gross Rated Total Cooling Capacity {W} + 29533.53, !- Gross Rated Sensible Cooling Capacity {W} + 7.007757577, !- Gross Rated Cooling COP {W/W} + 30.0, !- Rated Entering Water Temperature {C} + 27.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 19.0, !- Rated Entering Air Wet-Bulb Temperature {C} + TotCoolCapCurve, !- Total Cooling Capacity Curve Name + CoolSensCapCurve, !- Sensible Cooling Capacity Curve Name + CoolPowCurve, !- Cooling Power Consumption Curve Name + HPACCOOLPLFFPLR, !- Part Load Fraction Correlation Curve Name + 0, !- Nominal Time for Condensate Removal to Begin {s} + 0, !- Ratio of Initial Moisture Evaporation Rate and Steady State Latent Capacity {dimensionless} + 2.5, !- Maximum Cycling Rate {cycles/hr} + 60, !- Latent Capacity Time Constant {s} + 60; !- Fan Delay Time {s} + + Coil:Heating:WaterToAirHeatPump:EquationFit, + Sys 2 Heat Pump Heating Mode, !- Name + , !- Availability Schedule Name + Sys 2 Water to Air Heat Pump Source Side2 Inlet Node, !- Water Inlet Node Name + Sys 2 Water to Air Heat Pump Source Side2 Outlet Node, !- Water Outlet Node Name + Sys 2 Heating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 2 SuppHeating Coil Air Inlet Node, !- Air Outlet Node Name + 1.3, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 35078.365, !- Gross Rated Heating Capacity {W} + 3.167053691, !- Gross Rated Heating COP {W/W} + 20.0, !- Rated Entering Water Temperature {C} + 20.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 1.0, !- Ratio of Rated Heating Capacity to Rated Cooling Capacity + HeatCapCurve, !- Heating Capacity Curve Name + HeatPowCurve, !- Heating Power Consumption Curve Name + HPACHEATPLFFPLR; !- Part Load Fraction Correlation Curve Name + + Fan:OnOff, + Supply Fan 2, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + 0.5, !- Fan Total Efficiency + 300.0, !- Pressure Rise {Pa} + 1.3, !- Maximum Flow Rate {m3/s} + 0.9, !- Motor Efficiency + 1.0, !- Motor In Airstream Fraction + Sys 2 Mixed Air Node, !- Air Inlet Node Name + Sys 2 Cooling Coil Air Inlet Node; !- Air Outlet Node Name + + Coil:Heating:Fuel, + Heat Pump DX Supp Heating Coil 2, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + NaturalGas, !- Fuel Type + 0.8, !- Burner Efficiency + 32000, !- Nominal Capacity {W} + Sys 2 SuppHeating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 2 Air Loop Outlet Node; !- Air Outlet Node Name + +! ** end system 2 +!***SYSTEM 3 SERVING ZONES 3 + + OutdoorAir:NodeList, + Sys 3 OutsideAirInletNodes; !- Node or NodeList Name 1 + + NodeList, + Sys 3 OutsideAirInletNodes, !- Name + Sys 3 Outside Air Inlet Node; !- Node 1 Name + + AirLoopHVAC, + WAHP package single zone 3, !- Name + , !- Controller List Name + Heat Pump 3 Avail List, !- Availability Manager List Name + 1.3, !- Design Supply Air Flow Rate {m3/s} + Sys 3 Air Loop Branches, !- Branch List Name + , !- Connector List Name + Sys 3 Outdoor Air Mixer Inlet Node, !- Supply Side Inlet Node Name + Sys 3 Return Air Mixer Outlet, !- Demand Side Outlet Node Name + Sys 3 Zone Equipment Inlet Node, !- Demand Side Inlet Node Names + Sys 3 Air Loop Outlet Node; !- Supply Side Outlet Node Names + + BranchList, + Sys 3 Air Loop Branches, !- Name + Sys 3 Air Loop Main Branch; !- Branch 1 Name + + Branch, + Sys 3 Air Loop Main Branch, !- Name + , !- Pressure Drop Curve Name + AirLoopHVAC:OutdoorAirSystem, !- Component 1 Object Type + OA Sys 3, !- Component 1 Name + Sys 3 Outdoor Air Mixer Inlet Node, !- Component 1 Inlet Node Name + Sys 3 Mixed Air Node, !- Component 1 Outlet Node Name + AirLoopHVAC:UnitaryHeatPump:WaterToAir, !- Component 2 Object Type + Water-To-Air Heat Pump Unit 3, !- Component 2 Name + Sys 3 Mixed Air Node, !- Component 2 Inlet Node Name + Sys 3 Air Loop Outlet Node; !- Component 2 Outlet Node Name + + AvailabilityManagerAssignmentList, + Heat Pump 3 Avail List, !- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Heat Pump 3 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Heat Pump 3 Avail, !- Name + FanAndCoilAvailSched; !- Schedule Name + + AvailabilityManagerAssignmentList, + Outdoor Air 3 Avail List,!- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Outdoor Air 3 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Outdoor Air 3 Avail, !- Name + OutdoorAirAvailSched; !- Schedule Name + + AirLoopHVAC:OutdoorAirSystem, + OA Sys 3, !- Name + OA Sys 3 Controllers, !- Controller List Name + OA Sys 3 Equipment; !- Outdoor Air Equipment List Name + + AirLoopHVAC:ControllerList, + OA Sys 3 Controllers, !- Name + Controller:OutdoorAir, !- Controller 1 Object Type + OA Controller 3; !- Controller 1 Name + + Controller:OutdoorAir, + OA Controller 3, !- Name + Sys 3 Relief Air Outlet Node, !- Relief Air Outlet Node Name + Sys 3 Outdoor Air Mixer Inlet Node, !- Return Air Node Name + Sys 3 Mixed Air Node, !- Mixed Air Node Name + Sys 3 Outside Air Inlet Node, !- Actuator Node Name + 0.05, !- Minimum Outdoor Air Flow Rate {m3/s} + 0.20, !- Maximum Outdoor Air Flow Rate {m3/s} + NoEconomizer, !- Economizer Control Type + ModulateFlow, !- Economizer Control Action Type + , !- Economizer Maximum Limit Dry-Bulb Temperature {C} + , !- Economizer Maximum Limit Enthalpy {J/kg} + , !- Economizer Maximum Limit Dewpoint Temperature {C} + , !- Electronic Enthalpy Limit Curve Name + , !- Economizer Minimum Limit Dry-Bulb Temperature {C} + NoLockout, !- Lockout Type + FixedMinimum, !- Minimum Limit Type + OAFractionSched; !- Minimum Outdoor Air Schedule Name + + AirLoopHVAC:OutdoorAirSystem:EquipmentList, + OA Sys 3 Equipment, !- Name + OutdoorAir:Mixer, !- Component 1 Object Type + OA Mixing Box 3; !- Component 1 Name + + ZoneControl:Thermostat, + Zone 3 Thermostat, !- Name + SPACE3-1, !- Zone or ZoneList Name + Dual Zone Control Type Sched, !- Control Type Schedule Name + ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type + Dual Setpoint Sched 3; !- Control 1 Name + + ThermostatSetpoint:DualSetpoint, + Dual Setpoint Sched 3, !- Name + Heating Setpoints, !- Heating Setpoint Temperature Schedule Name + Cooling Setpoints; !- Cooling Setpoint Temperature Schedule Name + + ZoneControl:Humidistat, + SPACE3-1 Humidistat, !- Name + SPACE3-1, !- Zone Name + Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name + Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name + Dewpoint; !- Control Variable + + AirLoopHVAC:SupplyPath, + Sys 3 HeatPumpSupplyPath,!- Name + Sys 3 Zone Equipment Inlet Node, !- Supply Air Path Inlet Node Name + AirLoopHVAC:ZoneSplitter,!- Component 1 Object Type + Sys 3 Zone Supply Air Splitter; !- Component 1 Name + + AirLoopHVAC:ReturnPath, + Sys 3 HeatPumpReturnPath,!- Name + Sys 3 Return Air Mixer Outlet, !- Return Air Path Outlet Node Name + AirLoopHVAC:ZoneMixer, !- Component 1 Object Type + Sys 3 Zone Return Air Mixer; !- Component 1 Name + + AirLoopHVAC:ZoneSplitter, + Sys 3 Zone Supply Air Splitter, !- Name + Sys 3 Zone Equipment Inlet Node, !- Inlet Node Name + Zone 3 Inlet Node ATInlet; !- Outlet 1 Node Name + + AirLoopHVAC:ZoneMixer, + Sys 3 Zone Return Air Mixer, !- Name + Sys 3 Return Air Mixer Outlet, !- Outlet Node Name + Zone 3 Outlet Node; !- Inlet 1 Node Name + + ZoneHVAC:EquipmentConnections, + SPACE3-1, !- Zone Name + Zone3Equipment, !- Zone Conditioning Equipment List Name + Zone3Inlets, !- Zone Air Inlet Node or NodeList Name + , !- Zone Air Exhaust Node or NodeList Name + Zone 3 Node, !- Zone Air Node Name + Zone 3 Outlet Node; !- Zone Return Air Node or NodeList Name + + ZoneHVAC:EquipmentList, + Zone3Equipment, !- Name + SequentialLoad, !- Load Distribution Scheme + ZoneHVAC:AirDistributionUnit, !- Zone Equipment 1 Object Type + Zone3DirectAir ADU, !- Zone Equipment 1 Name + 1, !- Zone Equipment 1 Cooling Sequence + 1, !- Zone Equipment 1 Heating or No-Load Sequence + , !- Zone Equipment 1 Sequential Cooling Fraction Schedule Name + ; !- Zone Equipment 1 Sequential Heating Fraction Schedule Name + + AirTerminal:SingleDuct:ConstantVolume:NoReheat, + Zone3DirectAir, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Zone 3 Inlet Node ATInlet, !- Air Inlet Node Name + Zone 3 Inlet Node, !- Air Outlet Node Name + 1.3, !- Maximum Air Flow Rate {m3/s} + , !- Design Specification Outdoor Air Object Name + ; !- Per Person Ventilation Rate Mode + + ZoneHVAC:AirDistributionUnit, + Zone3DirectAir ADU, !- Name + Zone 3 Inlet Node, !- Air Distribution Unit Outlet Node Name + AirTerminal:SingleDuct:ConstantVolume:NoReheat, !- Air Terminal Object Type + Zone3DirectAir, !- Air Terminal Name + , !- Nominal Upstream Leakage Fraction + , !- Constant Downstream Leakage Fraction + ; !- Design Specification Air Terminal Sizing Object Name + + NodeList, + Zone3Inlets, !- Name + Zone 3 Inlet Node; !- Node 1 Name + + NodeList, + Zone3 List, !- Name + Zone 3 Node; !- Node 1 Name + + OutdoorAir:Mixer, + OA Mixing Box 3, !- Name + Sys 3 Mixed Air Node, !- Mixed Air Node Name + Sys 3 Outside Air Inlet Node, !- Outdoor Air Stream Node Name + Sys 3 Relief Air Outlet Node, !- Relief Air Stream Node Name + Sys 3 Outdoor Air Mixer Inlet Node; !- Return Air Stream Node Name + + AirLoopHVAC:UnitaryHeatPump:WaterToAir, + Water-To-Air Heat Pump Unit 3, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Sys 3 Mixed Air Node, !- Air Inlet Node Name + Sys 3 Air Loop Outlet Node, !- Air Outlet Node Name + 1.3, !- Supply Air Flow Rate {m3/s} + SPACE3-1, !- Controlling Zone or Thermostat Location + Fan:OnOff, !- Supply Air Fan Object Type + Supply Fan 3, !- Supply Air Fan Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Heating Coil Object Type + Sys 3 Heat Pump Heating Mode, !- Heating Coil Name + 0.001, !- Heating Convergence + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Cooling Coil Object Type + Sys 3 Heat Pump Cooling Mode, !- Cooling Coil Name + 0.001, !- Cooling Convergence + Coil:Heating:Fuel, !- Supplemental Heating Coil Object Type + Heat Pump DX Supp Heating Coil 3, !- Supplemental Heating Coil Name + 50, !- Maximum Supply Air Temperature from Supplemental Heater {C} + 21, !- Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation {C} + Sys 3 Outside Air Inlet Node, !- Outdoor Dry-Bulb Temperature Sensor Node Name + BlowThrough, !- Fan Placement + ContinuousFanSch, !- Supply Air Fan Operating Mode Schedule Name + CoolReheat; !- Dehumidification Control Type + + Coil:Cooling:WaterToAirHeatPump:EquationFit, + Sys 3 Heat Pump Cooling Mode, !- Name + , !- Availability Schedule Name + Sys 3 Water to Air Heat Pump Source Side1 Inlet Node, !- Water Inlet Node Name + Sys 3 Water to Air Heat Pump Source Side1 Outlet Node, !- Water Outlet Node Name + Sys 3 Cooling Coil Air Inlet Node, !- Air Inlet Node Name + Sys 3 Heating Coil Air Inlet Node, !- Air Outlet Node Name + 1.3, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 43125.6, !- Gross Rated Total Cooling Capacity {W} + 30267.06, !- Gross Rated Sensible Cooling Capacity {W} + 7.007757577, !- Gross Rated Cooling COP {W/W} + 30.0, !- Rated Entering Water Temperature {C} + 27.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 19.0, !- Rated Entering Air Wet-Bulb Temperature {C} + TotCoolCapCurve, !- Total Cooling Capacity Curve Name + CoolSensCapCurve, !- Sensible Cooling Capacity Curve Name + CoolPowCurve, !- Cooling Power Consumption Curve Name + HPACCOOLPLFFPLR, !- Part Load Fraction Correlation Curve Name + 0, !- Nominal Time for Condensate Removal to Begin {s} + 0, !- Ratio of Initial Moisture Evaporation Rate and Steady State Latent Capacity {dimensionless} + 2.5, !- Maximum Cycling Rate {cycles/hr} + 60, !- Latent Capacity Time Constant {s} + 60; !- Fan Delay Time {s} + + Coil:Heating:WaterToAirHeatPump:EquationFit, + Sys 3 Heat Pump Heating Mode, !- Name + , !- Availability Schedule Name + Sys 3 Water to Air Heat Pump Source Side2 Inlet Node, !- Water Inlet Node Name + Sys 3 Water to Air Heat Pump Source Side2 Outlet Node, !- Water Outlet Node Name + Sys 3 Heating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 3 SuppHeating Coil Air Inlet Node, !- Air Outlet Node Name + 1.3, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 39156.73, !- Gross Rated Heating Capacity {W} + 3.167053691, !- Gross Rated Heating COP {W/W} + 20.0, !- Rated Entering Water Temperature {C} + 20.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 1.0, !- Ratio of Rated Heating Capacity to Rated Cooling Capacity + HeatCapCurve, !- Heating Capacity Curve Name + HeatPowCurve, !- Heating Power Consumption Curve Name + HPACHEATPLFFPLR; !- Part Load Fraction Correlation Curve Name + + Fan:OnOff, + Supply Fan 3, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + 0.5, !- Fan Total Efficiency + 300.0, !- Pressure Rise {Pa} + 1.3, !- Maximum Flow Rate {m3/s} + 0.9, !- Motor Efficiency + 1.0, !- Motor In Airstream Fraction + Sys 3 Mixed Air Node, !- Air Inlet Node Name + Sys 3 Cooling Coil Air Inlet Node; !- Air Outlet Node Name + + Coil:Heating:Fuel, + Heat Pump DX Supp Heating Coil 3, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + NaturalGas, !- Fuel Type + 0.8, !- Burner Efficiency + 32000, !- Nominal Capacity {W} + Sys 3 SuppHeating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 3 Air Loop Outlet Node; !- Air Outlet Node Name + +!***END SYSTEM 3 +!***SYSTEM 4 SERVING ZONE 4 + + OutdoorAir:NodeList, + Sys 4 OutsideAirInletNodes; !- Node or NodeList Name 1 + + NodeList, + Sys 4 OutsideAirInletNodes, !- Name + Sys 4 Outside Air Inlet Node; !- Node 1 Name + + AirLoopHVAC, + WAHP package single zone 4, !- Name + , !- Controller List Name + Heat Pump 4 Avail List, !- Availability Manager List Name + 1.4, !- Design Supply Air Flow Rate {m3/s} + Sys 4 Air Loop Branches, !- Branch List Name + , !- Connector List Name + Sys 4 Outdoor Air Mixer Inlet Node, !- Supply Side Inlet Node Name + Sys 4 Return Air Mixer Outlet, !- Demand Side Outlet Node Name + Sys 4 Zone Equipment Inlet Node, !- Demand Side Inlet Node Names + Sys 4 Air Loop Outlet Node; !- Supply Side Outlet Node Names + + BranchList, + Sys 4 Air Loop Branches, !- Name + Sys 4 Air Loop Main Branch; !- Branch 1 Name + + Branch, + Sys 4 Air Loop Main Branch, !- Name + , !- Pressure Drop Curve Name + AirLoopHVAC:OutdoorAirSystem, !- Component 1 Object Type + OA Sys 4, !- Component 1 Name + Sys 4 Outdoor Air Mixer Inlet Node, !- Component 1 Inlet Node Name + Sys 4 Mixed Air Node, !- Component 1 Outlet Node Name + AirLoopHVAC:UnitaryHeatPump:WaterToAir, !- Component 2 Object Type + Water-To-Air Heat Pump Unit 4, !- Component 2 Name + Sys 4 Mixed Air Node, !- Component 2 Inlet Node Name + Sys 4 Air Loop Outlet Node; !- Component 2 Outlet Node Name + + AvailabilityManagerAssignmentList, + Heat Pump 4 Avail List, !- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Heat Pump 4 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Heat Pump 4 Avail, !- Name + FanAndCoilAvailSched; !- Schedule Name + + AvailabilityManagerAssignmentList, + Outdoor Air 4 Avail List,!- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Outdoor Air 4 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Outdoor Air 4 Avail, !- Name + OutdoorAirAvailSched; !- Schedule Name + + AirLoopHVAC:OutdoorAirSystem, + OA Sys 4, !- Name + OA Sys 4 Controllers, !- Controller List Name + OA Sys 4 Equipment; !- Outdoor Air Equipment List Name + + AirLoopHVAC:ControllerList, + OA Sys 4 Controllers, !- Name + Controller:OutdoorAir, !- Controller 1 Object Type + OA Controller 4; !- Controller 1 Name + + Controller:OutdoorAir, + OA Controller 4, !- Name + Sys 4 Relief Air Outlet Node, !- Relief Air Outlet Node Name + Sys 4 Outdoor Air Mixer Inlet Node, !- Return Air Node Name + Sys 4 Mixed Air Node, !- Mixed Air Node Name + Sys 4 Outside Air Inlet Node, !- Actuator Node Name + 0.05, !- Minimum Outdoor Air Flow Rate {m3/s} + 0.20, !- Maximum Outdoor Air Flow Rate {m3/s} + NoEconomizer, !- Economizer Control Type + ModulateFlow, !- Economizer Control Action Type + , !- Economizer Maximum Limit Dry-Bulb Temperature {C} + , !- Economizer Maximum Limit Enthalpy {J/kg} + , !- Economizer Maximum Limit Dewpoint Temperature {C} + , !- Electronic Enthalpy Limit Curve Name + , !- Economizer Minimum Limit Dry-Bulb Temperature {C} + NoLockout, !- Lockout Type + FixedMinimum, !- Minimum Limit Type + OAFractionSched; !- Minimum Outdoor Air Schedule Name + + AirLoopHVAC:OutdoorAirSystem:EquipmentList, + OA Sys 4 Equipment, !- Name + OutdoorAir:Mixer, !- Component 1 Object Type + OA Mixing Box 4; !- Component 1 Name + + ZoneControl:Thermostat, + Zone 4 Thermostat, !- Name + SPACE4-1, !- Zone or ZoneList Name + Dual Zone Control Type Sched, !- Control Type Schedule Name + ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type + Dual Setpoint Sched 4; !- Control 1 Name + + ThermostatSetpoint:DualSetpoint, + Dual Setpoint Sched 4, !- Name + Heating Setpoints, !- Heating Setpoint Temperature Schedule Name + Cooling Setpoints; !- Cooling Setpoint Temperature Schedule Name + + ZoneControl:Humidistat, + SPACE4-1 Humidistat, !- Name + SPACE4-1, !- Zone Name + Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name + Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name + Dewpoint; !- Control Variable + + AirLoopHVAC:SupplyPath, + Sys 4 HeatPumpSupplyPath,!- Name + Sys 4 Zone Equipment Inlet Node, !- Supply Air Path Inlet Node Name + AirLoopHVAC:ZoneSplitter,!- Component 1 Object Type + Sys 4 Zone Supply Air Splitter; !- Component 1 Name + + AirLoopHVAC:ReturnPath, + Sys 4 HeatPumpReturnPath,!- Name + Sys 4 Return Air Mixer Outlet, !- Return Air Path Outlet Node Name + AirLoopHVAC:ZoneMixer, !- Component 1 Object Type + Sys 4 Zone Return Air Mixer; !- Component 1 Name + + AirLoopHVAC:ZoneSplitter, + Sys 4 Zone Supply Air Splitter, !- Name + Sys 4 Zone Equipment Inlet Node, !- Inlet Node Name + Zone 4 Inlet Node ATInlet; !- Outlet 1 Node Name + + AirLoopHVAC:ZoneMixer, + Sys 4 Zone Return Air Mixer, !- Name + Sys 4 Return Air Mixer Outlet, !- Outlet Node Name + Zone 4 Outlet Node; !- Inlet 1 Node Name + + ZoneHVAC:EquipmentConnections, + SPACE4-1, !- Zone Name + Zone4Equipment, !- Zone Conditioning Equipment List Name + Zone4Inlets, !- Zone Air Inlet Node or NodeList Name + , !- Zone Air Exhaust Node or NodeList Name + Zone 4 Node, !- Zone Air Node Name + Zone 4 Outlet Node; !- Zone Return Air Node or NodeList Name + + ZoneHVAC:EquipmentList, + Zone4Equipment, !- Name + SequentialLoad, !- Load Distribution Scheme + ZoneHVAC:AirDistributionUnit, !- Zone Equipment 1 Object Type + Zone4DirectAir ADU, !- Zone Equipment 1 Name + 1, !- Zone Equipment 1 Cooling Sequence + 1, !- Zone Equipment 1 Heating or No-Load Sequence + , !- Zone Equipment 1 Sequential Cooling Fraction Schedule Name + ; !- Zone Equipment 1 Sequential Heating Fraction Schedule Name + + AirTerminal:SingleDuct:ConstantVolume:NoReheat, + Zone4DirectAir, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Zone 4 Inlet Node ATInlet, !- Air Inlet Node Name + Zone 4 Inlet Node, !- Air Outlet Node Name + 1.4, !- Maximum Air Flow Rate {m3/s} + , !- Design Specification Outdoor Air Object Name + ; !- Per Person Ventilation Rate Mode + + ZoneHVAC:AirDistributionUnit, + Zone4DirectAir ADU, !- Name + Zone 4 Inlet Node, !- Air Distribution Unit Outlet Node Name + AirTerminal:SingleDuct:ConstantVolume:NoReheat, !- Air Terminal Object Type + Zone4DirectAir, !- Air Terminal Name + , !- Nominal Upstream Leakage Fraction + , !- Constant Downstream Leakage Fraction + ; !- Design Specification Air Terminal Sizing Object Name + + NodeList, + Zone4Inlets, !- Name + Zone 4 Inlet Node; !- Node 1 Name + + NodeList, + Zone4 List, !- Name + Zone 4 Node; !- Node 1 Name + + OutdoorAir:Mixer, + OA Mixing Box 4, !- Name + Sys 4 Mixed Air Node, !- Mixed Air Node Name + Sys 4 Outside Air Inlet Node, !- Outdoor Air Stream Node Name + Sys 4 Relief Air Outlet Node, !- Relief Air Stream Node Name + Sys 4 Outdoor Air Mixer Inlet Node; !- Return Air Stream Node Name + + AirLoopHVAC:UnitaryHeatPump:WaterToAir, + Water-To-Air Heat Pump Unit 4, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Sys 4 Mixed Air Node, !- Air Inlet Node Name + Sys 4 Air Loop Outlet Node, !- Air Outlet Node Name + 1.4, !- Supply Air Flow Rate {m3/s} + SPACE4-1, !- Controlling Zone or Thermostat Location + Fan:OnOff, !- Supply Air Fan Object Type + Supply Fan 4, !- Supply Air Fan Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Heating Coil Object Type + Sys 4 Heat Pump Heating Mode, !- Heating Coil Name + 0.001, !- Heating Convergence + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Cooling Coil Object Type + Sys 4 Heat Pump Cooling Mode, !- Cooling Coil Name + 0.001, !- Cooling Convergence + Coil:Heating:Fuel, !- Supplemental Heating Coil Object Type + Heat Pump DX Supp Heating Coil 4, !- Supplemental Heating Coil Name + 50, !- Maximum Supply Air Temperature from Supplemental Heater {C} + 21, !- Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation {C} + Sys 4 Outside Air Inlet Node, !- Outdoor Dry-Bulb Temperature Sensor Node Name + BlowThrough, !- Fan Placement + ContinuousFanSch, !- Supply Air Fan Operating Mode Schedule Name + CoolReheat; !- Dehumidification Control Type + + Coil:Cooling:WaterToAirHeatPump:EquationFit, + Sys 4 Heat Pump Cooling Mode, !- Name + , !- Availability Schedule Name + Sys 4 Water to Air Heat Pump Source Side1 Inlet Node, !- Water Inlet Node Name + Sys 4 Water to Air Heat Pump Source Side1 Outlet Node, !- Water Outlet Node Name + Sys 4 Cooling Coil Air Inlet Node, !- Air Inlet Node Name + Sys 4 Heating Coil Air Inlet Node, !- Air Outlet Node Name + 1.4, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 42000.0, !- Gross Rated Total Cooling Capacity {W} + 30000.0, !- Gross Rated Sensible Cooling Capacity {W} + 7.007757577, !- Gross Rated Cooling COP {W/W} + 30.0, !- Rated Entering Water Temperature {C} + 27.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 19.0, !- Rated Entering Air Wet-Bulb Temperature {C} + TotCoolCapCurve, !- Total Cooling Capacity Curve Name + CoolSensCapCurve, !- Sensible Cooling Capacity Curve Name + CoolPowCurve, !- Cooling Power Consumption Curve Name + HPACCOOLPLFFPLR, !- Part Load Fraction Correlation Curve Name + 0, !- Nominal Time for Condensate Removal to Begin {s} + 0, !- Ratio of Initial Moisture Evaporation Rate and Steady State Latent Capacity {dimensionless} + 2.5, !- Maximum Cycling Rate {cycles/hr} + 60, !- Latent Capacity Time Constant {s} + 60; !- Fan Delay Time {s} + + Coil:Heating:WaterToAirHeatPump:EquationFit, + Sys 4 Heat Pump Heating Mode, !- Name + , !- Availability Schedule Name + Sys 4 Water to Air Heat Pump Source Side2 Inlet Node, !- Water Inlet Node Name + Sys 4 Water to Air Heat Pump Source Side2 Outlet Node, !- Water Outlet Node Name + Sys 4 Heating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 4 SuppHeating Coil Air Inlet Node, !- Air Outlet Node Name + 1.4, !- Rated Air Flow Rate {m3/s} + 0.00165, !- Rated Water Flow Rate {m3/s} + 35000.0, !- Gross Rated Heating Capacity {W} + 3.167053691, !- Gross Rated Heating COP {W/W} + 20.0, !- Rated Entering Water Temperature {C} + 20.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 1.0, !- Ratio of Rated Heating Capacity to Rated Cooling Capacity + HeatCapCurve, !- Heating Capacity Curve Name + HeatPowCurve, !- Heating Power Consumption Curve Name + HPACHEATPLFFPLR; !- Part Load Fraction Correlation Curve Name + + Fan:OnOff, + Supply Fan 4, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + 0.5, !- Fan Total Efficiency + 300.0, !- Pressure Rise {Pa} + 1.4, !- Maximum Flow Rate {m3/s} + 0.9, !- Motor Efficiency + 1.0, !- Motor In Airstream Fraction + Sys 4 Mixed Air Node, !- Air Inlet Node Name + Sys 4 Cooling Coil Air Inlet Node; !- Air Outlet Node Name + + Coil:Heating:Fuel, + Heat Pump DX Supp Heating Coil 4, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + NaturalGas, !- Fuel Type + 1.0, !- Burner Efficiency + 35000, !- Nominal Capacity {W} + Sys 4 SuppHeating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 4 Air Loop Outlet Node; !- Air Outlet Node Name + +!***END SYSTEM 4 +!***SYSTEM 5 SERVING ZONE 5 + + OutdoorAir:NodeList, + Sys 5 OutsideAirInletNodes; !- Node or NodeList Name 1 + + NodeList, + Sys 5 OutsideAirInletNodes, !- Name + Sys 5 Outside Air Inlet Node; !- Node 1 Name + + AirLoopHVAC, + WAHP package single zone 5, !- Name + , !- Controller List Name + Heat Pump 1 Avail List, !- Availability Manager List Name + 1.5, !- Design Supply Air Flow Rate {m3/s} + Sys 5 Air Loop Branches, !- Branch List Name + , !- Connector List Name + Sys 5 Outdoor Air Mixer Inlet Node, !- Supply Side Inlet Node Name + Sys 5 Return Air Mixer Outlet, !- Demand Side Outlet Node Name + Sys 5 Zone Equipment Inlet Node, !- Demand Side Inlet Node Names + Sys 5 Air Loop Outlet Node; !- Supply Side Outlet Node Names + + BranchList, + Sys 5 Air Loop Branches, !- Name + Sys 5 Air Loop Main Branch; !- Branch 1 Name + + Branch, + Sys 5 Air Loop Main Branch, !- Name + , !- Pressure Drop Curve Name + AirLoopHVAC:OutdoorAirSystem, !- Component 1 Object Type + OA Sys 5, !- Component 1 Name + Sys 5 Outdoor Air Mixer Inlet Node, !- Component 1 Inlet Node Name + Sys 5 Mixed Air Node, !- Component 1 Outlet Node Name + AirLoopHVAC:UnitaryHeatPump:WaterToAir, !- Component 2 Object Type + Water-To-Air Heat Pump Unit 5, !- Component 2 Name + Sys 5 Mixed Air Node, !- Component 2 Inlet Node Name + Sys 5 Air Loop Outlet Node; !- Component 2 Outlet Node Name + + AvailabilityManagerAssignmentList, + Heat Pump 5 Avail List, !- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Heat Pump 5 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Heat Pump 5 Avail, !- Name + FanAndCoilAvailSched; !- Schedule Name + + AvailabilityManagerAssignmentList, + Outdoor Air 5 Avail List,!- Name + AvailabilityManager:Scheduled, !- Availability Manager 1 Object Type + Outdoor Air 5 Avail; !- Availability Manager 1 Name + + AvailabilityManager:Scheduled, + Outdoor Air 5 Avail, !- Name + OutdoorAirAvailSched; !- Schedule Name + + AirLoopHVAC:OutdoorAirSystem, + OA Sys 5, !- Name + OA Sys 5 Controllers, !- Controller List Name + OA Sys 5 Equipment; !- Outdoor Air Equipment List Name + + AirLoopHVAC:ControllerList, + OA Sys 5 Controllers, !- Name + Controller:OutdoorAir, !- Controller 1 Object Type + OA Controller 5; !- Controller 1 Name + + Controller:OutdoorAir, + OA Controller 5, !- Name + Sys 5 Relief Air Outlet Node, !- Relief Air Outlet Node Name + Sys 5 Outdoor Air Mixer Inlet Node, !- Return Air Node Name + Sys 5 Mixed Air Node, !- Mixed Air Node Name + Sys 5 Outside Air Inlet Node, !- Actuator Node Name + 0.05, !- Minimum Outdoor Air Flow Rate {m3/s} + 0.20, !- Maximum Outdoor Air Flow Rate {m3/s} + NoEconomizer, !- Economizer Control Type + ModulateFlow, !- Economizer Control Action Type + , !- Economizer Maximum Limit Dry-Bulb Temperature {C} + , !- Economizer Maximum Limit Enthalpy {J/kg} + , !- Economizer Maximum Limit Dewpoint Temperature {C} + , !- Electronic Enthalpy Limit Curve Name + , !- Economizer Minimum Limit Dry-Bulb Temperature {C} + NoLockout, !- Lockout Type + FixedMinimum, !- Minimum Limit Type + OAFractionSched; !- Minimum Outdoor Air Schedule Name + + AirLoopHVAC:OutdoorAirSystem:EquipmentList, + OA Sys 5 Equipment, !- Name + OutdoorAir:Mixer, !- Component 1 Object Type + OA Mixing Box 5; !- Component 1 Name + + ZoneControl:Thermostat, + Zone 5 Thermostat, !- Name + SPACE5-1, !- Zone or ZoneList Name + Dual Zone Control Type Sched, !- Control Type Schedule Name + ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type + Dual Setpoint Sched 5; !- Control 1 Name + + ThermostatSetpoint:DualSetpoint, + Dual Setpoint Sched 5, !- Name + Heating Setpoints, !- Heating Setpoint Temperature Schedule Name + Cooling Setpoints; !- Cooling Setpoint Temperature Schedule Name + + ZoneControl:Humidistat, + SPACE5-1 Humidistat, !- Name + SPACE5-1, !- Zone Name + Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name + Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name + Dewpoint; !- Control Variable + + AirLoopHVAC:SupplyPath, + Sys 5 HeatPumpSupplyPath,!- Name + Sys 5 Zone Equipment Inlet Node, !- Supply Air Path Inlet Node Name + AirLoopHVAC:ZoneSplitter,!- Component 1 Object Type + Sys 5 Zone Supply Air Splitter; !- Component 1 Name + + AirLoopHVAC:ReturnPath, + Sys 5 HeatPumpReturnPath,!- Name + Sys 5 Return Air Mixer Outlet, !- Return Air Path Outlet Node Name + AirLoopHVAC:ZoneMixer, !- Component 1 Object Type + Sys 5 Zone Return Air Mixer; !- Component 1 Name + + AirLoopHVAC:ZoneSplitter, + Sys 5 Zone Supply Air Splitter, !- Name + Sys 5 Zone Equipment Inlet Node, !- Inlet Node Name + Zone 5 Inlet Node ATInlet; !- Outlet 1 Node Name + + AirLoopHVAC:ZoneMixer, + Sys 5 Zone Return Air Mixer, !- Name + Sys 5 Return Air Mixer Outlet, !- Outlet Node Name + Zone 5 Outlet Node; !- Inlet 1 Node Name + + ZoneHVAC:EquipmentConnections, + SPACE5-1, !- Zone Name + Zone5Equipment, !- Zone Conditioning Equipment List Name + Zone5Inlets, !- Zone Air Inlet Node or NodeList Name + , !- Zone Air Exhaust Node or NodeList Name + Zone 5 Node, !- Zone Air Node Name + Zone 5 Outlet Node; !- Zone Return Air Node or NodeList Name + + ZoneHVAC:EquipmentList, + Zone5Equipment, !- Name + SequentialLoad, !- Load Distribution Scheme + ZoneHVAC:AirDistributionUnit, !- Zone Equipment 1 Object Type + Zone5DirectAir ADU, !- Zone Equipment 1 Name + 1, !- Zone Equipment 1 Cooling Sequence + 1, !- Zone Equipment 1 Heating or No-Load Sequence + , !- Zone Equipment 1 Sequential Cooling Fraction Schedule Name + ; !- Zone Equipment 1 Sequential Heating Fraction Schedule Name + + AirTerminal:SingleDuct:ConstantVolume:NoReheat, + Zone5DirectAir, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Zone 5 Inlet Node ATInlet, !- Air Inlet Node Name + Zone 5 Inlet Node, !- Air Outlet Node Name + 1.5, !- Maximum Air Flow Rate {m3/s} + , !- Design Specification Outdoor Air Object Name + ; !- Per Person Ventilation Rate Mode + + ZoneHVAC:AirDistributionUnit, + Zone5DirectAir ADU, !- Name + Zone 5 Inlet Node, !- Air Distribution Unit Outlet Node Name + AirTerminal:SingleDuct:ConstantVolume:NoReheat, !- Air Terminal Object Type + Zone5DirectAir, !- Air Terminal Name + , !- Nominal Upstream Leakage Fraction + , !- Constant Downstream Leakage Fraction + ; !- Design Specification Air Terminal Sizing Object Name + + NodeList, + Zone5Inlets, !- Name + Zone 5 Inlet Node; !- Node 1 Name + + NodeList, + Zone5 List, !- Name + Zone 5 Node; !- Node 1 Name + + OutdoorAir:Mixer, + OA Mixing Box 5, !- Name + Sys 5 Mixed Air Node, !- Mixed Air Node Name + Sys 5 Outside Air Inlet Node, !- Outdoor Air Stream Node Name + Sys 5 Relief Air Outlet Node, !- Relief Air Stream Node Name + Sys 5 Outdoor Air Mixer Inlet Node; !- Return Air Stream Node Name + + AirLoopHVAC:UnitaryHeatPump:WaterToAir, + Water-To-Air Heat Pump Unit 5, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + Sys 5 Mixed Air Node, !- Air Inlet Node Name + Sys 5 Air Loop Outlet Node, !- Air Outlet Node Name + 1.5, !- Supply Air Flow Rate {m3/s} + SPACE5-1, !- Controlling Zone or Thermostat Location + Fan:OnOff, !- Supply Air Fan Object Type + Supply Fan 5, !- Supply Air Fan Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Heating Coil Object Type + Sys 5 Heat Pump Heating Mode, !- Heating Coil Name + 0.001, !- Heating Convergence + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Cooling Coil Object Type + Sys 5 Heat Pump Cooling Mode, !- Cooling Coil Name + 0.001, !- Cooling Convergence + Coil:Heating:Fuel, !- Supplemental Heating Coil Object Type + Heat Pump DX Supp Heating Coil 5, !- Supplemental Heating Coil Name + 50, !- Maximum Supply Air Temperature from Supplemental Heater {C} + 21, !- Maximum Outdoor Dry-Bulb Temperature for Supplemental Heater Operation {C} + Sys 5 Outside Air Inlet Node, !- Outdoor Dry-Bulb Temperature Sensor Node Name + BlowThrough, !- Fan Placement + ContinuousFanSch, !- Supply Air Fan Operating Mode Schedule Name + CoolReheat; !- Dehumidification Control Type + + Coil:Cooling:WaterToAirHeatPump:EquationFit, + Sys 5 Heat Pump Cooling Mode, !- Name + , !- Availability Schedule Name + Sys 5 Water to Air Heat Pump Source Side1 Inlet Node, !- Water Inlet Node Name + Sys 5 Water to Air Heat Pump Source Side1 Outlet Node, !- Water Outlet Node Name + Sys 5 Cooling Coil Air Inlet Node, !- Air Inlet Node Name + Sys 5 Heating Coil Air Inlet Node, !- Air Outlet Node Name + 1.5, !- Rated Air Flow Rate {m3/s} + 0.0033, !- Rated Water Flow Rate {m3/s} + 100000.0, !- Gross Rated Total Cooling Capacity {W} + 75000.0, !- Gross Rated Sensible Cooling Capacity {W} + 7.007757577, !- Gross Rated Cooling COP {W/W} + 30.0, !- Rated Entering Water Temperature {C} + 27.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 19.0, !- Rated Entering Air Wet-Bulb Temperature {C} + TotCoolCapCurve, !- Total Cooling Capacity Curve Name + CoolSensCapCurve, !- Sensible Cooling Capacity Curve Name + CoolPowCurve, !- Cooling Power Consumption Curve Name + HPACCOOLPLFFPLR, !- Part Load Fraction Correlation Curve Name + 0, !- Nominal Time for Condensate Removal to Begin {s} + 0, !- Ratio of Initial Moisture Evaporation Rate and Steady State Latent Capacity {dimensionless} + 2.5, !- Maximum Cycling Rate {cycles/hr} + 60, !- Latent Capacity Time Constant {s} + 60; !- Fan Delay Time {s} + + Coil:Heating:WaterToAirHeatPump:EquationFit, + Sys 5 Heat Pump Heating Mode, !- Name + , !- Availability Schedule Name + Sys 5 Water to Air Heat Pump Source Side2 Inlet Node, !- Water Inlet Node Name + Sys 5 Water to Air Heat Pump Source Side2 Outlet Node, !- Water Outlet Node Name + Sys 5 Heating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 5 SuppHeating Coil Air Inlet Node, !- Air Outlet Node Name + 1.5, !- Rated Air Flow Rate {m3/s} + 0.0033, !- Rated Water Flow Rate {m3/s} + 81000.0, !- Gross Rated Heating Capacity {W} + 3.167053691, !- Gross Rated Heating COP {W/W} + 20.0, !- Rated Entering Water Temperature {C} + 20.0, !- Rated Entering Air Dry-Bulb Temperature {C} + 1.0, !- Ratio of Rated Heating Capacity to Rated Cooling Capacity + HeatCapCurve, !- Heating Capacity Curve Name + HeatPowCurve, !- Heating Power Consumption Curve Name + HPACHEATPLFFPLR; !- Part Load Fraction Correlation Curve Name + + Fan:OnOff, + Supply Fan 5, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + 0.5, !- Fan Total Efficiency + 300.0, !- Pressure Rise {Pa} + 1.5, !- Maximum Flow Rate {m3/s} + 0.9, !- Motor Efficiency + 1.0, !- Motor In Airstream Fraction + Sys 5 Mixed Air Node, !- Air Inlet Node Name + Sys 5 Cooling Coil Air Inlet Node; !- Air Outlet Node Name + + Coil:Heating:Fuel, + Heat Pump DX Supp Heating Coil 5, !- Name + FanAndCoilAvailSched, !- Availability Schedule Name + NaturalGas, !- Fuel Type + 0.8, !- Burner Efficiency + 72000, !- Nominal Capacity {W} + Sys 5 SuppHeating Coil Air Inlet Node, !- Air Inlet Node Name + Sys 5 Air Loop Outlet Node; !- Air Outlet Node Name + +!***END SYSTEM 5 + + CondenserLoop, + Water Source Heat Pump Condenser Loop, !- Name + Water, !- Fluid Type + , !- User Defined Fluid Type + Pond Loop Operation, !- Condenser Equipment Operation Scheme Name + Condenser Supply Outlet Node, !- Condenser Loop Temperature Setpoint Node Name + 80, !- Maximum Loop Temperature {C} + 10, !- Minimum Loop Temperature {C} + 0.0099, !- Maximum Loop Flow Rate {m3/s} + 0, !- Minimum Loop Flow Rate {m3/s} + autocalculate, !- Condenser Loop Volume {m3} + Condenser Supply Inlet Node, !- Condenser Side Inlet Node Name + Condenser Supply Outlet Node, !- Condenser Side Outlet Node Name + Condenser Supply Side Branches, !- Condenser Side Branch List Name + Condenser Supply Side Connectors, !- Condenser Side Connector List Name + Condenser Demand Inlet Node, !- Demand Side Inlet Node Name + Condenser Demand Outlet Node, !- Demand Side Outlet Node Name + Condenser Demand Side Branches, !- Condenser Demand Side Branch List Name + Condenser Demand Side Connectors, !- Condenser Demand Side Connector List Name + SequentialLoad; !- Load Distribution Scheme + + SetpointManager:FollowOutdoorAirTemperature, + MyCondenserControl, !- Name + Temperature, !- Control Variable + OutdoorAirWetBulb, !- Reference Temperature Type + 0, !- Offset Temperature Difference {deltaC} + 80, !- Maximum Setpoint Temperature {C} + 10, !- Minimum Setpoint Temperature {C} + Condenser Supply Outlet Node; !- Setpoint Node or NodeList Name + + BranchList, + Condenser Supply Side Branches, !- Name + Condenser Supply Inlet Branch, !- Branch 1 Name + Condenser Supply Pond Branch, !- Branch 2 Name + Condenser Supply Bypass Branch, !- Branch 3 Name + Condenser Supply Outlet Branch; !- Branch 4 Name + + ConnectorList, + Condenser Supply Side Connectors, !- Name + Connector:Splitter, !- Connector 1 Object Type + Condenser Supply Splitter, !- Connector 1 Name + Connector:Mixer, !- Connector 2 Object Type + Condenser Supply Mixer; !- Connector 2 Name + + Branch, + Condenser Supply Inlet Branch, !- Name + , !- Pressure Drop Curve Name + Pump:ConstantSpeed, !- Component 1 Object Type + Cond Circ Pump, !- Component 1 Name + Condenser Supply Inlet Node, !- Component 1 Inlet Node Name + Condenser Pump Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Condenser Supply Pond Branch, !- Name + , !- Pressure Drop Curve Name + GroundHeatExchanger:Pond,!- Component 1 Object Type + Pond Heat Exchanger, !- Component 1 Name + Pond Inlet Node, !- Component 1 Inlet Node Name + Pond Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Condenser Supply Bypass Branch, !- Name + , !- Pressure Drop Curve Name + Pipe:Adiabatic, !- Component 1 Object Type + Condenser Supply Side Bypass, !- Component 1 Name + Cond Supply Bypass Inlet Node, !- Component 1 Inlet Node Name + Cond Supply Bypass Outlet Node; !- Component 1 Outlet Node Name + + Pipe:Adiabatic, + Condenser Supply Side Bypass, !- Name + Cond Supply Bypass Inlet Node, !- Inlet Node Name + Cond Supply Bypass Outlet Node; !- Outlet Node Name + + Branch, + Condenser Supply Outlet Branch, !- Name + , !- Pressure Drop Curve Name + Pipe:Adiabatic, !- Component 1 Object Type + Condenser Supply Outlet, !- Component 1 Name + Condenser Supply Exit Pipe Inlet Node, !- Component 1 Inlet Node Name + Condenser Supply Outlet Node; !- Component 1 Outlet Node Name + + Pipe:Adiabatic, + Condenser Supply Outlet, !- Name + Condenser Supply Exit Pipe Inlet Node, !- Inlet Node Name + Condenser Supply Outlet Node; !- Outlet Node Name + + BranchList, + Condenser Demand Side Branches, !- Name + Condenser Demand Inlet Branch, !- Branch 1 Name + Sys 1 Pond Cooling Condenser Branch, !- Branch 2 Name + Sys 1 Pond Heating Condenser Branch, !- Branch 3 Name + Sys 2 Pond Cooling Condenser Branch, !- Branch 4 Name + Sys 2 Pond Heating Condenser Branch, !- Branch 5 Name + Sys 3 Pond Cooling Condenser Branch, !- Branch 6 Name + Sys 3 Pond Heating Condenser Branch, !- Branch 7 Name + Sys 4 Pond Cooling Condenser Branch, !- Branch 8 Name + Sys 4 Pond Heating Condenser Branch, !- Branch 9 Name + Sys 5 Pond Cooling Condenser Branch, !- Branch 10 Name + Sys 5 Pond Heating Condenser Branch, !- Branch 11 Name + Condenser Demand Bypass Branch, !- Branch 12 Name + Condenser Demand Outlet Branch; !- Branch 13 Name + + ConnectorList, + Condenser Demand Side Connectors, !- Name + Connector:Splitter, !- Connector 1 Object Type + Condenser Demand Splitter, !- Connector 1 Name + Connector:Mixer, !- Connector 2 Object Type + Condenser Demand Mixer; !- Connector 2 Name + + Branch, + Condenser Demand Inlet Branch, !- Name + , !- Pressure Drop Curve Name + Pipe:Adiabatic, !- Component 1 Object Type + Condenser Demand Inlet Pipe, !- Component 1 Name + Condenser Demand Inlet Node, !- Component 1 Inlet Node Name + Condenser Demand Entrance Pipe Outlet Node; !- Component 1 Outlet Node Name + + Pipe:Adiabatic, + Condenser Demand Inlet Pipe, !- Name + Condenser Demand Inlet Node, !- Inlet Node Name + Condenser Demand Entrance Pipe Outlet Node; !- Outlet Node Name + + Branch, + Sys 1 Pond Cooling Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 1 Heat Pump Cooling Mode, !- Component 1 Name + Sys 1 Water to Air Heat Pump Source Side1 Inlet Node, !- Component 1 Inlet Node Name + Sys 1 Water to Air Heat Pump Source Side1 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 1 Pond Heating Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 1 Heat Pump Heating Mode, !- Component 1 Name + Sys 1 Water to Air Heat Pump Source Side2 Inlet Node, !- Component 1 Inlet Node Name + Sys 1 Water to Air Heat Pump Source Side2 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 2 Pond Cooling Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 2 Heat Pump Cooling Mode, !- Component 1 Name + Sys 2 Water to Air Heat Pump Source Side1 Inlet Node, !- Component 1 Inlet Node Name + Sys 2 Water to Air Heat Pump Source Side1 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 2 Pond Heating Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 2 Heat Pump Heating Mode, !- Component 1 Name + Sys 2 Water to Air Heat Pump Source Side2 Inlet Node, !- Component 1 Inlet Node Name + Sys 2 Water to Air Heat Pump Source Side2 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 3 Pond Cooling Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 3 Heat Pump Cooling Mode, !- Component 1 Name + Sys 3 Water to Air Heat Pump Source Side1 Inlet Node, !- Component 1 Inlet Node Name + Sys 3 Water to Air Heat Pump Source Side1 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 3 Pond Heating Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 3 Heat Pump Heating Mode, !- Component 1 Name + Sys 3 Water to Air Heat Pump Source Side2 Inlet Node, !- Component 1 Inlet Node Name + Sys 3 Water to Air Heat Pump Source Side2 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 4 Pond Cooling Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 4 Heat Pump Cooling Mode, !- Component 1 Name + Sys 4 Water to Air Heat Pump Source Side1 Inlet Node, !- Component 1 Inlet Node Name + Sys 4 Water to Air Heat Pump Source Side1 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 4 Pond Heating Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 4 Heat Pump Heating Mode, !- Component 1 Name + Sys 4 Water to Air Heat Pump Source Side2 Inlet Node, !- Component 1 Inlet Node Name + Sys 4 Water to Air Heat Pump Source Side2 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 5 Pond Cooling Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Cooling:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 5 Heat Pump Cooling Mode, !- Component 1 Name + Sys 5 Water to Air Heat Pump Source Side1 Inlet Node, !- Component 1 Inlet Node Name + Sys 5 Water to Air Heat Pump Source Side1 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Sys 5 Pond Heating Condenser Branch, !- Name + , !- Pressure Drop Curve Name + Coil:Heating:WaterToAirHeatPump:EquationFit, !- Component 1 Object Type + Sys 5 Heat Pump Heating Mode, !- Component 1 Name + Sys 5 Water to Air Heat Pump Source Side2 Inlet Node, !- Component 1 Inlet Node Name + Sys 5 Water to Air Heat Pump Source Side2 Outlet Node; !- Component 1 Outlet Node Name + + Branch, + Condenser Demand Bypass Branch, !- Name + , !- Pressure Drop Curve Name + Pipe:Adiabatic, !- Component 1 Object Type + Condenser Demand Side Bypass, !- Component 1 Name + Cond Demand Bypass Inlet Node, !- Component 1 Inlet Node Name + Cond Demand Bypass Outlet Node; !- Component 1 Outlet Node Name + + Pipe:Adiabatic, + Condenser Demand Side Bypass, !- Name + Cond Demand Bypass Inlet Node, !- Inlet Node Name + Cond Demand Bypass Outlet Node; !- Outlet Node Name + + Branch, + Condenser Demand Outlet Branch, !- Name + , !- Pressure Drop Curve Name + Pipe:Adiabatic, !- Component 1 Object Type + Condenser Demand Outlet Pipe, !- Component 1 Name + Condenser Demand Exit Pipe Inlet Node, !- Component 1 Inlet Node Name + Condenser Demand Outlet Node; !- Component 1 Outlet Node Name + + Pipe:Adiabatic, + Condenser Demand Outlet Pipe, !- Name + Condenser Demand Exit Pipe Inlet Node, !- Inlet Node Name + Condenser Demand Outlet Node; !- Outlet Node Name + + Connector:Splitter, + Condenser Demand Splitter, !- Name + Condenser Demand Inlet Branch, !- Inlet Branch Name + Sys 1 Pond Cooling Condenser Branch, !- Outlet Branch 1 Name + Sys 1 Pond Heating Condenser Branch, !- Outlet Branch 2 Name + Sys 2 Pond Cooling Condenser Branch, !- Outlet Branch 3 Name + Sys 2 Pond Heating Condenser Branch, !- Outlet Branch 4 Name + Sys 3 Pond Cooling Condenser Branch, !- Outlet Branch 5 Name + Sys 3 Pond Heating Condenser Branch, !- Outlet Branch 6 Name + Sys 4 Pond Cooling Condenser Branch, !- Outlet Branch 7 Name + Sys 4 Pond Heating Condenser Branch, !- Outlet Branch 8 Name + Sys 5 Pond Cooling Condenser Branch, !- Outlet Branch 9 Name + Sys 5 Pond Heating Condenser Branch, !- Outlet Branch 10 Name + Condenser Demand Bypass Branch; !- Outlet Branch 11 Name + + Connector:Mixer, + Condenser Demand Mixer, !- Name + Condenser Demand Outlet Branch, !- Outlet Branch Name + Sys 1 Pond Cooling Condenser Branch, !- Inlet Branch 1 Name + Sys 1 Pond Heating Condenser Branch, !- Inlet Branch 2 Name + Sys 2 Pond Cooling Condenser Branch, !- Inlet Branch 3 Name + Sys 2 Pond Heating Condenser Branch, !- Inlet Branch 4 Name + Sys 3 Pond Cooling Condenser Branch, !- Inlet Branch 5 Name + Sys 3 Pond Heating Condenser Branch, !- Inlet Branch 6 Name + Sys 4 Pond Cooling Condenser Branch, !- Inlet Branch 7 Name + Sys 4 Pond Heating Condenser Branch, !- Inlet Branch 8 Name + Sys 5 Pond Cooling Condenser Branch, !- Inlet Branch 9 Name + Sys 5 Pond Heating Condenser Branch, !- Inlet Branch 10 Name + Condenser Demand Bypass Branch; !- Inlet Branch 11 Name + + Connector:Splitter, + Condenser Supply Splitter, !- Name + Condenser Supply Inlet Branch, !- Inlet Branch Name + Condenser Supply Pond Branch, !- Outlet Branch 1 Name + Condenser Supply Bypass Branch; !- Outlet Branch 2 Name + + Connector:Mixer, + Condenser Supply Mixer, !- Name + Condenser Supply Outlet Branch, !- Outlet Branch Name + Condenser Supply Pond Branch, !- Inlet Branch 1 Name + Condenser Supply Bypass Branch; !- Inlet Branch 2 Name + + CondenserEquipmentOperationSchemes, + Pond Loop Operation, !- Name + PlantEquipmentOperation:Uncontrolled, !- Control Scheme 1 Object Type + Year Round Pond Operation, !- Control Scheme 1 Name + ON; !- Control Scheme 1 Schedule Name + + PlantEquipmentOperation:Uncontrolled, + Year Round Pond Operation, !- Name + All Towers; !- Equipment List Name + + CondenserEquipmentList, + All Towers, !- Name + GroundHeatExchanger:Pond,!- Equipment 1 Object Type + Pond Heat Exchanger; !- Equipment 1 Name + + GroundHeatExchanger:Pond, + Pond Heat Exchanger, !- Name + Pond Inlet Node, !- Fluid Inlet Node Name + Pond Outlet Node, !- Fluid Outlet Node Name + 2.0, !- Pond Depth {m} + 2500.0, !- Pond Area {m2} + 0.02, !- Hydronic Tubing Inside Diameter {m} + 0.025, !- Hydronic Tubing Outside Diameter {m} + 1.5, !- Hydronic Tubing Thermal Conductivity {W/m-K} + 1.0, !- Ground Thermal Conductivity {W/m2-K} + 50, !- Number of Tubing Circuits + 120.0; !- Length of Each Tubing Circuit {m} + + Pump:ConstantSpeed, + Cond Circ Pump, !- Name + Condenser Supply Inlet Node, !- Inlet Node Name + Condenser Pump Outlet Node, !- Outlet Node Name + .0099, !- Design Flow Rate {m3/s} + 50000, !- Design Pump Head {Pa} + 600, !- Design Power Consumption {W} + .87, !- Motor Efficiency + 0.0, !- Fraction of Motor Inefficiencies to Fluid Stream + CONTINUOUS; !- Pump Control Type + + Curve:Quadratic, + HPACCOOLPLFFPLR, !- Name + 0.75, !- Coefficient1 Constant + 0.25, !- Coefficient2 x + 0.0, !- Coefficient3 x**2 + 0.0, !- Minimum Value of x + 1.0; !- Maximum Value of x + + Curve:Quadratic, + HPACHEATPLFFPLR, !- Name + 0.75, !- Coefficient1 Constant + 0.25, !- Coefficient2 x + 0.0, !- Coefficient3 x**2 + 0.0, !- Minimum Value of x + 1.0; !- Maximum Value of x + + Curve:QuadLinear, + TotCoolCapCurve, !- Name + -1.68436772950691, !- Coefficient1 Constant + 4.9332063928513, !- Coefficient2 w + -2.31448098736337, !- Coefficient3 x + 0.0514554796484602, !- Coefficient4 y + 0.0208644435639084, !- Coefficient5 z + -100, !- Minimum Value of w + 100, !- Maximum Value of w + -100, !- Minimum Value of x + 100, !- Maximum Value of x + 0, !- Minimum Value of y + 100, !- Maximum Value of y + 0, !- Minimum Value of z + 100, !- Maximum Value of z + 0, !- Minimum Curve Output + 38; !- Maximum Curve Output + + Curve:QuintLinear, + CoolSensCapCurve, !- Name + 4.93131349655017, !- Coefficient1 Constant + 16.0318860899709, !- Coefficient2 v + -19.9285262974194, !- Coefficient3 w + -0.807834824206872, !- Coefficient4 x + 0.481291210996235, !- Coefficient5 y + 0.0198285428319642, !- Coefficient6 z + -100, !- Minimum Value of v + 100, !- Maximum Value of v + -100, !- Minimum Value of w + 100, !- Maximum Value of w + -100, !- Minimum Value of x + 100, !- Maximum Value of x + 0, !- Minimum Value of y + 100, !- Maximum Value of y + 0, !- Minimum Value of z + 100, !- Maximum Value of z + 0, !- Minimum Curve Output + 38; !- Maximum Curve Output + + Curve:QuadLinear, + CoolPowCurve, !- Name + -4.3157569995297, !- Coefficient1 Constant + 0.641814877756547, !- Coefficient2 w + 4.2656288476615, !- Coefficient3 x + 0.137969989202621, !- Coefficient4 y + -0.0513551464984883, !- Coefficient5 z + -100, !- Minimum Value of w + 100, !- Maximum Value of w + -100, !- Minimum Value of x + 100, !- Maximum Value of x + 0, !- Minimum Value of y + 100, !- Maximum Value of y + 0, !- Minimum Value of z + 100, !- Maximum Value of z + 0, !- Minimum Curve Output + 38; !- Maximum Curve Output + + Curve:QuadLinear, + HeatCapCurve, !- Name + -3.57735399536928, !- Coefficient1 Constant + -0.62877328006368, !- Coefficient2 w + 5.01227013305906, !- Coefficient3 x + 0.0207635597777306, !- Coefficient4 y + 0.0182817566030506, !- Coefficient5 z + -100, !- Minimum Value of w + 100, !- Maximum Value of w + -100, !- Minimum Value of x + 100, !- Maximum Value of x + 0, !- Minimum Value of y + 100, !- Maximum Value of y + 0, !- Minimum Value of z + 100, !- Maximum Value of z + 0, !- Minimum Curve Output + 38; !- Maximum Curve Output + + Curve:QuadLinear, + HeatPowCurve, !- Name + -6.29077057443245, !- Coefficient1 Constant + 5.39332665753272, !- Coefficient2 w + 1.68068261126801, !- Coefficient3 x + -0.0426524867280368, !- Coefficient4 y + 0.00958122062037036, !- Coefficient5 z + -100, !- Minimum Value of w + 100, !- Maximum Value of w + -100, !- Minimum Value of x + 100, !- Maximum Value of x + 0, !- Minimum Value of y + 100, !- Maximum Value of y + 0, !- Minimum Value of z + 100, !- Maximum Value of z + 0, !- Minimum Curve Output + 38; !- Maximum Curve Output + + Output:Variable,*,Site Outdoor Air Drybulb Temperature,Timestep; + + Output:Variable,*,Unitary System Requested Sensible Cooling Rate,timestep; + + Output:Variable,*,Unitary System Requested Latent Cooling Rate,timestep; + + Output:Variable,*,Unitary System Requested Heating Rate,timestep; + + Output:Variable,*,Unitary System Fan Part Load Ratio,timestep; + + Output:Variable,*,Unitary System Compressor Part Load Ratio,timestep; + + Output:Variable,*,Zone Air System Sensible Heating Rate,timestep; + + Output:Variable,*,Zone Air System Sensible Cooling Rate,timestep; + + Output:Variable,*,Zone Air Temperature,timestep; + + Output:Variable,*,Zone Air Dew-Point Temperature,timestep; + + Output:Variable,*,Zone Mean Air Dewpoint Temperature,timestep; + + Output:Variable,*,Zone Predicted Sensible Load to Heating Setpoint Heat Transfer Rate,timestep; + + Output:Variable,*,Zone Predicted Sensible Load to Cooling Setpoint Heat Transfer Rate,timestep; + + Output:Variable,*,Zone Predicted Moisture Load Moisture Transfer Rate,timestep; + + Output:Variable,*,Cooling Coil Total Cooling Rate,timestep; + + Output:Variable,*,Cooling Coil Sensible Cooling Rate,timestep; + + Output:Variable,*,Cooling Coil Part Load Ratio,timestep; + + Output:Variable,*,Cooling Coil Total Cooling Rate,timestep; + + Output:Variable,*,Cooling Coil Sensible Cooling Rate,timestep; + + Output:Variable,*,Cooling Coil Part Load Ratio,timestep; + + Output:Variable,*,Heating Coil Heating Rate,timestep; + + Output:Variable,*,Heating Coil NaturalGas Rate,timestep; + + Output:Variable,*,Unitary System Dehumidification Induced Heating Demand Rate,timestep; + + Output:Variable,*,Pond Heat Exchanger Heat Transfer Rate,timestep; + + Output:Variable,*,Pond Heat Exchanger Mass Flow Rate,timestep; + + Output:Variable,*,Pond Heat Exchanger Inlet Temperature,timestep; + + Output:Variable,*,Pond Heat Exchanger Outlet Temperature,timestep; + + Output:Variable,*,Pond Heat Exchanger Bulk Temperature,timestep; + + Output:VariableDictionary,Regular; + + Output:Surfaces:Drawing,dxf; + + Output:Constructions,Constructions; + + Output:Meter:MeterFileOnly,Electricity:Facility,monthly; + + Output:Meter:MeterFileOnly,Electricity:Building,monthly; + + Output:Meter:MeterFileOnly,InteriorLights:Electricity,monthly; + + Output:Meter:MeterFileOnly,Electricity:HVAC,monthly; + + Output:Meter:MeterFileOnly,Electricity:Plant,monthly; + + Output:Meter:MeterFileOnly,NaturalGas:Facility,monthly; + + Output:Meter:MeterFileOnly,Electricity:Facility,runperiod; + + Output:Meter:MeterFileOnly,Electricity:Building,runperiod; + + Output:Meter:MeterFileOnly,InteriorLights:Electricity,runperiod; + + Output:Meter:MeterFileOnly,Electricity:HVAC,runperiod; + + Output:Meter:MeterFileOnly,Electricity:Plant,runperiod; + + Output:Meter:MeterFileOnly,NaturalGas:Facility,runperiod; + + OutputControl:Table:Style, + HTML; !- Column Separator + + Output:Table:SummaryReports, + AllSummary; !- Report 1 Name + diff --git a/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc b/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc index e9ac30fc24f..e0d4cdb95d7 100644 --- a/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc +++ b/tst/EnergyPlus/unit/ZoneTempPredictorCorrector.unit.cc @@ -301,6 +301,40 @@ TEST_F(EnergyPlusFixture, ZoneTempPredictorCorrector_ReportingTest) " ThermostatSetpoint:SingleHeating, !- Control 1 Object Type", " Core_top HeatSPSched; !- Control 1 Name", " ", + "ZoneControl:Humidistat,", + " Core_top Humidistat, !- Name", + " Core_top, !- Zone Name", + " Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name", + " Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name", + " Dewpoint; !- Control Variable", + " ", + "ZoneControl:Humidistat,", + " Core_bottom Humidistat, !- Name", + " Core_bottom, !- Zone Name", + " Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name", + " Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name", + " Dewpoint; !- Control Variable", + " ", + "ZoneControl:Humidistat,", + " Core_middle Humidistat, !- Name", + " Core_middle, !- Zone Name", + " Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name", + " Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name", + " Dewpoint; !- Control Variable", + " ", + "ZoneControl:Humidistat,", + " Core_basement Humidistat, !- Name", + " Core_basement, !- Zone Name", + " Humidification Seasonal Dew-Point Temperature Sch, !- Humidifying Setpoint Schedule Name", + " Dehumidification Seasonal Dew-Point Temperature Sch, !- Dehumidifying Setpoint Schedule Name", + " Dewpoint; !- Control Variable", + " ", + "Schedule:Constant,", + " Dehumidification Seasonal Dew-Point Temperature Sch,,14.0;", + " ", + "Schedule:Constant,", + " Humidification Seasonal Dew-Point Temperature Sch,,10.0;", + " ", "Schedule:Compact,", " Single Heating Control Type Sched, !- Name", " Control Type, !- Schedule Type Limits Name", @@ -452,6 +486,8 @@ TEST_F(EnergyPlusFixture, ZoneTempPredictorCorrector_ReportingTest) state->dataGlobal->TimeStepsInHour = 1; // must initialize this to get schedules initialized state->dataGlobal->MinutesInTimeStep = 60; // must initialize this to get schedules initialized + state->dataEnvrn->OutBaroPress = 101325.0; + state->dataHVACGlobal->TimeStepSysSec = 6; state->init_state(*state); bool ErrorsFound(false); // If errors detected in input @@ -482,6 +518,26 @@ TEST_F(EnergyPlusFixture, ZoneTempPredictorCorrector_ReportingTest) state->dataHeatBalFanSys->LoadCorrectionFactor(CoolHeatZoneNum) = 1.0; state->dataHeatBalFanSys->LoadCorrectionFactor(DualZoneNum) = 1.0; + state->dataHeatBalFanSys->SumLatentHTRadSys.allocate(state->dataZoneCtrls->NumTempControlledZones); + state->dataHeatBalFanSys->SumLatentHTRadSys(HeatZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentHTRadSys(CoolZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentHTRadSys(CoolHeatZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentHTRadSys(DualZoneNum) = 0.0; + + state->dataHeatBalFanSys->SumLatentPool.allocate(state->dataZoneCtrls->NumTempControlledZones); + state->dataHeatBalFanSys->SumLatentPool(HeatZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentPool(CoolZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentPool(CoolHeatZoneNum) = 0.0; + state->dataHeatBalFanSys->SumLatentPool(DualZoneNum) = 0.0; + + state->dataZoneEnergyDemand->ZoneSysMoistureDemand.allocate(state->dataZoneCtrls->NumTempControlledZones); + + state->dataRoomAir->AirModel.allocate(state->dataZoneCtrls->NumTempControlledZones); + state->dataRoomAir->AirModel(HeatZoneNum).AirModel = RoomAirModel::Mixing; + state->dataRoomAir->AirModel(CoolZoneNum).AirModel = RoomAirModel::Mixing; + state->dataRoomAir->AirModel(CoolHeatZoneNum).AirModel = RoomAirModel::Mixing; + state->dataRoomAir->AirModel(DualZoneNum).AirModel = RoomAirModel::Mixing; + // The following parameters describe the setpoint types in TempControlType(ActualZoneNum) // extern int const SingleHeatingSetPoint; = 1 // extern int const SingleCoolingSetPoint; = 2 @@ -566,8 +622,14 @@ TEST_F(EnergyPlusFixture, ZoneTempPredictorCorrector_ReportingTest) .TotalOutputRequired); // TotalOutputRequired gets updated in CalcPredictedSystemLoad based on the load state->dataZoneTempPredictorCorrector->zoneHeatBalance(CoolHeatZoneNum).calcPredictedSystemLoad(*state, 1.0, CoolHeatZoneNum); + state->dataZoneTempPredictorCorrector->zoneHeatBalance(CoolHeatZoneNum).calcPredictedHumidityRatio(*state, 1.0, CoolHeatZoneNum); ASSERT_EQ(22.0, state->dataHeatBalFanSys->zoneTstatSetpts(CoolHeatZoneNum).setpt); + ASSERT_EQ(10.0, state->dataZoneCtrls->HumidityControlZone(CoolHeatZoneNum).humidifyingSched->getCurrentVal()); + ASSERT_EQ(14.0, state->dataZoneCtrls->HumidityControlZone(CoolHeatZoneNum).dehumidifyingSched->getCurrentVal()); + EXPECT_NEAR(-357.443, + state->dataZoneEnergyDemand->ZoneSysMoistureDemand(CoolHeatZoneNum).OutputRequiredToDehumidifyingSP, + 0.001); // calculated based on 14 deg. C dew-point temperature EXPECT_FALSE( state->dataZoneEnergyDemand->CurDeadBandOrSetback(CoolHeatZoneNum)); // Tstat should show there is load on a single heating or cooling SP EXPECT_EQ(-4000.0,