openstudio-standards 0.3.0 → 0.3.1.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/geometry/ASHRAELargeOffice.json +4 -4
- data/data/geometry/ASHRAESuperMarket.json +29 -38
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/data/standards/metadata_units_OpenStudio_Standards-deer-ALL-comstockspace_types.csv +172 -0
- data/data/standards/test_performance_expected_dd_results.csv +1890 -2016
- data/lib/openstudio-standards/btap/analysis.rb +389 -389
- data/lib/openstudio-standards/btap/bridging.rb +2099 -0
- data/lib/openstudio-standards/btap/btap.model.rb +717 -717
- data/lib/openstudio-standards/btap/btap.rb +33 -30
- data/lib/openstudio-standards/btap/economics.rb +1163 -1163
- data/lib/openstudio-standards/btap/envelope.rb +4 -4
- data/lib/openstudio-standards/btap/equest.rb +2524 -2524
- data/lib/openstudio-standards/btap/fileio.rb +10 -0
- data/lib/openstudio-standards/btap/measures.rb +1515 -1515
- data/lib/openstudio-standards/btap/mpc.rb +554 -554
- data/lib/openstudio-standards/btap/reporting.rb +287 -287
- data/lib/openstudio-standards/btap/simmanager.rb +759 -759
- data/lib/openstudio-standards/btap/spaceloads.rb +439 -439
- data/lib/openstudio-standards/btap/spacetypes.rb +113 -113
- data/lib/openstudio-standards/btap/utilities.rb +134 -134
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +8 -83
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +3 -99
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +81 -75
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +7 -306
- data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +75 -98
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +41 -14
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +40 -14
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Pump.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -5
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +1 -23
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.PumpVariableSpeed.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +93 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +17 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +5 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +24 -4
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +41 -25
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +18 -0
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +13 -10
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +5 -3
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +11 -8
- data/lib/openstudio-standards/standards/Standards.Construction.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -6
- data/lib/openstudio-standards/standards/Standards.Model.rb +88 -66
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Pump.rb +21 -19
- data/lib/openstudio-standards/standards/Standards.Space.rb +41 -36
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +3 -3
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.ref_cases.json +510 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_compressors.json +18 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.refrigeration_walkins.json +410 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.ref_cases.json +510 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_compressors.json +18 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.refrigeration_walkins.json +410 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.ref_cases.json +510 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_compressors.json +18 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.refrigeration_walkins.json +410 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.ref_cases.json +510 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_compressors.json +18 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.refrigeration_walkins.json +410 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +12 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +5 -3
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +4 -3
- data/lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/data/comstock_deer_1985.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_1996/comstock_deer_1996/data/comstock_deer_1996.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2003/comstock_deer_2003/data/comstock_deer_2003.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2007/comstock_deer_2007/data/comstock_deer_2007.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2011/comstock_deer_2011/data/comstock_deer_2011.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2014/comstock_deer_2014/data/comstock_deer_2014.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2015/comstock_deer_2015/data/comstock_deer_2015.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2017/comstock_deer_2017/data/comstock_deer_2017.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/comstock_deer_2020/data/comstock_deer_2020.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +8 -0
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +21 -0
- data/lib/openstudio-standards/standards/deer/deer_2025/comstock_deer_2025/data/comstock_deer_2025.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2030/comstock_deer_2030/data/comstock_deer_2030.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2035/comstock_deer_2035/data/comstock_deer_2035.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2040/comstock_deer_2040/data/comstock_deer_2040.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2045/comstock_deer_2045/data/comstock_deer_2045.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2050/comstock_deer_2050/data/comstock_deer_2050.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2055/comstock_deer_2055/data/comstock_deer_2055.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2060/comstock_deer_2060/data/comstock_deer_2060.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2065/comstock_deer_2065/data/comstock_deer_2065.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2070/comstock_deer_2070/data/comstock_deer_2070.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_2075/comstock_deer_2075/data/comstock_deer_2075.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/comstock_deer_pre_1975/data/comstock_deer_pre_1975.spc_typ.json +405 -405
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/btap_pre1980.rb +1 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +3 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +3 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +2 -2
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +233 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/unitary_acs.json +180 -0
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +6 -1
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +839 -290
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +102 -66
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +85 -8
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +2483 -992
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +4 -336
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +228 -231
- data/lib/openstudio-standards/standards/necb/NECB2011/data/heat_pumps_heating.json +12 -18
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +76 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +6 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +111 -24
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +1 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +3 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +64 -16
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +61 -17
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +128 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +252 -23
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +316 -20
- data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +3 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/system_fuels.rb +38 -0
- data/lib/openstudio-standards/standards/necb/NECB2015/data/heat_pumps_heating.json +16 -24
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +48 -25
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2020/data/chillers.json +36 -19
- data/lib/openstudio-standards/standards/necb/NECB2020/data/furnaces.json +19 -4
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps.json +20 -40
- data/lib/openstudio-standards/standards/necb/NECB2020/data/heat_pumps_heating.json +74 -36
- data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +0 -2
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +123 -56
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +124 -2
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +15 -2
- data/lib/openstudio-standards/standards/necb/common/necb_reference_runs.csv +1 -1
- data/lib/openstudio-standards/utilities/simulation.rb +1 -1
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +33 -1
- data/lib/openstudio-standards.rb +1 -0
- metadata +14 -121
- data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
- data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.ddy +0 -2342
- data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_ON_Kingston.AP.718200_TMYx.2004-2018.stat +0 -700
- data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.ddy +0 -2342
- data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_ON_Region.of.Waterloo.Intl.AP.713680_TMYx.2004-2018.stat +0 -700
- data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.ddy +0 -2342
- data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_ON_Sarnia-Hadfield.AP.717040_TMYx.2004-2018.stat +0 -700
- data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.ddy +0 -276
- data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_QC_Gatineau.AP.716279_TMYx.2004-2018.stat +0 -611
- data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.ddy +0 -276
- data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_QC_Granby.710367_TMYx.2004-2018.stat +0 -610
- data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.ddy +0 -2342
- data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_QC_Sherbrooke.AP.716100_TMYx.2004-2018.stat +0 -700
- data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.ddy +0 -2342
- data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.epw +0 -8768
- data/data/weather/CAN_QC_Trois.Rivieres.717240_TMYx.2004-2018.stat +0 -700
- data/lib/openstudio-standards/hvac_sizing/Siz.AirConditionerVariableRefrigerantFlow.rb +0 -81
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatCoolVAVChngByp.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAir.rb +0 -69
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitaryHeatPumpAirToAirMultiSpeed.rb +0 -178
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVACUnitarySystem.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolCooledBeam.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolFourPipeInduction.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctConstVolReheat.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctParallelPIUReheat.rb +0 -67
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctSeriesPIUReheat.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctUncontrolled.rb +0 -30
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVHeatAndCoolNoReheat.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVHeatAndCoolReheat.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVNoReheat.rb +0 -68
- data/lib/openstudio-standards/hvac_sizing/Siz.AirTermSnglDuctVAVReheat.rb +0 -68
- data/lib/openstudio-standards/hvac_sizing/Siz.BoilerHotWater.rb +0 -42
- data/lib/openstudio-standards/hvac_sizing/Siz.BoilerSteam.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ChillerElectricEIR.rb +0 -58
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXMultiSpeed.rb +0 -171
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXSingleSpeed.rb +0 -56
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXTwoSpeed.rb +0 -89
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingDXVariableRefrigerantFlow.rb +0 -50
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWaterToAirHeatPumpEquationFit.rb +0 -69
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXMultiSpeed.rb +0 -120
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXSingleSpeed.rb +0 -56
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDXVariableRefrigerantFlow.rb +0 -41
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingDesuperheater.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingElectric.rb +0 -30
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingGas.rb +0 -30
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingGasMultiStage.rb +0 -68
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingWater.rb +0 -61
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilHeatingWaterToAirHeatPumpEquationFit.rb +0 -57
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilWaterHeatingDesuperheater.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.ControllerWaterCoil.rb +0 -49
- data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerSingleSpeed.rb +0 -90
- data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerTwoSpeed.rb +0 -83
- data/lib/openstudio-standards/hvac_sizing/Siz.CoolingTowerVariableSpeed.rb +0 -57
- data/lib/openstudio-standards/hvac_sizing/Siz.DistrictCooling.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.DistrictHeating.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeCoolerDirectResearchSpecial.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeCoolerIndirectResearchSpecial.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.EvaporativeFluidCoolerSingleSpeed.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.FanConstantVolume.rb +0 -29
- data/lib/openstudio-standards/hvac_sizing/Siz.FanOnOff.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.FanVariableVolume.rb +0 -29
- data/lib/openstudio-standards/hvac_sizing/Siz.HeaderedPumpsConstantSpeed.rb +0 -55
- data/lib/openstudio-standards/hvac_sizing/Siz.HeaderedPumpsVariableSpeed.rb +0 -55
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatExchangerAirToAirSensibleAndLatent.rb +0 -38
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatExchangerFluidToFluid.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.HumidifierSteamElectric.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.PlantLoop.rb +0 -42
- data/lib/openstudio-standards/hvac_sizing/Siz.PumpConstantSpeed.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.PumpVariableSpeed.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.SizingSystem.rb +0 -48
- data/lib/openstudio-standards/hvac_sizing/Siz.WaterHeaterMixed.rb +0 -16
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACBaseboardConvectiveElectric.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACBaseboardConvectiveWater.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACFourPipeFanCoil.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACHighTemperatureRadiant.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACIdealLoadsAirSystem.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTempRadiantConstFlow.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTempRadiantVarFlow.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACLowTemperatureRadiantElectric.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACPackagedTerminalAirConditioner.rb +0 -88
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACPackagedTerminalHeatPump.rb +0 -88
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACTerminalUnitVariableRefrigerantFlow.rb +0 -104
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACUnitHeater.rb +0 -27
- data/lib/openstudio-standards/hvac_sizing/Siz.ZoneHVACWaterToAirHeatPump.rb +0 -27
@@ -93,7 +93,11 @@ class NECB2011
|
|
93
93
|
|
94
94
|
# Organizes Zones and assigns them to appropriate systems according to NECB 2011-17 systems spacetype rules in Sec 8.
|
95
95
|
# requires requires fuel type to be assigned for each system aspect. Defaults to gas hydronic.
|
96
|
-
def apply_systems(model:,
|
96
|
+
def apply_systems(model:,
|
97
|
+
primary_heating_fuel:,
|
98
|
+
sizing_run_dir:,
|
99
|
+
shw_scale:,
|
100
|
+
baseline_system_zones_map_option:)
|
97
101
|
raise('validation of model failed.') unless validate_initial_model(model)
|
98
102
|
|
99
103
|
# Check to see if model is using another vintage of spacetypes. If so overwrite the @standards for the object with the
|
@@ -112,79 +116,71 @@ class NECB2011
|
|
112
116
|
# collect sizing information on each space.
|
113
117
|
store_space_sizing_loads(model)
|
114
118
|
|
115
|
-
# Set the primary fuel set to default to to specific fuel type.
|
116
|
-
if primary_heating_fuel == 'DefaultFuel'
|
117
|
-
epw = BTAP::Environment::WeatherFile.new(model.weatherFile.get.path.get)
|
118
|
-
primary_heating_fuel = @standards_data['regional_fuel_use'].detect { |fuel_sources| fuel_sources['state_province_regions'].include?(epw.state_province_region) }['fueltype_set']
|
119
|
-
end
|
120
|
-
# Get fuelset.
|
121
|
-
system_fuel_defaults = @standards_data['fuel_type_sets'].detect { |fuel_type_set| fuel_type_set['name'] == primary_heating_fuel }
|
122
|
-
raise("fuel_type_sets named #{primary_heating_fuel} not found in fuel_type_sets table.") if system_fuel_defaults.nil?
|
123
|
-
|
124
|
-
# Assign fuel sources.
|
125
|
-
boiler_fueltype = system_fuel_defaults['boiler_fueltype']
|
126
|
-
baseboard_type = system_fuel_defaults['baseboard_type']
|
127
|
-
mau_type = system_fuel_defaults['mau_type']
|
128
|
-
mau_heating_coil_type = system_fuel_defaults['mau_heating_coil_type']
|
129
|
-
mau_cooling_type = system_fuel_defaults['mau_cooling_type']
|
130
|
-
chiller_type = system_fuel_defaults['chiller_type']
|
131
|
-
heating_coil_type_sys3 = system_fuel_defaults['heating_coil_type_sys3']
|
132
|
-
heating_coil_type_sys4 = system_fuel_defaults['heating_coil_type_sys4']
|
133
|
-
heating_coil_type_sys6 = system_fuel_defaults['heating_coil_type_sys6']
|
134
|
-
fan_type = system_fuel_defaults['fan_type']
|
135
119
|
|
136
120
|
# remove idealair from zones if any.
|
137
121
|
model.getZoneHVACIdealLoadsAirSystems.each(&:remove)
|
138
|
-
@hw_loop = create_hw_loop_if_required(baseboard_type,
|
139
|
-
boiler_fueltype,
|
140
|
-
mau_heating_coil_type,
|
122
|
+
@hw_loop = create_hw_loop_if_required(self.fuel_type_set.baseboard_type,
|
123
|
+
self.fuel_type_set.boiler_fueltype,
|
124
|
+
self.fuel_type_set.mau_heating_coil_type,
|
141
125
|
model)
|
142
126
|
# Rule that all dwelling units have their own zone and system.
|
143
127
|
auto_system_dwelling_units(model: model,
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
128
|
+
necb_reference_hp: self.fuel_type_set.necb_reference_hp,
|
129
|
+
necb_reference_hp_supp_fuel: self.fuel_type_set.necb_reference_hp_supp_fuel,
|
130
|
+
baseboard_type: self.fuel_type_set.baseboard_type,
|
131
|
+
boiler_fueltype: self.fuel_type_set.boiler_fueltype,
|
132
|
+
chiller_type: self.fuel_type_set.chiller_type,
|
133
|
+
fan_type: self.fuel_type_set.fan_type,
|
134
|
+
heating_coil_type_sys3: self.fuel_type_set.heating_coil_type_sys3,
|
135
|
+
heating_coil_type_sys4: self.fuel_type_set.heating_coil_type_sys4,
|
150
136
|
hw_loop: @hw_loop,
|
151
|
-
heating_coil_type_sys6: heating_coil_type_sys6,
|
152
|
-
mau_cooling_type: mau_cooling_type,
|
153
|
-
mau_heating_coil_type: mau_heating_coil_type,
|
154
|
-
mau_type: mau_type,
|
137
|
+
heating_coil_type_sys6: self.fuel_type_set.heating_coil_type_sys6,
|
138
|
+
mau_cooling_type: self.fuel_type_set.mau_cooling_type,
|
139
|
+
mau_heating_coil_type: self.fuel_type_set.mau_heating_coil_type,
|
140
|
+
mau_type: self.fuel_type_set.mau_type,
|
155
141
|
baseline_system_zones_map_option: baseline_system_zones_map_option)
|
156
142
|
|
157
143
|
# Assign a single system 4 for all wet spaces.. and assign the control zone to the one with the largest load.
|
158
|
-
auto_system_wet_spaces(baseboard_type: baseboard_type,
|
159
|
-
|
160
|
-
|
144
|
+
auto_system_wet_spaces(baseboard_type: self.fuel_type_set.baseboard_type,
|
145
|
+
necb_reference_hp: self.fuel_type_set.necb_reference_hp,
|
146
|
+
necb_reference_hp_supp_fuel: self.fuel_type_set.necb_reference_hp_supp_fuel,
|
147
|
+
boiler_fueltype: self.fuel_type_set.boiler_fueltype,
|
148
|
+
heating_coil_type_sys4: self.fuel_type_set.heating_coil_type_sys4,
|
161
149
|
model: model)
|
162
150
|
|
163
151
|
# Assign a single system 4 for all storage spaces.. and assign the control zone to the one with the largest load.
|
164
|
-
auto_system_storage_spaces(baseboard_type: baseboard_type,
|
165
|
-
|
166
|
-
|
152
|
+
auto_system_storage_spaces(baseboard_type: self.fuel_type_set.baseboard_type,
|
153
|
+
necb_reference_hp: self.fuel_type_set.necb_reference_hp,
|
154
|
+
necb_reference_hp_supp_fuel: self.fuel_type_set.necb_reference_hp_supp_fuel,
|
155
|
+
boiler_fueltype: self.fuel_type_set.boiler_fueltype,
|
156
|
+
heating_coil_type_sys4: self.fuel_type_set.heating_coil_type_sys4,
|
167
157
|
model: model)
|
168
158
|
|
169
159
|
# Assign the wild spaces to a single system 4 system with a control zone with the largest load.
|
170
|
-
auto_system_wild_spaces(baseboard_type: baseboard_type,
|
171
|
-
|
160
|
+
auto_system_wild_spaces(baseboard_type: self.fuel_type_set.baseboard_type,
|
161
|
+
necb_reference_hp: self.fuel_type_set.necb_reference_hp,
|
162
|
+
necb_reference_hp_supp_fuel: self.fuel_type_set.necb_reference_hp_supp_fuel,
|
163
|
+
heating_coil_type_sys4: self.fuel_type_set.heating_coil_type_sys4,
|
172
164
|
model: model)
|
173
165
|
# do the regular assignment for the rest and group where possible.
|
174
166
|
auto_system_all_other_spaces(model: model,
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
167
|
+
necb_reference_hp: self.fuel_type_set.necb_reference_hp,
|
168
|
+
necb_reference_hp_supp_fuel: self.fuel_type_set.necb_reference_hp_supp_fuel,
|
169
|
+
baseboard_type: self.fuel_type_set.baseboard_type,
|
170
|
+
boiler_fueltype: self.fuel_type_set.boiler_fueltype,
|
171
|
+
chiller_type: self.fuel_type_set.chiller_type,
|
172
|
+
fan_type: self.fuel_type_set.fan_type,
|
173
|
+
heating_coil_type_sys3: self.fuel_type_set.heating_coil_type_sys3,
|
174
|
+
heating_coil_type_sys4: self.fuel_type_set.heating_coil_type_sys4,
|
181
175
|
hw_loop: @hw_loop,
|
182
|
-
heating_coil_type_sys6: heating_coil_type_sys6,
|
183
|
-
mau_cooling_type: mau_cooling_type,
|
184
|
-
mau_heating_coil_type: mau_heating_coil_type,
|
185
|
-
mau_type: mau_type
|
176
|
+
heating_coil_type_sys6: self.fuel_type_set.heating_coil_type_sys6,
|
177
|
+
mau_cooling_type: self.fuel_type_set.mau_cooling_type,
|
178
|
+
mau_heating_coil_type: self.fuel_type_set.mau_heating_coil_type,
|
179
|
+
mau_type: self.fuel_type_set.mau_type
|
186
180
|
)
|
187
|
-
model_add_swh(model: model,
|
181
|
+
model_add_swh(model: model,
|
182
|
+
swh_fueltype: self.fuel_type_set.swh_fueltype,
|
183
|
+
shw_scale: shw_scale)
|
188
184
|
model_apply_sizing_parameters(model)
|
189
185
|
# set a larger tolerance for unmet hours from default 0.2 to 1.0C
|
190
186
|
model.getOutputControlReportingTolerances.setToleranceforTimeHeatingSetpointNotMet(1.0)
|
@@ -874,8 +870,9 @@ class NECB2011
|
|
874
870
|
mau_heating_coil_type:,
|
875
871
|
mau_type:,
|
876
872
|
model:,
|
877
|
-
zones
|
878
|
-
|
873
|
+
zones:,
|
874
|
+
necb_reference_hp:false,
|
875
|
+
necb_reference_hp_supp_fuel:'DefaultFuel')
|
879
876
|
# The goal is to minimize the number of system when possible.
|
880
877
|
system_zones_hash = {}
|
881
878
|
zones.each do |zone|
|
@@ -891,6 +888,8 @@ class NECB2011
|
|
891
888
|
when 1
|
892
889
|
group_similar_zones_together(sys_zones).each do |curr_zones|
|
893
890
|
mau_air_loop = add_sys1_unitary_ac_baseboard_heating(model: model,
|
891
|
+
necb_reference_hp: necb_reference_hp,
|
892
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
894
893
|
zones: curr_zones,
|
895
894
|
mau_type: mau_type,
|
896
895
|
mau_heating_coil_type: mau_heating_coil_type,
|
@@ -910,6 +909,8 @@ class NECB2011
|
|
910
909
|
when 3
|
911
910
|
group_similar_zones_together(sys_zones).each do |curr_zones|
|
912
911
|
add_sys3and8_single_zone_packaged_rooftop_unit_with_baseboard_heating(model: model,
|
912
|
+
necb_reference_hp: necb_reference_hp,
|
913
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
913
914
|
zones: curr_zones,
|
914
915
|
heating_coil_type: heating_coil_type_sys3,
|
915
916
|
baseboard_type: baseboard_type,
|
@@ -919,6 +920,8 @@ class NECB2011
|
|
919
920
|
when 4
|
920
921
|
group_similar_zones_together(sys_zones).each do |curr_zones|
|
921
922
|
add_sys4_single_zone_make_up_air_unit_with_baseboard_heating(model: model,
|
923
|
+
necb_reference_hp: necb_reference_hp,
|
924
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
922
925
|
zones: curr_zones,
|
923
926
|
heating_coil_type: heating_coil_type_sys4,
|
924
927
|
baseboard_type: baseboard_type,
|
@@ -940,14 +943,22 @@ class NECB2011
|
|
940
943
|
hw_loop: @hw_loop)
|
941
944
|
end
|
942
945
|
when 6
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
946
|
+
if necb_reference_hp
|
947
|
+
add_sys6_multi_zone_reference_hp_with_baseboard_heating(model: model,
|
948
|
+
zones: sys_zones,
|
949
|
+
heating_coil_type: heating_coil_type_sys6,
|
950
|
+
baseboard_type: baseboard_type,
|
951
|
+
hw_loop:@hw_loop,
|
952
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel)
|
953
|
+
else
|
954
|
+
add_sys6_multi_zone_built_up_system_with_baseboard_heating(model: model,
|
955
|
+
zones: sys_zones,
|
956
|
+
heating_coil_type: heating_coil_type_sys6,
|
957
|
+
baseboard_type: baseboard_type,
|
958
|
+
chiller_type: chiller_type,
|
959
|
+
fan_type: fan_type,
|
960
|
+
hw_loop: @hw_loop)
|
961
|
+
end
|
951
962
|
when 7
|
952
963
|
group_similar_zones_together(sys_zones).each do |curr_zones|
|
953
964
|
add_sys2_FPFC_sys5_TPFC(model: model,
|
@@ -963,6 +974,8 @@ class NECB2011
|
|
963
974
|
|
964
975
|
# This method will deal with all non wet, non-wild, and non-dwelling units thermal zones.
|
965
976
|
def auto_system_all_other_spaces(baseboard_type:,
|
977
|
+
necb_reference_hp:false,
|
978
|
+
necb_reference_hp_supp_fuel:'DefaultFuel',
|
966
979
|
boiler_fueltype:,
|
967
980
|
chiller_type:,
|
968
981
|
fan_type:,
|
@@ -999,13 +1012,17 @@ class NECB2011
|
|
999
1012
|
mau_heating_coil_type: mau_heating_coil_type,
|
1000
1013
|
mau_type: mau_type,
|
1001
1014
|
model: model,
|
1002
|
-
zones: zones
|
1015
|
+
zones: zones,
|
1016
|
+
necb_reference_hp: necb_reference_hp,
|
1017
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel)
|
1003
1018
|
end
|
1004
1019
|
|
1005
1020
|
# This method will ensure that all dwelling units are assigned to a system 1 or 3.
|
1006
1021
|
# There is an option to have a shared AHU or not.
|
1007
1022
|
|
1008
1023
|
def auto_system_dwelling_units(baseboard_type:,
|
1024
|
+
necb_reference_hp:false,
|
1025
|
+
necb_reference_hp_supp_fuel:'DefaultFuel',
|
1009
1026
|
boiler_fueltype:,
|
1010
1027
|
chiller_type:,
|
1011
1028
|
fan_type:,
|
@@ -1018,12 +1035,11 @@ class NECB2011
|
|
1018
1035
|
mau_type:,
|
1019
1036
|
model:,
|
1020
1037
|
baseline_system_zones_map_option:)
|
1021
|
-
|
1022
1038
|
system_zones_hash = {}
|
1023
1039
|
# Determine if dwelling units have a shared AHU. If user entered building stories > 4 then set to true.
|
1024
1040
|
if baseline_system_zones_map_option == 'one_sys_per_dwelling_unit'
|
1025
1041
|
dwelling_shared_ahu = false
|
1026
|
-
elsif baseline_system_zones_map_option == 'one_sys_per_bldg' || baseline_system_zones_map_option == 'NECB_Default' || baseline_system_zones_map_option == 'none' || baseline_system_zones_map_option == nil
|
1042
|
+
elsif baseline_system_zones_map_option == 'one_sys_per_bldg' || baseline_system_zones_map_option == 'NECB_Default' || baseline_system_zones_map_option == 'none' || baseline_system_zones_map_option == nil || necb_reference_hp
|
1027
1043
|
dwelling_shared_ahu = true
|
1028
1044
|
end
|
1029
1045
|
# store dwelling zones into array
|
@@ -1045,6 +1061,8 @@ class NECB2011
|
|
1045
1061
|
when 1
|
1046
1062
|
if dwelling_shared_ahu
|
1047
1063
|
add_sys1_unitary_ac_baseboard_heating(model: model,
|
1064
|
+
necb_reference_hp: necb_reference_hp,
|
1065
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1048
1066
|
zones: sys_zones,
|
1049
1067
|
mau_type: mau_type,
|
1050
1068
|
mau_heating_coil_type: mau_heating_coil_type,
|
@@ -1055,6 +1073,8 @@ class NECB2011
|
|
1055
1073
|
# Create a separate air loop for each unit.
|
1056
1074
|
sys_zones.each do |zone|
|
1057
1075
|
add_sys1_unitary_ac_baseboard_heating(model: model,
|
1076
|
+
necb_reference_hp: necb_reference_hp,
|
1077
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1058
1078
|
zones: [zone],
|
1059
1079
|
mau_type: mau_type,
|
1060
1080
|
mau_heating_coil_type: mau_heating_coil_type,
|
@@ -1067,6 +1087,8 @@ class NECB2011
|
|
1067
1087
|
when 3
|
1068
1088
|
if dwelling_shared_ahu
|
1069
1089
|
add_sys3and8_single_zone_packaged_rooftop_unit_with_baseboard_heating(model: model,
|
1090
|
+
necb_reference_hp: necb_reference_hp,
|
1091
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1070
1092
|
zones: sys_zones,
|
1071
1093
|
heating_coil_type: heating_coil_type_sys3,
|
1072
1094
|
baseboard_type: baseboard_type,
|
@@ -1076,6 +1098,8 @@ class NECB2011
|
|
1076
1098
|
# Create a separate air loop for each unit.
|
1077
1099
|
sys_zones.each do |zone|
|
1078
1100
|
add_sys3and8_single_zone_packaged_rooftop_unit_with_baseboard_heating(model: model,
|
1101
|
+
necb_reference_hp: necb_reference_hp,
|
1102
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1079
1103
|
zones: [zone],
|
1080
1104
|
heating_coil_type: heating_coil_type_sys3,
|
1081
1105
|
baseboard_type: baseboard_type,
|
@@ -1089,6 +1113,8 @@ class NECB2011
|
|
1089
1113
|
|
1090
1114
|
# All wet spaces will be on their own system 4 AHU.
|
1091
1115
|
def auto_system_wet_spaces(baseboard_type:,
|
1116
|
+
necb_reference_hp:false,
|
1117
|
+
necb_reference_hp_supp_fuel:'DefaultFuel',
|
1092
1118
|
boiler_fueltype:,
|
1093
1119
|
heating_coil_type_sys4:,
|
1094
1120
|
model:)
|
@@ -1101,6 +1127,8 @@ class NECB2011
|
|
1101
1127
|
return if wet_tz.empty?
|
1102
1128
|
|
1103
1129
|
add_sys4_single_zone_make_up_air_unit_with_baseboard_heating(model: model,
|
1130
|
+
necb_reference_hp: necb_reference_hp,
|
1131
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1104
1132
|
zones: wet_tz,
|
1105
1133
|
heating_coil_type: heating_coil_type_sys4,
|
1106
1134
|
baseboard_type: baseboard_type,
|
@@ -1115,6 +1143,8 @@ class NECB2011
|
|
1115
1143
|
|
1116
1144
|
# All wet spaces will be on their own system 4 AHU.
|
1117
1145
|
def auto_system_storage_spaces(baseboard_type:,
|
1146
|
+
necb_reference_hp:false,
|
1147
|
+
necb_reference_hp_supp_fuel:'DefaultFuel',
|
1118
1148
|
boiler_fueltype:,
|
1119
1149
|
heating_coil_type_sys4:,
|
1120
1150
|
model:)
|
@@ -1128,6 +1158,8 @@ class NECB2011
|
|
1128
1158
|
|
1129
1159
|
# create a system 4 for the zones.
|
1130
1160
|
add_sys4_single_zone_make_up_air_unit_with_baseboard_heating(model: model,
|
1161
|
+
necb_reference_hp: necb_reference_hp,
|
1162
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1131
1163
|
zones: tz,
|
1132
1164
|
heating_coil_type: heating_coil_type_sys4,
|
1133
1165
|
baseboard_type: baseboard_type,
|
@@ -1142,6 +1174,8 @@ class NECB2011
|
|
1142
1174
|
|
1143
1175
|
# All wild spaces will be on a single system 4 ahu with the largests heating load zone being the control zone.
|
1144
1176
|
def auto_system_wild_spaces(baseboard_type:,
|
1177
|
+
necb_reference_hp:false,
|
1178
|
+
necb_reference_hp_supp_fuel:'Defaultfuel',
|
1145
1179
|
heating_coil_type_sys4:,
|
1146
1180
|
model:)
|
1147
1181
|
|
@@ -1154,6 +1188,8 @@ class NECB2011
|
|
1154
1188
|
|
1155
1189
|
# create a system 4 for the wild zones.
|
1156
1190
|
add_sys4_single_zone_make_up_air_unit_with_baseboard_heating(model: model,
|
1191
|
+
necb_reference_hp: necb_reference_hp,
|
1192
|
+
necb_reference_hp_supp_fuel: necb_reference_hp_supp_fuel,
|
1157
1193
|
zones: zones,
|
1158
1194
|
heating_coil_type: heating_coil_type_sys4,
|
1159
1195
|
baseboard_type: baseboard_type,
|
@@ -5,10 +5,10 @@
|
|
5
5
|
"notes": "This is a list of common fuel type set combinations",
|
6
6
|
"refs": [
|
7
7
|
"Survey",
|
8
|
-
"Mike.lubun
|
9
|
-
"Kamel.Haddad@
|
10
|
-
"Phylroy.lopez@
|
11
|
-
],
|
8
|
+
"Mike.lubun",
|
9
|
+
"Kamel.Haddad@nrcan-rncan.gc.ca",
|
10
|
+
"Phylroy.lopez@nrcan-rncan.gc.ca",
|
11
|
+
"Sara.Gilani@nrcan-rncan.gc.ca" ],
|
12
12
|
"table": [
|
13
13
|
{
|
14
14
|
"name":"NaturalGas",
|
@@ -21,8 +21,45 @@
|
|
21
21
|
"heating_coil_type_sys3": "Gas",
|
22
22
|
"heating_coil_type_sys4": "Gas",
|
23
23
|
"heating_coil_type_sys6": "Hot Water",
|
24
|
+
"necb_reference_hp_supp_fuel": null,
|
25
|
+
"necb_reference_hp": false,
|
24
26
|
"fan_type": "var_speed_drive",
|
25
|
-
"swh_fueltype": "NaturalGas"
|
27
|
+
"swh_fueltype": "NaturalGas",
|
28
|
+
"ecm_fueltype": "NaturalGas"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"name":"NaturalGasHPGasBackup",
|
32
|
+
"boiler_fueltype": "NaturalGas",
|
33
|
+
"baseboard_type": "Hot Water",
|
34
|
+
"mau_type": true,
|
35
|
+
"mau_heating_coil_type": "DX",
|
36
|
+
"mau_cooling_type": "DX",
|
37
|
+
"chiller_type": "Scroll",
|
38
|
+
"heating_coil_type_sys3": "DX",
|
39
|
+
"heating_coil_type_sys4": "DX",
|
40
|
+
"heating_coil_type_sys6": "DX",
|
41
|
+
"necb_reference_hp_supp_fuel": "NaturalGas",
|
42
|
+
"necb_reference_hp": true,
|
43
|
+
"fan_type": "cav_speed_drive",
|
44
|
+
"swh_fueltype": "NaturalGas",
|
45
|
+
"ecm_fueltype": "NaturalGas"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name":"NaturalGasHPElecBackupMixed",
|
49
|
+
"boiler_fueltype": "NaturalGas",
|
50
|
+
"baseboard_type": "Hot Water",
|
51
|
+
"mau_type": true,
|
52
|
+
"mau_heating_coil_type": "DX",
|
53
|
+
"mau_cooling_type": "DX",
|
54
|
+
"chiller_type": "Scroll",
|
55
|
+
"heating_coil_type_sys3": "DX",
|
56
|
+
"heating_coil_type_sys4": "DX",
|
57
|
+
"heating_coil_type_sys6": "DX",
|
58
|
+
"necb_reference_hp_supp_fuel": "Electricity",
|
59
|
+
"necb_reference_hp":true,
|
60
|
+
"fan_type": "cav_speed_drive",
|
61
|
+
"swh_fueltype": "NaturalGas",
|
62
|
+
"ecm_fueltype": "NaturalGas"
|
26
63
|
},
|
27
64
|
{
|
28
65
|
"name": "Electricity",
|
@@ -35,9 +72,46 @@
|
|
35
72
|
"heating_coil_type_sys3": "Electric",
|
36
73
|
"heating_coil_type_sys4": "Electric",
|
37
74
|
"heating_coil_type_sys6": "Electric",
|
75
|
+
"hp_supp_heating_coil_type": null,
|
76
|
+
"necb_reference_hp":false,
|
38
77
|
"fan_type": "var_speed_drive",
|
39
|
-
"swh_fueltype": "Electricity"
|
78
|
+
"swh_fueltype": "Electricity",
|
79
|
+
"ecm_fueltype": "Electricity"
|
80
|
+
|
40
81
|
},
|
82
|
+
{
|
83
|
+
"name": "ElectricityHPElecBackup",
|
84
|
+
"boiler_fueltype": "Electricity",
|
85
|
+
"baseboard_type": "Electric",
|
86
|
+
"mau_type": true,
|
87
|
+
"mau_heating_coil_type": "DX",
|
88
|
+
"mau_cooling_type": "DX",
|
89
|
+
"chiller_type": "Scroll",
|
90
|
+
"heating_coil_type_sys3": "DX",
|
91
|
+
"heating_coil_type_sys4": "DX",
|
92
|
+
"heating_coil_type_sys6": "DX",
|
93
|
+
"necb_reference_hp_supp_fuel": "Electricity",
|
94
|
+
"necb_reference_hp":true,
|
95
|
+
"fan_type": "cav_speed_drive",
|
96
|
+
"swh_fueltype": "Electricity",
|
97
|
+
"ecm_fueltype": "Electricity"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"name": "ElectricityHPGasBackupMixed",
|
101
|
+
"boiler_fueltype": "Electricity",
|
102
|
+
"baseboard_type": "Electric",
|
103
|
+
"mau_type": true,
|
104
|
+
"mau_heating_coil_type": "DX",
|
105
|
+
"mau_cooling_type": "DX",
|
106
|
+
"chiller_type": "Scroll",
|
107
|
+
"heating_coil_type_sys3": "DX",
|
108
|
+
"heating_coil_type_sys4": "DX",
|
109
|
+
"heating_coil_type_sys6": "DX",
|
110
|
+
"necb_reference_hp_supp_fuel": "NaturalGas",
|
111
|
+
"necb_reference_hp":true,
|
112
|
+
"fan_type": "cav_speed_drive",
|
113
|
+
"swh_fueltype": "Electricity",
|
114
|
+
"ecm_fueltype": "Electricity" },
|
41
115
|
{
|
42
116
|
"name": "FuelOilNo2",
|
43
117
|
"boiler_fueltype": "FuelOilNo2",
|
@@ -49,11 +123,14 @@
|
|
49
123
|
"heating_coil_type_sys3": "Electric",
|
50
124
|
"heating_coil_type_sys4": "Electric",
|
51
125
|
"heating_coil_type_sys6": "Electric",
|
126
|
+
"hp_supp_heating_coil_type": null,
|
127
|
+
"necb_reference_hp":false,
|
52
128
|
"fan_type": "var_speed_drive",
|
53
|
-
"swh_fueltype": "Electricity"
|
129
|
+
"swh_fueltype": "Electricity",
|
130
|
+
"ecm_fueltype": "Electricity"
|
131
|
+
|
54
132
|
}
|
55
133
|
]
|
56
134
|
}
|
57
135
|
}
|
58
136
|
}
|
59
|
-
|