openstudio-standards 0.3.0 → 0.3.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +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 +12 -12
- 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 +9 -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 +70 -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/common/buildings/Prototype.SuperMarket.rb +1 -23
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +93 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +13 -0
- 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 +18 -2
- 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.Model.rb +68 -52
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.Space.rb +16 -18
- 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 +9 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +2 -0
- 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 +807 -258
- 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
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
OS:Version,
|
3
|
-
{
|
4
|
-
3.
|
3
|
+
{234f85d8-269b-47cd-853a-7fd45ccc57f6}, !- Handle
|
4
|
+
3.2.1; !- Version Identifier
|
5
5
|
|
6
6
|
OS:Schedule:Constant,
|
7
7
|
{ee58ca18-9087-455c-8ada-12dd2ff7a6ec}, !- Handle
|
@@ -443,7 +443,7 @@ OS:Space,
|
|
443
443
|
OS:Space,
|
444
444
|
{859bc88c-c416-4bc3-8137-dd5ebef99bba}, !- Handle
|
445
445
|
Office, !- Name
|
446
|
-
{
|
446
|
+
{c8981956-15db-48cd-9dc9-fdbfec63fa3c}, !- Space Type Name
|
447
447
|
, !- Default Construction Set Name
|
448
448
|
, !- Default Schedule Set Name
|
449
449
|
0, !- Direction of Relative North {deg}
|
@@ -715,7 +715,7 @@ OS:Surface,
|
|
715
715
|
|
716
716
|
OS:Output:Meter,
|
717
717
|
{29f7895e-ac0c-4623-926d-975974086e4e}, !- Handle
|
718
|
-
|
718
|
+
NaturalGas:Facility, !- Name
|
719
719
|
Hourly, !- Reporting Frequency
|
720
720
|
True, !- Meter File Only
|
721
721
|
False; !- Cumulative
|
@@ -2814,17 +2814,6 @@ OS:Rendering:Color,
|
|
2814
2814
|
255, !- Rendering Green Value
|
2815
2815
|
255; !- Rendering Blue Value
|
2816
2816
|
|
2817
|
-
OS:SpaceType,
|
2818
|
-
{d878049e-9383-4c78-b237-b3106f3ac989}, !- Handle
|
2819
|
-
Space Function Conf./meet./multi-purpose, !- Name
|
2820
|
-
, !- Default Construction Set Name
|
2821
|
-
, !- Default Schedule Set Name
|
2822
|
-
{951b7b4c-aa77-4231-8405-40d73509f009}, !- Group Rendering Name
|
2823
|
-
{c3c1b82a-ee66-447a-8f58-beab7b9bef09}, !- Design Specification Outdoor Air Object Name
|
2824
|
-
, !- Standards Template
|
2825
|
-
Space Function, !- Standards Building Type
|
2826
|
-
Dwelling Unit(s); !- Standards Space Type
|
2827
|
-
|
2828
2817
|
OS:Rendering:Color,
|
2829
2818
|
{63920e9c-4f6e-4c47-a9a8-3f817c62a709}, !- Handle
|
2830
2819
|
Space Function Conf./meet./multi-purpose, !- Name
|
@@ -4890,7 +4879,6 @@ OS:SubSurface,
|
|
4890
4879
|
{c83f9036-726e-4da7-9e5d-3295ece930cc}, !- Surface Name
|
4891
4880
|
, !- Outside Boundary Condition Object
|
4892
4881
|
, !- View Factor to Ground
|
4893
|
-
, !- Shading Control Name
|
4894
4882
|
, !- Frame and Divider Name
|
4895
4883
|
, !- Multiplier
|
4896
4884
|
, !- Number of Vertices
|
@@ -4907,7 +4895,6 @@ OS:SubSurface,
|
|
4907
4895
|
{6052717a-b449-46d4-ada5-bad81bf70f7a}, !- Surface Name
|
4908
4896
|
, !- Outside Boundary Condition Object
|
4909
4897
|
, !- View Factor to Ground
|
4910
|
-
, !- Shading Control Name
|
4911
4898
|
, !- Frame and Divider Name
|
4912
4899
|
, !- Multiplier
|
4913
4900
|
, !- Number of Vertices
|
@@ -4924,7 +4911,6 @@ OS:SubSurface,
|
|
4924
4911
|
{b8e8faef-f7f6-4298-aa37-e27d3552ccd2}, !- Surface Name
|
4925
4912
|
, !- Outside Boundary Condition Object
|
4926
4913
|
, !- View Factor to Ground
|
4927
|
-
, !- Shading Control Name
|
4928
4914
|
, !- Frame and Divider Name
|
4929
4915
|
, !- Multiplier
|
4930
4916
|
, !- Number of Vertices
|
@@ -4941,7 +4927,6 @@ OS:SubSurface,
|
|
4941
4927
|
{c558d82c-5613-4ed0-8d46-457e8216c57d}, !- Surface Name
|
4942
4928
|
, !- Outside Boundary Condition Object
|
4943
4929
|
, !- View Factor to Ground
|
4944
|
-
, !- Shading Control Name
|
4945
4930
|
, !- Frame and Divider Name
|
4946
4931
|
, !- Multiplier
|
4947
4932
|
, !- Number of Vertices
|
@@ -4958,7 +4943,6 @@ OS:SubSurface,
|
|
4958
4943
|
{5f148495-c6a8-4a28-afeb-1a1e6b8ea81f}, !- Surface Name
|
4959
4944
|
, !- Outside Boundary Condition Object
|
4960
4945
|
, !- View Factor to Ground
|
4961
|
-
, !- Shading Control Name
|
4962
4946
|
, !- Frame and Divider Name
|
4963
4947
|
, !- Multiplier
|
4964
4948
|
, !- Number of Vertices
|
@@ -4975,7 +4959,6 @@ OS:SubSurface,
|
|
4975
4959
|
{046d83cc-62cd-44ec-a21f-b10efa3109b4}, !- Surface Name
|
4976
4960
|
, !- Outside Boundary Condition Object
|
4977
4961
|
, !- View Factor to Ground
|
4978
|
-
, !- Shading Control Name
|
4979
4962
|
, !- Frame and Divider Name
|
4980
4963
|
, !- Multiplier
|
4981
4964
|
, !- Number of Vertices
|
@@ -4992,7 +4975,6 @@ OS:SubSurface,
|
|
4992
4975
|
{15f3d534-12ce-4c22-accb-4696f6173031}, !- Surface Name
|
4993
4976
|
, !- Outside Boundary Condition Object
|
4994
4977
|
, !- View Factor to Ground
|
4995
|
-
, !- Shading Control Name
|
4996
4978
|
, !- Frame and Divider Name
|
4997
4979
|
, !- Multiplier
|
4998
4980
|
, !- Number of Vertices
|
@@ -5009,7 +4991,6 @@ OS:SubSurface,
|
|
5009
4991
|
{7fd405a2-e808-4806-818a-8f78ce469cfe}, !- Surface Name
|
5010
4992
|
, !- Outside Boundary Condition Object
|
5011
4993
|
, !- View Factor to Ground
|
5012
|
-
, !- Shading Control Name
|
5013
4994
|
, !- Frame and Divider Name
|
5014
4995
|
, !- Multiplier
|
5015
4996
|
, !- Number of Vertices
|
@@ -5026,7 +5007,6 @@ OS:SubSurface,
|
|
5026
5007
|
{a390f85d-1e0f-4539-bd6b-77d9a7d49e91}, !- Surface Name
|
5027
5008
|
, !- Outside Boundary Condition Object
|
5028
5009
|
, !- View Factor to Ground
|
5029
|
-
, !- Shading Control Name
|
5030
5010
|
, !- Frame and Divider Name
|
5031
5011
|
, !- Multiplier
|
5032
5012
|
, !- Number of Vertices
|
@@ -5043,7 +5023,6 @@ OS:SubSurface,
|
|
5043
5023
|
{76702075-4def-4826-896f-771ca21d6190}, !- Surface Name
|
5044
5024
|
, !- Outside Boundary Condition Object
|
5045
5025
|
, !- View Factor to Ground
|
5046
|
-
, !- Shading Control Name
|
5047
5026
|
, !- Frame and Divider Name
|
5048
5027
|
, !- Multiplier
|
5049
5028
|
, !- Number of Vertices
|
@@ -5060,7 +5039,6 @@ OS:SubSurface,
|
|
5060
5039
|
{77a6ba33-c3cd-4e64-8e16-554d2e3cf87b}, !- Surface Name
|
5061
5040
|
, !- Outside Boundary Condition Object
|
5062
5041
|
, !- View Factor to Ground
|
5063
|
-
, !- Shading Control Name
|
5064
5042
|
, !- Frame and Divider Name
|
5065
5043
|
, !- Multiplier
|
5066
5044
|
, !- Number of Vertices
|
@@ -5077,7 +5055,6 @@ OS:SubSurface,
|
|
5077
5055
|
{77260f95-bb68-4a10-bcc8-29d2dbf345bb}, !- Surface Name
|
5078
5056
|
, !- Outside Boundary Condition Object
|
5079
5057
|
, !- View Factor to Ground
|
5080
|
-
, !- Shading Control Name
|
5081
5058
|
, !- Frame and Divider Name
|
5082
5059
|
, !- Multiplier
|
5083
5060
|
, !- Number of Vertices
|
@@ -5094,7 +5071,6 @@ OS:SubSurface,
|
|
5094
5071
|
{5197ae2f-835b-4413-b43b-e1f2a6717eb1}, !- Surface Name
|
5095
5072
|
, !- Outside Boundary Condition Object
|
5096
5073
|
, !- View Factor to Ground
|
5097
|
-
, !- Shading Control Name
|
5098
5074
|
, !- Frame and Divider Name
|
5099
5075
|
, !- Multiplier
|
5100
5076
|
, !- Number of Vertices
|
@@ -5111,7 +5087,6 @@ OS:SubSurface,
|
|
5111
5087
|
{179af04c-9de7-4777-bfb2-e88c98794834}, !- Surface Name
|
5112
5088
|
, !- Outside Boundary Condition Object
|
5113
5089
|
, !- View Factor to Ground
|
5114
|
-
, !- Shading Control Name
|
5115
5090
|
, !- Frame and Divider Name
|
5116
5091
|
, !- Multiplier
|
5117
5092
|
, !- Number of Vertices
|
@@ -5128,7 +5103,6 @@ OS:SubSurface,
|
|
5128
5103
|
{0973397c-a7cd-4f4c-b030-9a1a5fc1bd68}, !- Surface Name
|
5129
5104
|
, !- Outside Boundary Condition Object
|
5130
5105
|
, !- View Factor to Ground
|
5131
|
-
, !- Shading Control Name
|
5132
5106
|
, !- Frame and Divider Name
|
5133
5107
|
, !- Multiplier
|
5134
5108
|
, !- Number of Vertices
|
@@ -5145,7 +5119,6 @@ OS:SubSurface,
|
|
5145
5119
|
{3dbd93e7-32e4-4f53-b639-ab0832e6c891}, !- Surface Name
|
5146
5120
|
, !- Outside Boundary Condition Object
|
5147
5121
|
, !- View Factor to Ground
|
5148
|
-
, !- Shading Control Name
|
5149
5122
|
, !- Frame and Divider Name
|
5150
5123
|
, !- Multiplier
|
5151
5124
|
, !- Number of Vertices
|
@@ -5162,7 +5135,6 @@ OS:SubSurface,
|
|
5162
5135
|
{148e00e3-9d23-4420-9033-2c8e1d29f648}, !- Surface Name
|
5163
5136
|
, !- Outside Boundary Condition Object
|
5164
5137
|
, !- View Factor to Ground
|
5165
|
-
, !- Shading Control Name
|
5166
5138
|
, !- Frame and Divider Name
|
5167
5139
|
, !- Multiplier
|
5168
5140
|
, !- Number of Vertices
|
@@ -5179,7 +5151,6 @@ OS:SubSurface,
|
|
5179
5151
|
{329cc372-873c-43a5-9272-e604a7426627}, !- Surface Name
|
5180
5152
|
, !- Outside Boundary Condition Object
|
5181
5153
|
, !- View Factor to Ground
|
5182
|
-
, !- Shading Control Name
|
5183
5154
|
, !- Frame and Divider Name
|
5184
5155
|
, !- Multiplier
|
5185
5156
|
, !- Number of Vertices
|
@@ -5196,7 +5167,6 @@ OS:SubSurface,
|
|
5196
5167
|
{d631ce51-4ce6-49db-9914-73bbcf409eb3}, !- Surface Name
|
5197
5168
|
, !- Outside Boundary Condition Object
|
5198
5169
|
, !- View Factor to Ground
|
5199
|
-
, !- Shading Control Name
|
5200
5170
|
, !- Frame and Divider Name
|
5201
5171
|
, !- Multiplier
|
5202
5172
|
, !- Number of Vertices
|
@@ -5213,7 +5183,6 @@ OS:SubSurface,
|
|
5213
5183
|
{4db869d3-2221-499c-b634-035d0d161b35}, !- Surface Name
|
5214
5184
|
, !- Outside Boundary Condition Object
|
5215
5185
|
, !- View Factor to Ground
|
5216
|
-
, !- Shading Control Name
|
5217
5186
|
, !- Frame and Divider Name
|
5218
5187
|
, !- Multiplier
|
5219
5188
|
, !- Number of Vertices
|
@@ -5230,7 +5199,6 @@ OS:SubSurface,
|
|
5230
5199
|
{f326f129-5c15-4001-b1e7-53f56fa397e7}, !- Surface Name
|
5231
5200
|
, !- Outside Boundary Condition Object
|
5232
5201
|
, !- View Factor to Ground
|
5233
|
-
, !- Shading Control Name
|
5234
5202
|
, !- Frame and Divider Name
|
5235
5203
|
, !- Multiplier
|
5236
5204
|
, !- Number of Vertices
|
@@ -5247,7 +5215,6 @@ OS:SubSurface,
|
|
5247
5215
|
{7508456a-940b-402f-bf6d-eb01a235c2c4}, !- Surface Name
|
5248
5216
|
, !- Outside Boundary Condition Object
|
5249
5217
|
, !- View Factor to Ground
|
5250
|
-
, !- Shading Control Name
|
5251
5218
|
, !- Frame and Divider Name
|
5252
5219
|
, !- Multiplier
|
5253
5220
|
, !- Number of Vertices
|
@@ -5264,7 +5231,6 @@ OS:SubSurface,
|
|
5264
5231
|
{80ebd4bf-06e6-4cab-acd6-ff797d6d30ac}, !- Surface Name
|
5265
5232
|
, !- Outside Boundary Condition Object
|
5266
5233
|
, !- View Factor to Ground
|
5267
|
-
, !- Shading Control Name
|
5268
5234
|
, !- Frame and Divider Name
|
5269
5235
|
, !- Multiplier
|
5270
5236
|
, !- Number of Vertices
|
@@ -5281,7 +5247,6 @@ OS:SubSurface,
|
|
5281
5247
|
{110a100d-7d9e-48b5-9b51-c726b83de338}, !- Surface Name
|
5282
5248
|
, !- Outside Boundary Condition Object
|
5283
5249
|
, !- View Factor to Ground
|
5284
|
-
, !- Shading Control Name
|
5285
5250
|
, !- Frame and Divider Name
|
5286
5251
|
, !- Multiplier
|
5287
5252
|
, !- Number of Vertices
|
@@ -5298,7 +5263,6 @@ OS:SubSurface,
|
|
5298
5263
|
{60223897-f4da-42ad-a2bb-5820651546af}, !- Surface Name
|
5299
5264
|
, !- Outside Boundary Condition Object
|
5300
5265
|
, !- View Factor to Ground
|
5301
|
-
, !- Shading Control Name
|
5302
5266
|
, !- Frame and Divider Name
|
5303
5267
|
, !- Multiplier
|
5304
5268
|
, !- Number of Vertices
|
@@ -5315,7 +5279,6 @@ OS:SubSurface,
|
|
5315
5279
|
{2df42518-f3bc-4d0b-814b-5de908c94fbe}, !- Surface Name
|
5316
5280
|
, !- Outside Boundary Condition Object
|
5317
5281
|
, !- View Factor to Ground
|
5318
|
-
, !- Shading Control Name
|
5319
5282
|
, !- Frame and Divider Name
|
5320
5283
|
, !- Multiplier
|
5321
5284
|
, !- Number of Vertices
|
@@ -5332,7 +5295,6 @@ OS:SubSurface,
|
|
5332
5295
|
{af29dfb6-7496-4f93-84eb-9aea6f24ec16}, !- Surface Name
|
5333
5296
|
, !- Outside Boundary Condition Object
|
5334
5297
|
, !- View Factor to Ground
|
5335
|
-
, !- Shading Control Name
|
5336
5298
|
, !- Frame and Divider Name
|
5337
5299
|
, !- Multiplier
|
5338
5300
|
, !- Number of Vertices
|
@@ -5349,7 +5311,6 @@ OS:SubSurface,
|
|
5349
5311
|
{717aacc9-d91e-4e59-9778-924657ad38d8}, !- Surface Name
|
5350
5312
|
, !- Outside Boundary Condition Object
|
5351
5313
|
, !- View Factor to Ground
|
5352
|
-
, !- Shading Control Name
|
5353
5314
|
, !- Frame and Divider Name
|
5354
5315
|
, !- Multiplier
|
5355
5316
|
, !- Number of Vertices
|
@@ -5366,7 +5327,6 @@ OS:SubSurface,
|
|
5366
5327
|
{acec2d78-fb19-4e60-af60-27e9bec82ddb}, !- Surface Name
|
5367
5328
|
, !- Outside Boundary Condition Object
|
5368
5329
|
, !- View Factor to Ground
|
5369
|
-
, !- Shading Control Name
|
5370
5330
|
, !- Frame and Divider Name
|
5371
5331
|
, !- Multiplier
|
5372
5332
|
, !- Number of Vertices
|
@@ -5383,7 +5343,6 @@ OS:SubSurface,
|
|
5383
5343
|
{38233d6c-a038-4da7-aad0-fc35f2bcabc3}, !- Surface Name
|
5384
5344
|
, !- Outside Boundary Condition Object
|
5385
5345
|
, !- View Factor to Ground
|
5386
|
-
, !- Shading Control Name
|
5387
5346
|
, !- Frame and Divider Name
|
5388
5347
|
, !- Multiplier
|
5389
5348
|
, !- Number of Vertices
|
@@ -5400,7 +5359,6 @@ OS:SubSurface,
|
|
5400
5359
|
{83dab2e6-54a4-4332-b06a-214e42e5ca87}, !- Surface Name
|
5401
5360
|
, !- Outside Boundary Condition Object
|
5402
5361
|
, !- View Factor to Ground
|
5403
|
-
, !- Shading Control Name
|
5404
5362
|
, !- Frame and Divider Name
|
5405
5363
|
, !- Multiplier
|
5406
5364
|
, !- Number of Vertices
|
@@ -5417,7 +5375,6 @@ OS:SubSurface,
|
|
5417
5375
|
{6315ab11-826e-4bfb-9416-671d68329af7}, !- Surface Name
|
5418
5376
|
, !- Outside Boundary Condition Object
|
5419
5377
|
, !- View Factor to Ground
|
5420
|
-
, !- Shading Control Name
|
5421
5378
|
, !- Frame and Divider Name
|
5422
5379
|
, !- Multiplier
|
5423
5380
|
, !- Number of Vertices
|
@@ -5434,7 +5391,6 @@ OS:SubSurface,
|
|
5434
5391
|
{56e335ae-f65a-42c1-8c5a-dec1ac7f3c8b}, !- Surface Name
|
5435
5392
|
, !- Outside Boundary Condition Object
|
5436
5393
|
, !- View Factor to Ground
|
5437
|
-
, !- Shading Control Name
|
5438
5394
|
, !- Frame and Divider Name
|
5439
5395
|
, !- Multiplier
|
5440
5396
|
, !- Number of Vertices
|
@@ -5451,7 +5407,6 @@ OS:SubSurface,
|
|
5451
5407
|
{d9fb3c9b-dfbd-411c-81f4-1ee8d5b73d0f}, !- Surface Name
|
5452
5408
|
, !- Outside Boundary Condition Object
|
5453
5409
|
, !- View Factor to Ground
|
5454
|
-
, !- Shading Control Name
|
5455
5410
|
, !- Frame and Divider Name
|
5456
5411
|
, !- Multiplier
|
5457
5412
|
, !- Number of Vertices
|
@@ -5468,7 +5423,6 @@ OS:SubSurface,
|
|
5468
5423
|
{ba5b2bc2-eaf4-469d-b8b1-d92bbfef86ce}, !- Surface Name
|
5469
5424
|
, !- Outside Boundary Condition Object
|
5470
5425
|
, !- View Factor to Ground
|
5471
|
-
, !- Shading Control Name
|
5472
5426
|
, !- Frame and Divider Name
|
5473
5427
|
, !- Multiplier
|
5474
5428
|
, !- Number of Vertices
|
@@ -5485,7 +5439,6 @@ OS:SubSurface,
|
|
5485
5439
|
{c1f9405a-3bf7-485c-850c-d955771dc9f2}, !- Surface Name
|
5486
5440
|
, !- Outside Boundary Condition Object
|
5487
5441
|
, !- View Factor to Ground
|
5488
|
-
, !- Shading Control Name
|
5489
5442
|
, !- Frame and Divider Name
|
5490
5443
|
, !- Multiplier
|
5491
5444
|
, !- Number of Vertices
|
@@ -5502,7 +5455,6 @@ OS:SubSurface,
|
|
5502
5455
|
{ded4e408-7c4a-4b73-934e-290e877cbbff}, !- Surface Name
|
5503
5456
|
, !- Outside Boundary Condition Object
|
5504
5457
|
, !- View Factor to Ground
|
5505
|
-
, !- Shading Control Name
|
5506
5458
|
, !- Frame and Divider Name
|
5507
5459
|
1, !- Multiplier
|
5508
5460
|
, !- Number of Vertices
|
@@ -5519,7 +5471,6 @@ OS:SubSurface,
|
|
5519
5471
|
{608daf55-87bf-4e6c-890d-b8673ef911dc}, !- Surface Name
|
5520
5472
|
, !- Outside Boundary Condition Object
|
5521
5473
|
, !- View Factor to Ground
|
5522
|
-
, !- Shading Control Name
|
5523
5474
|
, !- Frame and Divider Name
|
5524
5475
|
1, !- Multiplier
|
5525
5476
|
, !- Number of Vertices
|
@@ -5536,7 +5487,6 @@ OS:SubSurface,
|
|
5536
5487
|
{905c35a2-52f2-4040-ac69-e63ab3ffc919}, !- Surface Name
|
5537
5488
|
, !- Outside Boundary Condition Object
|
5538
5489
|
, !- View Factor to Ground
|
5539
|
-
, !- Shading Control Name
|
5540
5490
|
, !- Frame and Divider Name
|
5541
5491
|
1, !- Multiplier
|
5542
5492
|
, !- Number of Vertices
|
@@ -5553,7 +5503,6 @@ OS:SubSurface,
|
|
5553
5503
|
{7cdc8448-6efd-41a0-8939-e3fddb97a0b0}, !- Surface Name
|
5554
5504
|
, !- Outside Boundary Condition Object
|
5555
5505
|
, !- View Factor to Ground
|
5556
|
-
, !- Shading Control Name
|
5557
5506
|
, !- Frame and Divider Name
|
5558
5507
|
1, !- Multiplier
|
5559
5508
|
, !- Number of Vertices
|
@@ -5570,7 +5519,6 @@ OS:SubSurface,
|
|
5570
5519
|
{7347fd37-c284-440c-af33-38b0962a4f06}, !- Surface Name
|
5571
5520
|
, !- Outside Boundary Condition Object
|
5572
5521
|
, !- View Factor to Ground
|
5573
|
-
, !- Shading Control Name
|
5574
5522
|
, !- Frame and Divider Name
|
5575
5523
|
1, !- Multiplier
|
5576
5524
|
, !- Number of Vertices
|
@@ -5587,7 +5535,6 @@ OS:SubSurface,
|
|
5587
5535
|
{40c22506-4400-4641-9898-b438f3b99abd}, !- Surface Name
|
5588
5536
|
, !- Outside Boundary Condition Object
|
5589
5537
|
, !- View Factor to Ground
|
5590
|
-
, !- Shading Control Name
|
5591
5538
|
, !- Frame and Divider Name
|
5592
5539
|
1, !- Multiplier
|
5593
5540
|
, !- Number of Vertices
|
@@ -5604,7 +5551,6 @@ OS:SubSurface,
|
|
5604
5551
|
{6da1a970-a01d-4919-b89d-9ee5fc864ede}, !- Surface Name
|
5605
5552
|
, !- Outside Boundary Condition Object
|
5606
5553
|
, !- View Factor to Ground
|
5607
|
-
, !- Shading Control Name
|
5608
5554
|
, !- Frame and Divider Name
|
5609
5555
|
1, !- Multiplier
|
5610
5556
|
, !- Number of Vertices
|
@@ -6865,7 +6811,6 @@ OS:Curve:Cubic,
|
|
6865
6811
|
|
6866
6812
|
OS:Connection,
|
6867
6813
|
{5f93770a-3ae5-4efe-a87d-0968525a9043}, !- Handle
|
6868
|
-
{e86d873e-ec17-4bdb-b9f4-8a4766410988}, !- Name
|
6869
6814
|
, !- Source Object
|
6870
6815
|
3, !- Outlet Port
|
6871
6816
|
, !- Target Object
|
@@ -6873,7 +6818,6 @@ OS:Connection,
|
|
6873
6818
|
|
6874
6819
|
OS:Connection,
|
6875
6820
|
{db942129-338f-4720-bfa5-fe77504b02f5}, !- Handle
|
6876
|
-
{0a04197b-6b7c-4881-8719-6ce5a620303b}, !- Name
|
6877
6821
|
, !- Source Object
|
6878
6822
|
3, !- Outlet Port
|
6879
6823
|
, !- Target Object
|
@@ -6899,7 +6843,6 @@ OS:Node,
|
|
6899
6843
|
|
6900
6844
|
OS:Connection,
|
6901
6845
|
{4feaa9d0-637d-4f59-ad0f-f1a7ae1e39a4}, !- Handle
|
6902
|
-
{e7e53a0d-acd5-457f-8362-72c49ac12a36}, !- Name
|
6903
6846
|
, !- Source Object
|
6904
6847
|
10, !- Outlet Port
|
6905
6848
|
{ec826cab-8fd9-4ff8-9cc8-d79a035d024e}, !- Target Object
|
@@ -6907,7 +6850,6 @@ OS:Connection,
|
|
6907
6850
|
|
6908
6851
|
OS:Connection,
|
6909
6852
|
{6c4ef8c6-1d0d-4dd7-b38d-4bc718c786a1}, !- Handle
|
6910
|
-
{c9e511d8-4118-44a1-8d4a-9b018c5d8a59}, !- Name
|
6911
6853
|
{c3d406e9-aa15-49f8-bb16-81073ec2a813}, !- Source Object
|
6912
6854
|
3, !- Outlet Port
|
6913
6855
|
, !- Target Object
|
@@ -6927,7 +6869,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
6927
6869
|
|
6928
6870
|
OS:Connection,
|
6929
6871
|
{222e5094-5b6d-499b-8411-a37a83a86e10}, !- Handle
|
6930
|
-
{719d5b4b-8842-4dd7-bb1b-cf3ae82c96f8}, !- Name
|
6931
6872
|
{ec826cab-8fd9-4ff8-9cc8-d79a035d024e}, !- Source Object
|
6932
6873
|
3, !- Outlet Port
|
6933
6874
|
{fc496c6a-25d3-4ff9-b6c2-091241b77430}, !- Target Object
|
@@ -6935,7 +6876,6 @@ OS:Connection,
|
|
6935
6876
|
|
6936
6877
|
OS:Connection,
|
6937
6878
|
{aace29db-a618-452d-acb2-c1f0ac8c3200}, !- Handle
|
6938
|
-
{19cca35e-343d-4aa9-be30-f1888b0402b3}, !- Name
|
6939
6879
|
{9b8c862d-cc2f-43ea-82e0-22bcc698c827}, !- Source Object
|
6940
6880
|
2, !- Outlet Port
|
6941
6881
|
{c3d406e9-aa15-49f8-bb16-81073ec2a813}, !- Target Object
|
@@ -7152,7 +7092,6 @@ OS:Node,
|
|
7152
7092
|
|
7153
7093
|
OS:Connection,
|
7154
7094
|
{5638c49d-9464-49a9-8fd4-380369f1b79c}, !- Handle
|
7155
|
-
{2312f6df-68c9-41cf-931f-ee69158e6b74}, !- Name
|
7156
7095
|
, !- Source Object
|
7157
7096
|
3, !- Outlet Port
|
7158
7097
|
{6828b17c-1e2b-4608-b74b-362c1e20058b}, !- Target Object
|
@@ -7160,7 +7099,6 @@ OS:Connection,
|
|
7160
7099
|
|
7161
7100
|
OS:Connection,
|
7162
7101
|
{4167f720-fe49-405f-93de-c02856c8de51}, !- Handle
|
7163
|
-
{f687ce6c-053e-4ebe-b9fa-9762171c39fd}, !- Name
|
7164
7102
|
{6828b17c-1e2b-4608-b74b-362c1e20058b}, !- Source Object
|
7165
7103
|
3, !- Outlet Port
|
7166
7104
|
{86a6752f-040b-4837-9d55-0ebd9819957e}, !- Target Object
|
@@ -7174,7 +7112,6 @@ OS:Node,
|
|
7174
7112
|
|
7175
7113
|
OS:Connection,
|
7176
7114
|
{f62ac430-02c8-4f74-bf04-3db289ca4d52}, !- Handle
|
7177
|
-
{176517fc-e7be-4f40-bd6b-b03bb87d9a46}, !- Name
|
7178
7115
|
{b8ec9fbc-061f-4962-81ed-12f794bcac69}, !- Source Object
|
7179
7116
|
3, !- Outlet Port
|
7180
7117
|
, !- Target Object
|
@@ -7182,7 +7119,6 @@ OS:Connection,
|
|
7182
7119
|
|
7183
7120
|
OS:Connection,
|
7184
7121
|
{f3168f1a-4d3a-41f1-90a6-2a78aece725f}, !- Handle
|
7185
|
-
{9f0acc59-fca0-4dfc-b709-3178bb0708be}, !- Name
|
7186
7122
|
{86a6752f-040b-4837-9d55-0ebd9819957e}, !- Source Object
|
7187
7123
|
4, !- Outlet Port
|
7188
7124
|
{b8ec9fbc-061f-4962-81ed-12f794bcac69}, !- Target Object
|
@@ -7223,7 +7159,6 @@ OS:Node,
|
|
7223
7159
|
|
7224
7160
|
OS:Connection,
|
7225
7161
|
{8a9d816d-e0f8-448b-b7a3-2603c4326270}, !- Handle
|
7226
|
-
{8991b08d-bccf-4676-bbb4-db0b7b9d5465}, !- Name
|
7227
7162
|
{756cf4ab-acbb-4cec-a5ee-7874f9e3b186}, !- Source Object
|
7228
7163
|
3, !- Outlet Port
|
7229
7164
|
, !- Target Object
|
@@ -7231,7 +7166,6 @@ OS:Connection,
|
|
7231
7166
|
|
7232
7167
|
OS:Connection,
|
7233
7168
|
{477aa323-5baf-4fa0-b8ba-4d09c18f0c11}, !- Handle
|
7234
|
-
{f932c686-3e81-4dfa-bea7-41e72edb1995}, !- Name
|
7235
7169
|
, !- Source Object
|
7236
7170
|
3, !- Outlet Port
|
7237
7171
|
{cbd414cb-7af8-40d9-b5d5-d033c9c88bac}, !- Target Object
|
@@ -7239,7 +7173,6 @@ OS:Connection,
|
|
7239
7173
|
|
7240
7174
|
OS:Connection,
|
7241
7175
|
{1b76c99d-2262-4d0e-964a-d1c948a4a3a7}, !- Handle
|
7242
|
-
{f4acbf21-fe22-4aa5-871a-e01a4f1efd06}, !- Name
|
7243
7176
|
{cbd414cb-7af8-40d9-b5d5-d033c9c88bac}, !- Source Object
|
7244
7177
|
3, !- Outlet Port
|
7245
7178
|
{9b8c862d-cc2f-43ea-82e0-22bcc698c827}, !- Target Object
|
@@ -7253,7 +7186,6 @@ OS:Node,
|
|
7253
7186
|
|
7254
7187
|
OS:Connection,
|
7255
7188
|
{cf999fab-b7b5-4e86-9e83-bb75f1a9fd0d}, !- Handle
|
7256
|
-
{d8c9363a-cf75-4327-bb4b-ded5087e7586}, !- Name
|
7257
7189
|
{fc496c6a-25d3-4ff9-b6c2-091241b77430}, !- Source Object
|
7258
7190
|
3, !- Outlet Port
|
7259
7191
|
{b308d93f-5666-4e9b-a5fc-fdc89b9f0ff1}, !- Target Object
|
@@ -7261,7 +7193,6 @@ OS:Connection,
|
|
7261
7193
|
|
7262
7194
|
OS:Connection,
|
7263
7195
|
{60c20125-bded-4cdc-a0ac-25d285c7751f}, !- Handle
|
7264
|
-
{f0f7c61c-d4d3-47f2-9a56-0eeec85fac90}, !- Name
|
7265
7196
|
{b308d93f-5666-4e9b-a5fc-fdc89b9f0ff1}, !- Source Object
|
7266
7197
|
3, !- Outlet Port
|
7267
7198
|
{34ea2ae1-1a42-4e4e-9d27-5cc8cfecc3bb}, !- Target Object
|
@@ -7269,7 +7200,6 @@ OS:Connection,
|
|
7269
7200
|
|
7270
7201
|
OS:Connection,
|
7271
7202
|
{583941c7-89da-4a40-b2ff-71aeb2999e3c}, !- Handle
|
7272
|
-
{03fc457c-851e-41ff-ada5-939e9cfdad07}, !- Name
|
7273
7203
|
{34ea2ae1-1a42-4e4e-9d27-5cc8cfecc3bb}, !- Source Object
|
7274
7204
|
4, !- Outlet Port
|
7275
7205
|
{756cf4ab-acbb-4cec-a5ee-7874f9e3b186}, !- Target Object
|
@@ -7404,7 +7334,6 @@ OS:Curve:Cubic,
|
|
7404
7334
|
|
7405
7335
|
OS:Connection,
|
7406
7336
|
{f40b4cb0-d2ef-46ab-afd3-42365cfce559}, !- Handle
|
7407
|
-
{ef5a088f-25a6-4352-acce-6a642def44e1}, !- Name
|
7408
7337
|
, !- Source Object
|
7409
7338
|
3, !- Outlet Port
|
7410
7339
|
, !- Target Object
|
@@ -7412,7 +7341,6 @@ OS:Connection,
|
|
7412
7341
|
|
7413
7342
|
OS:Connection,
|
7414
7343
|
{7e01bb18-c09d-4efb-9f3e-b25940a6faa3}, !- Handle
|
7415
|
-
{f391706f-6c08-4a08-a14b-c5131b412319}, !- Name
|
7416
7344
|
, !- Source Object
|
7417
7345
|
3, !- Outlet Port
|
7418
7346
|
, !- Target Object
|
@@ -7547,7 +7475,6 @@ OS:Curve:Cubic,
|
|
7547
7475
|
|
7548
7476
|
OS:Connection,
|
7549
7477
|
{c4377157-6fef-44e1-95e8-279ce4f6a05c}, !- Handle
|
7550
|
-
{cad85470-efda-4fdd-8635-d4742d8ffd7f}, !- Name
|
7551
7478
|
, !- Source Object
|
7552
7479
|
3, !- Outlet Port
|
7553
7480
|
, !- Target Object
|
@@ -7555,7 +7482,6 @@ OS:Connection,
|
|
7555
7482
|
|
7556
7483
|
OS:Connection,
|
7557
7484
|
{e9337d12-e668-4601-bad6-3b756adab631}, !- Handle
|
7558
|
-
{cbf50d0f-6a22-404e-ba74-74e54748d306}, !- Name
|
7559
7485
|
, !- Source Object
|
7560
7486
|
3, !- Outlet Port
|
7561
7487
|
, !- Target Object
|
@@ -7581,7 +7507,6 @@ OS:Node,
|
|
7581
7507
|
|
7582
7508
|
OS:Connection,
|
7583
7509
|
{257572bc-eb39-4a4c-a52d-231118470c0b}, !- Handle
|
7584
|
-
{5181074c-d515-4cfd-a0b4-e22c87b35530}, !- Name
|
7585
7510
|
, !- Source Object
|
7586
7511
|
10, !- Outlet Port
|
7587
7512
|
{ac9a6972-3173-4cf9-a301-16a89ef996d0}, !- Target Object
|
@@ -7589,7 +7514,6 @@ OS:Connection,
|
|
7589
7514
|
|
7590
7515
|
OS:Connection,
|
7591
7516
|
{999535e6-e48c-4df9-83af-269b04d35584}, !- Handle
|
7592
|
-
{f9c75a57-955e-450b-bd3b-caeeea1b0e8a}, !- Name
|
7593
7517
|
{794ad0a2-be1b-4af5-a6a0-864f070cd274}, !- Source Object
|
7594
7518
|
3, !- Outlet Port
|
7595
7519
|
, !- Target Object
|
@@ -7609,7 +7533,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
7609
7533
|
|
7610
7534
|
OS:Connection,
|
7611
7535
|
{9f4d8810-698b-4f94-8985-0290bd4f8410}, !- Handle
|
7612
|
-
{9dce6e12-6f37-4ce4-a0f5-fd81b977380c}, !- Name
|
7613
7536
|
{ac9a6972-3173-4cf9-a301-16a89ef996d0}, !- Source Object
|
7614
7537
|
3, !- Outlet Port
|
7615
7538
|
{c36e9695-30eb-4bdd-9fab-69ab79203e72}, !- Target Object
|
@@ -7617,7 +7540,6 @@ OS:Connection,
|
|
7617
7540
|
|
7618
7541
|
OS:Connection,
|
7619
7542
|
{f3974907-4904-427f-bbdd-c09b57fa6cd0}, !- Handle
|
7620
|
-
{5ec765e9-8278-408e-9f8f-f138ae03b3bf}, !- Name
|
7621
7543
|
{84960ba3-9b2d-409e-b58c-801b50847348}, !- Source Object
|
7622
7544
|
2, !- Outlet Port
|
7623
7545
|
{794ad0a2-be1b-4af5-a6a0-864f070cd274}, !- Target Object
|
@@ -7834,7 +7756,6 @@ OS:Node,
|
|
7834
7756
|
|
7835
7757
|
OS:Connection,
|
7836
7758
|
{92dc42d6-4eac-4af7-b117-a3a5801cf11d}, !- Handle
|
7837
|
-
{9aee5a3f-23a8-462f-97b8-628de498e2fd}, !- Name
|
7838
7759
|
, !- Source Object
|
7839
7760
|
3, !- Outlet Port
|
7840
7761
|
{d7f4e58e-255e-4597-ba62-32ea9fab418e}, !- Target Object
|
@@ -7842,7 +7763,6 @@ OS:Connection,
|
|
7842
7763
|
|
7843
7764
|
OS:Connection,
|
7844
7765
|
{fbf1d129-d504-4988-9618-66a3e00ed8fe}, !- Handle
|
7845
|
-
{06814f87-06f4-4177-b1d1-c4f1ee9b07a3}, !- Name
|
7846
7766
|
{d7f4e58e-255e-4597-ba62-32ea9fab418e}, !- Source Object
|
7847
7767
|
3, !- Outlet Port
|
7848
7768
|
{22e7078f-449c-4e57-853b-8801d24a24f9}, !- Target Object
|
@@ -7856,7 +7776,6 @@ OS:Node,
|
|
7856
7776
|
|
7857
7777
|
OS:Connection,
|
7858
7778
|
{574f6778-823c-4c16-869a-18332f008aa5}, !- Handle
|
7859
|
-
{89458133-32f2-45b8-8dec-c3f9bfed58d1}, !- Name
|
7860
7779
|
{16d9c89b-5c76-440f-9a8c-9809b78a6a54}, !- Source Object
|
7861
7780
|
3, !- Outlet Port
|
7862
7781
|
, !- Target Object
|
@@ -7864,7 +7783,6 @@ OS:Connection,
|
|
7864
7783
|
|
7865
7784
|
OS:Connection,
|
7866
7785
|
{ce01a907-e0a9-41ba-87f1-cbe242e0be71}, !- Handle
|
7867
|
-
{ea25a729-7042-496d-b43c-7cee42ad6052}, !- Name
|
7868
7786
|
{22e7078f-449c-4e57-853b-8801d24a24f9}, !- Source Object
|
7869
7787
|
4, !- Outlet Port
|
7870
7788
|
{16d9c89b-5c76-440f-9a8c-9809b78a6a54}, !- Target Object
|
@@ -7905,7 +7823,6 @@ OS:Node,
|
|
7905
7823
|
|
7906
7824
|
OS:Connection,
|
7907
7825
|
{83a13e8e-8274-4dd4-933b-4d39553879af}, !- Handle
|
7908
|
-
{7c8307a7-f218-488a-a6a9-834155c6e58b}, !- Name
|
7909
7826
|
{8456c926-a997-4878-8eff-39b61ef7f3c5}, !- Source Object
|
7910
7827
|
3, !- Outlet Port
|
7911
7828
|
, !- Target Object
|
@@ -7913,7 +7830,6 @@ OS:Connection,
|
|
7913
7830
|
|
7914
7831
|
OS:Connection,
|
7915
7832
|
{ae352d2a-13fc-4997-a027-4020482152a5}, !- Handle
|
7916
|
-
{e527fe70-1c8d-420d-a75d-43c138eceede}, !- Name
|
7917
7833
|
, !- Source Object
|
7918
7834
|
3, !- Outlet Port
|
7919
7835
|
{e7e032c3-f12e-4513-b594-6b5e7d4f42fc}, !- Target Object
|
@@ -7921,7 +7837,6 @@ OS:Connection,
|
|
7921
7837
|
|
7922
7838
|
OS:Connection,
|
7923
7839
|
{31332292-6b9a-41b0-9724-0d28d5c05e36}, !- Handle
|
7924
|
-
{ae0abfe6-c013-45eb-a3b3-456a8117ba52}, !- Name
|
7925
7840
|
{e7e032c3-f12e-4513-b594-6b5e7d4f42fc}, !- Source Object
|
7926
7841
|
3, !- Outlet Port
|
7927
7842
|
{84960ba3-9b2d-409e-b58c-801b50847348}, !- Target Object
|
@@ -7935,7 +7850,6 @@ OS:Node,
|
|
7935
7850
|
|
7936
7851
|
OS:Connection,
|
7937
7852
|
{cf0a6b97-0b8b-470a-8348-fad3caef7047}, !- Handle
|
7938
|
-
{28c32f98-5178-4350-bd40-575af55be9ea}, !- Name
|
7939
7853
|
{c36e9695-30eb-4bdd-9fab-69ab79203e72}, !- Source Object
|
7940
7854
|
3, !- Outlet Port
|
7941
7855
|
{c0763824-111c-4b8d-9dcb-0b8964b4ddd6}, !- Target Object
|
@@ -7943,7 +7857,6 @@ OS:Connection,
|
|
7943
7857
|
|
7944
7858
|
OS:Connection,
|
7945
7859
|
{e5c40d02-dcaf-4bcf-a1fc-0784c706cee7}, !- Handle
|
7946
|
-
{90bfa1e3-cc55-4530-9da2-b525f9da0af8}, !- Name
|
7947
7860
|
{c0763824-111c-4b8d-9dcb-0b8964b4ddd6}, !- Source Object
|
7948
7861
|
3, !- Outlet Port
|
7949
7862
|
{d4e6b89a-fc4b-474e-987a-57330fba8e33}, !- Target Object
|
@@ -7951,7 +7864,6 @@ OS:Connection,
|
|
7951
7864
|
|
7952
7865
|
OS:Connection,
|
7953
7866
|
{4bb8840e-46ee-4f01-85f9-336aa54dd422}, !- Handle
|
7954
|
-
{fd42d3e6-238b-4b1d-90da-103ae41a9f31}, !- Name
|
7955
7867
|
{d4e6b89a-fc4b-474e-987a-57330fba8e33}, !- Source Object
|
7956
7868
|
4, !- Outlet Port
|
7957
7869
|
{8456c926-a997-4878-8eff-39b61ef7f3c5}, !- Target Object
|
@@ -8086,7 +7998,6 @@ OS:Curve:Cubic,
|
|
8086
7998
|
|
8087
7999
|
OS:Connection,
|
8088
8000
|
{3f8126d4-c1de-4d31-b695-1a5a2cafb5f7}, !- Handle
|
8089
|
-
{330e0531-bf37-4850-b8e4-aa0981d86e16}, !- Name
|
8090
8001
|
, !- Source Object
|
8091
8002
|
3, !- Outlet Port
|
8092
8003
|
, !- Target Object
|
@@ -8094,7 +8005,6 @@ OS:Connection,
|
|
8094
8005
|
|
8095
8006
|
OS:Connection,
|
8096
8007
|
{4652e826-4708-4579-819f-480550f1402c}, !- Handle
|
8097
|
-
{2ca02814-ffb0-42fa-ae6d-7a98a96b7d85}, !- Name
|
8098
8008
|
, !- Source Object
|
8099
8009
|
3, !- Outlet Port
|
8100
8010
|
, !- Target Object
|
@@ -8229,7 +8139,6 @@ OS:Curve:Cubic,
|
|
8229
8139
|
|
8230
8140
|
OS:Connection,
|
8231
8141
|
{24675245-a60e-41d4-a657-59400feaedaa}, !- Handle
|
8232
|
-
{c6ad8342-5eb6-4438-b49c-aea91d5686de}, !- Name
|
8233
8142
|
, !- Source Object
|
8234
8143
|
3, !- Outlet Port
|
8235
8144
|
, !- Target Object
|
@@ -8237,7 +8146,6 @@ OS:Connection,
|
|
8237
8146
|
|
8238
8147
|
OS:Connection,
|
8239
8148
|
{c728cf01-c46a-4cf6-8e0e-d1965423ea7a}, !- Handle
|
8240
|
-
{7148805a-ee7f-4f65-83aa-b19bec4dd312}, !- Name
|
8241
8149
|
, !- Source Object
|
8242
8150
|
3, !- Outlet Port
|
8243
8151
|
, !- Target Object
|
@@ -8372,7 +8280,6 @@ OS:Curve:Cubic,
|
|
8372
8280
|
|
8373
8281
|
OS:Connection,
|
8374
8282
|
{e231d465-6c7f-4b3d-a71c-cb7b889ce556}, !- Handle
|
8375
|
-
{def12c91-c6a8-4800-8962-db66aff473aa}, !- Name
|
8376
8283
|
, !- Source Object
|
8377
8284
|
3, !- Outlet Port
|
8378
8285
|
, !- Target Object
|
@@ -8380,7 +8287,6 @@ OS:Connection,
|
|
8380
8287
|
|
8381
8288
|
OS:Connection,
|
8382
8289
|
{0adeee02-c3ff-49db-bc33-4cff9d6d557b}, !- Handle
|
8383
|
-
{3eadb6b3-9cc2-4cb7-bc44-1d7363b2a5da}, !- Name
|
8384
8290
|
, !- Source Object
|
8385
8291
|
3, !- Outlet Port
|
8386
8292
|
, !- Target Object
|
@@ -8406,7 +8312,6 @@ OS:Node,
|
|
8406
8312
|
|
8407
8313
|
OS:Connection,
|
8408
8314
|
{794376b0-7af4-4541-86f0-a3361e1de869}, !- Handle
|
8409
|
-
{f3bb01b9-1579-42d4-9932-f09b95944f9e}, !- Name
|
8410
8315
|
, !- Source Object
|
8411
8316
|
10, !- Outlet Port
|
8412
8317
|
{397e81ae-e946-4c4e-85b0-68aad7d41d0f}, !- Target Object
|
@@ -8414,7 +8319,6 @@ OS:Connection,
|
|
8414
8319
|
|
8415
8320
|
OS:Connection,
|
8416
8321
|
{0f3d4064-a333-4578-8a61-713e83128356}, !- Handle
|
8417
|
-
{82df26ea-8bbf-42b5-b248-a9183c63e21e}, !- Name
|
8418
8322
|
{e57ae41d-4c3f-4556-a5ab-3f68a7dc2fe0}, !- Source Object
|
8419
8323
|
3, !- Outlet Port
|
8420
8324
|
, !- Target Object
|
@@ -8434,7 +8338,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
8434
8338
|
|
8435
8339
|
OS:Connection,
|
8436
8340
|
{ca19d7e4-c171-452e-bec5-d973e87cdfac}, !- Handle
|
8437
|
-
{8b0c4184-d095-4ed1-a72c-cb36c7022c61}, !- Name
|
8438
8341
|
{397e81ae-e946-4c4e-85b0-68aad7d41d0f}, !- Source Object
|
8439
8342
|
3, !- Outlet Port
|
8440
8343
|
{53469e43-5e21-479e-95cc-261b3e6850c2}, !- Target Object
|
@@ -8442,7 +8345,6 @@ OS:Connection,
|
|
8442
8345
|
|
8443
8346
|
OS:Connection,
|
8444
8347
|
{c489eeaf-3648-4c68-9bca-6cdffd9b8708}, !- Handle
|
8445
|
-
{42595dda-e7b5-4066-a0c5-0ea3c4c49da9}, !- Name
|
8446
8348
|
{8c958b12-3986-44a3-bcab-1512eb3f7ed9}, !- Source Object
|
8447
8349
|
2, !- Outlet Port
|
8448
8350
|
{e57ae41d-4c3f-4556-a5ab-3f68a7dc2fe0}, !- Target Object
|
@@ -8659,7 +8561,6 @@ OS:Node,
|
|
8659
8561
|
|
8660
8562
|
OS:Connection,
|
8661
8563
|
{89bb8cc8-d5ab-472a-b95b-1ae8d9947bdf}, !- Handle
|
8662
|
-
{a0ae539c-cea6-4ada-abf9-73e31d5674db}, !- Name
|
8663
8564
|
, !- Source Object
|
8664
8565
|
3, !- Outlet Port
|
8665
8566
|
{413d98d2-120e-495a-bc98-05650f053f37}, !- Target Object
|
@@ -8667,7 +8568,6 @@ OS:Connection,
|
|
8667
8568
|
|
8668
8569
|
OS:Connection,
|
8669
8570
|
{b811fc85-dec6-4b84-820d-075cde307bf9}, !- Handle
|
8670
|
-
{72b189f3-8468-43dd-a4cd-29ca90704eea}, !- Name
|
8671
8571
|
{413d98d2-120e-495a-bc98-05650f053f37}, !- Source Object
|
8672
8572
|
3, !- Outlet Port
|
8673
8573
|
{ac25099c-2926-4a72-99f7-e915ad5e3e77}, !- Target Object
|
@@ -8681,7 +8581,6 @@ OS:Node,
|
|
8681
8581
|
|
8682
8582
|
OS:Connection,
|
8683
8583
|
{5df9a9e0-fa7f-48e7-8f84-efbd157cd47a}, !- Handle
|
8684
|
-
{9a15b70a-62ac-4019-9df1-14a6fdb1a1f2}, !- Name
|
8685
8584
|
{31bc0388-6d61-4a6d-9c6c-b03317f46734}, !- Source Object
|
8686
8585
|
3, !- Outlet Port
|
8687
8586
|
, !- Target Object
|
@@ -8689,7 +8588,6 @@ OS:Connection,
|
|
8689
8588
|
|
8690
8589
|
OS:Connection,
|
8691
8590
|
{364db758-e37c-42ab-99f7-72c33c0b1d54}, !- Handle
|
8692
|
-
{1b930067-6e53-4cc4-81b6-d8f37933c2ad}, !- Name
|
8693
8591
|
{ac25099c-2926-4a72-99f7-e915ad5e3e77}, !- Source Object
|
8694
8592
|
4, !- Outlet Port
|
8695
8593
|
{31bc0388-6d61-4a6d-9c6c-b03317f46734}, !- Target Object
|
@@ -8730,7 +8628,6 @@ OS:Node,
|
|
8730
8628
|
|
8731
8629
|
OS:Connection,
|
8732
8630
|
{91dcf887-05d0-419a-ae3d-73886be66ace}, !- Handle
|
8733
|
-
{29163b5a-0f96-4911-a9c4-866383751d32}, !- Name
|
8734
8631
|
{f0fc04f8-9ce5-483f-b00d-d95a1f12196d}, !- Source Object
|
8735
8632
|
3, !- Outlet Port
|
8736
8633
|
, !- Target Object
|
@@ -8738,7 +8635,6 @@ OS:Connection,
|
|
8738
8635
|
|
8739
8636
|
OS:Connection,
|
8740
8637
|
{09a42858-afb5-4819-9166-808a99a1ccfc}, !- Handle
|
8741
|
-
{c5cb4bfc-d850-4f1e-ac68-5febb229d12c}, !- Name
|
8742
8638
|
, !- Source Object
|
8743
8639
|
3, !- Outlet Port
|
8744
8640
|
{a8e1df21-f063-4d80-8caf-4a3b9ab6ec20}, !- Target Object
|
@@ -8746,7 +8642,6 @@ OS:Connection,
|
|
8746
8642
|
|
8747
8643
|
OS:Connection,
|
8748
8644
|
{3104c7ec-5bf0-4920-94e0-d61ea3885725}, !- Handle
|
8749
|
-
{da1dded3-74c6-48cc-b2a1-46c13bc08a0f}, !- Name
|
8750
8645
|
{a8e1df21-f063-4d80-8caf-4a3b9ab6ec20}, !- Source Object
|
8751
8646
|
3, !- Outlet Port
|
8752
8647
|
{8c958b12-3986-44a3-bcab-1512eb3f7ed9}, !- Target Object
|
@@ -8760,7 +8655,6 @@ OS:Node,
|
|
8760
8655
|
|
8761
8656
|
OS:Connection,
|
8762
8657
|
{8bdb2b10-18a9-4714-b2d6-6c84682c1164}, !- Handle
|
8763
|
-
{25961d0a-e095-4a4d-bd2c-24fbd0cc5c71}, !- Name
|
8764
8658
|
{53469e43-5e21-479e-95cc-261b3e6850c2}, !- Source Object
|
8765
8659
|
3, !- Outlet Port
|
8766
8660
|
{18aca706-7c6b-43e2-8813-3b88dccf9b67}, !- Target Object
|
@@ -8768,7 +8662,6 @@ OS:Connection,
|
|
8768
8662
|
|
8769
8663
|
OS:Connection,
|
8770
8664
|
{36498234-2e5e-4d83-9664-43f6bf1d1c2c}, !- Handle
|
8771
|
-
{0b4e1562-185e-4ae1-a1ec-a9affb4e2efe}, !- Name
|
8772
8665
|
{18aca706-7c6b-43e2-8813-3b88dccf9b67}, !- Source Object
|
8773
8666
|
3, !- Outlet Port
|
8774
8667
|
{2cd8db8a-3b75-4b6c-8226-e06ba08badd2}, !- Target Object
|
@@ -8776,7 +8669,6 @@ OS:Connection,
|
|
8776
8669
|
|
8777
8670
|
OS:Connection,
|
8778
8671
|
{1d9228e2-7012-4155-b297-1462d7e471b5}, !- Handle
|
8779
|
-
{e43ba83e-4d07-4b9e-915f-7285df3edce4}, !- Name
|
8780
8672
|
{2cd8db8a-3b75-4b6c-8226-e06ba08badd2}, !- Source Object
|
8781
8673
|
4, !- Outlet Port
|
8782
8674
|
{f0fc04f8-9ce5-483f-b00d-d95a1f12196d}, !- Target Object
|
@@ -8911,7 +8803,6 @@ OS:Curve:Cubic,
|
|
8911
8803
|
|
8912
8804
|
OS:Connection,
|
8913
8805
|
{6e19ca6d-67ea-4982-947c-9d0c81ab7f6d}, !- Handle
|
8914
|
-
{d8cf2133-b648-4ed0-8cbe-cf00d9000a80}, !- Name
|
8915
8806
|
, !- Source Object
|
8916
8807
|
3, !- Outlet Port
|
8917
8808
|
, !- Target Object
|
@@ -8919,7 +8810,6 @@ OS:Connection,
|
|
8919
8810
|
|
8920
8811
|
OS:Connection,
|
8921
8812
|
{c3b37f39-3907-4215-b92b-8f2bf90b855e}, !- Handle
|
8922
|
-
{f7de6158-4930-4665-b453-146696b5e1db}, !- Name
|
8923
8813
|
, !- Source Object
|
8924
8814
|
3, !- Outlet Port
|
8925
8815
|
, !- Target Object
|
@@ -8945,7 +8835,6 @@ OS:Node,
|
|
8945
8835
|
|
8946
8836
|
OS:Connection,
|
8947
8837
|
{f5cda70d-0637-4125-80f5-d42d62cb1de8}, !- Handle
|
8948
|
-
{63e5bcd3-0017-4c26-9d53-f17b0164f621}, !- Name
|
8949
8838
|
, !- Source Object
|
8950
8839
|
10, !- Outlet Port
|
8951
8840
|
{f6aae18d-d1c8-4468-9bbb-f53af36e86c9}, !- Target Object
|
@@ -8953,7 +8842,6 @@ OS:Connection,
|
|
8953
8842
|
|
8954
8843
|
OS:Connection,
|
8955
8844
|
{3b74a4bb-7d11-4bde-9757-3b3452206a50}, !- Handle
|
8956
|
-
{42f4c6f1-302c-4631-a38a-62c187f8141c}, !- Name
|
8957
8845
|
{c694af06-0242-43cc-81dc-76db6fea5f12}, !- Source Object
|
8958
8846
|
3, !- Outlet Port
|
8959
8847
|
, !- Target Object
|
@@ -8973,7 +8861,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
8973
8861
|
|
8974
8862
|
OS:Connection,
|
8975
8863
|
{75711305-4ca7-489c-9ddc-193ba18771c1}, !- Handle
|
8976
|
-
{5417decb-a64e-40a0-a7ea-8b6ed9f27631}, !- Name
|
8977
8864
|
{f6aae18d-d1c8-4468-9bbb-f53af36e86c9}, !- Source Object
|
8978
8865
|
3, !- Outlet Port
|
8979
8866
|
{b30a40e9-f414-4e8f-98fc-51e3acab7f3b}, !- Target Object
|
@@ -8981,7 +8868,6 @@ OS:Connection,
|
|
8981
8868
|
|
8982
8869
|
OS:Connection,
|
8983
8870
|
{a867083b-faf3-4740-8526-c5cfef35345b}, !- Handle
|
8984
|
-
{49e0b406-6ec1-412d-9914-e0af2612ae50}, !- Name
|
8985
8871
|
{5b0bdc61-8202-4ac4-bdd2-3a9242f29535}, !- Source Object
|
8986
8872
|
2, !- Outlet Port
|
8987
8873
|
{c694af06-0242-43cc-81dc-76db6fea5f12}, !- Target Object
|
@@ -9198,7 +9084,6 @@ OS:Node,
|
|
9198
9084
|
|
9199
9085
|
OS:Connection,
|
9200
9086
|
{0183a6b0-48e3-4cc4-8803-1733044d8e43}, !- Handle
|
9201
|
-
{5218c9d2-1779-47fb-b48b-39f5d1541d4c}, !- Name
|
9202
9087
|
, !- Source Object
|
9203
9088
|
3, !- Outlet Port
|
9204
9089
|
{4d7afb95-3d20-43eb-b505-4221ebde5817}, !- Target Object
|
@@ -9206,7 +9091,6 @@ OS:Connection,
|
|
9206
9091
|
|
9207
9092
|
OS:Connection,
|
9208
9093
|
{1d6fe58e-1673-402a-9919-1772a552926b}, !- Handle
|
9209
|
-
{a532ae65-21af-4abe-b1a5-d7a02808dd08}, !- Name
|
9210
9094
|
{4d7afb95-3d20-43eb-b505-4221ebde5817}, !- Source Object
|
9211
9095
|
3, !- Outlet Port
|
9212
9096
|
{0dce8d89-2e34-481c-ad6c-e0db30b9bb3a}, !- Target Object
|
@@ -9220,7 +9104,6 @@ OS:Node,
|
|
9220
9104
|
|
9221
9105
|
OS:Connection,
|
9222
9106
|
{71902736-6b8b-49ac-9d02-98c2afdc4a50}, !- Handle
|
9223
|
-
{aa61bc64-03f3-4a6b-957e-9422ba392545}, !- Name
|
9224
9107
|
{6c89c2b3-d54f-4ae1-b358-0a9b786987bf}, !- Source Object
|
9225
9108
|
3, !- Outlet Port
|
9226
9109
|
, !- Target Object
|
@@ -9228,7 +9111,6 @@ OS:Connection,
|
|
9228
9111
|
|
9229
9112
|
OS:Connection,
|
9230
9113
|
{c9ee90bc-56f4-4c34-ad65-ee1362d51cc8}, !- Handle
|
9231
|
-
{b06b9cfa-e010-429f-aa83-26638dab9a3a}, !- Name
|
9232
9114
|
{0dce8d89-2e34-481c-ad6c-e0db30b9bb3a}, !- Source Object
|
9233
9115
|
4, !- Outlet Port
|
9234
9116
|
{6c89c2b3-d54f-4ae1-b358-0a9b786987bf}, !- Target Object
|
@@ -9269,7 +9151,6 @@ OS:Node,
|
|
9269
9151
|
|
9270
9152
|
OS:Connection,
|
9271
9153
|
{f54aaaac-9f3b-47dc-9e9c-8ebbf7d72605}, !- Handle
|
9272
|
-
{351a74e0-65ee-4894-aeb6-c3f2c65be33a}, !- Name
|
9273
9154
|
{cbe0c6d7-ff41-4847-9e7a-aa7df2926e3a}, !- Source Object
|
9274
9155
|
3, !- Outlet Port
|
9275
9156
|
, !- Target Object
|
@@ -9277,7 +9158,6 @@ OS:Connection,
|
|
9277
9158
|
|
9278
9159
|
OS:Connection,
|
9279
9160
|
{3cb8377a-03fd-4c51-b9dc-929998940169}, !- Handle
|
9280
|
-
{fe474967-458e-4ebc-94d2-95a30403189f}, !- Name
|
9281
9161
|
, !- Source Object
|
9282
9162
|
3, !- Outlet Port
|
9283
9163
|
{91addd2d-665b-4db5-8d39-95cca7c4fd3e}, !- Target Object
|
@@ -9285,7 +9165,6 @@ OS:Connection,
|
|
9285
9165
|
|
9286
9166
|
OS:Connection,
|
9287
9167
|
{60d215c3-4a5e-49a5-86f1-fbaea4774327}, !- Handle
|
9288
|
-
{50a32736-2e90-4520-b0ea-580f3b134b50}, !- Name
|
9289
9168
|
{91addd2d-665b-4db5-8d39-95cca7c4fd3e}, !- Source Object
|
9290
9169
|
3, !- Outlet Port
|
9291
9170
|
{5b0bdc61-8202-4ac4-bdd2-3a9242f29535}, !- Target Object
|
@@ -9299,7 +9178,6 @@ OS:Node,
|
|
9299
9178
|
|
9300
9179
|
OS:Connection,
|
9301
9180
|
{c7a91f4f-1c75-423f-865d-34746bc887da}, !- Handle
|
9302
|
-
{6d4f6951-7456-41f4-86eb-9aa9ba565040}, !- Name
|
9303
9181
|
{b30a40e9-f414-4e8f-98fc-51e3acab7f3b}, !- Source Object
|
9304
9182
|
3, !- Outlet Port
|
9305
9183
|
{beafce92-a9a4-4b4f-b8ff-2a3077718fb8}, !- Target Object
|
@@ -9307,7 +9185,6 @@ OS:Connection,
|
|
9307
9185
|
|
9308
9186
|
OS:Connection,
|
9309
9187
|
{cbaa94ad-f6c0-44e4-8086-d85026215000}, !- Handle
|
9310
|
-
{9399389b-07b0-482f-a19a-11f85d8e3fb4}, !- Name
|
9311
9188
|
{beafce92-a9a4-4b4f-b8ff-2a3077718fb8}, !- Source Object
|
9312
9189
|
3, !- Outlet Port
|
9313
9190
|
{2d32760f-1b5b-4a47-8698-4758a7ba57a9}, !- Target Object
|
@@ -9315,7 +9192,6 @@ OS:Connection,
|
|
9315
9192
|
|
9316
9193
|
OS:Connection,
|
9317
9194
|
{65bc6702-d82b-4b9f-8c97-860048134683}, !- Handle
|
9318
|
-
{69ec01d5-10cb-4e2b-99fc-96f0c3480e2e}, !- Name
|
9319
9195
|
{2d32760f-1b5b-4a47-8698-4758a7ba57a9}, !- Source Object
|
9320
9196
|
4, !- Outlet Port
|
9321
9197
|
{cbe0c6d7-ff41-4847-9e7a-aa7df2926e3a}, !- Target Object
|
@@ -9450,7 +9326,6 @@ OS:Curve:Cubic,
|
|
9450
9326
|
|
9451
9327
|
OS:Connection,
|
9452
9328
|
{f7f9cae4-46d2-4416-98ac-7e3330cee5dc}, !- Handle
|
9453
|
-
{0f961892-31af-4cd9-9422-525c73b46398}, !- Name
|
9454
9329
|
, !- Source Object
|
9455
9330
|
3, !- Outlet Port
|
9456
9331
|
, !- Target Object
|
@@ -9458,7 +9333,6 @@ OS:Connection,
|
|
9458
9333
|
|
9459
9334
|
OS:Connection,
|
9460
9335
|
{82f01b0a-939e-4dfd-97b9-2a25fcd2a153}, !- Handle
|
9461
|
-
{317f0a05-2ecd-4357-aa14-e6ad5b13290f}, !- Name
|
9462
9336
|
, !- Source Object
|
9463
9337
|
3, !- Outlet Port
|
9464
9338
|
, !- Target Object
|
@@ -9593,7 +9467,6 @@ OS:Curve:Cubic,
|
|
9593
9467
|
|
9594
9468
|
OS:Connection,
|
9595
9469
|
{5cb944a0-8555-4e58-a510-a48882f69196}, !- Handle
|
9596
|
-
{707aefce-a0b8-4c7e-a1af-85f3e6d298e4}, !- Name
|
9597
9470
|
, !- Source Object
|
9598
9471
|
3, !- Outlet Port
|
9599
9472
|
, !- Target Object
|
@@ -9601,7 +9474,6 @@ OS:Connection,
|
|
9601
9474
|
|
9602
9475
|
OS:Connection,
|
9603
9476
|
{ce850ae9-6ce9-4fc6-bad1-078ff75fb3bf}, !- Handle
|
9604
|
-
{49aa0b6b-ef09-4a9c-a45d-e1bb281e8be3}, !- Name
|
9605
9477
|
, !- Source Object
|
9606
9478
|
3, !- Outlet Port
|
9607
9479
|
, !- Target Object
|
@@ -9736,7 +9608,6 @@ OS:Curve:Cubic,
|
|
9736
9608
|
|
9737
9609
|
OS:Connection,
|
9738
9610
|
{9403f4f8-8a6b-43b5-a332-b954d3cbe9e5}, !- Handle
|
9739
|
-
{e56f4dd7-d7a9-4387-9d26-62d3d1e6d3cc}, !- Name
|
9740
9611
|
, !- Source Object
|
9741
9612
|
3, !- Outlet Port
|
9742
9613
|
, !- Target Object
|
@@ -9744,7 +9615,6 @@ OS:Connection,
|
|
9744
9615
|
|
9745
9616
|
OS:Connection,
|
9746
9617
|
{db5525a9-d682-4b99-8aa2-0a8458b35387}, !- Handle
|
9747
|
-
{de261260-e8b8-43f1-8822-2598d1a0ff12}, !- Name
|
9748
9618
|
, !- Source Object
|
9749
9619
|
3, !- Outlet Port
|
9750
9620
|
, !- Target Object
|
@@ -9879,7 +9749,6 @@ OS:Curve:Cubic,
|
|
9879
9749
|
|
9880
9750
|
OS:Connection,
|
9881
9751
|
{8edf4352-968e-4494-b226-b26cdc7bbbad}, !- Handle
|
9882
|
-
{d240a3e1-765b-499d-8b3c-92bdb2598458}, !- Name
|
9883
9752
|
, !- Source Object
|
9884
9753
|
3, !- Outlet Port
|
9885
9754
|
, !- Target Object
|
@@ -9887,7 +9756,6 @@ OS:Connection,
|
|
9887
9756
|
|
9888
9757
|
OS:Connection,
|
9889
9758
|
{92878056-7744-4d1c-affa-ae29bbd8f153}, !- Handle
|
9890
|
-
{888552d9-e2a8-4cf2-8134-3a63463220d1}, !- Name
|
9891
9759
|
, !- Source Object
|
9892
9760
|
3, !- Outlet Port
|
9893
9761
|
, !- Target Object
|
@@ -9913,7 +9781,6 @@ OS:Node,
|
|
9913
9781
|
|
9914
9782
|
OS:Connection,
|
9915
9783
|
{3d41c435-6f0d-452f-a08e-13c675c2b446}, !- Handle
|
9916
|
-
{dafbf02f-15f7-4e2c-8799-f20f5b4a6539}, !- Name
|
9917
9784
|
, !- Source Object
|
9918
9785
|
10, !- Outlet Port
|
9919
9786
|
{a29b61e2-1241-4157-942a-934f08d90575}, !- Target Object
|
@@ -9921,7 +9788,6 @@ OS:Connection,
|
|
9921
9788
|
|
9922
9789
|
OS:Connection,
|
9923
9790
|
{58b1bda7-bfcf-4e4d-bbf6-1f0f8a1fb5af}, !- Handle
|
9924
|
-
{3edc1814-d2f0-4457-85cf-03860d2b02f7}, !- Name
|
9925
9791
|
{cec1ad5f-d09a-4946-a7e0-b95edb494c69}, !- Source Object
|
9926
9792
|
3, !- Outlet Port
|
9927
9793
|
, !- Target Object
|
@@ -9941,7 +9807,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
9941
9807
|
|
9942
9808
|
OS:Connection,
|
9943
9809
|
{ab04a4f6-70b5-40dd-9902-aa32eaa776c9}, !- Handle
|
9944
|
-
{40f5b26a-1365-4558-8bb3-eea9cc2d8b0d}, !- Name
|
9945
9810
|
{a29b61e2-1241-4157-942a-934f08d90575}, !- Source Object
|
9946
9811
|
3, !- Outlet Port
|
9947
9812
|
{409a22b9-565d-46ea-bc11-30fdb90d48f2}, !- Target Object
|
@@ -9949,7 +9814,6 @@ OS:Connection,
|
|
9949
9814
|
|
9950
9815
|
OS:Connection,
|
9951
9816
|
{b0143c2e-982a-4ece-bc56-2de8a21b5ff6}, !- Handle
|
9952
|
-
{e39603c6-5a86-461d-ba38-4210b48400e5}, !- Name
|
9953
9817
|
{29e4bea9-d5ce-4922-9317-30804a33137d}, !- Source Object
|
9954
9818
|
2, !- Outlet Port
|
9955
9819
|
{cec1ad5f-d09a-4946-a7e0-b95edb494c69}, !- Target Object
|
@@ -10166,7 +10030,6 @@ OS:Node,
|
|
10166
10030
|
|
10167
10031
|
OS:Connection,
|
10168
10032
|
{d3c5f155-7773-455b-b120-fc8ca93c001b}, !- Handle
|
10169
|
-
{265f7e38-634e-4c5c-bdc0-58ba85543da1}, !- Name
|
10170
10033
|
, !- Source Object
|
10171
10034
|
3, !- Outlet Port
|
10172
10035
|
{71cb8804-10d5-400c-a089-e19a80cffb4f}, !- Target Object
|
@@ -10174,7 +10037,6 @@ OS:Connection,
|
|
10174
10037
|
|
10175
10038
|
OS:Connection,
|
10176
10039
|
{026ffc33-3d06-44df-8fde-1b24b19e529d}, !- Handle
|
10177
|
-
{1f89a31d-2a4f-43dc-967f-f5150d5829b5}, !- Name
|
10178
10040
|
{71cb8804-10d5-400c-a089-e19a80cffb4f}, !- Source Object
|
10179
10041
|
3, !- Outlet Port
|
10180
10042
|
{ddde527c-cbf1-4f32-a369-43e761244d3b}, !- Target Object
|
@@ -10188,7 +10050,6 @@ OS:Node,
|
|
10188
10050
|
|
10189
10051
|
OS:Connection,
|
10190
10052
|
{26846f01-adb6-4fdb-8316-5da11843d009}, !- Handle
|
10191
|
-
{0356a4ab-d404-4761-94d2-cf2a649078fd}, !- Name
|
10192
10053
|
{6527ebe4-c428-4e72-8357-ec288d66fd22}, !- Source Object
|
10193
10054
|
3, !- Outlet Port
|
10194
10055
|
, !- Target Object
|
@@ -10196,7 +10057,6 @@ OS:Connection,
|
|
10196
10057
|
|
10197
10058
|
OS:Connection,
|
10198
10059
|
{056c0e80-c7f8-412b-a87f-f504031206fa}, !- Handle
|
10199
|
-
{88a548aa-2bf5-4b8f-8f77-bd10f3c3dbaa}, !- Name
|
10200
10060
|
{ddde527c-cbf1-4f32-a369-43e761244d3b}, !- Source Object
|
10201
10061
|
4, !- Outlet Port
|
10202
10062
|
{6527ebe4-c428-4e72-8357-ec288d66fd22}, !- Target Object
|
@@ -10237,7 +10097,6 @@ OS:Node,
|
|
10237
10097
|
|
10238
10098
|
OS:Connection,
|
10239
10099
|
{af753a29-6743-43c2-85c5-af173493b072}, !- Handle
|
10240
|
-
{3d1e956d-86bf-4ca8-9e98-49c9e14b2f77}, !- Name
|
10241
10100
|
{9cb24589-314d-4cf5-b616-d70801cb806b}, !- Source Object
|
10242
10101
|
3, !- Outlet Port
|
10243
10102
|
, !- Target Object
|
@@ -10245,7 +10104,6 @@ OS:Connection,
|
|
10245
10104
|
|
10246
10105
|
OS:Connection,
|
10247
10106
|
{d078d7bd-4c97-45b4-a14a-fc3efad9f08b}, !- Handle
|
10248
|
-
{bbbc724c-2a89-4918-b4c1-4a7eb5ab43fe}, !- Name
|
10249
10107
|
, !- Source Object
|
10250
10108
|
3, !- Outlet Port
|
10251
10109
|
{6d70f7ce-2152-4902-bbb9-460ae6a50c18}, !- Target Object
|
@@ -10253,7 +10111,6 @@ OS:Connection,
|
|
10253
10111
|
|
10254
10112
|
OS:Connection,
|
10255
10113
|
{5b9a0db2-4e33-4b55-9640-1a9a3321c367}, !- Handle
|
10256
|
-
{60a0b136-f94c-4771-8a4d-83cd656ada77}, !- Name
|
10257
10114
|
{6d70f7ce-2152-4902-bbb9-460ae6a50c18}, !- Source Object
|
10258
10115
|
3, !- Outlet Port
|
10259
10116
|
{29e4bea9-d5ce-4922-9317-30804a33137d}, !- Target Object
|
@@ -10267,7 +10124,6 @@ OS:Node,
|
|
10267
10124
|
|
10268
10125
|
OS:Connection,
|
10269
10126
|
{f92d3498-9dcd-4a61-ab47-3ceab4d7aeba}, !- Handle
|
10270
|
-
{46be51ce-3d20-4fc5-b2b0-b97d9233d7da}, !- Name
|
10271
10127
|
{409a22b9-565d-46ea-bc11-30fdb90d48f2}, !- Source Object
|
10272
10128
|
3, !- Outlet Port
|
10273
10129
|
{ec60ce8b-cf62-4fbc-a03c-d0c7b0a03acd}, !- Target Object
|
@@ -10275,7 +10131,6 @@ OS:Connection,
|
|
10275
10131
|
|
10276
10132
|
OS:Connection,
|
10277
10133
|
{a427e743-b3f9-444b-9076-550f683534d2}, !- Handle
|
10278
|
-
{84eccffb-e3c8-4204-b871-84d69872f2e4}, !- Name
|
10279
10134
|
{ec60ce8b-cf62-4fbc-a03c-d0c7b0a03acd}, !- Source Object
|
10280
10135
|
3, !- Outlet Port
|
10281
10136
|
{e45eacae-54d5-4368-8143-bef18c8fdac4}, !- Target Object
|
@@ -10283,7 +10138,6 @@ OS:Connection,
|
|
10283
10138
|
|
10284
10139
|
OS:Connection,
|
10285
10140
|
{a301d022-e6d0-49f2-a887-c52eeccca772}, !- Handle
|
10286
|
-
{8236cd92-57f9-4129-9abb-feac93bfefad}, !- Name
|
10287
10141
|
{e45eacae-54d5-4368-8143-bef18c8fdac4}, !- Source Object
|
10288
10142
|
4, !- Outlet Port
|
10289
10143
|
{9cb24589-314d-4cf5-b616-d70801cb806b}, !- Target Object
|
@@ -10418,7 +10272,6 @@ OS:Curve:Cubic,
|
|
10418
10272
|
|
10419
10273
|
OS:Connection,
|
10420
10274
|
{c6c0178d-23b9-4e8d-93e0-f222a9ee188b}, !- Handle
|
10421
|
-
{ebd93fad-37e7-45f6-95a0-18ed2940928a}, !- Name
|
10422
10275
|
, !- Source Object
|
10423
10276
|
3, !- Outlet Port
|
10424
10277
|
, !- Target Object
|
@@ -10426,7 +10279,6 @@ OS:Connection,
|
|
10426
10279
|
|
10427
10280
|
OS:Connection,
|
10428
10281
|
{843523bb-bc9d-4070-be52-3095ca3ffadf}, !- Handle
|
10429
|
-
{0bec5bc2-9297-46ce-afb9-14dbe214c976}, !- Name
|
10430
10282
|
, !- Source Object
|
10431
10283
|
3, !- Outlet Port
|
10432
10284
|
, !- Target Object
|
@@ -10561,7 +10413,6 @@ OS:Curve:Cubic,
|
|
10561
10413
|
|
10562
10414
|
OS:Connection,
|
10563
10415
|
{69e9c704-ea99-4f2e-a79f-a528ae3c5c0f}, !- Handle
|
10564
|
-
{8cc32e70-8e4d-44c0-930a-038c09c16155}, !- Name
|
10565
10416
|
, !- Source Object
|
10566
10417
|
3, !- Outlet Port
|
10567
10418
|
, !- Target Object
|
@@ -10569,7 +10420,6 @@ OS:Connection,
|
|
10569
10420
|
|
10570
10421
|
OS:Connection,
|
10571
10422
|
{b6356397-869a-4685-bc9d-29170549f891}, !- Handle
|
10572
|
-
{9f2d9c63-9bb7-43b6-9e14-04c5528b64c8}, !- Name
|
10573
10423
|
, !- Source Object
|
10574
10424
|
3, !- Outlet Port
|
10575
10425
|
, !- Target Object
|
@@ -10704,7 +10554,6 @@ OS:Curve:Cubic,
|
|
10704
10554
|
|
10705
10555
|
OS:Connection,
|
10706
10556
|
{1716987f-bd7d-4e1b-8daa-439ffece7498}, !- Handle
|
10707
|
-
{fbe77826-57fa-4592-8cfa-1c816c1e9ceb}, !- Name
|
10708
10557
|
, !- Source Object
|
10709
10558
|
3, !- Outlet Port
|
10710
10559
|
, !- Target Object
|
@@ -10712,7 +10561,6 @@ OS:Connection,
|
|
10712
10561
|
|
10713
10562
|
OS:Connection,
|
10714
10563
|
{28c7646a-f965-4e0a-b273-32ee92f4d858}, !- Handle
|
10715
|
-
{e5a50ae1-5e0b-4258-bd55-780f154988dd}, !- Name
|
10716
10564
|
, !- Source Object
|
10717
10565
|
3, !- Outlet Port
|
10718
10566
|
, !- Target Object
|
@@ -10847,7 +10695,6 @@ OS:Curve:Cubic,
|
|
10847
10695
|
|
10848
10696
|
OS:Connection,
|
10849
10697
|
{729601d1-2cff-4773-b9a6-54bbf12787a1}, !- Handle
|
10850
|
-
{83ee6af1-5984-4865-97dd-2f86014cca4c}, !- Name
|
10851
10698
|
, !- Source Object
|
10852
10699
|
3, !- Outlet Port
|
10853
10700
|
, !- Target Object
|
@@ -10855,7 +10702,6 @@ OS:Connection,
|
|
10855
10702
|
|
10856
10703
|
OS:Connection,
|
10857
10704
|
{8a278655-6b9f-4a7f-bcdf-f098f0394ff4}, !- Handle
|
10858
|
-
{2f766dfd-56dc-4a8b-a725-3b6a1c30b98e}, !- Name
|
10859
10705
|
, !- Source Object
|
10860
10706
|
3, !- Outlet Port
|
10861
10707
|
, !- Target Object
|
@@ -10881,7 +10727,6 @@ OS:Node,
|
|
10881
10727
|
|
10882
10728
|
OS:Connection,
|
10883
10729
|
{547be439-a500-4d49-8c43-4be14e386cb2}, !- Handle
|
10884
|
-
{1f3d67ea-123b-41be-bd35-7f3933b5a791}, !- Name
|
10885
10730
|
, !- Source Object
|
10886
10731
|
10, !- Outlet Port
|
10887
10732
|
{1f268ada-29b6-43cd-82d7-e8c44bc7ab5e}, !- Target Object
|
@@ -10889,7 +10734,6 @@ OS:Connection,
|
|
10889
10734
|
|
10890
10735
|
OS:Connection,
|
10891
10736
|
{bb900917-2ef8-4412-8368-c70038f80144}, !- Handle
|
10892
|
-
{be6352e5-95a8-480b-819f-f7f05dbaaa7a}, !- Name
|
10893
10737
|
{b61577f4-8947-4b6c-a454-c7055c02be3c}, !- Source Object
|
10894
10738
|
3, !- Outlet Port
|
10895
10739
|
, !- Target Object
|
@@ -10909,7 +10753,6 @@ OS:AirLoopHVAC:ZoneMixer,
|
|
10909
10753
|
|
10910
10754
|
OS:Connection,
|
10911
10755
|
{b50474ec-c006-4eae-a1f7-1730f8bcad95}, !- Handle
|
10912
|
-
{9acf8df3-4080-4e33-bb10-a83782c403a4}, !- Name
|
10913
10756
|
{1f268ada-29b6-43cd-82d7-e8c44bc7ab5e}, !- Source Object
|
10914
10757
|
3, !- Outlet Port
|
10915
10758
|
{c0133a29-79ed-4c7e-bc4a-29d670c4bbd4}, !- Target Object
|
@@ -10917,7 +10760,6 @@ OS:Connection,
|
|
10917
10760
|
|
10918
10761
|
OS:Connection,
|
10919
10762
|
{16164948-345e-486b-8463-813a70399c8f}, !- Handle
|
10920
|
-
{52115621-4b4d-4573-885e-99bc8cb23241}, !- Name
|
10921
10763
|
{d112ef29-7953-44f3-8162-41f1d7dd12e4}, !- Source Object
|
10922
10764
|
2, !- Outlet Port
|
10923
10765
|
{b61577f4-8947-4b6c-a454-c7055c02be3c}, !- Target Object
|
@@ -11134,7 +10976,6 @@ OS:Node,
|
|
11134
10976
|
|
11135
10977
|
OS:Connection,
|
11136
10978
|
{b7a26aad-2eb2-4720-aa78-ab26b4bb59f4}, !- Handle
|
11137
|
-
{20607d52-cc42-4722-af05-89e7f0725964}, !- Name
|
11138
10979
|
, !- Source Object
|
11139
10980
|
3, !- Outlet Port
|
11140
10981
|
{028561d5-432a-4c5a-8394-1b062f007645}, !- Target Object
|
@@ -11142,7 +10983,6 @@ OS:Connection,
|
|
11142
10983
|
|
11143
10984
|
OS:Connection,
|
11144
10985
|
{b314a8f7-4a68-4d20-96ce-eff12221917d}, !- Handle
|
11145
|
-
{844a3ca9-2491-46f8-8cbc-980eb3462076}, !- Name
|
11146
10986
|
{028561d5-432a-4c5a-8394-1b062f007645}, !- Source Object
|
11147
10987
|
3, !- Outlet Port
|
11148
10988
|
{dcd2d4aa-a248-4449-baee-093d4f159a43}, !- Target Object
|
@@ -11156,7 +10996,6 @@ OS:Node,
|
|
11156
10996
|
|
11157
10997
|
OS:Connection,
|
11158
10998
|
{f7407352-3485-43d2-b522-f38c49dacbd3}, !- Handle
|
11159
|
-
{e2ed5473-29e8-40f1-a776-47953107d07f}, !- Name
|
11160
10999
|
{15556266-84ff-493f-a887-d2d8df5c344b}, !- Source Object
|
11161
11000
|
3, !- Outlet Port
|
11162
11001
|
, !- Target Object
|
@@ -11164,7 +11003,6 @@ OS:Connection,
|
|
11164
11003
|
|
11165
11004
|
OS:Connection,
|
11166
11005
|
{b7cb6893-56ab-43e2-9358-da013243cdc8}, !- Handle
|
11167
|
-
{556684fd-e099-4644-ba84-a8fa5143654a}, !- Name
|
11168
11006
|
{dcd2d4aa-a248-4449-baee-093d4f159a43}, !- Source Object
|
11169
11007
|
4, !- Outlet Port
|
11170
11008
|
{15556266-84ff-493f-a887-d2d8df5c344b}, !- Target Object
|
@@ -11205,7 +11043,6 @@ OS:Node,
|
|
11205
11043
|
|
11206
11044
|
OS:Connection,
|
11207
11045
|
{a4c39706-7cb3-4c95-b7f3-ff75f0db2c1c}, !- Handle
|
11208
|
-
{2e235128-905c-4684-bef7-eb561165b5c0}, !- Name
|
11209
11046
|
{3d5369ae-c876-4728-9797-7eedb2db07ac}, !- Source Object
|
11210
11047
|
3, !- Outlet Port
|
11211
11048
|
, !- Target Object
|
@@ -11213,7 +11050,6 @@ OS:Connection,
|
|
11213
11050
|
|
11214
11051
|
OS:Connection,
|
11215
11052
|
{a7e4299d-3091-4679-9759-7ac5fc571639}, !- Handle
|
11216
|
-
{52d2f93c-912b-4731-8fc1-7c147c35b659}, !- Name
|
11217
11053
|
, !- Source Object
|
11218
11054
|
3, !- Outlet Port
|
11219
11055
|
{547239d6-72af-42f1-b585-6551a45fc297}, !- Target Object
|
@@ -11221,7 +11057,6 @@ OS:Connection,
|
|
11221
11057
|
|
11222
11058
|
OS:Connection,
|
11223
11059
|
{1bd8d335-01e5-4641-b779-b0b01608fb57}, !- Handle
|
11224
|
-
{cba4f264-6596-44fa-84f3-bdd5069e4e36}, !- Name
|
11225
11060
|
{547239d6-72af-42f1-b585-6551a45fc297}, !- Source Object
|
11226
11061
|
3, !- Outlet Port
|
11227
11062
|
{d112ef29-7953-44f3-8162-41f1d7dd12e4}, !- Target Object
|
@@ -11235,7 +11070,6 @@ OS:Node,
|
|
11235
11070
|
|
11236
11071
|
OS:Connection,
|
11237
11072
|
{cd0d95eb-aa79-4349-8f18-25aea9eff039}, !- Handle
|
11238
|
-
{757e5ae6-08ac-4293-aa5c-5ed624510373}, !- Name
|
11239
11073
|
{c0133a29-79ed-4c7e-bc4a-29d670c4bbd4}, !- Source Object
|
11240
11074
|
3, !- Outlet Port
|
11241
11075
|
{92c194c2-1a75-4282-87eb-c69390be8a70}, !- Target Object
|
@@ -11243,7 +11077,6 @@ OS:Connection,
|
|
11243
11077
|
|
11244
11078
|
OS:Connection,
|
11245
11079
|
{c3bd4a9f-0ede-48f4-9e82-447562dc9c58}, !- Handle
|
11246
|
-
{2f2439dd-7e93-4068-8a16-f7288a89ee3a}, !- Name
|
11247
11080
|
{92c194c2-1a75-4282-87eb-c69390be8a70}, !- Source Object
|
11248
11081
|
3, !- Outlet Port
|
11249
11082
|
{f0be56eb-2115-4fb8-b799-f640efb3801a}, !- Target Object
|
@@ -11251,7 +11084,6 @@ OS:Connection,
|
|
11251
11084
|
|
11252
11085
|
OS:Connection,
|
11253
11086
|
{e66f0c4d-621a-4696-8044-36e60db8f9d7}, !- Handle
|
11254
|
-
{173311bf-f5e4-4ade-b1bc-80e6e79ca403}, !- Name
|
11255
11087
|
{f0be56eb-2115-4fb8-b799-f640efb3801a}, !- Source Object
|
11256
11088
|
4, !- Outlet Port
|
11257
11089
|
{3d5369ae-c876-4728-9797-7eedb2db07ac}, !- Target Object
|
@@ -11386,7 +11218,6 @@ OS:Curve:Cubic,
|
|
11386
11218
|
|
11387
11219
|
OS:Connection,
|
11388
11220
|
{23512ae2-8ff8-44c4-bbee-d65e13028c2a}, !- Handle
|
11389
|
-
{3054a63b-156a-4dba-bc79-6173d96e8d97}, !- Name
|
11390
11221
|
, !- Source Object
|
11391
11222
|
3, !- Outlet Port
|
11392
11223
|
, !- Target Object
|
@@ -11394,7 +11225,6 @@ OS:Connection,
|
|
11394
11225
|
|
11395
11226
|
OS:Connection,
|
11396
11227
|
{c80b10dc-ef8c-49b1-aec0-c489a279455c}, !- Handle
|
11397
|
-
{444a3476-5882-47ac-bbaf-235d74f40321}, !- Name
|
11398
11228
|
, !- Source Object
|
11399
11229
|
3, !- Outlet Port
|
11400
11230
|
, !- Target Object
|
@@ -11529,7 +11359,6 @@ OS:Curve:Cubic,
|
|
11529
11359
|
|
11530
11360
|
OS:Connection,
|
11531
11361
|
{3ec3d225-305c-4267-b4e0-32a410b1caf8}, !- Handle
|
11532
|
-
{4abbaed7-0544-4a43-ab8d-2167bf27cd78}, !- Name
|
11533
11362
|
, !- Source Object
|
11534
11363
|
3, !- Outlet Port
|
11535
11364
|
, !- Target Object
|
@@ -11537,7 +11366,6 @@ OS:Connection,
|
|
11537
11366
|
|
11538
11367
|
OS:Connection,
|
11539
11368
|
{928acb70-eefd-4e6d-acfc-03170b75b3e0}, !- Handle
|
11540
|
-
{55d291e9-ce74-439e-85b0-70db8bd94c20}, !- Name
|
11541
11369
|
, !- Source Object
|
11542
11370
|
3, !- Outlet Port
|
11543
11371
|
, !- Target Object
|
@@ -11601,7 +11429,6 @@ OS:Curve:Cubic,
|
|
11601
11429
|
|
11602
11430
|
OS:Connection,
|
11603
11431
|
{c50f218f-d970-4cd9-a201-6da88d190131}, !- Handle
|
11604
|
-
{5fa57527-a0a6-4258-84ab-17e9a44684fc}, !- Name
|
11605
11432
|
, !- Source Object
|
11606
11433
|
3, !- Outlet Port
|
11607
11434
|
, !- Target Object
|
@@ -11609,7 +11436,6 @@ OS:Connection,
|
|
11609
11436
|
|
11610
11437
|
OS:Connection,
|
11611
11438
|
{98f21869-770a-4248-9958-701cc4079624}, !- Handle
|
11612
|
-
{b040b81d-e566-43ec-a069-4483fc455d13}, !- Name
|
11613
11439
|
, !- Source Object
|
11614
11440
|
3, !- Outlet Port
|
11615
11441
|
, !- Target Object
|
@@ -11617,7 +11443,6 @@ OS:Connection,
|
|
11617
11443
|
|
11618
11444
|
OS:Connection,
|
11619
11445
|
{e2194aad-c5a0-4a6e-99ef-c1be719ec81e}, !- Handle
|
11620
|
-
{2aae74f0-8137-4b72-b6f9-7bd2f4d6895c}, !- Name
|
11621
11446
|
, !- Source Object
|
11622
11447
|
3, !- Outlet Port
|
11623
11448
|
, !- Target Object
|
@@ -11625,7 +11450,6 @@ OS:Connection,
|
|
11625
11450
|
|
11626
11451
|
OS:Connection,
|
11627
11452
|
{cf5fce4c-57ae-4de8-9b39-1520c1d7dd12}, !- Handle
|
11628
|
-
{ba4fa909-e1e2-4461-a83c-2ffeb927dcb3}, !- Name
|
11629
11453
|
, !- Source Object
|
11630
11454
|
3, !- Outlet Port
|
11631
11455
|
, !- Target Object
|
@@ -11633,7 +11457,6 @@ OS:Connection,
|
|
11633
11457
|
|
11634
11458
|
OS:Connection,
|
11635
11459
|
{659d3a0b-920a-4e29-817c-38129647d179}, !- Handle
|
11636
|
-
{7992e5d7-dc4b-4440-a283-ade780c965fa}, !- Name
|
11637
11460
|
, !- Source Object
|
11638
11461
|
3, !- Outlet Port
|
11639
11462
|
, !- Target Object
|
@@ -11641,7 +11464,6 @@ OS:Connection,
|
|
11641
11464
|
|
11642
11465
|
OS:Connection,
|
11643
11466
|
{db907f9d-f29a-45af-a8f3-d5cf9f43ca1e}, !- Handle
|
11644
|
-
{b3520af0-524c-43a0-8e3a-e353cb52473f}, !- Name
|
11645
11467
|
, !- Source Object
|
11646
11468
|
3, !- Outlet Port
|
11647
11469
|
, !- Target Object
|
@@ -11704,7 +11526,6 @@ OS:Curve:Quadratic,
|
|
11704
11526
|
|
11705
11527
|
OS:Connection,
|
11706
11528
|
{fc1dcd28-c1a8-4040-bd2f-0ea1ba11e2b2}, !- Handle
|
11707
|
-
{4514457f-3b74-4ff0-afcf-333ac28968ce}, !- Name
|
11708
11529
|
, !- Source Object
|
11709
11530
|
3, !- Outlet Port
|
11710
11531
|
, !- Target Object
|
@@ -11712,7 +11533,6 @@ OS:Connection,
|
|
11712
11533
|
|
11713
11534
|
OS:Connection,
|
11714
11535
|
{d3499831-a83b-4e25-9aa3-07939ee055b0}, !- Handle
|
11715
|
-
{5697a710-712a-4aa2-a786-9775f147bc88}, !- Name
|
11716
11536
|
, !- Source Object
|
11717
11537
|
3, !- Outlet Port
|
11718
11538
|
, !- Target Object
|
@@ -12154,7 +11974,6 @@ OS:Node,
|
|
12154
11974
|
|
12155
11975
|
OS:Connection,
|
12156
11976
|
{0c43fcca-3d79-4edc-9984-f7fa6e38e4aa}, !- Handle
|
12157
|
-
{d5df272c-0c0d-402c-97ab-95446cca0871}, !- Name
|
12158
11977
|
, !- Source Object
|
12159
11978
|
6, !- Outlet Port
|
12160
11979
|
{aea89f42-1906-4eb5-a1cf-01456c070b08}, !- Target Object
|
@@ -12168,7 +11987,6 @@ OS:Node,
|
|
12168
11987
|
|
12169
11988
|
OS:Connection,
|
12170
11989
|
{d9aa5bf9-96a0-4c84-bef6-d9814ab80bfd}, !- Handle
|
12171
|
-
{51407908-4a02-4904-8e3e-a1b4fd9fec1c}, !- Name
|
12172
11990
|
{aea89f42-1906-4eb5-a1cf-01456c070b08}, !- Source Object
|
12173
11991
|
3, !- Outlet Port
|
12174
11992
|
{6e4f3f1b-d65e-437f-98f3-1c71edad338c}, !- Target Object
|
@@ -12176,7 +11994,6 @@ OS:Connection,
|
|
12176
11994
|
|
12177
11995
|
OS:Connection,
|
12178
11996
|
{bfaee400-2632-4273-955e-a18728ed7d02}, !- Handle
|
12179
|
-
{0f294706-0bd6-4fa3-9eab-fc1d6503b334}, !- Name
|
12180
11997
|
{6e4f3f1b-d65e-437f-98f3-1c71edad338c}, !- Source Object
|
12181
11998
|
3, !- Outlet Port
|
12182
11999
|
{90f937c7-05cc-47a3-8eea-c8734f9f5ef7}, !- Target Object
|
@@ -12184,7 +12001,6 @@ OS:Connection,
|
|
12184
12001
|
|
12185
12002
|
OS:Connection,
|
12186
12003
|
{669ce24b-3d48-4ae6-85fa-6b3a82b160c3}, !- Handle
|
12187
|
-
{584d5e34-dfe0-47c5-b27a-d63b75032e2a}, !- Name
|
12188
12004
|
{90f937c7-05cc-47a3-8eea-c8734f9f5ef7}, !- Source Object
|
12189
12005
|
3, !- Outlet Port
|
12190
12006
|
, !- Target Object
|
@@ -12256,7 +12072,6 @@ OS:Node,
|
|
12256
12072
|
|
12257
12073
|
OS:Connection,
|
12258
12074
|
{1f856018-c60b-468e-a738-0d22ad676ebd}, !- Handle
|
12259
|
-
{d63e7cc5-9f8d-4926-b212-1bd159801e46}, !- Name
|
12260
12075
|
, !- Source Object
|
12261
12076
|
7, !- Outlet Port
|
12262
12077
|
{f9fb61aa-5679-4056-8eeb-71938b5a0d99}, !- Target Object
|
@@ -12270,7 +12085,6 @@ OS:Node,
|
|
12270
12085
|
|
12271
12086
|
OS:Connection,
|
12272
12087
|
{91c80365-4dba-4a12-9cfe-3486d4b02885}, !- Handle
|
12273
|
-
{622b0048-d7ca-4f99-a559-76dda7847853}, !- Name
|
12274
12088
|
{f9fb61aa-5679-4056-8eeb-71938b5a0d99}, !- Source Object
|
12275
12089
|
3, !- Outlet Port
|
12276
12090
|
{f2ce2da1-d447-4039-85ce-b2539f08a435}, !- Target Object
|
@@ -12278,7 +12092,6 @@ OS:Connection,
|
|
12278
12092
|
|
12279
12093
|
OS:Connection,
|
12280
12094
|
{fcead5d4-4dc4-482e-b0e3-77f6ce68231f}, !- Handle
|
12281
|
-
{4c69754a-3c91-41eb-90db-45ff403284aa}, !- Name
|
12282
12095
|
{f2ce2da1-d447-4039-85ce-b2539f08a435}, !- Source Object
|
12283
12096
|
3, !- Outlet Port
|
12284
12097
|
{7035c8f3-4847-48df-a94e-79cac23eae4c}, !- Target Object
|
@@ -12286,7 +12099,6 @@ OS:Connection,
|
|
12286
12099
|
|
12287
12100
|
OS:Connection,
|
12288
12101
|
{9509b201-9fb8-4b69-be1f-993284f2573c}, !- Handle
|
12289
|
-
{3523c3ed-460e-47e2-9f1f-81a6ac8f8904}, !- Name
|
12290
12102
|
{7035c8f3-4847-48df-a94e-79cac23eae4c}, !- Source Object
|
12291
12103
|
3, !- Outlet Port
|
12292
12104
|
, !- Target Object
|
@@ -12358,7 +12170,6 @@ OS:Node,
|
|
12358
12170
|
|
12359
12171
|
OS:Connection,
|
12360
12172
|
{65734350-a53d-4660-bff3-cf5eb0c47f7d}, !- Handle
|
12361
|
-
{5c5d3fa1-e717-430e-bb42-f3a440e31dc1}, !- Name
|
12362
12173
|
, !- Source Object
|
12363
12174
|
8, !- Outlet Port
|
12364
12175
|
{c6883d71-5a80-412a-a0c8-465a878fd668}, !- Target Object
|
@@ -12372,7 +12183,6 @@ OS:Node,
|
|
12372
12183
|
|
12373
12184
|
OS:Connection,
|
12374
12185
|
{8c7bcfd5-9488-4c16-999a-9173cac53137}, !- Handle
|
12375
|
-
{cab1ff29-5937-445e-9e49-605b5e9547a4}, !- Name
|
12376
12186
|
{c6883d71-5a80-412a-a0c8-465a878fd668}, !- Source Object
|
12377
12187
|
3, !- Outlet Port
|
12378
12188
|
{b3695daf-d305-4379-934f-ea03cac2571f}, !- Target Object
|
@@ -12380,7 +12190,6 @@ OS:Connection,
|
|
12380
12190
|
|
12381
12191
|
OS:Connection,
|
12382
12192
|
{c7a73396-95cd-47d4-990f-c1a1168e29e2}, !- Handle
|
12383
|
-
{72104da2-75fa-4a25-aac6-f33173ba7599}, !- Name
|
12384
12193
|
{b3695daf-d305-4379-934f-ea03cac2571f}, !- Source Object
|
12385
12194
|
3, !- Outlet Port
|
12386
12195
|
{18ee22b6-253f-4252-8715-dde1e858c599}, !- Target Object
|
@@ -12388,7 +12197,6 @@ OS:Connection,
|
|
12388
12197
|
|
12389
12198
|
OS:Connection,
|
12390
12199
|
{137de439-127d-4917-a228-f822e76b52f5}, !- Handle
|
12391
|
-
{50b83914-68eb-48f6-aa31-b389f969631a}, !- Name
|
12392
12200
|
{18ee22b6-253f-4252-8715-dde1e858c599}, !- Source Object
|
12393
12201
|
3, !- Outlet Port
|
12394
12202
|
, !- Target Object
|
@@ -12460,7 +12268,6 @@ OS:Node,
|
|
12460
12268
|
|
12461
12269
|
OS:Connection,
|
12462
12270
|
{e362e386-b2e9-4549-8fef-8c5c8cef4c68}, !- Handle
|
12463
|
-
{5b4904a4-36a6-4b31-8ec1-0d1fda69367f}, !- Name
|
12464
12271
|
, !- Source Object
|
12465
12272
|
10, !- Outlet Port
|
12466
12273
|
{a16ba027-0853-4196-b249-43899777401a}, !- Target Object
|
@@ -12474,7 +12281,6 @@ OS:Node,
|
|
12474
12281
|
|
12475
12282
|
OS:Connection,
|
12476
12283
|
{bcfbdd26-ae51-46f9-9b28-ae45486407e9}, !- Handle
|
12477
|
-
{c339a33a-7f18-4a4b-b9c3-cdad18e21f7e}, !- Name
|
12478
12284
|
{a16ba027-0853-4196-b249-43899777401a}, !- Source Object
|
12479
12285
|
3, !- Outlet Port
|
12480
12286
|
{a3f044eb-4b8b-4dd7-baeb-604c0324c1ff}, !- Target Object
|
@@ -12482,7 +12288,6 @@ OS:Connection,
|
|
12482
12288
|
|
12483
12289
|
OS:Connection,
|
12484
12290
|
{28614bc1-5bf7-4573-b0b4-56f99ed2337c}, !- Handle
|
12485
|
-
{def7da42-4156-45ce-b0ae-9222a31958d7}, !- Name
|
12486
12291
|
{a3f044eb-4b8b-4dd7-baeb-604c0324c1ff}, !- Source Object
|
12487
12292
|
3, !- Outlet Port
|
12488
12293
|
{e43c8db8-be7b-4c12-88cf-32dadd835354}, !- Target Object
|
@@ -12490,7 +12295,6 @@ OS:Connection,
|
|
12490
12295
|
|
12491
12296
|
OS:Connection,
|
12492
12297
|
{220771b7-2ddd-4d2e-a434-a4d67fe420f6}, !- Handle
|
12493
|
-
{e146c2ec-00ff-402c-8f98-b7636537a535}, !- Name
|
12494
12298
|
{e43c8db8-be7b-4c12-88cf-32dadd835354}, !- Source Object
|
12495
12299
|
3, !- Outlet Port
|
12496
12300
|
, !- Target Object
|
@@ -12562,7 +12366,6 @@ OS:Node,
|
|
12562
12366
|
|
12563
12367
|
OS:Connection,
|
12564
12368
|
{b08acbc2-277d-4faf-aa64-defa7f96e0f8}, !- Handle
|
12565
|
-
{c096bdb6-8177-43c6-881b-9ffd5b54ddc8}, !- Name
|
12566
12369
|
, !- Source Object
|
12567
12370
|
11, !- Outlet Port
|
12568
12371
|
{fd66ed9f-c358-4693-9dac-6598614047c6}, !- Target Object
|
@@ -12576,7 +12379,6 @@ OS:Node,
|
|
12576
12379
|
|
12577
12380
|
OS:Connection,
|
12578
12381
|
{9acd5a03-8279-4e1b-b373-7b8aa8d731d2}, !- Handle
|
12579
|
-
{fb71975a-2dde-4b76-b571-136d8612eaea}, !- Name
|
12580
12382
|
{fd66ed9f-c358-4693-9dac-6598614047c6}, !- Source Object
|
12581
12383
|
3, !- Outlet Port
|
12582
12384
|
{178d6671-2f9c-4978-acc4-f8a0e0184f2a}, !- Target Object
|
@@ -12584,7 +12386,6 @@ OS:Connection,
|
|
12584
12386
|
|
12585
12387
|
OS:Connection,
|
12586
12388
|
{7e28fbbf-3398-48dc-8edc-1023e7024c80}, !- Handle
|
12587
|
-
{ef95a73f-c9e0-446d-8986-4a2ffc494fbf}, !- Name
|
12588
12389
|
{178d6671-2f9c-4978-acc4-f8a0e0184f2a}, !- Source Object
|
12589
12390
|
3, !- Outlet Port
|
12590
12391
|
{10cc8bdd-8352-4bd2-957d-c6d97c7eb2d7}, !- Target Object
|
@@ -12592,7 +12393,6 @@ OS:Connection,
|
|
12592
12393
|
|
12593
12394
|
OS:Connection,
|
12594
12395
|
{5d371e81-aa26-49ce-ad81-55df55bf38fd}, !- Handle
|
12595
|
-
{5f6c460e-1997-4e4e-9e08-b43af12560a5}, !- Name
|
12596
12396
|
{10cc8bdd-8352-4bd2-957d-c6d97c7eb2d7}, !- Source Object
|
12597
12397
|
3, !- Outlet Port
|
12598
12398
|
, !- Target Object
|
@@ -12664,7 +12464,6 @@ OS:Node,
|
|
12664
12464
|
|
12665
12465
|
OS:Connection,
|
12666
12466
|
{99b72ddb-9f10-4cc6-abc3-2e65464fb057}, !- Handle
|
12667
|
-
{f86bafe2-29a9-474d-9f4d-536046718a16}, !- Name
|
12668
12467
|
, !- Source Object
|
12669
12468
|
13, !- Outlet Port
|
12670
12469
|
{8d0f8188-0b4a-444b-9811-27750ce69599}, !- Target Object
|
@@ -12678,7 +12477,6 @@ OS:Node,
|
|
12678
12477
|
|
12679
12478
|
OS:Connection,
|
12680
12479
|
{5df61992-d8eb-4e2a-b37a-1ce13628ed22}, !- Handle
|
12681
|
-
{428bc456-78b0-4be4-93ac-8d065c45e4a7}, !- Name
|
12682
12480
|
{8d0f8188-0b4a-444b-9811-27750ce69599}, !- Source Object
|
12683
12481
|
3, !- Outlet Port
|
12684
12482
|
{2eed7bcb-6b30-4b6a-bb3c-2b3f82715eed}, !- Target Object
|
@@ -12686,7 +12484,6 @@ OS:Connection,
|
|
12686
12484
|
|
12687
12485
|
OS:Connection,
|
12688
12486
|
{4c7c4012-91a9-4b49-b807-dd4bfb68a0cf}, !- Handle
|
12689
|
-
{3726eb7d-442f-4c69-a5ea-b227c68713b6}, !- Name
|
12690
12487
|
{2eed7bcb-6b30-4b6a-bb3c-2b3f82715eed}, !- Source Object
|
12691
12488
|
3, !- Outlet Port
|
12692
12489
|
{f3655f57-fb15-429f-8169-4c9e83d41467}, !- Target Object
|
@@ -12694,7 +12491,6 @@ OS:Connection,
|
|
12694
12491
|
|
12695
12492
|
OS:Connection,
|
12696
12493
|
{a7023322-e332-456b-994e-bd5b2b9744da}, !- Handle
|
12697
|
-
{917e473c-7008-4efb-8339-18ee85941457}, !- Name
|
12698
12494
|
{f3655f57-fb15-429f-8169-4c9e83d41467}, !- Source Object
|
12699
12495
|
3, !- Outlet Port
|
12700
12496
|
, !- Target Object
|
@@ -12766,7 +12562,6 @@ OS:Node,
|
|
12766
12562
|
|
12767
12563
|
OS:Connection,
|
12768
12564
|
{85ffb6a5-e061-4ecc-9c3e-5930285cc53d}, !- Handle
|
12769
|
-
{9fe5a7bd-1b21-4341-904b-fa44d44adc66}, !- Name
|
12770
12565
|
, !- Source Object
|
12771
12566
|
14, !- Outlet Port
|
12772
12567
|
{966f759a-7eb3-45fb-8d55-924fb73f7fc0}, !- Target Object
|
@@ -12780,7 +12575,6 @@ OS:Node,
|
|
12780
12575
|
|
12781
12576
|
OS:Connection,
|
12782
12577
|
{34c2e741-72a0-4c96-9ab9-ded1d59d4be6}, !- Handle
|
12783
|
-
{25f82434-c067-4e95-b02f-a23638148e09}, !- Name
|
12784
12578
|
{966f759a-7eb3-45fb-8d55-924fb73f7fc0}, !- Source Object
|
12785
12579
|
3, !- Outlet Port
|
12786
12580
|
{a5d705d6-6d74-4233-9f61-9b8b50c49c22}, !- Target Object
|
@@ -12788,7 +12582,6 @@ OS:Connection,
|
|
12788
12582
|
|
12789
12583
|
OS:Connection,
|
12790
12584
|
{0b07946f-7b09-4af9-b056-72cf6e9ed97b}, !- Handle
|
12791
|
-
{d59516d9-4e0e-40eb-88ee-b5d9d7764a21}, !- Name
|
12792
12585
|
{a5d705d6-6d74-4233-9f61-9b8b50c49c22}, !- Source Object
|
12793
12586
|
3, !- Outlet Port
|
12794
12587
|
{b2fb2c9e-8af2-41c6-841c-d9bf48d77723}, !- Target Object
|
@@ -12796,7 +12589,6 @@ OS:Connection,
|
|
12796
12589
|
|
12797
12590
|
OS:Connection,
|
12798
12591
|
{cdd4354e-c9df-4e7c-af0e-6d744de7e988}, !- Handle
|
12799
|
-
{583b88c7-3130-458a-9c4b-363914415fc6}, !- Name
|
12800
12592
|
{b2fb2c9e-8af2-41c6-841c-d9bf48d77723}, !- Source Object
|
12801
12593
|
3, !- Outlet Port
|
12802
12594
|
, !- Target Object
|
@@ -12868,7 +12660,6 @@ OS:Node,
|
|
12868
12660
|
|
12869
12661
|
OS:Connection,
|
12870
12662
|
{62d93e56-77f1-4104-b703-5c1cde9d852f}, !- Handle
|
12871
|
-
{3bd20aa2-0c97-45b9-b361-659f2b01136d}, !- Name
|
12872
12663
|
, !- Source Object
|
12873
12664
|
15, !- Outlet Port
|
12874
12665
|
{c70b65c5-3d06-467c-bdd7-10623232fe8c}, !- Target Object
|
@@ -12882,7 +12673,6 @@ OS:Node,
|
|
12882
12673
|
|
12883
12674
|
OS:Connection,
|
12884
12675
|
{18d99adf-99ac-488a-8208-ef961ec2ad70}, !- Handle
|
12885
|
-
{5936b4c3-cd28-4931-824d-08aab3324f95}, !- Name
|
12886
12676
|
{c70b65c5-3d06-467c-bdd7-10623232fe8c}, !- Source Object
|
12887
12677
|
3, !- Outlet Port
|
12888
12678
|
{196f66f2-6a48-4366-82ce-2af2bbd09022}, !- Target Object
|
@@ -12890,7 +12680,6 @@ OS:Connection,
|
|
12890
12680
|
|
12891
12681
|
OS:Connection,
|
12892
12682
|
{f9679723-f04c-4e73-b787-1168e4eb005c}, !- Handle
|
12893
|
-
{c697e17c-e6c6-45cc-8e74-b55288d47b92}, !- Name
|
12894
12683
|
{196f66f2-6a48-4366-82ce-2af2bbd09022}, !- Source Object
|
12895
12684
|
3, !- Outlet Port
|
12896
12685
|
{72664ac9-e6e1-48f6-97b5-bed75e03f2b4}, !- Target Object
|
@@ -12898,7 +12687,6 @@ OS:Connection,
|
|
12898
12687
|
|
12899
12688
|
OS:Connection,
|
12900
12689
|
{e93fd72d-de65-4365-8ed6-473df37f81c2}, !- Handle
|
12901
|
-
{b0e815de-ff63-4f8d-b064-4f18c64e0a97}, !- Name
|
12902
12690
|
{72664ac9-e6e1-48f6-97b5-bed75e03f2b4}, !- Source Object
|
12903
12691
|
3, !- Outlet Port
|
12904
12692
|
, !- Target Object
|
@@ -12970,7 +12758,6 @@ OS:Node,
|
|
12970
12758
|
|
12971
12759
|
OS:Connection,
|
12972
12760
|
{164b94f5-36de-4f2b-8c09-8c9ed1ae4df3}, !- Handle
|
12973
|
-
{45bc67c2-e781-47de-a93b-ea5d8400a770}, !- Name
|
12974
12761
|
, !- Source Object
|
12975
12762
|
17, !- Outlet Port
|
12976
12763
|
{92fb7fd2-a5c8-416e-aad8-ea192ba064c9}, !- Target Object
|
@@ -12984,7 +12771,6 @@ OS:Node,
|
|
12984
12771
|
|
12985
12772
|
OS:Connection,
|
12986
12773
|
{164948b8-f424-4657-bdfb-13de9d14a0ae}, !- Handle
|
12987
|
-
{637f3ad5-a691-4b6f-86be-de15889b0d95}, !- Name
|
12988
12774
|
{92fb7fd2-a5c8-416e-aad8-ea192ba064c9}, !- Source Object
|
12989
12775
|
3, !- Outlet Port
|
12990
12776
|
{3d617e78-aad0-4734-bb02-bd8e502ad405}, !- Target Object
|
@@ -12992,7 +12778,6 @@ OS:Connection,
|
|
12992
12778
|
|
12993
12779
|
OS:Connection,
|
12994
12780
|
{b21b4079-e2c6-4348-84a1-0c9b544dd896}, !- Handle
|
12995
|
-
{c1a84292-8e66-461a-91bc-1d504c664175}, !- Name
|
12996
12781
|
{3d617e78-aad0-4734-bb02-bd8e502ad405}, !- Source Object
|
12997
12782
|
3, !- Outlet Port
|
12998
12783
|
{5866430f-9859-4bca-94ad-60ad6712b815}, !- Target Object
|
@@ -13000,7 +12785,6 @@ OS:Connection,
|
|
13000
12785
|
|
13001
12786
|
OS:Connection,
|
13002
12787
|
{2b114f8f-4902-4024-b774-bbce11f7bfb3}, !- Handle
|
13003
|
-
{bf76b521-7516-4a50-89bd-f2cffa959912}, !- Name
|
13004
12788
|
{5866430f-9859-4bca-94ad-60ad6712b815}, !- Source Object
|
13005
12789
|
3, !- Outlet Port
|
13006
12790
|
, !- Target Object
|
@@ -13072,7 +12856,6 @@ OS:Node,
|
|
13072
12856
|
|
13073
12857
|
OS:Connection,
|
13074
12858
|
{7320a3b5-8492-44d7-a5eb-410612bcb538}, !- Handle
|
13075
|
-
{e01d849d-55d2-479a-be94-5adf4d37e641}, !- Name
|
13076
12859
|
, !- Source Object
|
13077
12860
|
18, !- Outlet Port
|
13078
12861
|
{2d892bd4-f6fc-4c0b-8801-b236e947ceb1}, !- Target Object
|
@@ -13086,7 +12869,6 @@ OS:Node,
|
|
13086
12869
|
|
13087
12870
|
OS:Connection,
|
13088
12871
|
{b0065034-a609-49d5-be88-7465f4df431d}, !- Handle
|
13089
|
-
{70495dc0-b0a8-4568-9f48-bafb5dfcca64}, !- Name
|
13090
12872
|
{2d892bd4-f6fc-4c0b-8801-b236e947ceb1}, !- Source Object
|
13091
12873
|
3, !- Outlet Port
|
13092
12874
|
{7212b54a-1622-4007-bcc6-f056c4c36783}, !- Target Object
|
@@ -13094,7 +12876,6 @@ OS:Connection,
|
|
13094
12876
|
|
13095
12877
|
OS:Connection,
|
13096
12878
|
{3924ea83-8832-4e06-be94-7b765740e0e5}, !- Handle
|
13097
|
-
{3c344b4e-f53f-4652-8930-4e44251a00c4}, !- Name
|
13098
12879
|
{7212b54a-1622-4007-bcc6-f056c4c36783}, !- Source Object
|
13099
12880
|
3, !- Outlet Port
|
13100
12881
|
{e6c8055a-a080-46fe-b5b2-35e5935cb5ca}, !- Target Object
|
@@ -13102,7 +12883,6 @@ OS:Connection,
|
|
13102
12883
|
|
13103
12884
|
OS:Connection,
|
13104
12885
|
{be0ef865-b19a-48a9-9271-52a69de1d8ce}, !- Handle
|
13105
|
-
{95ef664d-a681-42b0-beae-1a2f4b6782e5}, !- Name
|
13106
12886
|
{e6c8055a-a080-46fe-b5b2-35e5935cb5ca}, !- Source Object
|
13107
12887
|
3, !- Outlet Port
|
13108
12888
|
, !- Target Object
|
@@ -13387,7 +13167,6 @@ OS:Node,
|
|
13387
13167
|
|
13388
13168
|
OS:Connection,
|
13389
13169
|
{256cd35e-38c4-4c62-bc70-6509bd587f28}, !- Handle
|
13390
|
-
{764a719d-e6ba-45ad-8d4d-62f3ccf9cf80}, !- Name
|
13391
13170
|
, !- Source Object
|
13392
13171
|
19, !- Outlet Port
|
13393
13172
|
{055ffbcc-de90-4c6e-bcb6-df48f91eaf8d}, !- Target Object
|
@@ -13401,7 +13180,6 @@ OS:Node,
|
|
13401
13180
|
|
13402
13181
|
OS:Connection,
|
13403
13182
|
{c2efb486-7704-4973-825e-a28bd0bf2672}, !- Handle
|
13404
|
-
{fe0507b0-30ae-49ff-a3ec-5f8888ed0b24}, !- Name
|
13405
13183
|
{055ffbcc-de90-4c6e-bcb6-df48f91eaf8d}, !- Source Object
|
13406
13184
|
3, !- Outlet Port
|
13407
13185
|
{daa878b9-d2af-496f-abec-6c0f3be57896}, !- Target Object
|
@@ -13409,7 +13187,6 @@ OS:Connection,
|
|
13409
13187
|
|
13410
13188
|
OS:Connection,
|
13411
13189
|
{bc4783c0-cc7b-4a30-9c85-da593c27a286}, !- Handle
|
13412
|
-
{fe8baf4e-d7ec-4759-aa3a-2ba525b7691b}, !- Name
|
13413
13190
|
{daa878b9-d2af-496f-abec-6c0f3be57896}, !- Source Object
|
13414
13191
|
3, !- Outlet Port
|
13415
13192
|
{9f7f60f1-5103-4613-be86-7ade39bdb140}, !- Target Object
|
@@ -13417,7 +13194,6 @@ OS:Connection,
|
|
13417
13194
|
|
13418
13195
|
OS:Connection,
|
13419
13196
|
{a98c9435-4379-4241-b0cd-8ff2704a8a17}, !- Handle
|
13420
|
-
{1dc524b7-f422-4768-a3ac-c88ba19945da}, !- Name
|
13421
13197
|
{9f7f60f1-5103-4613-be86-7ade39bdb140}, !- Source Object
|
13422
13198
|
3, !- Outlet Port
|
13423
13199
|
, !- Target Object
|
@@ -13489,7 +13265,6 @@ OS:Node,
|
|
13489
13265
|
|
13490
13266
|
OS:Connection,
|
13491
13267
|
{5568fde6-30db-44d2-bc7f-e86a5d05ec27}, !- Handle
|
13492
|
-
{57a7ad0d-ca19-4129-b783-98dd041bec35}, !- Name
|
13493
13268
|
, !- Source Object
|
13494
13269
|
20, !- Outlet Port
|
13495
13270
|
{6fd41f16-95ad-4d1f-a6a4-72df33c0fc74}, !- Target Object
|
@@ -13503,7 +13278,6 @@ OS:Node,
|
|
13503
13278
|
|
13504
13279
|
OS:Connection,
|
13505
13280
|
{36a71f03-397b-470e-88d4-bca170a4e293}, !- Handle
|
13506
|
-
{08a5bc65-986a-4ed3-8dcb-b2c4b70b60d3}, !- Name
|
13507
13281
|
{6fd41f16-95ad-4d1f-a6a4-72df33c0fc74}, !- Source Object
|
13508
13282
|
3, !- Outlet Port
|
13509
13283
|
{018a1e6b-b928-4e6d-aea6-6b83dbc40bb1}, !- Target Object
|
@@ -13511,7 +13285,6 @@ OS:Connection,
|
|
13511
13285
|
|
13512
13286
|
OS:Connection,
|
13513
13287
|
{d68cc92d-fe97-4779-997a-0d959c344bee}, !- Handle
|
13514
|
-
{5fd226ef-6703-44d4-ae46-994437f54a58}, !- Name
|
13515
13288
|
{018a1e6b-b928-4e6d-aea6-6b83dbc40bb1}, !- Source Object
|
13516
13289
|
3, !- Outlet Port
|
13517
13290
|
{73cd11e4-4fe7-4808-ae74-2174a037338d}, !- Target Object
|
@@ -13519,7 +13292,6 @@ OS:Connection,
|
|
13519
13292
|
|
13520
13293
|
OS:Connection,
|
13521
13294
|
{6a4c9e56-38ae-46a3-9aa5-80ee49904050}, !- Handle
|
13522
|
-
{2f8a9384-6d00-4b1a-ad76-cfc503e79fc4}, !- Name
|
13523
13295
|
{73cd11e4-4fe7-4808-ae74-2174a037338d}, !- Source Object
|
13524
13296
|
3, !- Outlet Port
|
13525
13297
|
, !- Target Object
|
@@ -13591,7 +13363,6 @@ OS:Node,
|
|
13591
13363
|
|
13592
13364
|
OS:Connection,
|
13593
13365
|
{44ce2c53-9648-4b33-8a38-4549cef331b3}, !- Handle
|
13594
|
-
{97a05597-ce30-4615-b1fa-6f2114d3774f}, !- Name
|
13595
13366
|
, !- Source Object
|
13596
13367
|
22, !- Outlet Port
|
13597
13368
|
{ff1fd37c-d709-4744-adee-0f71e1d198e1}, !- Target Object
|
@@ -13605,7 +13376,6 @@ OS:Node,
|
|
13605
13376
|
|
13606
13377
|
OS:Connection,
|
13607
13378
|
{d526f17b-9a5d-4511-acbf-01001609b6ae}, !- Handle
|
13608
|
-
{39627eea-910d-4969-a952-433e9ed398c7}, !- Name
|
13609
13379
|
{ff1fd37c-d709-4744-adee-0f71e1d198e1}, !- Source Object
|
13610
13380
|
3, !- Outlet Port
|
13611
13381
|
{9a05d506-a46e-4b8d-b29d-a3bd1dbb9a25}, !- Target Object
|
@@ -13613,7 +13383,6 @@ OS:Connection,
|
|
13613
13383
|
|
13614
13384
|
OS:Connection,
|
13615
13385
|
{49fcf6c1-279b-4c54-8eab-b4e41ed1174c}, !- Handle
|
13616
|
-
{0c8c3259-4093-4812-a188-c6dad04c4088}, !- Name
|
13617
13386
|
{9a05d506-a46e-4b8d-b29d-a3bd1dbb9a25}, !- Source Object
|
13618
13387
|
3, !- Outlet Port
|
13619
13388
|
{9e7e7f0c-1955-402e-9788-af1bc1443552}, !- Target Object
|
@@ -13621,7 +13390,6 @@ OS:Connection,
|
|
13621
13390
|
|
13622
13391
|
OS:Connection,
|
13623
13392
|
{b6421f72-1e2d-4dfe-9614-0affc79deb8c}, !- Handle
|
13624
|
-
{879dbb43-ca75-44b4-bbfc-e66393644a7e}, !- Name
|
13625
13393
|
{9e7e7f0c-1955-402e-9788-af1bc1443552}, !- Source Object
|
13626
13394
|
3, !- Outlet Port
|
13627
13395
|
, !- Target Object
|
@@ -13693,7 +13461,6 @@ OS:Node,
|
|
13693
13461
|
|
13694
13462
|
OS:Connection,
|
13695
13463
|
{03b12803-378f-464c-864f-041f700bfc6c}, !- Handle
|
13696
|
-
{685f90f3-1cac-457a-b66f-52ba5f74d800}, !- Name
|
13697
13464
|
, !- Source Object
|
13698
13465
|
23, !- Outlet Port
|
13699
13466
|
{fda5fcc2-1f7f-4bf2-8075-5324350ce21c}, !- Target Object
|
@@ -13707,7 +13474,6 @@ OS:Node,
|
|
13707
13474
|
|
13708
13475
|
OS:Connection,
|
13709
13476
|
{762bb99f-f026-487a-a33b-979ac05c66f5}, !- Handle
|
13710
|
-
{6c2664d4-10ad-4fb6-8c5a-ab26d676de1f}, !- Name
|
13711
13477
|
{fda5fcc2-1f7f-4bf2-8075-5324350ce21c}, !- Source Object
|
13712
13478
|
3, !- Outlet Port
|
13713
13479
|
{2cd94171-3bfe-4488-81d5-30a6b4cf52d3}, !- Target Object
|
@@ -13715,7 +13481,6 @@ OS:Connection,
|
|
13715
13481
|
|
13716
13482
|
OS:Connection,
|
13717
13483
|
{3f7e3e7e-7e6b-40dd-b0da-2c945365a7e5}, !- Handle
|
13718
|
-
{1804cc95-8f52-4817-9f8e-7c66c400e428}, !- Name
|
13719
13484
|
{2cd94171-3bfe-4488-81d5-30a6b4cf52d3}, !- Source Object
|
13720
13485
|
3, !- Outlet Port
|
13721
13486
|
{8b7831ab-ccd6-470f-9da0-c7f3c0f3b295}, !- Target Object
|
@@ -13723,7 +13488,6 @@ OS:Connection,
|
|
13723
13488
|
|
13724
13489
|
OS:Connection,
|
13725
13490
|
{fdd943d4-dba5-45f3-8d76-016aad45232f}, !- Handle
|
13726
|
-
{4e1411da-4ce2-4788-abaf-22985c84d8bf}, !- Name
|
13727
13491
|
{8b7831ab-ccd6-470f-9da0-c7f3c0f3b295}, !- Source Object
|
13728
13492
|
3, !- Outlet Port
|
13729
13493
|
, !- Target Object
|
@@ -13795,7 +13559,6 @@ OS:Node,
|
|
13795
13559
|
|
13796
13560
|
OS:Connection,
|
13797
13561
|
{6fd77c23-1dce-47a2-b3b8-87dee8a543ca}, !- Handle
|
13798
|
-
{8345df84-7a2c-48e0-80c3-b3a426d00d91}, !- Name
|
13799
13562
|
, !- Source Object
|
13800
13563
|
24, !- Outlet Port
|
13801
13564
|
{b9939325-152e-461e-9023-0957114881eb}, !- Target Object
|
@@ -13809,7 +13572,6 @@ OS:Node,
|
|
13809
13572
|
|
13810
13573
|
OS:Connection,
|
13811
13574
|
{4bca04e5-9fc9-492e-a6d4-8bc7511bd9e2}, !- Handle
|
13812
|
-
{ec54a27c-cd2f-4966-848b-b9de9932e9cb}, !- Name
|
13813
13575
|
{b9939325-152e-461e-9023-0957114881eb}, !- Source Object
|
13814
13576
|
3, !- Outlet Port
|
13815
13577
|
{c634081f-65db-4032-b48b-ff76f4725349}, !- Target Object
|
@@ -13817,7 +13579,6 @@ OS:Connection,
|
|
13817
13579
|
|
13818
13580
|
OS:Connection,
|
13819
13581
|
{59b3785f-f44d-42f7-8a25-5414e3f76454}, !- Handle
|
13820
|
-
{b4616e70-dea7-40fa-a906-914f50103691}, !- Name
|
13821
13582
|
{c634081f-65db-4032-b48b-ff76f4725349}, !- Source Object
|
13822
13583
|
3, !- Outlet Port
|
13823
13584
|
{80478c0a-67c7-48b9-a9d2-c051cc859bc4}, !- Target Object
|
@@ -13825,7 +13586,6 @@ OS:Connection,
|
|
13825
13586
|
|
13826
13587
|
OS:Connection,
|
13827
13588
|
{ae2c9931-67bf-471f-8156-e1bbdcb7a999}, !- Handle
|
13828
|
-
{ef56a190-020d-47c9-9808-8b0e25b25d7a}, !- Name
|
13829
13589
|
{80478c0a-67c7-48b9-a9d2-c051cc859bc4}, !- Source Object
|
13830
13590
|
3, !- Outlet Port
|
13831
13591
|
, !- Target Object
|
@@ -13897,7 +13657,6 @@ OS:Node,
|
|
13897
13657
|
|
13898
13658
|
OS:Connection,
|
13899
13659
|
{d51e1148-2c8c-40f9-803b-784c71d7da7f}, !- Handle
|
13900
|
-
{1bb76d73-d0ef-49eb-a088-9c201933e7d2}, !- Name
|
13901
13660
|
, !- Source Object
|
13902
13661
|
26, !- Outlet Port
|
13903
13662
|
{4a4e46f5-cdb0-48bd-8dba-5fad28d53ddb}, !- Target Object
|
@@ -13911,7 +13670,6 @@ OS:Node,
|
|
13911
13670
|
|
13912
13671
|
OS:Connection,
|
13913
13672
|
{d164d170-5e51-4338-a2f6-d57dd87dcd13}, !- Handle
|
13914
|
-
{90eb6ea4-213b-48fc-bc85-2f67ab58c279}, !- Name
|
13915
13673
|
{4a4e46f5-cdb0-48bd-8dba-5fad28d53ddb}, !- Source Object
|
13916
13674
|
3, !- Outlet Port
|
13917
13675
|
{ff7b2a2e-dcb9-452e-9ea2-649fc9c7d969}, !- Target Object
|
@@ -13919,7 +13677,6 @@ OS:Connection,
|
|
13919
13677
|
|
13920
13678
|
OS:Connection,
|
13921
13679
|
{a9df3c0f-40fa-4962-82fc-062f95fa86ad}, !- Handle
|
13922
|
-
{2451649b-bccf-4ff5-b8c7-0ec40e7650e5}, !- Name
|
13923
13680
|
{ff7b2a2e-dcb9-452e-9ea2-649fc9c7d969}, !- Source Object
|
13924
13681
|
3, !- Outlet Port
|
13925
13682
|
{51dd9ba7-adb6-4b2e-a6a8-6c84713434a9}, !- Target Object
|
@@ -13927,7 +13684,6 @@ OS:Connection,
|
|
13927
13684
|
|
13928
13685
|
OS:Connection,
|
13929
13686
|
{95f75b52-1711-47b8-8dd2-3b01c75f1e31}, !- Handle
|
13930
|
-
{b92fc49c-8163-4c85-9dc1-ce945da35788}, !- Name
|
13931
13687
|
{51dd9ba7-adb6-4b2e-a6a8-6c84713434a9}, !- Source Object
|
13932
13688
|
3, !- Outlet Port
|
13933
13689
|
, !- Target Object
|
@@ -13999,7 +13755,6 @@ OS:Node,
|
|
13999
13755
|
|
14000
13756
|
OS:Connection,
|
14001
13757
|
{634ceb82-e2cf-4969-9c06-96b97f11273e}, !- Handle
|
14002
|
-
{a65cfa8a-47a1-4555-aefd-88816f3b9145}, !- Name
|
14003
13758
|
, !- Source Object
|
14004
13759
|
27, !- Outlet Port
|
14005
13760
|
{afcbcb35-f833-4330-921c-4f4f39fa1d2b}, !- Target Object
|
@@ -14013,7 +13768,6 @@ OS:Node,
|
|
14013
13768
|
|
14014
13769
|
OS:Connection,
|
14015
13770
|
{a92c92a1-416e-4f19-a44d-d954a51c6ace}, !- Handle
|
14016
|
-
{cd7478df-087c-4baa-8194-1efe79744359}, !- Name
|
14017
13771
|
{afcbcb35-f833-4330-921c-4f4f39fa1d2b}, !- Source Object
|
14018
13772
|
3, !- Outlet Port
|
14019
13773
|
{a0a3e215-1425-4b42-8748-4168ac4969d1}, !- Target Object
|
@@ -14021,7 +13775,6 @@ OS:Connection,
|
|
14021
13775
|
|
14022
13776
|
OS:Connection,
|
14023
13777
|
{a26b1b3e-f808-42d3-8999-491ba2c751cf}, !- Handle
|
14024
|
-
{30270486-0df9-4265-81af-e6aba2260a49}, !- Name
|
14025
13778
|
{a0a3e215-1425-4b42-8748-4168ac4969d1}, !- Source Object
|
14026
13779
|
3, !- Outlet Port
|
14027
13780
|
{a8aa104e-a600-4622-9c5f-3df4ab92a5e6}, !- Target Object
|
@@ -14029,7 +13782,6 @@ OS:Connection,
|
|
14029
13782
|
|
14030
13783
|
OS:Connection,
|
14031
13784
|
{3cccca1b-d726-4faf-9990-2912cdd61083}, !- Handle
|
14032
|
-
{5086badc-60d5-4a09-b5ee-0aaf471ec1f0}, !- Name
|
14033
13785
|
{a8aa104e-a600-4622-9c5f-3df4ab92a5e6}, !- Source Object
|
14034
13786
|
3, !- Outlet Port
|
14035
13787
|
, !- Target Object
|
@@ -16731,7 +16483,6 @@ OS:Node,
|
|
16731
16483
|
|
16732
16484
|
OS:Connection,
|
16733
16485
|
{1082c09f-1f84-4c35-b1cd-9f189a72d621}, !- Handle
|
16734
|
-
{2447394e-8144-495b-8a83-e2cb243fc1bf}, !- Name
|
16735
16486
|
{132a95e1-e24d-4dfa-b2d2-e0c4ca30e41a}, !- Source Object
|
16736
16487
|
11, !- Outlet Port
|
16737
16488
|
{e6d45d37-91b0-4138-b52e-d6aa325229ec}, !- Target Object
|
@@ -16739,17 +16490,14 @@ OS:Connection,
|
|
16739
16490
|
|
16740
16491
|
OS:PortList,
|
16741
16492
|
{e6542709-664a-4a5f-86df-a8c152b02091}, !- Handle
|
16742
|
-
{c4424e0d-4b8e-4ab1-9973-c5321685063c}, !- Name
|
16743
16493
|
{132a95e1-e24d-4dfa-b2d2-e0c4ca30e41a}; !- HVAC Component
|
16744
16494
|
|
16745
16495
|
OS:PortList,
|
16746
16496
|
{4f53b732-d912-470e-bc91-2ddc59e834ff}, !- Handle
|
16747
|
-
{30eea51b-32f9-4323-ac08-2eb59e03aaf6}, !- Name
|
16748
16497
|
{132a95e1-e24d-4dfa-b2d2-e0c4ca30e41a}; !- HVAC Component
|
16749
16498
|
|
16750
16499
|
OS:PortList,
|
16751
16500
|
{695dbaf3-8479-47fe-a2df-3a06143ec4ea}, !- Handle
|
16752
|
-
{bff7926d-141b-4489-ad64-74ba923bcd88}, !- Name
|
16753
16501
|
{132a95e1-e24d-4dfa-b2d2-e0c4ca30e41a}; !- HVAC Component
|
16754
16502
|
|
16755
16503
|
OS:Sizing:Zone,
|
@@ -16823,7 +16571,6 @@ OS:Node,
|
|
16823
16571
|
|
16824
16572
|
OS:Connection,
|
16825
16573
|
{ce9ddf9d-3a2b-4955-80a6-07e87ca6f564}, !- Handle
|
16826
|
-
{2a8aba36-2f7e-437d-9ba0-6112af173e2e}, !- Name
|
16827
16574
|
{40f7ccce-4a4e-4e49-9377-d12936560ddd}, !- Source Object
|
16828
16575
|
11, !- Outlet Port
|
16829
16576
|
{b61c9563-5633-4829-8e62-1532ae25aac0}, !- Target Object
|
@@ -16831,17 +16578,14 @@ OS:Connection,
|
|
16831
16578
|
|
16832
16579
|
OS:PortList,
|
16833
16580
|
{e4981c2d-6f00-454a-95a1-3934f2c965bb}, !- Handle
|
16834
|
-
{8efbb79a-6e7d-4b5c-b7a5-e2bf910c46e3}, !- Name
|
16835
16581
|
{40f7ccce-4a4e-4e49-9377-d12936560ddd}; !- HVAC Component
|
16836
16582
|
|
16837
16583
|
OS:PortList,
|
16838
16584
|
{ecbdbc45-5063-41c1-8a0a-678ce2e8decf}, !- Handle
|
16839
|
-
{c978b76f-3416-487e-ad72-cf29a4f59203}, !- Name
|
16840
16585
|
{40f7ccce-4a4e-4e49-9377-d12936560ddd}; !- HVAC Component
|
16841
16586
|
|
16842
16587
|
OS:PortList,
|
16843
16588
|
{ed1018ed-03ad-418b-9440-6369971f19af}, !- Handle
|
16844
|
-
{9abc7cb1-5a0c-4a24-9e8e-5eab8f78c332}, !- Name
|
16845
16589
|
{40f7ccce-4a4e-4e49-9377-d12936560ddd}; !- HVAC Component
|
16846
16590
|
|
16847
16591
|
OS:Sizing:Zone,
|
@@ -16915,7 +16659,6 @@ OS:Node,
|
|
16915
16659
|
|
16916
16660
|
OS:Connection,
|
16917
16661
|
{9c5872f2-6816-434a-b586-6f8eac4dd89a}, !- Handle
|
16918
|
-
{c2986803-3e96-445d-8eb6-ec853d9df73a}, !- Name
|
16919
16662
|
{c8e0a878-0a9f-450c-bbb5-b8bc7376fc36}, !- Source Object
|
16920
16663
|
11, !- Outlet Port
|
16921
16664
|
{01d075e7-ed4f-4e87-9df5-34fb1e7d4755}, !- Target Object
|
@@ -16923,17 +16666,14 @@ OS:Connection,
|
|
16923
16666
|
|
16924
16667
|
OS:PortList,
|
16925
16668
|
{c7a547a9-0723-480a-a5e4-c9fb76768ce7}, !- Handle
|
16926
|
-
{92f71259-5dbc-4ed9-abcb-2aa9192e7d33}, !- Name
|
16927
16669
|
{c8e0a878-0a9f-450c-bbb5-b8bc7376fc36}; !- HVAC Component
|
16928
16670
|
|
16929
16671
|
OS:PortList,
|
16930
16672
|
{65d519ee-83f9-4ac9-bfd8-f7efb62e614d}, !- Handle
|
16931
|
-
{5e60e106-8d9e-4159-9ebd-f75589da91c9}, !- Name
|
16932
16673
|
{c8e0a878-0a9f-450c-bbb5-b8bc7376fc36}; !- HVAC Component
|
16933
16674
|
|
16934
16675
|
OS:PortList,
|
16935
16676
|
{a74b8522-3946-42fd-813a-e15c1e8a29a8}, !- Handle
|
16936
|
-
{9b199ba8-f6b9-4dff-96c2-b32097ca0f1a}, !- Name
|
16937
16677
|
{c8e0a878-0a9f-450c-bbb5-b8bc7376fc36}; !- HVAC Component
|
16938
16678
|
|
16939
16679
|
OS:Sizing:Zone,
|
@@ -17007,7 +16747,6 @@ OS:Node,
|
|
17007
16747
|
|
17008
16748
|
OS:Connection,
|
17009
16749
|
{e5459669-f82a-4742-8980-15d855561ea9}, !- Handle
|
17010
|
-
{53c308cb-87f5-406f-96cd-a4d515eebe61}, !- Name
|
17011
16750
|
{d50eda7c-fd10-41f4-85e9-2b40557feda0}, !- Source Object
|
17012
16751
|
11, !- Outlet Port
|
17013
16752
|
{11a9c196-a722-4bac-bc4a-12515ec710b4}, !- Target Object
|
@@ -17015,17 +16754,14 @@ OS:Connection,
|
|
17015
16754
|
|
17016
16755
|
OS:PortList,
|
17017
16756
|
{6d4fe420-b7a7-42b9-bba5-7e12a7c9fe42}, !- Handle
|
17018
|
-
{f85357d6-ed51-430d-9c2c-9d553517df03}, !- Name
|
17019
16757
|
{d50eda7c-fd10-41f4-85e9-2b40557feda0}; !- HVAC Component
|
17020
16758
|
|
17021
16759
|
OS:PortList,
|
17022
16760
|
{217d5a38-ff0d-4087-b82a-cada8aa02a45}, !- Handle
|
17023
|
-
{fe8015fb-c2f9-4660-83da-c577b5179f6f}, !- Name
|
17024
16761
|
{d50eda7c-fd10-41f4-85e9-2b40557feda0}; !- HVAC Component
|
17025
16762
|
|
17026
16763
|
OS:PortList,
|
17027
16764
|
{39264f81-d4ed-4a4a-8180-7d5887ea5109}, !- Handle
|
17028
|
-
{685343e7-e4fd-48e8-80c1-1824968a6e93}, !- Name
|
17029
16765
|
{d50eda7c-fd10-41f4-85e9-2b40557feda0}; !- HVAC Component
|
17030
16766
|
|
17031
16767
|
OS:Sizing:Zone,
|
@@ -17099,7 +16835,6 @@ OS:Node,
|
|
17099
16835
|
|
17100
16836
|
OS:Connection,
|
17101
16837
|
{8a7ff76f-0c9e-491b-a62e-12e750641c4c}, !- Handle
|
17102
|
-
{a3aea69c-427a-411c-8370-63d0398b925f}, !- Name
|
17103
16838
|
{b10c135d-0db0-4247-8804-f4063da7d7b6}, !- Source Object
|
17104
16839
|
11, !- Outlet Port
|
17105
16840
|
{710f8be4-b1ec-444e-ae63-44a1cac9225d}, !- Target Object
|
@@ -17107,17 +16842,14 @@ OS:Connection,
|
|
17107
16842
|
|
17108
16843
|
OS:PortList,
|
17109
16844
|
{f09efcda-59a9-497d-958a-c6de4cbe5da0}, !- Handle
|
17110
|
-
{a5bc32c3-8a0a-4b48-a6bf-12d288e7a121}, !- Name
|
17111
16845
|
{b10c135d-0db0-4247-8804-f4063da7d7b6}; !- HVAC Component
|
17112
16846
|
|
17113
16847
|
OS:PortList,
|
17114
16848
|
{3ed320d4-5daa-4092-a12a-290dab36cd8c}, !- Handle
|
17115
|
-
{977bc12c-16e6-4fbc-9ab5-83429cf1c5bc}, !- Name
|
17116
16849
|
{b10c135d-0db0-4247-8804-f4063da7d7b6}; !- HVAC Component
|
17117
16850
|
|
17118
16851
|
OS:PortList,
|
17119
16852
|
{2e50bb48-8851-4e59-aaf2-8bef161b1efa}, !- Handle
|
17120
|
-
{d2c1a66a-037d-45fb-8177-a4d717a39088}, !- Name
|
17121
16853
|
{b10c135d-0db0-4247-8804-f4063da7d7b6}; !- HVAC Component
|
17122
16854
|
|
17123
16855
|
OS:Sizing:Zone,
|
@@ -17191,7 +16923,6 @@ OS:Node,
|
|
17191
16923
|
|
17192
16924
|
OS:Connection,
|
17193
16925
|
{62077160-d34d-4650-97a2-e3f79d450214}, !- Handle
|
17194
|
-
{7940d155-49d0-48f7-b2c0-59704809b9d3}, !- Name
|
17195
16926
|
{cf61a6d5-e23a-4281-af29-ca8faf6f4365}, !- Source Object
|
17196
16927
|
11, !- Outlet Port
|
17197
16928
|
{bce6020e-5c0a-46fd-94a4-61237b0ba0ba}, !- Target Object
|
@@ -17199,17 +16930,14 @@ OS:Connection,
|
|
17199
16930
|
|
17200
16931
|
OS:PortList,
|
17201
16932
|
{36249cee-4810-4431-b737-0bd91520943c}, !- Handle
|
17202
|
-
{344d65ba-8365-4873-9bf3-b3c422bfa33a}, !- Name
|
17203
16933
|
{cf61a6d5-e23a-4281-af29-ca8faf6f4365}; !- HVAC Component
|
17204
16934
|
|
17205
16935
|
OS:PortList,
|
17206
16936
|
{3f7f5029-d3f7-4584-ae94-35c912233598}, !- Handle
|
17207
|
-
{d3c3f14b-4d0a-454b-a29d-c9cef6b0f59f}, !- Name
|
17208
16937
|
{cf61a6d5-e23a-4281-af29-ca8faf6f4365}; !- HVAC Component
|
17209
16938
|
|
17210
16939
|
OS:PortList,
|
17211
16940
|
{496202d4-d06a-47b8-98fb-c436aae3b1c8}, !- Handle
|
17212
|
-
{969d7690-35a3-4349-b411-024378611276}, !- Name
|
17213
16941
|
{cf61a6d5-e23a-4281-af29-ca8faf6f4365}; !- HVAC Component
|
17214
16942
|
|
17215
16943
|
OS:Sizing:Zone,
|
@@ -17283,7 +17011,6 @@ OS:Node,
|
|
17283
17011
|
|
17284
17012
|
OS:Connection,
|
17285
17013
|
{448d81e5-0cc3-4d2f-a713-7addaf5ddff3}, !- Handle
|
17286
|
-
{b15df6a5-084f-425a-bf78-a3555723ac63}, !- Name
|
17287
17014
|
{7b61698e-a323-4199-b0be-976e305b49ef}, !- Source Object
|
17288
17015
|
11, !- Outlet Port
|
17289
17016
|
{75ac993b-b7ed-4390-a893-0a6359977dcc}, !- Target Object
|
@@ -17291,17 +17018,14 @@ OS:Connection,
|
|
17291
17018
|
|
17292
17019
|
OS:PortList,
|
17293
17020
|
{562c5ad5-d3eb-42fd-96b1-fed1666aaa67}, !- Handle
|
17294
|
-
{3644cc4a-9968-4b32-ba5e-025133fb0f59}, !- Name
|
17295
17021
|
{7b61698e-a323-4199-b0be-976e305b49ef}; !- HVAC Component
|
17296
17022
|
|
17297
17023
|
OS:PortList,
|
17298
17024
|
{8751f1f2-5bdb-47d0-9582-122876e3c57a}, !- Handle
|
17299
|
-
{a260ba7b-5523-4f72-b75c-dfb8b58d5f69}, !- Name
|
17300
17025
|
{7b61698e-a323-4199-b0be-976e305b49ef}; !- HVAC Component
|
17301
17026
|
|
17302
17027
|
OS:PortList,
|
17303
17028
|
{9ed053fd-7cac-40fa-997e-01f3d1e8f374}, !- Handle
|
17304
|
-
{4582248f-93b6-49b3-9c6e-19497cdf77b7}, !- Name
|
17305
17029
|
{7b61698e-a323-4199-b0be-976e305b49ef}; !- HVAC Component
|
17306
17030
|
|
17307
17031
|
OS:Sizing:Zone,
|
@@ -17375,7 +17099,6 @@ OS:Node,
|
|
17375
17099
|
|
17376
17100
|
OS:Connection,
|
17377
17101
|
{bba5e1a7-f255-4839-991d-bd80ecdbe871}, !- Handle
|
17378
|
-
{020d54f8-260f-4551-84c1-ecdab1c379bd}, !- Name
|
17379
17102
|
{8dddb671-238f-4b9d-b3a2-ee27be74eb33}, !- Source Object
|
17380
17103
|
11, !- Outlet Port
|
17381
17104
|
{e46f23fe-0781-453d-bf98-d109e9aa3226}, !- Target Object
|
@@ -17383,17 +17106,14 @@ OS:Connection,
|
|
17383
17106
|
|
17384
17107
|
OS:PortList,
|
17385
17108
|
{3cf70dfb-02e8-4ed0-9965-87cf12fd7457}, !- Handle
|
17386
|
-
{08407978-907f-4a98-b876-3fa0621461a3}, !- Name
|
17387
17109
|
{8dddb671-238f-4b9d-b3a2-ee27be74eb33}; !- HVAC Component
|
17388
17110
|
|
17389
17111
|
OS:PortList,
|
17390
17112
|
{21d4ba01-9685-4749-8609-8b9e2b53b274}, !- Handle
|
17391
|
-
{6669749e-852a-40bd-986f-cb0275ce708f}, !- Name
|
17392
17113
|
{8dddb671-238f-4b9d-b3a2-ee27be74eb33}; !- HVAC Component
|
17393
17114
|
|
17394
17115
|
OS:PortList,
|
17395
17116
|
{06c3daf0-fd6f-4c57-9d3f-21aa6dac611d}, !- Handle
|
17396
|
-
{61da7988-3287-4624-9b57-4cc5009adfa1}, !- Name
|
17397
17117
|
{8dddb671-238f-4b9d-b3a2-ee27be74eb33}; !- HVAC Component
|
17398
17118
|
|
17399
17119
|
OS:Sizing:Zone,
|
@@ -17467,7 +17187,6 @@ OS:Node,
|
|
17467
17187
|
|
17468
17188
|
OS:Connection,
|
17469
17189
|
{739af8c4-6a38-4365-baa1-b0a030ced7f3}, !- Handle
|
17470
|
-
{e516cc4d-57f4-4b84-8aa4-8f25a21c32aa}, !- Name
|
17471
17190
|
{0ce51cf5-d8c0-422a-a1aa-099eccf87434}, !- Source Object
|
17472
17191
|
11, !- Outlet Port
|
17473
17192
|
{3e9a895a-1136-4de2-82fe-742d7c7d86b9}, !- Target Object
|
@@ -17475,17 +17194,14 @@ OS:Connection,
|
|
17475
17194
|
|
17476
17195
|
OS:PortList,
|
17477
17196
|
{c302b761-c68a-4153-99ec-99eeefbd2523}, !- Handle
|
17478
|
-
{ec7605ac-f00e-4700-b706-cc88c7b62ebd}, !- Name
|
17479
17197
|
{0ce51cf5-d8c0-422a-a1aa-099eccf87434}; !- HVAC Component
|
17480
17198
|
|
17481
17199
|
OS:PortList,
|
17482
17200
|
{ceca703d-d7e1-4b28-801e-bb0be1d51dc5}, !- Handle
|
17483
|
-
{2869ca3a-0f83-46f0-a8fd-88fed495394e}, !- Name
|
17484
17201
|
{0ce51cf5-d8c0-422a-a1aa-099eccf87434}; !- HVAC Component
|
17485
17202
|
|
17486
17203
|
OS:PortList,
|
17487
17204
|
{4333ee54-40dd-4336-87c1-a072522ca1ca}, !- Handle
|
17488
|
-
{4eb27a2c-8287-4c34-ae38-05a45d69dfff}, !- Name
|
17489
17205
|
{0ce51cf5-d8c0-422a-a1aa-099eccf87434}; !- HVAC Component
|
17490
17206
|
|
17491
17207
|
OS:Sizing:Zone,
|
@@ -17559,7 +17275,6 @@ OS:Node,
|
|
17559
17275
|
|
17560
17276
|
OS:Connection,
|
17561
17277
|
{a5eaa518-8b92-4542-8afb-ee122246f5d4}, !- Handle
|
17562
|
-
{051abd16-c3fa-4669-aa0e-7b85095c9eef}, !- Name
|
17563
17278
|
{b147a1f3-e857-4f5f-8b7e-44c1e7ac86cc}, !- Source Object
|
17564
17279
|
11, !- Outlet Port
|
17565
17280
|
{4c710a9c-0291-4723-a0f7-8bda7edd5048}, !- Target Object
|
@@ -17567,17 +17282,14 @@ OS:Connection,
|
|
17567
17282
|
|
17568
17283
|
OS:PortList,
|
17569
17284
|
{fe0a0c59-47bc-45da-8f46-ca53547bef2e}, !- Handle
|
17570
|
-
{6ad6eb12-5058-474a-b75c-c8a517c4953f}, !- Name
|
17571
17285
|
{b147a1f3-e857-4f5f-8b7e-44c1e7ac86cc}; !- HVAC Component
|
17572
17286
|
|
17573
17287
|
OS:PortList,
|
17574
17288
|
{1133ba1e-2aea-4168-b775-40d7ed47913a}, !- Handle
|
17575
|
-
{7343be88-c0d7-44c2-b9ea-c3d89b0e1f05}, !- Name
|
17576
17289
|
{b147a1f3-e857-4f5f-8b7e-44c1e7ac86cc}; !- HVAC Component
|
17577
17290
|
|
17578
17291
|
OS:PortList,
|
17579
17292
|
{0654de6e-52d3-4c5b-a78e-bfbab491d356}, !- Handle
|
17580
|
-
{4469afde-5ca3-490a-82ab-dbfcbda1844d}, !- Name
|
17581
17293
|
{b147a1f3-e857-4f5f-8b7e-44c1e7ac86cc}; !- HVAC Component
|
17582
17294
|
|
17583
17295
|
OS:Sizing:Zone,
|
@@ -17651,7 +17363,6 @@ OS:Node,
|
|
17651
17363
|
|
17652
17364
|
OS:Connection,
|
17653
17365
|
{6ba30425-f68b-4f90-8384-8b2743933ed3}, !- Handle
|
17654
|
-
{fd290413-94ff-4d1b-a2ce-ed5a383b2a8d}, !- Name
|
17655
17366
|
{8bc630c6-d580-4111-9510-931308e7fdfd}, !- Source Object
|
17656
17367
|
11, !- Outlet Port
|
17657
17368
|
{9697d5f1-c28f-445d-ba2d-3912ab79a43b}, !- Target Object
|
@@ -17659,17 +17370,14 @@ OS:Connection,
|
|
17659
17370
|
|
17660
17371
|
OS:PortList,
|
17661
17372
|
{d1ea5cbb-20e8-40f7-8a05-b0070069e70c}, !- Handle
|
17662
|
-
{dd1da247-37b9-4437-9f33-069dc4b6bfa6}, !- Name
|
17663
17373
|
{8bc630c6-d580-4111-9510-931308e7fdfd}; !- HVAC Component
|
17664
17374
|
|
17665
17375
|
OS:PortList,
|
17666
17376
|
{3fd30675-c298-4ef8-a475-6c30c91af7c3}, !- Handle
|
17667
|
-
{f4e32c32-4a4e-44c6-ac3d-19e5445b78fb}, !- Name
|
17668
17377
|
{8bc630c6-d580-4111-9510-931308e7fdfd}; !- HVAC Component
|
17669
17378
|
|
17670
17379
|
OS:PortList,
|
17671
17380
|
{2a8cceae-4da4-4a97-81ce-9b953a34bd69}, !- Handle
|
17672
|
-
{9b7ec0fd-d281-40f6-96b7-b74be1bca3e4}, !- Name
|
17673
17381
|
{8bc630c6-d580-4111-9510-931308e7fdfd}; !- HVAC Component
|
17674
17382
|
|
17675
17383
|
OS:Sizing:Zone,
|
@@ -17743,7 +17451,6 @@ OS:Node,
|
|
17743
17451
|
|
17744
17452
|
OS:Connection,
|
17745
17453
|
{cd80c0d9-df49-4083-af3a-d6f681241867}, !- Handle
|
17746
|
-
{3df49fee-0c9d-4572-8a2a-f31dfeaf7eee}, !- Name
|
17747
17454
|
{bcabfbdb-6957-4620-b46e-72975f4a39a7}, !- Source Object
|
17748
17455
|
11, !- Outlet Port
|
17749
17456
|
{82f7514e-8e7b-4033-9e3b-15286e63baa9}, !- Target Object
|
@@ -17751,17 +17458,14 @@ OS:Connection,
|
|
17751
17458
|
|
17752
17459
|
OS:PortList,
|
17753
17460
|
{6a79c063-d386-4a64-926d-10f08fa25085}, !- Handle
|
17754
|
-
{2b283cb4-6258-4d57-976c-35b014361d84}, !- Name
|
17755
17461
|
{bcabfbdb-6957-4620-b46e-72975f4a39a7}; !- HVAC Component
|
17756
17462
|
|
17757
17463
|
OS:PortList,
|
17758
17464
|
{d4c788dc-c4de-495f-a391-7e4a381b8e8d}, !- Handle
|
17759
|
-
{3db5418c-256b-44ec-9d19-f197a096e0b9}, !- Name
|
17760
17465
|
{bcabfbdb-6957-4620-b46e-72975f4a39a7}; !- HVAC Component
|
17761
17466
|
|
17762
17467
|
OS:PortList,
|
17763
17468
|
{bdf6c53b-1e23-4bf5-9af3-0b9b2bbf1def}, !- Handle
|
17764
|
-
{9fbc2778-a92e-4c2f-8986-98b8f6809f17}, !- Name
|
17765
17469
|
{bcabfbdb-6957-4620-b46e-72975f4a39a7}; !- HVAC Component
|
17766
17470
|
|
17767
17471
|
OS:Sizing:Zone,
|
@@ -17835,7 +17539,6 @@ OS:Node,
|
|
17835
17539
|
|
17836
17540
|
OS:Connection,
|
17837
17541
|
{6c12b921-cdde-4600-9504-3e00a2b59504}, !- Handle
|
17838
|
-
{927e93cc-b349-4812-8bb2-4890cabc6f49}, !- Name
|
17839
17542
|
{3bd8da45-c9fc-48f7-a4d4-1ab9a525377c}, !- Source Object
|
17840
17543
|
11, !- Outlet Port
|
17841
17544
|
{61112be2-b8f4-4d09-a5f0-0fae6413fac9}, !- Target Object
|
@@ -17843,17 +17546,14 @@ OS:Connection,
|
|
17843
17546
|
|
17844
17547
|
OS:PortList,
|
17845
17548
|
{31093000-bd26-47d9-bda4-99457cb8bdaf}, !- Handle
|
17846
|
-
{f8605de5-715e-4fb8-82a9-c1c648d2c643}, !- Name
|
17847
17549
|
{3bd8da45-c9fc-48f7-a4d4-1ab9a525377c}; !- HVAC Component
|
17848
17550
|
|
17849
17551
|
OS:PortList,
|
17850
17552
|
{63c74bd0-6daf-4c37-b5fc-bd238ac0c920}, !- Handle
|
17851
|
-
{71be84b5-3954-4bad-a644-6781070bfcc0}, !- Name
|
17852
17553
|
{3bd8da45-c9fc-48f7-a4d4-1ab9a525377c}; !- HVAC Component
|
17853
17554
|
|
17854
17555
|
OS:PortList,
|
17855
17556
|
{a8f8b5c0-ece0-46c3-9290-ba68b6c68bb2}, !- Handle
|
17856
|
-
{2e38b88f-2709-438d-806e-edc6a2a198c2}, !- Name
|
17857
17557
|
{3bd8da45-c9fc-48f7-a4d4-1ab9a525377c}; !- HVAC Component
|
17858
17558
|
|
17859
17559
|
OS:Sizing:Zone,
|
@@ -17927,7 +17627,6 @@ OS:Node,
|
|
17927
17627
|
|
17928
17628
|
OS:Connection,
|
17929
17629
|
{dfcbb7ad-1309-4c32-b383-c412fd7e865d}, !- Handle
|
17930
|
-
{a86e641e-ba4b-45bc-b7f4-3b4a42033613}, !- Name
|
17931
17630
|
{c67c45ab-a796-42f7-8ed5-9a399d4ed786}, !- Source Object
|
17932
17631
|
11, !- Outlet Port
|
17933
17632
|
{8b6fdc55-d13a-4d73-bd11-b0e898ce63a6}, !- Target Object
|
@@ -17935,17 +17634,14 @@ OS:Connection,
|
|
17935
17634
|
|
17936
17635
|
OS:PortList,
|
17937
17636
|
{fb521c3a-7396-4c2c-9463-a97c915436df}, !- Handle
|
17938
|
-
{421cfef4-9cac-46b9-a0b9-2c0944d9f82d}, !- Name
|
17939
17637
|
{c67c45ab-a796-42f7-8ed5-9a399d4ed786}; !- HVAC Component
|
17940
17638
|
|
17941
17639
|
OS:PortList,
|
17942
17640
|
{a7b5fa41-8e79-4cca-aecf-1ce5223f3844}, !- Handle
|
17943
|
-
{d3d1cba5-625a-4f13-a262-4207ec74e259}, !- Name
|
17944
17641
|
{c67c45ab-a796-42f7-8ed5-9a399d4ed786}; !- HVAC Component
|
17945
17642
|
|
17946
17643
|
OS:PortList,
|
17947
17644
|
{5de481b5-94a5-4251-a5e4-73273792d0b4}, !- Handle
|
17948
|
-
{0f40ec11-c2ab-441a-a362-bae590918291}, !- Name
|
17949
17645
|
{c67c45ab-a796-42f7-8ed5-9a399d4ed786}; !- HVAC Component
|
17950
17646
|
|
17951
17647
|
OS:Sizing:Zone,
|
@@ -18019,7 +17715,6 @@ OS:Node,
|
|
18019
17715
|
|
18020
17716
|
OS:Connection,
|
18021
17717
|
{467b0a13-19c7-4cf3-8268-96d233586a32}, !- Handle
|
18022
|
-
{f38db8a1-ab1e-4771-8f97-bd1092d6f996}, !- Name
|
18023
17718
|
{58aafcd4-3dfb-4ac7-9495-8c1ab337fe01}, !- Source Object
|
18024
17719
|
11, !- Outlet Port
|
18025
17720
|
{3ff7b236-e951-43d9-ad00-8cfa696ad9a0}, !- Target Object
|
@@ -18027,17 +17722,14 @@ OS:Connection,
|
|
18027
17722
|
|
18028
17723
|
OS:PortList,
|
18029
17724
|
{18747b0f-7e8c-4c85-b35d-0f2a324fd27d}, !- Handle
|
18030
|
-
{771ad14f-a1ef-4513-bc52-3f7105d23dd8}, !- Name
|
18031
17725
|
{58aafcd4-3dfb-4ac7-9495-8c1ab337fe01}; !- HVAC Component
|
18032
17726
|
|
18033
17727
|
OS:PortList,
|
18034
17728
|
{35770bef-e1bb-435a-bee8-659b5136e2fe}, !- Handle
|
18035
|
-
{d9c439e9-dfcf-4339-9698-f146026461f6}, !- Name
|
18036
17729
|
{58aafcd4-3dfb-4ac7-9495-8c1ab337fe01}; !- HVAC Component
|
18037
17730
|
|
18038
17731
|
OS:PortList,
|
18039
17732
|
{98656d4c-2685-44b6-981a-7445e6d0eeb8}, !- Handle
|
18040
|
-
{9be45f7f-b14f-440f-ba74-e3ddf5b4438e}, !- Name
|
18041
17733
|
{58aafcd4-3dfb-4ac7-9495-8c1ab337fe01}; !- HVAC Component
|
18042
17734
|
|
18043
17735
|
OS:Sizing:Zone,
|
@@ -18111,7 +17803,6 @@ OS:Node,
|
|
18111
17803
|
|
18112
17804
|
OS:Connection,
|
18113
17805
|
{499641fa-178c-429b-bedd-bb6d6c6085ad}, !- Handle
|
18114
|
-
{65f7d70a-e877-4264-9d4f-2bf4d32f5c14}, !- Name
|
18115
17806
|
{d34f19c8-ff79-46ea-a2f3-7f0f87f16d79}, !- Source Object
|
18116
17807
|
11, !- Outlet Port
|
18117
17808
|
{868b83ac-01bb-42d6-8a75-7e859d04dd8e}, !- Target Object
|
@@ -18119,17 +17810,14 @@ OS:Connection,
|
|
18119
17810
|
|
18120
17811
|
OS:PortList,
|
18121
17812
|
{a82ef923-26d1-44ec-8b47-80e70dfc7346}, !- Handle
|
18122
|
-
{06264fca-d22b-48e4-a2dc-77d62903cf34}, !- Name
|
18123
17813
|
{d34f19c8-ff79-46ea-a2f3-7f0f87f16d79}; !- HVAC Component
|
18124
17814
|
|
18125
17815
|
OS:PortList,
|
18126
17816
|
{e3b4e350-55ee-4b8f-ac25-95cfde3d4e33}, !- Handle
|
18127
|
-
{547da4c5-5b7b-4948-b723-fdaf78167cb0}, !- Name
|
18128
17817
|
{d34f19c8-ff79-46ea-a2f3-7f0f87f16d79}; !- HVAC Component
|
18129
17818
|
|
18130
17819
|
OS:PortList,
|
18131
17820
|
{47a3fee4-1b70-4728-ad13-54788107e932}, !- Handle
|
18132
|
-
{bc6bb421-1d40-4e97-a931-421b73b6f714}, !- Name
|
18133
17821
|
{d34f19c8-ff79-46ea-a2f3-7f0f87f16d79}; !- HVAC Component
|
18134
17822
|
|
18135
17823
|
OS:Sizing:Zone,
|
@@ -18203,7 +17891,6 @@ OS:Node,
|
|
18203
17891
|
|
18204
17892
|
OS:Connection,
|
18205
17893
|
{112987a5-1c52-43af-9236-bfe15055402c}, !- Handle
|
18206
|
-
{67c7deb4-f78e-4ac7-b8a7-3c0b3f1446d5}, !- Name
|
18207
17894
|
{8b129472-8f93-4cbe-8bd9-ca4aa834d16c}, !- Source Object
|
18208
17895
|
11, !- Outlet Port
|
18209
17896
|
{f75602b1-bff7-4573-880e-4258f4264af9}, !- Target Object
|
@@ -18211,17 +17898,14 @@ OS:Connection,
|
|
18211
17898
|
|
18212
17899
|
OS:PortList,
|
18213
17900
|
{5b926d2e-67f8-4b6b-972d-d8ca9f7ec63d}, !- Handle
|
18214
|
-
{ec34bfb8-874e-44fb-b2c7-039211325193}, !- Name
|
18215
17901
|
{8b129472-8f93-4cbe-8bd9-ca4aa834d16c}; !- HVAC Component
|
18216
17902
|
|
18217
17903
|
OS:PortList,
|
18218
17904
|
{cf605b7b-b492-4ece-9d51-f17fcefaa5ba}, !- Handle
|
18219
|
-
{a151af69-8da4-4497-9894-d6f34978c21c}, !- Name
|
18220
17905
|
{8b129472-8f93-4cbe-8bd9-ca4aa834d16c}; !- HVAC Component
|
18221
17906
|
|
18222
17907
|
OS:PortList,
|
18223
17908
|
{1c112313-d146-4daa-b61a-6ddf8a8ee87e}, !- Handle
|
18224
|
-
{b6eff465-6c39-4ffc-87e8-3ca9c4c23674}, !- Name
|
18225
17909
|
{8b129472-8f93-4cbe-8bd9-ca4aa834d16c}; !- HVAC Component
|
18226
17910
|
|
18227
17911
|
OS:Sizing:Zone,
|
@@ -18295,7 +17979,6 @@ OS:Node,
|
|
18295
17979
|
|
18296
17980
|
OS:Connection,
|
18297
17981
|
{8bfc4a28-f1bf-4e1d-90fb-4c4da163ce3e}, !- Handle
|
18298
|
-
{8148d68b-0b53-4bd5-9956-9d75129c497c}, !- Name
|
18299
17982
|
{de33e626-1e02-403b-a28e-f7d6a57f17d9}, !- Source Object
|
18300
17983
|
11, !- Outlet Port
|
18301
17984
|
{94aead60-535a-4e6e-904e-4c6744dda86e}, !- Target Object
|
@@ -18303,17 +17986,14 @@ OS:Connection,
|
|
18303
17986
|
|
18304
17987
|
OS:PortList,
|
18305
17988
|
{7846afb6-1ef0-4d11-b8d3-015920311293}, !- Handle
|
18306
|
-
{da4c17be-f60e-47b9-9e0c-dcfacca0b0bd}, !- Name
|
18307
17989
|
{de33e626-1e02-403b-a28e-f7d6a57f17d9}; !- HVAC Component
|
18308
17990
|
|
18309
17991
|
OS:PortList,
|
18310
17992
|
{8b5d83d8-dee2-4a75-8d08-3dc5c94177c6}, !- Handle
|
18311
|
-
{45ca324e-8b35-49c8-bb02-fe8d52e473db}, !- Name
|
18312
17993
|
{de33e626-1e02-403b-a28e-f7d6a57f17d9}; !- HVAC Component
|
18313
17994
|
|
18314
17995
|
OS:PortList,
|
18315
17996
|
{81d24c52-94ea-4ad6-990f-8e986b4b01d4}, !- Handle
|
18316
|
-
{fa268d58-a652-4d03-b726-5234140bac1a}, !- Name
|
18317
17997
|
{de33e626-1e02-403b-a28e-f7d6a57f17d9}; !- HVAC Component
|
18318
17998
|
|
18319
17999
|
OS:Sizing:Zone,
|
@@ -18387,7 +18067,6 @@ OS:Node,
|
|
18387
18067
|
|
18388
18068
|
OS:Connection,
|
18389
18069
|
{24a714ca-d707-4c48-9019-174925271d91}, !- Handle
|
18390
|
-
{c244dda9-048c-4987-8d10-959b5a5d02cd}, !- Name
|
18391
18070
|
{0643079a-5dd1-4028-893c-c39000db2ed3}, !- Source Object
|
18392
18071
|
11, !- Outlet Port
|
18393
18072
|
{1c430bb2-982a-4608-a8eb-7a476388a8ea}, !- Target Object
|
@@ -18395,17 +18074,14 @@ OS:Connection,
|
|
18395
18074
|
|
18396
18075
|
OS:PortList,
|
18397
18076
|
{6e76c261-9116-4bb8-a635-f3c949c35e32}, !- Handle
|
18398
|
-
{8929cd67-5b1c-4d2e-b075-8b871d6aca4d}, !- Name
|
18399
18077
|
{0643079a-5dd1-4028-893c-c39000db2ed3}; !- HVAC Component
|
18400
18078
|
|
18401
18079
|
OS:PortList,
|
18402
18080
|
{e990fce6-4486-4866-9e59-4a441bbbaa41}, !- Handle
|
18403
|
-
{1bd182bd-7cf5-4185-bffd-ff99a12eb208}, !- Name
|
18404
18081
|
{0643079a-5dd1-4028-893c-c39000db2ed3}; !- HVAC Component
|
18405
18082
|
|
18406
18083
|
OS:PortList,
|
18407
18084
|
{74ac9068-a851-41d4-a158-05331cf7b899}, !- Handle
|
18408
|
-
{d53b14f8-fdda-4a3c-8da5-726de403a7c8}, !- Name
|
18409
18085
|
{0643079a-5dd1-4028-893c-c39000db2ed3}; !- HVAC Component
|
18410
18086
|
|
18411
18087
|
OS:Sizing:Zone,
|
@@ -18479,7 +18155,6 @@ OS:Node,
|
|
18479
18155
|
|
18480
18156
|
OS:Connection,
|
18481
18157
|
{15f62bcf-7693-4a2f-86f6-d0d005be7a8b}, !- Handle
|
18482
|
-
{fbd1f699-6a1d-4d08-b4ed-875d087bdb1e}, !- Name
|
18483
18158
|
{749c0b51-186a-4e2f-b2d2-7ad62b3d4b92}, !- Source Object
|
18484
18159
|
11, !- Outlet Port
|
18485
18160
|
{be726c5c-cfd4-42cb-a263-b41e2a8fa410}, !- Target Object
|
@@ -18487,17 +18162,14 @@ OS:Connection,
|
|
18487
18162
|
|
18488
18163
|
OS:PortList,
|
18489
18164
|
{1b17f1dd-ea6c-40c2-9ca4-4d2cff280ce6}, !- Handle
|
18490
|
-
{143991e5-10b4-4376-92d5-c7e3a816f849}, !- Name
|
18491
18165
|
{749c0b51-186a-4e2f-b2d2-7ad62b3d4b92}; !- HVAC Component
|
18492
18166
|
|
18493
18167
|
OS:PortList,
|
18494
18168
|
{5d6502e7-b116-4dde-9685-ff52c36bb844}, !- Handle
|
18495
|
-
{d6f905ff-753b-48a8-bc74-5938e02078ae}, !- Name
|
18496
18169
|
{749c0b51-186a-4e2f-b2d2-7ad62b3d4b92}; !- HVAC Component
|
18497
18170
|
|
18498
18171
|
OS:PortList,
|
18499
18172
|
{24404d90-6e25-4052-bcbb-db3b2ad882c7}, !- Handle
|
18500
|
-
{ad71862f-96cc-4d4f-b2e8-f08fc66743b4}, !- Name
|
18501
18173
|
{749c0b51-186a-4e2f-b2d2-7ad62b3d4b92}; !- HVAC Component
|
18502
18174
|
|
18503
18175
|
OS:Sizing:Zone,
|
@@ -18571,7 +18243,6 @@ OS:Node,
|
|
18571
18243
|
|
18572
18244
|
OS:Connection,
|
18573
18245
|
{d2bfef4a-4620-47fd-8314-0ccbd4ad483c}, !- Handle
|
18574
|
-
{febd7dd7-8709-474f-bb81-a898163446f0}, !- Name
|
18575
18246
|
{74d79426-864b-454a-8bfa-76349322cf0d}, !- Source Object
|
18576
18247
|
11, !- Outlet Port
|
18577
18248
|
{1182a5a2-258b-405d-8d80-a5eeff097990}, !- Target Object
|
@@ -18579,17 +18250,14 @@ OS:Connection,
|
|
18579
18250
|
|
18580
18251
|
OS:PortList,
|
18581
18252
|
{db89909a-d6e6-4065-b50b-35aad4d1d7ee}, !- Handle
|
18582
|
-
{0b96aa6e-5bc5-4dec-bb56-f2517d7d9987}, !- Name
|
18583
18253
|
{74d79426-864b-454a-8bfa-76349322cf0d}; !- HVAC Component
|
18584
18254
|
|
18585
18255
|
OS:PortList,
|
18586
18256
|
{f628618b-31d9-4e18-9c3b-5fccf81b2ddf}, !- Handle
|
18587
|
-
{bf9c5f5b-ec60-4a7b-9c38-033e856bde98}, !- Name
|
18588
18257
|
{74d79426-864b-454a-8bfa-76349322cf0d}; !- HVAC Component
|
18589
18258
|
|
18590
18259
|
OS:PortList,
|
18591
18260
|
{65be6f9b-967d-4fdd-ac6e-755944db5e51}, !- Handle
|
18592
|
-
{42e26182-c720-4be6-b2a7-3cab6684f36e}, !- Name
|
18593
18261
|
{74d79426-864b-454a-8bfa-76349322cf0d}; !- HVAC Component
|
18594
18262
|
|
18595
18263
|
OS:Sizing:Zone,
|