openstudio-standards 0.4.0 → 0.5.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/inventory/thermal_bridging.csv +90 -0
- data/data/standards/OpenStudio_Standards-deer-comstock.xlsx +0 -0
- data/data/standards/manage_OpenStudio_Standards.rb +1 -1
- data/data/standards/test_performance_expected_dd_results.csv +2014 -1891
- data/lib/openstudio-standards/btap/analysis.rb +8 -8
- data/lib/openstudio-standards/btap/bridging.rb +664 -645
- data/lib/openstudio-standards/btap/btap.model.rb +14 -14
- data/lib/openstudio-standards/btap/btap.rb +7 -7
- data/lib/openstudio-standards/btap/btap_result.rb +1 -1
- data/lib/openstudio-standards/btap/economics.rb +23 -23
- data/lib/openstudio-standards/btap/envelope.rb +8 -8
- data/lib/openstudio-standards/btap/equest.rb +1 -1
- data/lib/openstudio-standards/btap/geometry.rb +2 -2
- data/lib/openstudio-standards/btap/mpc.rb +7 -7
- data/lib/openstudio-standards/btap/schedules.rb +1 -1
- data/lib/openstudio-standards/btap/simmanager.rb +4 -4
- data/lib/openstudio-standards/btap/spaceloads.rb +26 -26
- data/lib/openstudio-standards/btap/utilities.rb +6 -6
- data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
- data/lib/openstudio-standards/constructions/information.rb +83 -0
- data/lib/openstudio-standards/constructions/materials/modify.rb +72 -0
- data/lib/openstudio-standards/constructions/modify.rb +80 -0
- data/lib/openstudio-standards/create_typical/create_typical.rb +983 -0
- data/lib/openstudio-standards/create_typical/enumerations.rb +484 -0
- data/lib/openstudio-standards/create_typical/space_type_blend.rb +791 -0
- data/lib/openstudio-standards/create_typical/space_type_ratios.rb +494 -0
- data/lib/openstudio-standards/daylighting/space.rb +47 -0
- data/lib/openstudio-standards/geometry/create.rb +801 -0
- data/lib/openstudio-standards/geometry/create_bar.rb +2171 -0
- data/lib/openstudio-standards/geometry/information.rb +462 -0
- data/lib/openstudio-standards/geometry/modify.rb +48 -0
- data/lib/openstudio-standards/hvac/air_loop/information.rb +79 -0
- data/lib/openstudio-standards/hvac/cbecs_hvac.rb +616 -0
- data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +91 -0
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +2 -2
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -36
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +3 -3
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +14 -14
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +16 -16
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -7
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +13 -13
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +9 -9
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +8 -8
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +11 -11
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +10 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +19 -19
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +18 -18
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +6 -6
- data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +957 -957
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +84 -16
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +61 -10
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +2 -2
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +4 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +43 -30
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +18 -11
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +774 -117
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +340 -481
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +3 -3
- data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +22 -22
- data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
- data/lib/openstudio-standards/qaqc/calibration.rb +131 -0
- data/lib/openstudio-standards/qaqc/create_results.rb +983 -0
- data/lib/openstudio-standards/qaqc/envelope.rb +399 -0
- data/lib/openstudio-standards/qaqc/eui.rb +213 -0
- data/lib/openstudio-standards/qaqc/hvac.rb +1943 -0
- data/lib/openstudio-standards/qaqc/internal_loads.rb +568 -0
- data/lib/openstudio-standards/qaqc/reporting.rb +141 -0
- data/lib/openstudio-standards/qaqc/schedules.rb +129 -0
- data/lib/openstudio-standards/qaqc/service_water_heating.rb +273 -0
- data/lib/openstudio-standards/qaqc/weather_files.rb +497 -0
- data/lib/openstudio-standards/qaqc/zone_conditions.rb +278 -0
- data/lib/openstudio-standards/schedules/create.rb +364 -0
- data/lib/openstudio-standards/schedules/information.rb +169 -0
- data/lib/openstudio-standards/schedules/modify.rb +445 -0
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +110 -71
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +2 -1
- data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +16 -10
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilDX.rb +4 -4
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +5 -5
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Construction.rb +17 -18
- data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +6 -6
- data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -12
- data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +3 -3
- data/lib/openstudio-standards/standards/Standards.Model.rb +411 -261
- data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -29
- data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -2
- data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +14 -14
- data/lib/openstudio-standards/standards/Standards.Space.rb +37 -30
- data/lib/openstudio-standards/standards/Standards.SpaceType.rb +38 -29
- data/lib/openstudio-standards/standards/Standards.SubSurface.rb +7 -7
- data/lib/openstudio-standards/standards/Standards.Surface.rb +13 -13
- data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +109 -66
- data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +11 -4
- data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +5 -21
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +36 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/comstock_ashrae_90_1_2016/comstock_ashrae_90_1_2016.AirLoopHVAC.rb +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +53 -10
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/comstock_ashrae_90_1_2019/comstock_ashrae_90_1_2019.AirLoopHVAC.rb +26 -0
- data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +211 -211
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +14 -14
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +4 -4
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +22 -28
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +2 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +1 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +7 -59
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -21
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.DesignSpecificationOutdoorAir.rb +101 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +643 -526
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +8 -2
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +17 -77
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +74 -16
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +96 -44
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +6 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +18 -6
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +328 -74
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +0 -118
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +2 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/data/ashrae_90_1_prm_2019.heat_rejection.json +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_outdoor_air.md +35 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +228 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +131 -0
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +5 -5
- data/lib/openstudio-standards/standards/cbes/cbes.Model.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +1 -1
- data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +109 -27
- data/lib/openstudio-standards/standards/deer/deer.Space.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.economizers.json +246 -4
- data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +18 -5
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +18 -18
- data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.heat_pumps.json +2 -2
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.economizers.json +260 -0
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.economizers.json +248 -6
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +1 -1
- data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +3 -3
- data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.economizers.json +246 -4
- data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +5 -2
- data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.json +25 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/chillers.json +44 -0
- data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +225 -0
- data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +2 -2
- data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +193 -73
- data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +10 -4
- data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +4 -5
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.json +32 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +36 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -7
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +47587 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +49764 -0
- data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Warehouse.osm +283 -297
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +2 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +447 -223
- data/lib/openstudio-standards/standards/necb/NECB2011/data/standards_data.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +49 -27
- data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +400 -202
- data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +18 -1
- data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +637 -318
- data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +3 -3
- data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +1 -1
- data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +615 -307
- data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +4 -4
- data/lib/openstudio-standards/standards/necb/common/btap_data.rb +10 -5
- data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +1 -1
- data/lib/openstudio-standards/utilities/assertion.rb +128 -0
- data/lib/openstudio-standards/utilities/logging.rb +2 -3
- data/lib/openstudio-standards/utilities/object_info.rb +39 -18
- data/lib/openstudio-standards/utilities/schedule_translator.rb +8 -6
- data/lib/openstudio-standards/utilities/simulation.rb +24 -11
- data/lib/openstudio-standards/utilities/sqlfile.rb +10 -5
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards/weather/Weather.Model.rb +8 -9
- data/lib/openstudio-standards/weather/Weather.stat_file.rb +3 -3
- data/lib/openstudio-standards/weather/information.rb +35 -0
- data/lib/openstudio-standards.rb +69 -5
- metadata +52 -16
- data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
- data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +0 -59
- data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +0 -13
- data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +0 -36
- data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +0 -898
- data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +0 -126
- data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +0 -356
- data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +0 -35
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +0 -110
- data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +0 -5
@@ -1,7 +1,21 @@
|
|
1
1
|
|
2
2
|
OS:Version,
|
3
|
-
{
|
4
|
-
|
3
|
+
{46d9f775-b444-4f70-8ba4-a667af6a4637}, !- Handle
|
4
|
+
3.2.1; !- Version Identifier
|
5
|
+
|
6
|
+
OS:Schedule:Constant,
|
7
|
+
{99e35d51-6297-476b-9824-cabcabe41b6c}, !- Handle
|
8
|
+
Always On Discrete, !- Name
|
9
|
+
{6ae76667-2b0a-4d6a-8737-9a4289ff3d1f}, !- Schedule Type Limits Name
|
10
|
+
1; !- Value
|
11
|
+
|
12
|
+
OS:ScheduleTypeLimits,
|
13
|
+
{6ae76667-2b0a-4d6a-8737-9a4289ff3d1f}, !- Handle
|
14
|
+
Always On Discrete Limits, !- Name
|
15
|
+
0, !- Lower Limit Value
|
16
|
+
1, !- Upper Limit Value
|
17
|
+
Discrete, !- Numeric Type
|
18
|
+
Availability; !- Unit Type
|
5
19
|
|
6
20
|
OS:Timestep,
|
7
21
|
{b0fa043b-3e91-4705-b798-a26bbea47620}, !- Handle
|
@@ -9,7 +23,6 @@ OS:Timestep,
|
|
9
23
|
|
10
24
|
OS:Connection,
|
11
25
|
{b742b2ef-79b6-4b4e-bc85-5c20c1c8300f}, !- Handle
|
12
|
-
{15de7a4c-1724-4ba3-a1e6-a66b0ba90514}, !- Name
|
13
26
|
, !- Source Object
|
14
27
|
11, !- Outlet Port
|
15
28
|
, !- Target Object
|
@@ -21,13 +34,15 @@ OS:Space,
|
|
21
34
|
{a6aa64ea-d7e8-4be2-93e7-411cbc4acca9}, !- Space Type Name
|
22
35
|
, !- Default Construction Set Name
|
23
36
|
, !- Default Schedule Set Name
|
24
|
-
0,
|
37
|
+
-0, !- Direction of Relative North {deg}
|
25
38
|
0, !- X Origin {m}
|
26
39
|
0, !- Y Origin {m}
|
27
40
|
0, !- Z Origin {m}
|
28
41
|
{db75d8b1-6332-4998-b7c2-ad46d4bbd08b}, !- Building Story Name
|
29
42
|
{f54bf7ec-61cf-4558-ba75-15c091b6a207}, !- Thermal Zone Name
|
30
|
-
Yes
|
43
|
+
Yes, !- Part of Total Floor Area
|
44
|
+
, !- Design Specification Outdoor Air Object Name
|
45
|
+
; !- Building Unit Name
|
31
46
|
|
32
47
|
OS:SubSurface,
|
33
48
|
{6dac61d8-7411-4423-985c-36b2c5e8b7cf}, !- Handle
|
@@ -37,14 +52,13 @@ OS:SubSurface,
|
|
37
52
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
38
53
|
, !- Outside Boundary Condition Object
|
39
54
|
, !- View Factor to Ground
|
40
|
-
, !- Shading Control Name
|
41
55
|
, !- Frame and Divider Name
|
42
56
|
, !- Multiplier
|
43
57
|
, !- Number of Vertices
|
44
|
-
37.39673, 51.712914, 8.
|
45
|
-
37.39673, 52.932114, 8.
|
46
|
-
36.17753, 52.932114, 8.
|
47
|
-
36.17753, 51.712914, 8.
|
58
|
+
37.39673, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
59
|
+
37.39673, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
60
|
+
36.17753, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
61
|
+
36.17753, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
48
62
|
|
49
63
|
OS:Surface,
|
50
64
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Handle
|
@@ -94,7 +108,6 @@ OS:SubSurface,
|
|
94
108
|
{e7c4e556-9445-43b4-bfcc-f9fc21f24f21}, !- Surface Name
|
95
109
|
, !- Outside Boundary Condition Object
|
96
110
|
, !- View Factor to Ground
|
97
|
-
, !- Shading Control Name
|
98
111
|
, !- Frame and Divider Name
|
99
112
|
1, !- Multiplier
|
100
113
|
, !- Number of Vertices
|
@@ -122,7 +135,6 @@ OS:Surface,
|
|
122
135
|
|
123
136
|
OS:Connection,
|
124
137
|
{dc04fefb-3f18-45be-8f68-9d2cd3eb4a21}, !- Handle
|
125
|
-
{e66b1d83-cc39-44fb-8764-30d98d02c75a}, !- Name
|
126
138
|
, !- Source Object
|
127
139
|
11, !- Outlet Port
|
128
140
|
, !- Target Object
|
@@ -134,13 +146,15 @@ OS:Space,
|
|
134
146
|
{f6907e5f-7752-47ad-bfcd-c6fb8b1f86ab}, !- Space Type Name
|
135
147
|
, !- Default Construction Set Name
|
136
148
|
, !- Default Schedule Set Name
|
137
|
-
0,
|
149
|
+
-0, !- Direction of Relative North {deg}
|
138
150
|
0, !- X Origin {m}
|
139
151
|
0, !- Y Origin {m}
|
140
152
|
0, !- Z Origin {m}
|
141
153
|
{db75d8b1-6332-4998-b7c2-ad46d4bbd08b}, !- Building Story Name
|
142
154
|
{28a54465-16b8-402c-b469-8c13db4674de}, !- Thermal Zone Name
|
143
|
-
Yes
|
155
|
+
Yes, !- Part of Total Floor Area
|
156
|
+
, !- Design Specification Outdoor Air Object Name
|
157
|
+
; !- Building Unit Name
|
144
158
|
|
145
159
|
OS:Surface,
|
146
160
|
{b8444fba-ff4e-4e81-b369-e9f3efc4a2d6}, !- Handle
|
@@ -161,7 +175,6 @@ OS:Surface,
|
|
161
175
|
|
162
176
|
OS:Connection,
|
163
177
|
{3386e9fe-e830-491d-a1bc-dbb0ba0af916}, !- Handle
|
164
|
-
{20ab44d7-01dc-49cd-b623-cd8f0a86b916}, !- Name
|
165
178
|
, !- Source Object
|
166
179
|
11, !- Outlet Port
|
167
180
|
, !- Target Object
|
@@ -179,7 +192,9 @@ OS:Space,
|
|
179
192
|
0, !- Z Origin {m}
|
180
193
|
{db75d8b1-6332-4998-b7c2-ad46d4bbd08b}, !- Building Story Name
|
181
194
|
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}, !- Thermal Zone Name
|
182
|
-
Yes
|
195
|
+
Yes, !- Part of Total Floor Area
|
196
|
+
, !- Design Specification Outdoor Air Object Name
|
197
|
+
; !- Building Unit Name
|
183
198
|
|
184
199
|
OS:Surface,
|
185
200
|
{a273ffc4-632f-4b89-9d6d-f94185f45049}, !- Handle
|
@@ -193,10 +208,10 @@ OS:Surface,
|
|
193
208
|
NoWind, !- Wind Exposure
|
194
209
|
, !- View Factor to Ground
|
195
210
|
, !- Number of Vertices
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
211
|
+
25.9067365494966, 9.14355407629293, 4.26699190227003, !- X,Y,Z Vertex 1 {m}
|
212
|
+
25.9067365494966, 0, 4.26699190227003, !- X,Y,Z Vertex 2 {m}
|
213
|
+
0, 0, 4.26699190227003, !- X,Y,Z Vertex 3 {m}
|
214
|
+
0, 9.14355407629293, 4.26699190227003; !- X,Y,Z Vertex 4 {m}
|
200
215
|
|
201
216
|
OS:SubSurface,
|
202
217
|
{cc340669-2635-4608-ad68-8448960033df}, !- Handle
|
@@ -206,14 +221,13 @@ OS:SubSurface,
|
|
206
221
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
207
222
|
, !- Outside Boundary Condition Object
|
208
223
|
, !- View Factor to Ground
|
209
|
-
, !- Shading Control Name
|
210
224
|
, !- Frame and Divider Name
|
211
225
|
, !- Multiplier
|
212
226
|
, !- Number of Vertices
|
213
|
-
9.50753, 51.712914, 8.
|
214
|
-
9.50753, 52.932114, 8.
|
215
|
-
8.28833, 52.932114, 8.
|
216
|
-
8.28833, 51.712914, 8.
|
227
|
+
9.50753, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
228
|
+
9.50753, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
229
|
+
8.28833, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
230
|
+
8.28833, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
217
231
|
|
218
232
|
OS:SubSurface,
|
219
233
|
{ca7079b5-217f-4c8e-9b5f-7ce447ae706c}, !- Handle
|
@@ -223,14 +237,13 @@ OS:SubSurface,
|
|
223
237
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
224
238
|
, !- Outside Boundary Condition Object
|
225
239
|
, !- View Factor to Ground
|
226
|
-
, !- Shading Control Name
|
227
240
|
, !- Frame and Divider Name
|
228
241
|
, !- Multiplier
|
229
242
|
, !- Number of Vertices
|
230
|
-
42.97457, 60.348914, 8.
|
231
|
-
42.97457, 61.568114, 8.
|
232
|
-
41.75537, 61.568114, 8.
|
233
|
-
41.75537, 60.348914, 8.
|
243
|
+
42.97457, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
244
|
+
42.97457, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
245
|
+
41.75537, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
246
|
+
41.75537, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
234
247
|
|
235
248
|
OS:Surface,
|
236
249
|
{b8b06532-b20c-4b27-b353-fb685ea15ba8}, !- Handle
|
@@ -257,14 +270,13 @@ OS:SubSurface,
|
|
257
270
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
258
271
|
, !- Outside Boundary Condition Object
|
259
272
|
, !- View Factor to Ground
|
260
|
-
, !- Shading Control Name
|
261
273
|
, !- Frame and Divider Name
|
262
274
|
, !- Multiplier
|
263
275
|
, !- Number of Vertices
|
264
|
-
20.66321, 34.440914, 8.
|
265
|
-
20.66321, 35.660114, 8.
|
266
|
-
19.44401, 35.660114, 8.
|
267
|
-
19.44401, 34.440914, 8.
|
276
|
+
20.66321, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
277
|
+
20.66321, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
278
|
+
19.44401, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
279
|
+
19.44401, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
268
280
|
|
269
281
|
OS:Surface,
|
270
282
|
{e86312f3-df9c-4a72-8bf5-276fd9968053}, !- Handle
|
@@ -291,14 +303,13 @@ OS:SubSurface,
|
|
291
303
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
292
304
|
, !- Outside Boundary Condition Object
|
293
305
|
, !- View Factor to Ground
|
294
|
-
, !- Shading Control Name
|
295
306
|
, !- Frame and Divider Name
|
296
307
|
, !- Multiplier
|
297
308
|
, !- Number of Vertices
|
298
|
-
42.97457, 43.076914, 8.
|
299
|
-
42.97457, 44.296114, 8.
|
300
|
-
41.75537, 44.296114, 8.
|
301
|
-
41.75537, 43.076914, 8.
|
309
|
+
42.97457, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
310
|
+
42.97457, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
311
|
+
41.75537, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
312
|
+
41.75537, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
302
313
|
|
303
314
|
OS:SubSurface,
|
304
315
|
{2d7ae645-bbe8-4865-b17c-c19f599fae46}, !- Handle
|
@@ -308,14 +319,13 @@ OS:SubSurface,
|
|
308
319
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
309
320
|
, !- Outside Boundary Condition Object
|
310
321
|
, !- View Factor to Ground
|
311
|
-
, !- Shading Control Name
|
312
322
|
, !- Frame and Divider Name
|
313
323
|
, !- Multiplier
|
314
324
|
, !- Number of Vertices
|
315
|
-
26.24105, 51.712914, 8.
|
316
|
-
26.24105, 52.932114, 8.
|
317
|
-
25.02185, 52.932114, 8.
|
318
|
-
25.02185, 51.712914, 8.
|
325
|
+
26.24105, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
326
|
+
26.24105, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
327
|
+
25.02185, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
328
|
+
25.02185, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
319
329
|
|
320
330
|
OS:SubSurface,
|
321
331
|
{d7dee294-b5d7-44b5-95a1-700bae533d52}, !- Handle
|
@@ -325,14 +335,13 @@ OS:SubSurface,
|
|
325
335
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
326
336
|
, !- Outside Boundary Condition Object
|
327
337
|
, !- View Factor to Ground
|
328
|
-
, !- Shading Control Name
|
329
338
|
, !- Frame and Divider Name
|
330
339
|
, !- Multiplier
|
331
340
|
, !- Number of Vertices
|
332
|
-
20.66321, 43.076914, 8.
|
333
|
-
20.66321, 44.296114, 8.
|
334
|
-
19.44401, 44.296114, 8.
|
335
|
-
19.44401, 43.076914, 8.
|
341
|
+
20.66321, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
342
|
+
20.66321, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
343
|
+
19.44401, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
344
|
+
19.44401, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
336
345
|
|
337
346
|
OS:SubSurface,
|
338
347
|
{21b9512b-88b8-4df7-8ddf-b5b9f2c9f530}, !- Handle
|
@@ -342,7 +351,6 @@ OS:SubSurface,
|
|
342
351
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
343
352
|
, !- Outside Boundary Condition Object
|
344
353
|
, !- View Factor to Ground
|
345
|
-
, !- Shading Control Name
|
346
354
|
, !- Frame and Divider Name
|
347
355
|
1, !- Multiplier
|
348
356
|
, !- Number of Vertices
|
@@ -376,14 +384,13 @@ OS:SubSurface,
|
|
376
384
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
377
385
|
, !- Outside Boundary Condition Object
|
378
386
|
, !- View Factor to Ground
|
379
|
-
, !- Shading Control Name
|
380
387
|
, !- Frame and Divider Name
|
381
388
|
, !- Multiplier
|
382
389
|
, !- Number of Vertices
|
383
|
-
31.81889, 34.440914, 8.
|
384
|
-
31.81889, 35.660114, 8.
|
385
|
-
30.59969, 35.660114, 8.
|
386
|
-
30.59969, 34.440914, 8.
|
390
|
+
31.81889, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
391
|
+
31.81889, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
392
|
+
30.59969, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
393
|
+
30.59969, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
387
394
|
|
388
395
|
OS:SubSurface,
|
389
396
|
{fc6efd96-2946-4c9e-b61a-a97517f30481}, !- Handle
|
@@ -393,7 +400,6 @@ OS:SubSurface,
|
|
393
400
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
394
401
|
, !- Outside Boundary Condition Object
|
395
402
|
, !- View Factor to Ground
|
396
|
-
, !- Shading Control Name
|
397
403
|
, !- Frame and Divider Name
|
398
404
|
1, !- Multiplier
|
399
405
|
, !- Number of Vertices
|
@@ -429,7 +435,6 @@ OS:SubSurface,
|
|
429
435
|
{a0ba0fa9-aa51-4fbe-bdcc-bf0a22e397dd}, !- Surface Name
|
430
436
|
, !- Outside Boundary Condition Object
|
431
437
|
, !- View Factor to Ground
|
432
|
-
, !- Shading Control Name
|
433
438
|
, !- Frame and Divider Name
|
434
439
|
1, !- Multiplier
|
435
440
|
, !- Number of Vertices
|
@@ -463,14 +468,13 @@ OS:SubSurface,
|
|
463
468
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
464
469
|
, !- Outside Boundary Condition Object
|
465
470
|
, !- View Factor to Ground
|
466
|
-
, !- Shading Control Name
|
467
471
|
, !- Frame and Divider Name
|
468
472
|
, !- Multiplier
|
469
473
|
, !- Number of Vertices
|
470
|
-
31.81889, 60.348914, 8.
|
471
|
-
31.81889, 61.568114, 8.
|
472
|
-
30.59969, 61.568114, 8.
|
473
|
-
30.59969, 60.348914, 8.
|
474
|
+
31.81889, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
475
|
+
31.81889, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
476
|
+
30.59969, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
477
|
+
30.59969, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
474
478
|
|
475
479
|
OS:SubSurface,
|
476
480
|
{65a4927d-efbe-4ffa-bee2-c79215c46ccd}, !- Handle
|
@@ -480,14 +484,13 @@ OS:SubSurface,
|
|
480
484
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
481
485
|
, !- Outside Boundary Condition Object
|
482
486
|
, !- View Factor to Ground
|
483
|
-
, !- Shading Control Name
|
484
487
|
, !- Frame and Divider Name
|
485
488
|
, !- Multiplier
|
486
489
|
, !- Number of Vertices
|
487
|
-
26.24105, 34.440914, 8.
|
488
|
-
26.24105, 35.660114, 8.
|
489
|
-
25.02185, 35.660114, 8.
|
490
|
-
25.02185, 34.440914, 8.
|
490
|
+
26.24105, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
491
|
+
26.24105, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
492
|
+
25.02185, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
493
|
+
25.02185, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
491
494
|
|
492
495
|
OS:SubSurface,
|
493
496
|
{000ddd2c-3ea4-4776-9e8e-e4d848761cac}, !- Handle
|
@@ -497,14 +500,13 @@ OS:SubSurface,
|
|
497
500
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
498
501
|
, !- Outside Boundary Condition Object
|
499
502
|
, !- View Factor to Ground
|
500
|
-
, !- Shading Control Name
|
501
503
|
, !- Frame and Divider Name
|
502
504
|
, !- Multiplier
|
503
505
|
, !- Number of Vertices
|
504
|
-
15.08537, 34.440914, 8.
|
505
|
-
15.08537, 35.660114, 8.
|
506
|
-
13.86617, 35.660114, 8.
|
507
|
-
13.86617, 34.440914, 8.
|
506
|
+
15.08537, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
507
|
+
15.08537, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
508
|
+
13.86617, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
509
|
+
13.86617, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
508
510
|
|
509
511
|
OS:SubSurface,
|
510
512
|
{74e5cc19-6b77-40e3-bb48-dd2003bc1d25}, !- Handle
|
@@ -514,14 +516,13 @@ OS:SubSurface,
|
|
514
516
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
515
517
|
, !- Outside Boundary Condition Object
|
516
518
|
, !- View Factor to Ground
|
517
|
-
, !- Shading Control Name
|
518
519
|
, !- Frame and Divider Name
|
519
520
|
, !- Multiplier
|
520
521
|
, !- Number of Vertices
|
521
|
-
40.6146, 26.058914, 8.
|
522
|
-
40.6146, 27.278114, 8.
|
523
|
-
39.3954, 27.278114, 8.
|
524
|
-
39.3954, 26.058914, 8.
|
522
|
+
40.6146, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
523
|
+
40.6146, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
524
|
+
39.3954, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
525
|
+
39.3954, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
525
526
|
|
526
527
|
OS:Surface,
|
527
528
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Handle
|
@@ -548,14 +549,13 @@ OS:SubSurface,
|
|
548
549
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
549
550
|
, !- Outside Boundary Condition Object
|
550
551
|
, !- View Factor to Ground
|
551
|
-
, !- Shading Control Name
|
552
552
|
, !- Frame and Divider Name
|
553
553
|
, !- Multiplier
|
554
554
|
, !- Number of Vertices
|
555
|
-
9.50753, 34.440914, 8.
|
556
|
-
9.50753, 35.660114, 8.
|
557
|
-
8.28833, 35.660114, 8.
|
558
|
-
8.28833, 34.440914, 8.
|
555
|
+
9.50753, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
556
|
+
9.50753, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
557
|
+
8.28833, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
558
|
+
8.28833, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
559
559
|
|
560
560
|
OS:SubSurface,
|
561
561
|
{723b4775-b4d1-44f3-962a-910d9d76a9e6}, !- Handle
|
@@ -565,14 +565,13 @@ OS:SubSurface,
|
|
565
565
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
566
566
|
, !- Outside Boundary Condition Object
|
567
567
|
, !- View Factor to Ground
|
568
|
-
, !- Shading Control Name
|
569
568
|
, !- Frame and Divider Name
|
570
569
|
, !- Multiplier
|
571
570
|
, !- Number of Vertices
|
572
|
-
17.7546, 26.058914, 8.
|
573
|
-
17.7546, 27.278114, 8.
|
574
|
-
16.5354, 27.278114, 8.
|
575
|
-
16.5354, 26.058914, 8.
|
571
|
+
17.7546, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
572
|
+
17.7546, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
573
|
+
16.5354, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
574
|
+
16.5354, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
576
575
|
|
577
576
|
OS:SubSurface,
|
578
577
|
{cad599ac-bdde-493c-83a4-f9617becb319}, !- Handle
|
@@ -582,14 +581,13 @@ OS:SubSurface,
|
|
582
581
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
583
582
|
, !- Outside Boundary Condition Object
|
584
583
|
, !- View Factor to Ground
|
585
|
-
, !- Shading Control Name
|
586
584
|
, !- Frame and Divider Name
|
587
585
|
, !- Multiplier
|
588
586
|
, !- Number of Vertices
|
589
|
-
17.7546, 18.438914, 8.
|
590
|
-
17.7546, 19.658114, 8.
|
591
|
-
16.5354, 19.658114, 8.
|
592
|
-
16.5354, 18.438914, 8.
|
587
|
+
17.7546, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
588
|
+
17.7546, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
589
|
+
16.5354, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
590
|
+
16.5354, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
593
591
|
|
594
592
|
OS:SubSurface,
|
595
593
|
{9068a0fd-e4ed-49cc-abe3-df5dbff873c7}, !- Handle
|
@@ -599,14 +597,13 @@ OS:SubSurface,
|
|
599
597
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
600
598
|
, !- Outside Boundary Condition Object
|
601
599
|
, !- View Factor to Ground
|
602
|
-
, !- Shading Control Name
|
603
600
|
, !- Frame and Divider Name
|
604
601
|
, !- Multiplier
|
605
602
|
, !- Number of Vertices
|
606
|
-
37.39673, 34.440914, 8.
|
607
|
-
37.39673, 35.660114, 8.
|
608
|
-
36.17753, 35.660114, 8.
|
609
|
-
36.17753, 34.440914, 8.
|
603
|
+
37.39673, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
604
|
+
37.39673, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
605
|
+
36.17753, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
606
|
+
36.17753, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
610
607
|
|
611
608
|
OS:SubSurface,
|
612
609
|
{acb38544-5d65-4bc8-9c65-f5b58d540d1a}, !- Handle
|
@@ -616,14 +613,13 @@ OS:SubSurface,
|
|
616
613
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
617
614
|
, !- Outside Boundary Condition Object
|
618
615
|
, !- View Factor to Ground
|
619
|
-
, !- Shading Control Name
|
620
616
|
, !- Frame and Divider Name
|
621
617
|
, !- Multiplier
|
622
618
|
, !- Number of Vertices
|
623
|
-
15.08537, 51.712914, 8.
|
624
|
-
15.08537, 52.932114, 8.
|
625
|
-
13.86617, 52.932114, 8.
|
626
|
-
13.86617, 51.712914, 8.
|
619
|
+
15.08537, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
620
|
+
15.08537, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
621
|
+
13.86617, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
622
|
+
13.86617, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
627
623
|
|
628
624
|
OS:SubSurface,
|
629
625
|
{4163e0f8-32c9-4f3c-a01f-27d86e349545}, !- Handle
|
@@ -633,14 +629,13 @@ OS:SubSurface,
|
|
633
629
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
634
630
|
, !- Outside Boundary Condition Object
|
635
631
|
, !- View Factor to Ground
|
636
|
-
, !- Shading Control Name
|
637
632
|
, !- Frame and Divider Name
|
638
633
|
, !- Multiplier
|
639
634
|
, !- Number of Vertices
|
640
|
-
31.81889, 43.076914, 8.
|
641
|
-
31.81889, 44.296114, 8.
|
642
|
-
30.59969, 44.296114, 8.
|
643
|
-
30.59969, 43.076914, 8.
|
635
|
+
31.81889, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
636
|
+
31.81889, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
637
|
+
30.59969, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
638
|
+
30.59969, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
644
639
|
|
645
640
|
OS:SubSurface,
|
646
641
|
{1b2bce67-d0d6-4a6e-9c3c-4796cf73b0e2}, !- Handle
|
@@ -650,7 +645,6 @@ OS:SubSurface,
|
|
650
645
|
{af7ffab5-cb7d-4793-a68a-918ca67f7479}, !- Surface Name
|
651
646
|
, !- Outside Boundary Condition Object
|
652
647
|
, !- View Factor to Ground
|
653
|
-
, !- Shading Control Name
|
654
648
|
, !- Frame and Divider Name
|
655
649
|
1, !- Multiplier
|
656
650
|
, !- Number of Vertices
|
@@ -701,14 +695,13 @@ OS:SubSurface,
|
|
701
695
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
702
696
|
, !- Outside Boundary Condition Object
|
703
697
|
, !- View Factor to Ground
|
704
|
-
, !- Shading Control Name
|
705
698
|
, !- Frame and Divider Name
|
706
699
|
, !- Multiplier
|
707
700
|
, !- Number of Vertices
|
708
|
-
40.6146, 18.438914, 8.
|
709
|
-
40.6146, 19.658114, 8.
|
710
|
-
39.3954, 19.658114, 8.
|
711
|
-
39.3954, 18.438914, 8.
|
701
|
+
40.6146, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
702
|
+
40.6146, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
703
|
+
39.3954, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
704
|
+
39.3954, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
712
705
|
|
713
706
|
OS:SubSurface,
|
714
707
|
{a3206222-0b02-4aa5-bcc4-af8f70e1eec4}, !- Handle
|
@@ -718,14 +711,13 @@ OS:SubSurface,
|
|
718
711
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
719
712
|
, !- Outside Boundary Condition Object
|
720
713
|
, !- View Factor to Ground
|
721
|
-
, !- Shading Control Name
|
722
714
|
, !- Frame and Divider Name
|
723
715
|
, !- Multiplier
|
724
716
|
, !- Number of Vertices
|
725
|
-
6.3246, 26.058914, 8.
|
726
|
-
6.3246, 27.278114, 8.
|
727
|
-
5.1054, 27.278114, 8.
|
728
|
-
5.1054, 26.058914, 8.
|
717
|
+
6.3246, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
718
|
+
6.3246, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
719
|
+
5.1054, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
720
|
+
5.1054, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
729
721
|
|
730
722
|
OS:Surface,
|
731
723
|
{7f4aebb1-9044-44cb-91ee-e1a559b436a0}, !- Handle
|
@@ -769,7 +761,6 @@ OS:SubSurface,
|
|
769
761
|
{a722f50f-fda4-4b2c-843f-44ea72a832c9}, !- Surface Name
|
770
762
|
, !- Outside Boundary Condition Object
|
771
763
|
, !- View Factor to Ground
|
772
|
-
, !- Shading Control Name
|
773
764
|
, !- Frame and Divider Name
|
774
765
|
1, !- Multiplier
|
775
766
|
, !- Number of Vertices
|
@@ -803,7 +794,6 @@ OS:SubSurface,
|
|
803
794
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
804
795
|
, !- Outside Boundary Condition Object
|
805
796
|
, !- View Factor to Ground
|
806
|
-
, !- Shading Control Name
|
807
797
|
, !- Frame and Divider Name
|
808
798
|
1, !- Multiplier
|
809
799
|
, !- Number of Vertices
|
@@ -820,14 +810,13 @@ OS:SubSurface,
|
|
820
810
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
821
811
|
, !- Outside Boundary Condition Object
|
822
812
|
, !- View Factor to Ground
|
823
|
-
, !- Shading Control Name
|
824
813
|
, !- Frame and Divider Name
|
825
814
|
, !- Multiplier
|
826
815
|
, !- Number of Vertices
|
827
|
-
37.39673, 60.348914, 8.
|
828
|
-
37.39673, 61.568114, 8.
|
829
|
-
36.17753, 61.568114, 8.
|
830
|
-
36.17753, 60.348914, 8.
|
816
|
+
37.39673, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
817
|
+
37.39673, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
818
|
+
36.17753, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
819
|
+
36.17753, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
831
820
|
|
832
821
|
OS:SubSurface,
|
833
822
|
{b269fc4f-b539-46ab-a05e-93c4dd91399b}, !- Handle
|
@@ -837,14 +826,13 @@ OS:SubSurface,
|
|
837
826
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
838
827
|
, !- Outside Boundary Condition Object
|
839
828
|
, !- View Factor to Ground
|
840
|
-
, !- Shading Control Name
|
841
829
|
, !- Frame and Divider Name
|
842
830
|
, !- Multiplier
|
843
831
|
, !- Number of Vertices
|
844
|
-
12.0396, 26.058914, 8.
|
845
|
-
12.0396, 27.278114, 8.
|
846
|
-
10.8204, 27.278114, 8.
|
847
|
-
10.8204, 26.058914, 8.
|
832
|
+
12.0396, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
833
|
+
12.0396, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
834
|
+
10.8204, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
835
|
+
10.8204, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
848
836
|
|
849
837
|
OS:Surface,
|
850
838
|
{2ce21271-4aa0-4b4e-af87-47994c8beac1}, !- Handle
|
@@ -858,10 +846,10 @@ OS:Surface,
|
|
858
846
|
NoWind, !- Wind Exposure
|
859
847
|
, !- View Factor to Ground
|
860
848
|
, !- Number of Vertices
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
849
|
+
0, 30.4785135876431, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
850
|
+
0, 30.4785135876431, 0, !- X,Y,Z Vertex 2 {m}
|
851
|
+
45.7177703814647, 30.4785135876431, 0, !- X,Y,Z Vertex 3 {m}
|
852
|
+
45.7177703814647, 30.4785135876431, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
865
853
|
|
866
854
|
OS:Surface,
|
867
855
|
{139e955e-746e-43dc-9033-026507021b5a}, !- Handle
|
@@ -875,10 +863,10 @@ OS:Surface,
|
|
875
863
|
NoWind, !- Wind Exposure
|
876
864
|
, !- View Factor to Ground
|
877
865
|
, !- Number of Vertices
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
866
|
+
45.7177703814647, 30.4785135876431, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
867
|
+
45.7177703814647, 30.4785135876431, 0, !- X,Y,Z Vertex 2 {m}
|
868
|
+
0, 30.4785135876431, 0, !- X,Y,Z Vertex 3 {m}
|
869
|
+
0, 30.4785135876431, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
882
870
|
|
883
871
|
OS:SubSurface,
|
884
872
|
{bfd58ce8-1370-448e-89bc-dc1d1aa79552}, !- Handle
|
@@ -888,7 +876,6 @@ OS:SubSurface,
|
|
888
876
|
{a722f50f-fda4-4b2c-843f-44ea72a832c9}, !- Surface Name
|
889
877
|
, !- Outside Boundary Condition Object
|
890
878
|
, !- View Factor to Ground
|
891
|
-
, !- Shading Control Name
|
892
879
|
, !- Frame and Divider Name
|
893
880
|
1, !- Multiplier
|
894
881
|
, !- Number of Vertices
|
@@ -905,14 +892,13 @@ OS:SubSurface,
|
|
905
892
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
906
893
|
, !- Outside Boundary Condition Object
|
907
894
|
, !- View Factor to Ground
|
908
|
-
, !- Shading Control Name
|
909
895
|
, !- Frame and Divider Name
|
910
896
|
, !- Multiplier
|
911
897
|
, !- Number of Vertices
|
912
|
-
23.4696, 18.438914, 8.
|
913
|
-
23.4696, 19.658114, 8.
|
914
|
-
22.2504, 19.658114, 8.
|
915
|
-
22.2504, 18.438914, 8.
|
898
|
+
23.4696, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
899
|
+
23.4696, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
900
|
+
22.2504, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
901
|
+
22.2504, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
916
902
|
|
917
903
|
OS:Surface,
|
918
904
|
{145bfd04-ce48-4581-a2a9-e8970362044f}, !- Handle
|
@@ -939,7 +925,6 @@ OS:SubSurface,
|
|
939
925
|
{93a00761-ab33-4e9d-bff7-fed32e66feb1}, !- Surface Name
|
940
926
|
, !- Outside Boundary Condition Object
|
941
927
|
, !- View Factor to Ground
|
942
|
-
, !- Shading Control Name
|
943
928
|
, !- Frame and Divider Name
|
944
929
|
1, !- Multiplier
|
945
930
|
, !- Number of Vertices
|
@@ -973,14 +958,13 @@ OS:SubSurface,
|
|
973
958
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
974
959
|
, !- Outside Boundary Condition Object
|
975
960
|
, !- View Factor to Ground
|
976
|
-
, !- Shading Control Name
|
977
961
|
, !- Frame and Divider Name
|
978
962
|
, !- Multiplier
|
979
963
|
, !- Number of Vertices
|
980
|
-
6.3246, 18.438914, 8.
|
981
|
-
6.3246, 19.658114, 8.
|
982
|
-
5.1054, 19.658114, 8.
|
983
|
-
5.1054, 18.438914, 8.
|
964
|
+
6.3246, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
965
|
+
6.3246, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
966
|
+
5.1054, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
967
|
+
5.1054, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
984
968
|
|
985
969
|
OS:SubSurface,
|
986
970
|
{06c61cc1-a825-4c84-afd9-2f77dd05133f}, !- Handle
|
@@ -990,14 +974,13 @@ OS:SubSurface,
|
|
990
974
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
991
975
|
, !- Outside Boundary Condition Object
|
992
976
|
, !- View Factor to Ground
|
993
|
-
, !- Shading Control Name
|
994
977
|
, !- Frame and Divider Name
|
995
978
|
, !- Multiplier
|
996
979
|
, !- Number of Vertices
|
997
|
-
42.97457, 51.712914, 8.
|
998
|
-
42.97457, 52.932114, 8.
|
999
|
-
41.75537, 52.932114, 8.
|
1000
|
-
41.75537, 51.712914, 8.
|
980
|
+
42.97457, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
981
|
+
42.97457, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
982
|
+
41.75537, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
983
|
+
41.75537, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1001
984
|
|
1002
985
|
OS:SubSurface,
|
1003
986
|
{fe5ff198-983e-4083-9bbd-55550c42673c}, !- Handle
|
@@ -1007,7 +990,6 @@ OS:SubSurface,
|
|
1007
990
|
{a722f50f-fda4-4b2c-843f-44ea72a832c9}, !- Surface Name
|
1008
991
|
, !- Outside Boundary Condition Object
|
1009
992
|
, !- View Factor to Ground
|
1010
|
-
, !- Shading Control Name
|
1011
993
|
, !- Frame and Divider Name
|
1012
994
|
1, !- Multiplier
|
1013
995
|
, !- Number of Vertices
|
@@ -1024,7 +1006,6 @@ OS:SubSurface,
|
|
1024
1006
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
1025
1007
|
, !- Outside Boundary Condition Object
|
1026
1008
|
, !- View Factor to Ground
|
1027
|
-
, !- Shading Control Name
|
1028
1009
|
, !- Frame and Divider Name
|
1029
1010
|
1, !- Multiplier
|
1030
1011
|
, !- Number of Vertices
|
@@ -1041,7 +1022,6 @@ OS:SubSurface,
|
|
1041
1022
|
{af7ffab5-cb7d-4793-a68a-918ca67f7479}, !- Surface Name
|
1042
1023
|
, !- Outside Boundary Condition Object
|
1043
1024
|
, !- View Factor to Ground
|
1044
|
-
, !- Shading Control Name
|
1045
1025
|
, !- Frame and Divider Name
|
1046
1026
|
1, !- Multiplier
|
1047
1027
|
, !- Number of Vertices
|
@@ -1058,14 +1038,13 @@ OS:SubSurface,
|
|
1058
1038
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1059
1039
|
, !- Outside Boundary Condition Object
|
1060
1040
|
, !- View Factor to Ground
|
1061
|
-
, !- Shading Control Name
|
1062
1041
|
, !- Frame and Divider Name
|
1063
1042
|
, !- Multiplier
|
1064
1043
|
, !- Number of Vertices
|
1065
|
-
42.97457, 34.440914, 8.
|
1066
|
-
42.97457, 35.660114, 8.
|
1067
|
-
41.75537, 35.660114, 8.
|
1068
|
-
41.75537, 34.440914, 8.
|
1044
|
+
42.97457, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1045
|
+
42.97457, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1046
|
+
41.75537, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1047
|
+
41.75537, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1069
1048
|
|
1070
1049
|
OS:SubSurface,
|
1071
1050
|
{16519e3d-8e15-4801-a2f2-c20194bff92d}, !- Handle
|
@@ -1075,14 +1054,13 @@ OS:SubSurface,
|
|
1075
1054
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1076
1055
|
, !- Outside Boundary Condition Object
|
1077
1056
|
, !- View Factor to Ground
|
1078
|
-
, !- Shading Control Name
|
1079
1057
|
, !- Frame and Divider Name
|
1080
1058
|
, !- Multiplier
|
1081
1059
|
, !- Number of Vertices
|
1082
|
-
20.66321, 60.348914, 8.
|
1083
|
-
20.66321, 61.568114, 8.
|
1084
|
-
19.44401, 61.568114, 8.
|
1085
|
-
19.44401, 60.348914, 8.
|
1060
|
+
20.66321, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1061
|
+
20.66321, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1062
|
+
19.44401, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1063
|
+
19.44401, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1086
1064
|
|
1087
1065
|
OS:SubSurface,
|
1088
1066
|
{14bef6c2-f2cb-44cc-a950-c64694551653}, !- Handle
|
@@ -1092,14 +1070,13 @@ OS:SubSurface,
|
|
1092
1070
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1093
1071
|
, !- Outside Boundary Condition Object
|
1094
1072
|
, !- View Factor to Ground
|
1095
|
-
, !- Shading Control Name
|
1096
1073
|
, !- Frame and Divider Name
|
1097
1074
|
, !- Multiplier
|
1098
1075
|
, !- Number of Vertices
|
1099
|
-
26.24105, 43.076914, 8.
|
1100
|
-
26.24105, 44.296114, 8.
|
1101
|
-
25.02185, 44.296114, 8.
|
1102
|
-
25.02185, 43.076914, 8.
|
1076
|
+
26.24105, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1077
|
+
26.24105, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1078
|
+
25.02185, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1079
|
+
25.02185, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1103
1080
|
|
1104
1081
|
OS:SubSurface,
|
1105
1082
|
{3e0e2784-6483-4b29-9e66-6e25721edc69}, !- Handle
|
@@ -1109,7 +1086,6 @@ OS:SubSurface,
|
|
1109
1086
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
1110
1087
|
, !- Outside Boundary Condition Object
|
1111
1088
|
, !- View Factor to Ground
|
1112
|
-
, !- Shading Control Name
|
1113
1089
|
, !- Frame and Divider Name
|
1114
1090
|
1, !- Multiplier
|
1115
1091
|
, !- Number of Vertices
|
@@ -1126,7 +1102,6 @@ OS:SubSurface,
|
|
1126
1102
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
1127
1103
|
, !- Outside Boundary Condition Object
|
1128
1104
|
, !- View Factor to Ground
|
1129
|
-
, !- Shading Control Name
|
1130
1105
|
, !- Frame and Divider Name
|
1131
1106
|
1, !- Multiplier
|
1132
1107
|
, !- Number of Vertices
|
@@ -1143,14 +1118,13 @@ OS:SubSurface,
|
|
1143
1118
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1144
1119
|
, !- Outside Boundary Condition Object
|
1145
1120
|
, !- View Factor to Ground
|
1146
|
-
, !- Shading Control Name
|
1147
1121
|
, !- Frame and Divider Name
|
1148
1122
|
, !- Multiplier
|
1149
1123
|
, !- Number of Vertices
|
1150
|
-
29.1846, 26.058914, 8.
|
1151
|
-
29.1846, 27.278114, 8.
|
1152
|
-
27.9654, 27.278114, 8.
|
1153
|
-
27.9654, 26.058914, 8.
|
1124
|
+
29.1846, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1125
|
+
29.1846, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1126
|
+
27.9654, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1127
|
+
27.9654, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1154
1128
|
|
1155
1129
|
OS:SubSurface,
|
1156
1130
|
{81ba3a04-e516-409e-a5a3-f95b0f1c45a2}, !- Handle
|
@@ -1160,14 +1134,13 @@ OS:SubSurface,
|
|
1160
1134
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1161
1135
|
, !- Outside Boundary Condition Object
|
1162
1136
|
, !- View Factor to Ground
|
1163
|
-
, !- Shading Control Name
|
1164
1137
|
, !- Frame and Divider Name
|
1165
1138
|
, !- Multiplier
|
1166
1139
|
, !- Number of Vertices
|
1167
|
-
3.92969, 51.712914, 8.
|
1168
|
-
3.92969, 52.932114, 8.
|
1169
|
-
2.71049, 52.932114, 8.
|
1170
|
-
2.71049, 51.712914, 8.
|
1140
|
+
3.92969, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1141
|
+
3.92969, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1142
|
+
2.71049, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1143
|
+
2.71049, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1171
1144
|
|
1172
1145
|
OS:SubSurface,
|
1173
1146
|
{ddfb59e9-8491-4429-8cc9-ede8a5389d06}, !- Handle
|
@@ -1177,14 +1150,13 @@ OS:SubSurface,
|
|
1177
1150
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1178
1151
|
, !- Outside Boundary Condition Object
|
1179
1152
|
, !- View Factor to Ground
|
1180
|
-
, !- Shading Control Name
|
1181
1153
|
, !- Frame and Divider Name
|
1182
1154
|
, !- Multiplier
|
1183
1155
|
, !- Number of Vertices
|
1184
|
-
23.4696, 26.058914, 8.
|
1185
|
-
23.4696, 27.278114, 8.
|
1186
|
-
22.2504, 27.278114, 8.
|
1187
|
-
22.2504, 26.058914, 8.
|
1156
|
+
23.4696, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1157
|
+
23.4696, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1158
|
+
22.2504, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1159
|
+
22.2504, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1188
1160
|
|
1189
1161
|
OS:SubSurface,
|
1190
1162
|
{893f81b8-5a3d-4ade-bae7-a4ae16f2e54f}, !- Handle
|
@@ -1194,14 +1166,13 @@ OS:SubSurface,
|
|
1194
1166
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1195
1167
|
, !- Outside Boundary Condition Object
|
1196
1168
|
, !- View Factor to Ground
|
1197
|
-
, !- Shading Control Name
|
1198
1169
|
, !- Frame and Divider Name
|
1199
1170
|
, !- Multiplier
|
1200
1171
|
, !- Number of Vertices
|
1201
|
-
9.50753, 43.076914, 8.
|
1202
|
-
9.50753, 44.296114, 8.
|
1203
|
-
8.28833, 44.296114, 8.
|
1204
|
-
8.28833, 43.076914, 8.
|
1172
|
+
9.50753, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1173
|
+
9.50753, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1174
|
+
8.28833, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1175
|
+
8.28833, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1205
1176
|
|
1206
1177
|
OS:SubSurface,
|
1207
1178
|
{06082934-0979-49fc-be68-3926952b5b43}, !- Handle
|
@@ -1211,7 +1182,6 @@ OS:SubSurface,
|
|
1211
1182
|
{2eb36d53-8956-4573-9d42-f3de2486a693}, !- Surface Name
|
1212
1183
|
, !- Outside Boundary Condition Object
|
1213
1184
|
, !- View Factor to Ground
|
1214
|
-
, !- Shading Control Name
|
1215
1185
|
, !- Frame and Divider Name
|
1216
1186
|
1, !- Multiplier
|
1217
1187
|
, !- Number of Vertices
|
@@ -1228,14 +1198,13 @@ OS:SubSurface,
|
|
1228
1198
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1229
1199
|
, !- Outside Boundary Condition Object
|
1230
1200
|
, !- View Factor to Ground
|
1231
|
-
, !- Shading Control Name
|
1232
1201
|
, !- Frame and Divider Name
|
1233
1202
|
, !- Multiplier
|
1234
1203
|
, !- Number of Vertices
|
1235
|
-
9.50753, 60.348914, 8.
|
1236
|
-
9.50753, 61.568114, 8.
|
1237
|
-
8.28833, 61.568114, 8.
|
1238
|
-
8.28833, 60.348914, 8.
|
1204
|
+
9.50753, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1205
|
+
9.50753, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1206
|
+
8.28833, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1207
|
+
8.28833, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1239
1208
|
|
1240
1209
|
OS:Surface,
|
1241
1210
|
{857f9ef3-3061-45eb-b04c-b4a4b76ff6cd}, !- Handle
|
@@ -1279,7 +1248,6 @@ OS:SubSurface,
|
|
1279
1248
|
{af7ffab5-cb7d-4793-a68a-918ca67f7479}, !- Surface Name
|
1280
1249
|
, !- Outside Boundary Condition Object
|
1281
1250
|
, !- View Factor to Ground
|
1282
|
-
, !- Shading Control Name
|
1283
1251
|
, !- Frame and Divider Name
|
1284
1252
|
1, !- Multiplier
|
1285
1253
|
, !- Number of Vertices
|
@@ -1296,14 +1264,13 @@ OS:SubSurface,
|
|
1296
1264
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1297
1265
|
, !- Outside Boundary Condition Object
|
1298
1266
|
, !- View Factor to Ground
|
1299
|
-
, !- Shading Control Name
|
1300
1267
|
, !- Frame and Divider Name
|
1301
1268
|
, !- Multiplier
|
1302
1269
|
, !- Number of Vertices
|
1303
|
-
3.92969, 43.076914, 8.
|
1304
|
-
3.92969, 44.296114, 8.
|
1305
|
-
2.71049, 44.296114, 8.
|
1306
|
-
2.71049, 43.076914, 8.
|
1270
|
+
3.92969, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1271
|
+
3.92969, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1272
|
+
2.71049, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1273
|
+
2.71049, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1307
1274
|
|
1308
1275
|
OS:SubSurface,
|
1309
1276
|
{0a7f9d39-e106-4c1b-b394-2e172c184462}, !- Handle
|
@@ -1313,14 +1280,13 @@ OS:SubSurface,
|
|
1313
1280
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1314
1281
|
, !- Outside Boundary Condition Object
|
1315
1282
|
, !- View Factor to Ground
|
1316
|
-
, !- Shading Control Name
|
1317
1283
|
, !- Frame and Divider Name
|
1318
1284
|
, !- Multiplier
|
1319
1285
|
, !- Number of Vertices
|
1320
|
-
29.1846, 18.438914, 8.
|
1321
|
-
29.1846, 19.658114, 8.
|
1322
|
-
27.9654, 19.658114, 8.
|
1323
|
-
27.9654, 18.438914, 8.
|
1286
|
+
29.1846, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1287
|
+
29.1846, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1288
|
+
27.9654, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1289
|
+
27.9654, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1324
1290
|
|
1325
1291
|
OS:SubSurface,
|
1326
1292
|
{fd037e5f-9b53-49b8-bdb3-18ca014ef11e}, !- Handle
|
@@ -1330,7 +1296,6 @@ OS:SubSurface,
|
|
1330
1296
|
{93a00761-ab33-4e9d-bff7-fed32e66feb1}, !- Surface Name
|
1331
1297
|
, !- Outside Boundary Condition Object
|
1332
1298
|
, !- View Factor to Ground
|
1333
|
-
, !- Shading Control Name
|
1334
1299
|
, !- Frame and Divider Name
|
1335
1300
|
1, !- Multiplier
|
1336
1301
|
, !- Number of Vertices
|
@@ -1347,14 +1312,13 @@ OS:SubSurface,
|
|
1347
1312
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1348
1313
|
, !- Outside Boundary Condition Object
|
1349
1314
|
, !- View Factor to Ground
|
1350
|
-
, !- Shading Control Name
|
1351
1315
|
, !- Frame and Divider Name
|
1352
1316
|
, !- Multiplier
|
1353
1317
|
, !- Number of Vertices
|
1354
|
-
3.92969, 34.440914, 8.
|
1355
|
-
3.92969, 35.660114, 8.
|
1356
|
-
2.71049, 35.660114, 8.
|
1357
|
-
2.71049, 34.440914, 8.
|
1318
|
+
3.92969, 34.440914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1319
|
+
3.92969, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1320
|
+
2.71049, 35.660114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1321
|
+
2.71049, 34.440914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1358
1322
|
|
1359
1323
|
OS:SubSurface,
|
1360
1324
|
{e59e81bf-fe4e-491f-a56e-ae1fab10310f}, !- Handle
|
@@ -1364,14 +1328,13 @@ OS:SubSurface,
|
|
1364
1328
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1365
1329
|
, !- Outside Boundary Condition Object
|
1366
1330
|
, !- View Factor to Ground
|
1367
|
-
, !- Shading Control Name
|
1368
1331
|
, !- Frame and Divider Name
|
1369
1332
|
, !- Multiplier
|
1370
1333
|
, !- Number of Vertices
|
1371
|
-
20.66321, 51.712914, 8.
|
1372
|
-
20.66321, 52.932114, 8.
|
1373
|
-
19.44401, 52.932114, 8.
|
1374
|
-
19.44401, 51.712914, 8.
|
1334
|
+
20.66321, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1335
|
+
20.66321, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1336
|
+
19.44401, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1337
|
+
19.44401, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1375
1338
|
|
1376
1339
|
OS:Surface,
|
1377
1340
|
{a50eff28-8688-422b-9443-0a4fe183df9f}, !- Handle
|
@@ -1398,14 +1361,13 @@ OS:SubSurface,
|
|
1398
1361
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1399
1362
|
, !- Outside Boundary Condition Object
|
1400
1363
|
, !- View Factor to Ground
|
1401
|
-
, !- Shading Control Name
|
1402
1364
|
, !- Frame and Divider Name
|
1403
1365
|
, !- Multiplier
|
1404
1366
|
, !- Number of Vertices
|
1405
|
-
15.08537, 43.076914, 8.
|
1406
|
-
15.08537, 44.296114, 8.
|
1407
|
-
13.86617, 44.296114, 8.
|
1408
|
-
13.86617, 43.076914, 8.
|
1367
|
+
15.08537, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1368
|
+
15.08537, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1369
|
+
13.86617, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1370
|
+
13.86617, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1409
1371
|
|
1410
1372
|
OS:SubSurface,
|
1411
1373
|
{d237d869-aeeb-49fc-9e36-79d55341f2c9}, !- Handle
|
@@ -1415,7 +1377,6 @@ OS:SubSurface,
|
|
1415
1377
|
{93a00761-ab33-4e9d-bff7-fed32e66feb1}, !- Surface Name
|
1416
1378
|
, !- Outside Boundary Condition Object
|
1417
1379
|
, !- View Factor to Ground
|
1418
|
-
, !- Shading Control Name
|
1419
1380
|
, !- Frame and Divider Name
|
1420
1381
|
1, !- Multiplier
|
1421
1382
|
, !- Number of Vertices
|
@@ -1432,14 +1393,13 @@ OS:SubSurface,
|
|
1432
1393
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1433
1394
|
, !- Outside Boundary Condition Object
|
1434
1395
|
, !- View Factor to Ground
|
1435
|
-
, !- Shading Control Name
|
1436
1396
|
, !- Frame and Divider Name
|
1437
1397
|
, !- Multiplier
|
1438
1398
|
, !- Number of Vertices
|
1439
|
-
34.8996, 26.058914, 8.
|
1440
|
-
34.8996, 27.278114, 8.
|
1441
|
-
33.6804, 27.278114, 8.
|
1442
|
-
33.6804, 26.058914, 8.
|
1399
|
+
34.8996, 26.058914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1400
|
+
34.8996, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1401
|
+
33.6804, 27.278114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1402
|
+
33.6804, 26.058914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1443
1403
|
|
1444
1404
|
OS:SubSurface,
|
1445
1405
|
{0ff5fa4f-c6c0-4cf3-b75e-3745e253f927}, !- Handle
|
@@ -1449,14 +1409,13 @@ OS:SubSurface,
|
|
1449
1409
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1450
1410
|
, !- Outside Boundary Condition Object
|
1451
1411
|
, !- View Factor to Ground
|
1452
|
-
, !- Shading Control Name
|
1453
1412
|
, !- Frame and Divider Name
|
1454
1413
|
, !- Multiplier
|
1455
1414
|
, !- Number of Vertices
|
1456
|
-
12.0396, 18.438914, 8.
|
1457
|
-
12.0396, 19.658114, 8.
|
1458
|
-
10.8204, 19.658114, 8.
|
1459
|
-
10.8204, 18.438914, 8.
|
1415
|
+
12.0396, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1416
|
+
12.0396, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1417
|
+
10.8204, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1418
|
+
10.8204, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1460
1419
|
|
1461
1420
|
OS:Surface,
|
1462
1421
|
{5b1ce779-a299-4910-83a2-6fb6d1cee24f}, !- Handle
|
@@ -1483,14 +1442,13 @@ OS:SubSurface,
|
|
1483
1442
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1484
1443
|
, !- Outside Boundary Condition Object
|
1485
1444
|
, !- View Factor to Ground
|
1486
|
-
, !- Shading Control Name
|
1487
1445
|
, !- Frame and Divider Name
|
1488
1446
|
, !- Multiplier
|
1489
1447
|
, !- Number of Vertices
|
1490
|
-
37.39673, 43.076914, 8.
|
1491
|
-
37.39673, 44.296114, 8.
|
1492
|
-
36.17753, 44.296114, 8.
|
1493
|
-
36.17753, 43.076914, 8.
|
1448
|
+
37.39673, 43.076914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1449
|
+
37.39673, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1450
|
+
36.17753, 44.296114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1451
|
+
36.17753, 43.076914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1494
1452
|
|
1495
1453
|
OS:SubSurface,
|
1496
1454
|
{891a1ea7-f396-4874-ac74-83aab7bdef53}, !- Handle
|
@@ -1500,14 +1458,13 @@ OS:SubSurface,
|
|
1500
1458
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1501
1459
|
, !- Outside Boundary Condition Object
|
1502
1460
|
, !- View Factor to Ground
|
1503
|
-
, !- Shading Control Name
|
1504
1461
|
, !- Frame and Divider Name
|
1505
1462
|
, !- Multiplier
|
1506
1463
|
, !- Number of Vertices
|
1507
|
-
31.81889, 51.712914, 8.
|
1508
|
-
31.81889, 52.932114, 8.
|
1509
|
-
30.59969, 52.932114, 8.
|
1510
|
-
30.59969, 51.712914, 8.
|
1464
|
+
31.81889, 51.712914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1465
|
+
31.81889, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1466
|
+
30.59969, 52.932114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1467
|
+
30.59969, 51.712914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1511
1468
|
|
1512
1469
|
OS:SubSurface,
|
1513
1470
|
{85aa7a62-9fef-4759-9a95-6835bafd426b}, !- Handle
|
@@ -1517,14 +1474,13 @@ OS:SubSurface,
|
|
1517
1474
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1518
1475
|
, !- Outside Boundary Condition Object
|
1519
1476
|
, !- View Factor to Ground
|
1520
|
-
, !- Shading Control Name
|
1521
1477
|
, !- Frame and Divider Name
|
1522
1478
|
, !- Multiplier
|
1523
1479
|
, !- Number of Vertices
|
1524
|
-
3.92969, 60.348914, 8.
|
1525
|
-
3.92969, 61.568114, 8.
|
1526
|
-
2.71049, 61.568114, 8.
|
1527
|
-
2.71049, 60.348914, 8.
|
1480
|
+
3.92969, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1481
|
+
3.92969, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1482
|
+
2.71049, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1483
|
+
2.71049, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1528
1484
|
|
1529
1485
|
OS:SubSurface,
|
1530
1486
|
{854ce644-01ce-4842-bb1c-ba3491ad5197}, !- Handle
|
@@ -1534,14 +1490,13 @@ OS:SubSurface,
|
|
1534
1490
|
{dcc10c35-212a-4ba7-8909-e38fa0c8d3e8}, !- Surface Name
|
1535
1491
|
, !- Outside Boundary Condition Object
|
1536
1492
|
, !- View Factor to Ground
|
1537
|
-
, !- Shading Control Name
|
1538
1493
|
, !- Frame and Divider Name
|
1539
1494
|
, !- Multiplier
|
1540
1495
|
, !- Number of Vertices
|
1541
|
-
34.8996, 18.438914, 8.
|
1542
|
-
34.8996, 19.658114, 8.
|
1543
|
-
33.6804, 19.658114, 8.
|
1544
|
-
33.6804, 18.438914, 8.
|
1496
|
+
34.8996, 18.438914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1497
|
+
34.8996, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1498
|
+
33.6804, 19.658114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1499
|
+
33.6804, 18.438914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1545
1500
|
|
1546
1501
|
OS:SubSurface,
|
1547
1502
|
{49483e8c-e8d5-4cf0-a3a3-01c73866ba6b}, !- Handle
|
@@ -1551,14 +1506,13 @@ OS:SubSurface,
|
|
1551
1506
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1552
1507
|
, !- Outside Boundary Condition Object
|
1553
1508
|
, !- View Factor to Ground
|
1554
|
-
, !- Shading Control Name
|
1555
1509
|
, !- Frame and Divider Name
|
1556
1510
|
, !- Multiplier
|
1557
1511
|
, !- Number of Vertices
|
1558
|
-
15.08537, 60.348914, 8.
|
1559
|
-
15.08537, 61.568114, 8.
|
1560
|
-
13.86617, 61.568114, 8.
|
1561
|
-
13.86617, 60.348914, 8.
|
1512
|
+
15.08537, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1513
|
+
15.08537, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1514
|
+
13.86617, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1515
|
+
13.86617, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1562
1516
|
|
1563
1517
|
OS:SubSurface,
|
1564
1518
|
{b376154b-e1fb-47a6-a929-969dc028bada}, !- Handle
|
@@ -1568,19 +1522,16 @@ OS:SubSurface,
|
|
1568
1522
|
{516ff702-eb03-4a25-9228-e1ad9dc5895c}, !- Surface Name
|
1569
1523
|
, !- Outside Boundary Condition Object
|
1570
1524
|
, !- View Factor to Ground
|
1571
|
-
, !- Shading Control Name
|
1572
1525
|
, !- Frame and Divider Name
|
1573
1526
|
, !- Multiplier
|
1574
1527
|
, !- Number of Vertices
|
1575
|
-
26.24105, 60.348914, 8.
|
1576
|
-
26.24105, 61.568114, 8.
|
1577
|
-
25.02185, 61.568114, 8.
|
1578
|
-
25.02185, 60.348914, 8.
|
1528
|
+
26.24105, 60.348914, 8.53398380454007, !- X,Y,Z Vertex 1 {m}
|
1529
|
+
26.24105, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 2 {m}
|
1530
|
+
25.02185, 61.568114, 8.53398380454007, !- X,Y,Z Vertex 3 {m}
|
1531
|
+
25.02185, 60.348914, 8.53398380454007; !- X,Y,Z Vertex 4 {m}
|
1579
1532
|
|
1580
1533
|
OS:ClimateZones,
|
1581
1534
|
{376b058c-4e5c-42e7-91c5-a7e3e46c14bb}, !- Handle
|
1582
|
-
, !- Active Institution
|
1583
|
-
, !- Active Year
|
1584
1535
|
ASHRAE, !- Climate Zone Institution Name 1
|
1585
1536
|
ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
|
1586
1537
|
2006, !- Climate Zone Document Year 1
|
@@ -1614,7 +1565,7 @@ OS:YearDescription,
|
|
1614
1565
|
|
1615
1566
|
OS:Building,
|
1616
1567
|
{c23ded4b-6f18-4e30-b6db-cc00e1198751}, !- Handle
|
1617
|
-
,
|
1568
|
+
Building 1, !- Name
|
1618
1569
|
, !- Building Sector Type
|
1619
1570
|
, !- North Axis {deg}
|
1620
1571
|
, !- Nominal Floor to Floor Height {m}
|
@@ -1623,7 +1574,11 @@ OS:Building,
|
|
1623
1574
|
, !- Default Schedule Set Name
|
1624
1575
|
1, !- Standards Number of Stories
|
1625
1576
|
1, !- Standards Number of Above Ground Stories
|
1626
|
-
|
1577
|
+
, !- Standards Template
|
1578
|
+
Warehouse, !- Standards Building Type
|
1579
|
+
, !- Standards Number of Living Units
|
1580
|
+
, !- Relocatable
|
1581
|
+
; !- Nominal Floor to Ceiling Height {m}
|
1627
1582
|
|
1628
1583
|
OS:Facility,
|
1629
1584
|
{df4e9cbf-49a4-4de4-b2f6-6cba678a29a8}; !- Handle
|
@@ -1635,7 +1590,7 @@ OS:BuildingStory,
|
|
1635
1590
|
, !- Nominal Floor to Floor Height {m}
|
1636
1591
|
, !- Default Construction Set Name
|
1637
1592
|
, !- Default Schedule Set Name
|
1638
|
-
;
|
1593
|
+
{cb12b671-9a37-492b-a7d2-da8e6f945c90}; !- Group Rendering Name
|
1639
1594
|
|
1640
1595
|
OS:ThermalZone,
|
1641
1596
|
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}, !- Handle
|
@@ -1650,16 +1605,21 @@ OS:ThermalZone,
|
|
1650
1605
|
{67fb3a06-0c5a-4630-871f-451bc16233cb}, !- Zone Air Inlet Port List
|
1651
1606
|
{1f0c0403-a9e0-4050-b0e5-9966f6a8a607}, !- Zone Air Exhaust Port List
|
1652
1607
|
{acf31351-d81e-45ee-8569-45156399c789}, !- Zone Air Node Name
|
1653
|
-
,
|
1608
|
+
{0de4344e-0650-4d0c-bbbd-c86e2e0a9089}, !- Zone Return Air Port List
|
1654
1609
|
, !- Primary Daylighting Control Name
|
1655
1610
|
, !- Fraction of Zone Controlled by Primary Daylighting Control
|
1656
1611
|
, !- Secondary Daylighting Control Name
|
1657
1612
|
, !- Fraction of Zone Controlled by Secondary Daylighting Control
|
1658
1613
|
, !- Illuminance Map Name
|
1659
|
-
,
|
1614
|
+
{811b2c76-a5c6-417e-834d-ec88c5e0f13b}, !- Group Rendering Name
|
1660
1615
|
, !- Thermostat Name
|
1661
1616
|
No; !- Use Ideal Air Loads
|
1662
1617
|
|
1618
|
+
OS:PortList,
|
1619
|
+
{0de4344e-0650-4d0c-bbbd-c86e2e0a9089}, !- Handle
|
1620
|
+
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}, !- HVAC Component
|
1621
|
+
; !- Port 1
|
1622
|
+
|
1663
1623
|
OS:Node,
|
1664
1624
|
{f0f7c575-3560-4c7b-a905-4c3a26a87833}, !- Handle
|
1665
1625
|
Node 1, !- Name
|
@@ -1668,7 +1628,6 @@ OS:Node,
|
|
1668
1628
|
|
1669
1629
|
OS:Connection,
|
1670
1630
|
{acf31351-d81e-45ee-8569-45156399c789}, !- Handle
|
1671
|
-
{8f918664-2ec2-46e2-bd31-397867d57a3f}, !- Name
|
1672
1631
|
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}, !- Source Object
|
1673
1632
|
11, !- Outlet Port
|
1674
1633
|
{f0f7c575-3560-4c7b-a905-4c3a26a87833}, !- Target Object
|
@@ -1676,12 +1635,10 @@ OS:Connection,
|
|
1676
1635
|
|
1677
1636
|
OS:PortList,
|
1678
1637
|
{67fb3a06-0c5a-4630-871f-451bc16233cb}, !- Handle
|
1679
|
-
{03205f04-474e-4e50-8f31-6f0e764c70b9}, !- Name
|
1680
1638
|
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}; !- HVAC Component
|
1681
1639
|
|
1682
1640
|
OS:PortList,
|
1683
1641
|
{1f0c0403-a9e0-4050-b0e5-9966f6a8a607}, !- Handle
|
1684
|
-
{b9915842-7664-4b65-8afe-df4c866ae7cd}, !- Name
|
1685
1642
|
{1833e257-ca02-4033-b7e1-a9b7f59c4fbe}; !- HVAC Component
|
1686
1643
|
|
1687
1644
|
OS:Sizing:Zone,
|
@@ -1707,8 +1664,6 @@ OS:Sizing:Zone,
|
|
1707
1664
|
, !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2}
|
1708
1665
|
, !- Heating Maximum Air Flow {m3/s}
|
1709
1666
|
, !- Heating Maximum Air Flow Fraction
|
1710
|
-
, !- Design Zone Air Distribution Effectiveness in Cooling Mode
|
1711
|
-
, !- Design Zone Air Distribution Effectiveness in Heating Mode
|
1712
1667
|
No, !- Account for Dedicated Outdoor Air System
|
1713
1668
|
NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy
|
1714
1669
|
autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C}
|
@@ -1732,16 +1687,21 @@ OS:ThermalZone,
|
|
1732
1687
|
{4372d060-5a54-4213-bb19-95c0faea2897}, !- Zone Air Inlet Port List
|
1733
1688
|
{b83b6273-9660-4584-b1c5-9f10f5e4ad70}, !- Zone Air Exhaust Port List
|
1734
1689
|
{d2d40ac0-0672-4b4a-b9a2-f8b81fb69d0c}, !- Zone Air Node Name
|
1735
|
-
,
|
1690
|
+
{1d7933ec-1ab0-473f-bb7c-d91ef90ea6ac}, !- Zone Return Air Port List
|
1736
1691
|
, !- Primary Daylighting Control Name
|
1737
1692
|
, !- Fraction of Zone Controlled by Primary Daylighting Control
|
1738
1693
|
, !- Secondary Daylighting Control Name
|
1739
1694
|
, !- Fraction of Zone Controlled by Secondary Daylighting Control
|
1740
1695
|
, !- Illuminance Map Name
|
1741
|
-
,
|
1696
|
+
{d6aed905-3d1a-4119-907d-90a8d74c9f48}, !- Group Rendering Name
|
1742
1697
|
, !- Thermostat Name
|
1743
1698
|
No; !- Use Ideal Air Loads
|
1744
1699
|
|
1700
|
+
OS:PortList,
|
1701
|
+
{1d7933ec-1ab0-473f-bb7c-d91ef90ea6ac}, !- Handle
|
1702
|
+
{f54bf7ec-61cf-4558-ba75-15c091b6a207}, !- HVAC Component
|
1703
|
+
; !- Port 1
|
1704
|
+
|
1745
1705
|
OS:Node,
|
1746
1706
|
{53307c65-4eeb-4ce2-b607-b4598819e9d9}, !- Handle
|
1747
1707
|
Node 2, !- Name
|
@@ -1750,7 +1710,6 @@ OS:Node,
|
|
1750
1710
|
|
1751
1711
|
OS:Connection,
|
1752
1712
|
{d2d40ac0-0672-4b4a-b9a2-f8b81fb69d0c}, !- Handle
|
1753
|
-
{684faf64-41a2-4fc0-8aa3-d26ac6239618}, !- Name
|
1754
1713
|
{f54bf7ec-61cf-4558-ba75-15c091b6a207}, !- Source Object
|
1755
1714
|
11, !- Outlet Port
|
1756
1715
|
{53307c65-4eeb-4ce2-b607-b4598819e9d9}, !- Target Object
|
@@ -1758,12 +1717,10 @@ OS:Connection,
|
|
1758
1717
|
|
1759
1718
|
OS:PortList,
|
1760
1719
|
{4372d060-5a54-4213-bb19-95c0faea2897}, !- Handle
|
1761
|
-
{f180be70-8bb1-466a-80fc-5e8325d71ab3}, !- Name
|
1762
1720
|
{f54bf7ec-61cf-4558-ba75-15c091b6a207}; !- HVAC Component
|
1763
1721
|
|
1764
1722
|
OS:PortList,
|
1765
1723
|
{b83b6273-9660-4584-b1c5-9f10f5e4ad70}, !- Handle
|
1766
|
-
{ae0164ae-c86d-4b6a-909c-40edf2be5fda}, !- Name
|
1767
1724
|
{f54bf7ec-61cf-4558-ba75-15c091b6a207}; !- HVAC Component
|
1768
1725
|
|
1769
1726
|
OS:Sizing:Zone,
|
@@ -1789,8 +1746,6 @@ OS:Sizing:Zone,
|
|
1789
1746
|
, !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2}
|
1790
1747
|
, !- Heating Maximum Air Flow {m3/s}
|
1791
1748
|
, !- Heating Maximum Air Flow Fraction
|
1792
|
-
, !- Design Zone Air Distribution Effectiveness in Cooling Mode
|
1793
|
-
, !- Design Zone Air Distribution Effectiveness in Heating Mode
|
1794
1749
|
No, !- Account for Dedicated Outdoor Air System
|
1795
1750
|
NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy
|
1796
1751
|
autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C}
|
@@ -1814,16 +1769,21 @@ OS:ThermalZone,
|
|
1814
1769
|
{2208b848-c5d2-4143-886f-be0c61d55d80}, !- Zone Air Inlet Port List
|
1815
1770
|
{d51c4568-d6ec-4101-9979-1da785234380}, !- Zone Air Exhaust Port List
|
1816
1771
|
{ca0d4730-befc-4072-a0e3-bb87f672dfd0}, !- Zone Air Node Name
|
1817
|
-
,
|
1772
|
+
{976bf006-84b3-4603-8e23-514e4b9feeca}, !- Zone Return Air Port List
|
1818
1773
|
, !- Primary Daylighting Control Name
|
1819
1774
|
, !- Fraction of Zone Controlled by Primary Daylighting Control
|
1820
1775
|
, !- Secondary Daylighting Control Name
|
1821
1776
|
, !- Fraction of Zone Controlled by Secondary Daylighting Control
|
1822
1777
|
, !- Illuminance Map Name
|
1823
|
-
,
|
1778
|
+
{76ba9932-64f2-43b9-b655-cf3951d840cf}, !- Group Rendering Name
|
1824
1779
|
, !- Thermostat Name
|
1825
1780
|
No; !- Use Ideal Air Loads
|
1826
1781
|
|
1782
|
+
OS:PortList,
|
1783
|
+
{976bf006-84b3-4603-8e23-514e4b9feeca}, !- Handle
|
1784
|
+
{28a54465-16b8-402c-b469-8c13db4674de}, !- HVAC Component
|
1785
|
+
; !- Port 1
|
1786
|
+
|
1827
1787
|
OS:Node,
|
1828
1788
|
{959a47d0-8955-4047-9a36-72799fc36b75}, !- Handle
|
1829
1789
|
Node 3, !- Name
|
@@ -1832,7 +1792,6 @@ OS:Node,
|
|
1832
1792
|
|
1833
1793
|
OS:Connection,
|
1834
1794
|
{ca0d4730-befc-4072-a0e3-bb87f672dfd0}, !- Handle
|
1835
|
-
{243f7a49-2e0c-4c62-8dd0-1d626be62eb2}, !- Name
|
1836
1795
|
{28a54465-16b8-402c-b469-8c13db4674de}, !- Source Object
|
1837
1796
|
11, !- Outlet Port
|
1838
1797
|
{959a47d0-8955-4047-9a36-72799fc36b75}, !- Target Object
|
@@ -1840,12 +1799,10 @@ OS:Connection,
|
|
1840
1799
|
|
1841
1800
|
OS:PortList,
|
1842
1801
|
{2208b848-c5d2-4143-886f-be0c61d55d80}, !- Handle
|
1843
|
-
{f682600c-9e5e-4321-bf44-f1f94937170a}, !- Name
|
1844
1802
|
{28a54465-16b8-402c-b469-8c13db4674de}; !- HVAC Component
|
1845
1803
|
|
1846
1804
|
OS:PortList,
|
1847
1805
|
{d51c4568-d6ec-4101-9979-1da785234380}, !- Handle
|
1848
|
-
{33933358-f010-4179-bb20-171c9fcb0c68}, !- Name
|
1849
1806
|
{28a54465-16b8-402c-b469-8c13db4674de}; !- HVAC Component
|
1850
1807
|
|
1851
1808
|
OS:Sizing:Zone,
|
@@ -1871,8 +1828,6 @@ OS:Sizing:Zone,
|
|
1871
1828
|
, !- Heating Maximum Air Flow per Zone Floor Area {m3/s-m2}
|
1872
1829
|
, !- Heating Maximum Air Flow {m3/s}
|
1873
1830
|
, !- Heating Maximum Air Flow Fraction
|
1874
|
-
, !- Design Zone Air Distribution Effectiveness in Cooling Mode
|
1875
|
-
, !- Design Zone Air Distribution Effectiveness in Heating Mode
|
1876
1831
|
No, !- Account for Dedicated Outdoor Air System
|
1877
1832
|
NeutralSupplyAir, !- Dedicated Outdoor Air System Control Strategy
|
1878
1833
|
autosize, !- Dedicated Outdoor Air Low Setpoint Temperature for Design {C}
|
@@ -1894,7 +1849,7 @@ OS:WeatherFile,
|
|
1894
1849
|
-71.68, !- Longitude {deg}
|
1895
1850
|
-5, !- Time Zone {hr}
|
1896
1851
|
241, !- Elevation {m}
|
1897
|
-
|
1852
|
+
/home/osdev/openstudio-standards/openstudio-standards/data/weather/CAN_PQ_Sherbrooke.716100_CWEC.epw, !- Url
|
1898
1853
|
F7B2328B; !- Checksum
|
1899
1854
|
|
1900
1855
|
OS:Site,
|
@@ -1983,6 +1938,7 @@ OS:SpaceType,
|
|
1983
1938
|
, !- Default Schedule Set Name
|
1984
1939
|
{7ef8e62a-e56f-49cf-bdef-a2ed2a634f78}, !- Group Rendering Name
|
1985
1940
|
, !- Design Specification Outdoor Air Object Name
|
1941
|
+
, !- Standards Template
|
1986
1942
|
Space Function, !- Standards Building Type
|
1987
1943
|
Warehouse - med/blk; !- Standards Space Type
|
1988
1944
|
|
@@ -2000,6 +1956,7 @@ OS:SpaceType,
|
|
2000
1956
|
, !- Default Schedule Set Name
|
2001
1957
|
{8936df75-08a5-4da0-85c6-8b63015e2643}, !- Group Rendering Name
|
2002
1958
|
, !- Design Specification Outdoor Air Object Name
|
1959
|
+
, !- Standards Template
|
2003
1960
|
Space Function, !- Standards Building Type
|
2004
1961
|
Warehouse - fine; !- Standards Space Type
|
2005
1962
|
|
@@ -2017,6 +1974,7 @@ OS:SpaceType,
|
|
2017
1974
|
, !- Default Schedule Set Name
|
2018
1975
|
{f20c7626-c2b9-4128-b80e-20a346a7162a}, !- Group Rendering Name
|
2019
1976
|
, !- Design Specification Outdoor Air Object Name
|
1977
|
+
, !- Standards Template
|
2020
1978
|
Space Function, !- Standards Building Type
|
2021
1979
|
Office - enclosed; !- Standards Space Type
|
2022
1980
|
|
@@ -2027,3 +1985,31 @@ OS:Rendering:Color,
|
|
2027
1985
|
255, !- Rendering Green Value
|
2028
1986
|
255; !- Rendering Blue Value
|
2029
1987
|
|
1988
|
+
OS:Rendering:Color,
|
1989
|
+
{811b2c76-a5c6-417e-834d-ec88c5e0f13b}, !- Handle
|
1990
|
+
Rendering Color 1, !- Name
|
1991
|
+
210, !- Rendering Red Value
|
1992
|
+
140, !- Rendering Green Value
|
1993
|
+
180; !- Rendering Blue Value
|
1994
|
+
|
1995
|
+
OS:Rendering:Color,
|
1996
|
+
{76ba9932-64f2-43b9-b655-cf3951d840cf}, !- Handle
|
1997
|
+
Rendering Color 2, !- Name
|
1998
|
+
173, !- Rendering Red Value
|
1999
|
+
230, !- Rendering Green Value
|
2000
|
+
216; !- Rendering Blue Value
|
2001
|
+
|
2002
|
+
OS:Rendering:Color,
|
2003
|
+
{d6aed905-3d1a-4119-907d-90a8d74c9f48}, !- Handle
|
2004
|
+
Rendering Color 3, !- Name
|
2005
|
+
0, !- Rendering Red Value
|
2006
|
+
209, !- Rendering Green Value
|
2007
|
+
206; !- Rendering Blue Value
|
2008
|
+
|
2009
|
+
OS:Rendering:Color,
|
2010
|
+
{cb12b671-9a37-492b-a7d2-da8e6f945c90}, !- Handle
|
2011
|
+
Rendering Color 4, !- Name
|
2012
|
+
34, !- Rendering Red Value
|
2013
|
+
34, !- Rendering Green Value
|
2014
|
+
139; !- Rendering Blue Value
|
2015
|
+
|