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.
Files changed (376) hide show
  1. checksums.yaml +4 -4
  2. data/data/inventory/thermal_bridging.csv +90 -0
  3. data/data/standards/OpenStudio_Standards-deer-comstock.xlsx +0 -0
  4. data/data/standards/manage_OpenStudio_Standards.rb +1 -1
  5. data/data/standards/test_performance_expected_dd_results.csv +2014 -1891
  6. data/lib/openstudio-standards/btap/analysis.rb +8 -8
  7. data/lib/openstudio-standards/btap/bridging.rb +664 -645
  8. data/lib/openstudio-standards/btap/btap.model.rb +14 -14
  9. data/lib/openstudio-standards/btap/btap.rb +7 -7
  10. data/lib/openstudio-standards/btap/btap_result.rb +1 -1
  11. data/lib/openstudio-standards/btap/economics.rb +23 -23
  12. data/lib/openstudio-standards/btap/envelope.rb +8 -8
  13. data/lib/openstudio-standards/btap/equest.rb +1 -1
  14. data/lib/openstudio-standards/btap/geometry.rb +2 -2
  15. data/lib/openstudio-standards/btap/mpc.rb +7 -7
  16. data/lib/openstudio-standards/btap/schedules.rb +1 -1
  17. data/lib/openstudio-standards/btap/simmanager.rb +4 -4
  18. data/lib/openstudio-standards/btap/spaceloads.rb +26 -26
  19. data/lib/openstudio-standards/btap/utilities.rb +6 -6
  20. data/lib/openstudio-standards/btap/vintagizer.rb +1 -1
  21. data/lib/openstudio-standards/constructions/information.rb +83 -0
  22. data/lib/openstudio-standards/constructions/materials/modify.rb +72 -0
  23. data/lib/openstudio-standards/constructions/modify.rb +80 -0
  24. data/lib/openstudio-standards/create_typical/create_typical.rb +983 -0
  25. data/lib/openstudio-standards/create_typical/enumerations.rb +484 -0
  26. data/lib/openstudio-standards/create_typical/space_type_blend.rb +791 -0
  27. data/lib/openstudio-standards/create_typical/space_type_ratios.rb +494 -0
  28. data/lib/openstudio-standards/daylighting/space.rb +47 -0
  29. data/lib/openstudio-standards/geometry/create.rb +801 -0
  30. data/lib/openstudio-standards/geometry/create_bar.rb +2171 -0
  31. data/lib/openstudio-standards/geometry/information.rb +462 -0
  32. data/lib/openstudio-standards/geometry/modify.rb +48 -0
  33. data/lib/openstudio-standards/hvac/air_loop/information.rb +79 -0
  34. data/lib/openstudio-standards/hvac/cbecs_hvac.rb +616 -0
  35. data/lib/openstudio-standards/hvac/setpoint_managers/information.rb +91 -0
  36. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
  37. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.AirTerminalSingleDuctVAVReheat.rb +1 -1
  38. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  39. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Model.rb +1 -1
  40. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  41. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +2 -2
  42. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.hvac_systems.rb +1 -1
  43. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  44. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Model.rb +4 -36
  45. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.hvac_systems.rb +1 -1
  46. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  47. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Model.rb +4 -36
  48. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +3 -3
  49. data/lib/openstudio-standards/prototypes/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.hvac_systems.rb +1 -1
  50. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirTerminalSingleDuctVAVReheat.rb +1 -1
  51. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.elevators.rb +1 -1
  52. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirTerminalSingleDuctVAVReheat.rb +1 -1
  53. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.CoilHeatingGas.rb +1 -1
  54. data/lib/openstudio-standards/prototypes/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.elevators.rb +1 -1
  55. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  56. data/lib/openstudio-standards/prototypes/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  57. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +7 -7
  58. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Courthouse.rb +8 -8
  59. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.FullServiceRestaurant.rb +14 -14
  60. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.HighRiseApartment.rb +9 -9
  61. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Hospital.rb +16 -16
  62. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Laboratory.rb +7 -7
  63. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterHighITE.rb +8 -8
  64. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeDataCenterLowITE.rb +8 -8
  65. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeHotel.rb +11 -11
  66. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +7 -7
  67. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOfficeDetailed.rb +9 -9
  68. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +8 -8
  69. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOfficeDetailed.rb +11 -11
  70. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MidriseApartment.rb +9 -9
  71. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Outpatient.rb +19 -19
  72. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.PrimarySchool.rb +10 -10
  73. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.QuickServiceRestaurant.rb +13 -13
  74. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStandalone.rb +6 -6
  75. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.RetailStripmall.rb +6 -6
  76. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SecondarySchool.rb +9 -9
  77. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterHighITE.rb +8 -8
  78. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallDataCenterLowITE.rb +8 -8
  79. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallHotel.rb +8 -8
  80. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOffice.rb +8 -8
  81. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SmallOfficeDetailed.rb +11 -11
  82. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperMarket.rb +10 -10
  83. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.SuperTallBuilding.rb +19 -19
  84. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.TallBuilding.rb +18 -18
  85. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.Warehouse.rb +6 -6
  86. data/lib/openstudio-standards/prototypes/common/do_not_edit_metaclasses.rb +957 -957
  87. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirConditionerVariableRefrigerantFlow.rb +1 -1
  88. data/lib/openstudio-standards/prototypes/common/objects/Prototype.AirTerminalSingleDuctVAVReheat.rb +1 -1
  89. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +84 -16
  90. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingDXSingleSpeed.rb +1 -1
  91. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingGas.rb +1 -1
  92. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +61 -10
  93. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ControllerWaterCoil.rb +1 -1
  94. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoolingTower.rb +1 -1
  95. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Fan.rb +1 -1
  96. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanConstantVolume.rb +1 -1
  97. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanOnOff.rb +1 -1
  98. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanVariableVolume.rb +1 -1
  99. data/lib/openstudio-standards/prototypes/common/objects/Prototype.FanZoneExhaust.rb +1 -1
  100. data/lib/openstudio-standards/prototypes/common/objects/Prototype.HeatExchangerAirToAirSensibleAndLatent.rb +2 -2
  101. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.exterior_lights.rb +4 -4
  102. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +4 -4
  103. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +43 -30
  104. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +1 -1
  105. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +18 -11
  106. data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +1 -1
  107. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +774 -117
  108. data/lib/openstudio-standards/prototypes/common/objects/Prototype.radiant_system_controls.rb +340 -481
  109. data/lib/openstudio-standards/prototypes/common/objects/Prototype.refrigeration.rb +3 -3
  110. data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +3 -3
  111. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +22 -22
  112. data/lib/openstudio-standards/prototypes/deer/deer.Model.rb +1 -1
  113. data/lib/openstudio-standards/qaqc/calibration.rb +131 -0
  114. data/lib/openstudio-standards/qaqc/create_results.rb +983 -0
  115. data/lib/openstudio-standards/qaqc/envelope.rb +399 -0
  116. data/lib/openstudio-standards/qaqc/eui.rb +213 -0
  117. data/lib/openstudio-standards/qaqc/hvac.rb +1943 -0
  118. data/lib/openstudio-standards/qaqc/internal_loads.rb +568 -0
  119. data/lib/openstudio-standards/qaqc/reporting.rb +141 -0
  120. data/lib/openstudio-standards/qaqc/schedules.rb +129 -0
  121. data/lib/openstudio-standards/qaqc/service_water_heating.rb +273 -0
  122. data/lib/openstudio-standards/qaqc/weather_files.rb +497 -0
  123. data/lib/openstudio-standards/qaqc/zone_conditions.rb +278 -0
  124. data/lib/openstudio-standards/schedules/create.rb +364 -0
  125. data/lib/openstudio-standards/schedules/information.rb +169 -0
  126. data/lib/openstudio-standards/schedules/modify.rb +445 -0
  127. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +110 -71
  128. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctParallelPIUReheat.rb +3 -3
  129. data/lib/openstudio-standards/standards/Standards.AirTerminalSingleDuctVAVReheat.rb +4 -4
  130. data/lib/openstudio-standards/standards/Standards.BoilerHotWater.rb +2 -1
  131. data/lib/openstudio-standards/standards/Standards.ChillerElectricEIR.rb +16 -10
  132. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXSingleSpeed.rb +4 -4
  133. data/lib/openstudio-standards/standards/Standards.CoilCoolingDXTwoSpeed.rb +1 -1
  134. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +1 -1
  135. data/lib/openstudio-standards/standards/Standards.CoilDX.rb +4 -4
  136. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXMultiSpeed.rb +1 -1
  137. data/lib/openstudio-standards/standards/Standards.CoilHeatingDXSingleSpeed.rb +5 -5
  138. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +1 -1
  139. data/lib/openstudio-standards/standards/Standards.CoilHeatingGasMultiStage.rb +1 -1
  140. data/lib/openstudio-standards/standards/Standards.CoilHeatingWaterToAirHeatPumpEquationFit.rb +1 -1
  141. data/lib/openstudio-standards/standards/Standards.Construction.rb +17 -18
  142. data/lib/openstudio-standards/standards/Standards.CoolingTower.rb +6 -6
  143. data/lib/openstudio-standards/standards/Standards.CoolingTowerSingleSpeed.rb +1 -1
  144. data/lib/openstudio-standards/standards/Standards.CoolingTowerTwoSpeed.rb +1 -1
  145. data/lib/openstudio-standards/standards/Standards.CoolingTowerVariableSpeed.rb +1 -1
  146. data/lib/openstudio-standards/standards/Standards.Fan.rb +6 -12
  147. data/lib/openstudio-standards/standards/Standards.FanVariableVolume.rb +2 -2
  148. data/lib/openstudio-standards/standards/Standards.FluidCooler.rb +1 -1
  149. data/lib/openstudio-standards/standards/Standards.HeaderedPumpsVariableSpeed.rb +1 -1
  150. data/lib/openstudio-standards/standards/Standards.HeatExchangerSensLat.rb +3 -3
  151. data/lib/openstudio-standards/standards/Standards.Model.rb +411 -261
  152. data/lib/openstudio-standards/standards/Standards.PlanarSurface.rb +2 -2
  153. data/lib/openstudio-standards/standards/Standards.PlantLoop.rb +94 -29
  154. data/lib/openstudio-standards/standards/Standards.Pump.rb +2 -2
  155. data/lib/openstudio-standards/standards/Standards.ScheduleConstant.rb +2 -2
  156. data/lib/openstudio-standards/standards/Standards.ScheduleRuleset.rb +14 -14
  157. data/lib/openstudio-standards/standards/Standards.Space.rb +37 -30
  158. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +38 -29
  159. data/lib/openstudio-standards/standards/Standards.SubSurface.rb +7 -7
  160. data/lib/openstudio-standards/standards/Standards.Surface.rb +13 -13
  161. data/lib/openstudio-standards/standards/Standards.ThermalZone.rb +109 -66
  162. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +11 -4
  163. data/lib/openstudio-standards/standards/Standards.ZoneHVACComponent.rb +6 -6
  164. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.AirLoopHVAC.rb +1 -1
  165. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.PlantLoop.rb +1 -1
  166. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Space.rb +1 -1
  167. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/ashrae_90_1_2007.Space.rb +1 -1
  168. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirLoopHVAC.rb +4 -4
  169. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.AirTerminalSingleDuctVAVReheat.rb +1 -1
  170. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/ashrae_90_1_2010.Space.rb +4 -4
  171. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirLoopHVAC.rb +4 -4
  172. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.AirTerminalSingleDuctVAVReheat.rb +1 -1
  173. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.CoolingTowerVariableSpeed.rb +1 -1
  174. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Model.rb +5 -21
  175. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.Space.rb +4 -4
  176. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.WaterHeaterMixed.rb +1 -1
  177. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/ashrae_90_1_2013.ZoneHVACComponent.rb +1 -1
  178. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirLoopHVAC.rb +36 -4
  179. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.AirTerminalSingleDuctVAVReheat.rb +1 -1
  180. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.CoolingTowerVariableSpeed.rb +1 -1
  181. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.Space.rb +4 -4
  182. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/ashrae_90_1_2016.ZoneHVACComponent.rb +1 -1
  183. 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
  184. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +53 -10
  185. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirTerminalSingleDuctVAVReheat.rb +1 -1
  186. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.CoolingTowerVariableSpeed.rb +1 -1
  187. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.Space.rb +6 -6
  188. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.ZoneHVACComponent.rb +2 -2
  189. 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
  190. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.curves.json +211 -211
  191. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.economizers.json +14 -14
  192. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.AirLoopHVAC.rb +4 -4
  193. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.Model.rb +1 -1
  194. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/doe_ref_1980_2004.PlantLoop.rb +1 -1
  195. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.economizers.json +14 -14
  196. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.AirLoopHVAC.rb +4 -4
  197. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.Model.rb +1 -1
  198. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/doe_ref_pre_1980.PlantLoop.rb +1 -1
  199. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +6 -6
  200. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirTerminalSingleDuctVAVReheat.rb +1 -1
  201. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.CoolingTowerVariableSpeed.rb +1 -1
  202. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.PlantLoop.rb +1 -1
  203. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.Space.rb +4 -4
  204. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirLoopHVAC.rb +6 -6
  205. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.AirTerminalSingleDuctVAVReheat.rb +1 -1
  206. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.CoolingTowerVariableSpeed.rb +1 -1
  207. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.PlantLoop.rb +1 -1
  208. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/ze_aedg_multifamily.Space.rb +4 -4
  209. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirLoopHVAC.rb +22 -28
  210. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctParallelPIUReheat.rb +1 -1
  211. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.AirTerminalSingleDuctVAVReheat.rb +2 -2
  212. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.BoilerHotWater.rb +1 -74
  213. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ChillerElectricEIR.rb +7 -59
  214. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXSingleSpeed.rb +1 -1
  215. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilCoolingDXTwoSpeed.rb +1 -1
  216. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilDX.rb +1 -1
  217. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingDXSingleSpeed.rb +1 -1
  218. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoilHeatingGas.rb +1 -21
  219. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.DesignSpecificationOutdoorAir.rb +101 -0
  220. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanConstantVolume.rb +1 -1
  221. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanOnOff.rb +1 -1
  222. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.FanVariableVolume.rb +1 -1
  223. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.HeatExchangerSensLat.rb +1 -1
  224. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Model.rb +643 -526
  225. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlanarSurface.rb +8 -2
  226. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.PlantLoop.rb +17 -77
  227. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Space.rb +74 -16
  228. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.SpaceType.rb +96 -44
  229. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.Surface.rb +6 -6
  230. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ThermalZone.rb +18 -6
  231. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.ZoneHVACComponent.rb +1 -1
  232. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.rb +328 -74
  233. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.Model.rb +0 -118
  234. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm_2019/ashrae_90_1_prm_2019.rb +2 -1
  235. 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
  236. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/baseline_outdoor_air.md +35 -0
  237. data/lib/openstudio-standards/standards/ashrae_90_1_prm/docs/set_plug_load_measures.md +1 -1
  238. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/ashrae_90_1_prm.UserData.rb +228 -0
  239. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_enums.rb +131 -0
  240. data/lib/openstudio-standards/standards/ashrae_90_1_prm/userdata_csv/userdata_space.csv +1 -1
  241. data/lib/openstudio-standards/standards/cbes/cbes.AirLoopHVAC.rb +5 -5
  242. data/lib/openstudio-standards/standards/cbes/cbes.Model.rb +1 -1
  243. data/lib/openstudio-standards/standards/cbes/cbes.PlantLoop.rb +1 -1
  244. data/lib/openstudio-standards/standards/cbes/cbes.Space.rb +1 -1
  245. data/lib/openstudio-standards/standards/cbes/cbes_t24_2005/cbes_t24_2005.Space.rb +1 -1
  246. data/lib/openstudio-standards/standards/cbes/cbes_t24_2008/cbes_t24_2008.Space.rb +1 -1
  247. data/lib/openstudio-standards/standards/deer/deer.AirLoopHVAC.rb +109 -27
  248. data/lib/openstudio-standards/standards/deer/deer.Space.rb +1 -1
  249. data/lib/openstudio-standards/standards/deer/deer_1985/data/deer_1985.economizers.json +246 -4
  250. data/lib/openstudio-standards/standards/deer/deer_1996/data/deer_1996.economizers.json +246 -4
  251. data/lib/openstudio-standards/standards/deer/deer_2003/data/deer_2003.economizers.json +246 -4
  252. data/lib/openstudio-standards/standards/deer/deer_2003/deer_2003.ThermalZone.rb +18 -18
  253. data/lib/openstudio-standards/standards/deer/deer_2007/data/deer_2007.economizers.json +246 -4
  254. data/lib/openstudio-standards/standards/deer/deer_2007/deer_2007.ThermalZone.rb +18 -18
  255. data/lib/openstudio-standards/standards/deer/deer_2011/data/deer_2011.economizers.json +246 -4
  256. data/lib/openstudio-standards/standards/deer/deer_2011/deer_2011.ThermalZone.rb +18 -18
  257. data/lib/openstudio-standards/standards/deer/deer_2014/data/deer_2014.economizers.json +248 -6
  258. data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.Space.rb +3 -3
  259. data/lib/openstudio-standards/standards/deer/deer_2014/deer_2014.ThermalZone.rb +18 -18
  260. data/lib/openstudio-standards/standards/deer/deer_2015/data/deer_2015.economizers.json +248 -6
  261. data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.Space.rb +3 -3
  262. data/lib/openstudio-standards/standards/deer/deer_2015/deer_2015.ThermalZone.rb +18 -18
  263. data/lib/openstudio-standards/standards/deer/deer_2017/data/deer_2017.economizers.json +248 -6
  264. data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.Space.rb +3 -3
  265. data/lib/openstudio-standards/standards/deer/deer_2017/deer_2017.ThermalZone.rb +18 -18
  266. data/lib/openstudio-standards/standards/deer/deer_2020/data/deer_2020.economizers.json +248 -6
  267. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.AirLoopHVAC.rb +18 -5
  268. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.FanVariableVolume.rb +1 -1
  269. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.Space.rb +3 -3
  270. data/lib/openstudio-standards/standards/deer/deer_2020/deer_2020.ThermalZone.rb +18 -18
  271. data/lib/openstudio-standards/standards/deer/deer_2025/data/deer_2025.economizers.json +248 -6
  272. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.AirLoopHVAC.rb +3 -3
  273. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.FanVariableVolume.rb +1 -1
  274. data/lib/openstudio-standards/standards/deer/deer_2025/deer_2025.Space.rb +3 -3
  275. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.economizers.json +248 -6
  276. data/lib/openstudio-standards/standards/deer/deer_2030/data/deer_2030.heat_pumps.json +2 -2
  277. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.AirLoopHVAC.rb +3 -3
  278. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.FanVariableVolume.rb +1 -1
  279. data/lib/openstudio-standards/standards/deer/deer_2030/deer_2030.Space.rb +3 -3
  280. data/lib/openstudio-standards/standards/deer/deer_2035/data/deer_2035.economizers.json +248 -6
  281. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.AirLoopHVAC.rb +3 -3
  282. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.FanVariableVolume.rb +1 -1
  283. data/lib/openstudio-standards/standards/deer/deer_2035/deer_2035.Space.rb +3 -3
  284. data/lib/openstudio-standards/standards/deer/deer_2040/data/deer_2040.economizers.json +248 -6
  285. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.AirLoopHVAC.rb +3 -3
  286. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.FanVariableVolume.rb +1 -1
  287. data/lib/openstudio-standards/standards/deer/deer_2040/deer_2040.Space.rb +3 -3
  288. data/lib/openstudio-standards/standards/deer/deer_2045/data/deer_2045.economizers.json +260 -0
  289. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.AirLoopHVAC.rb +3 -3
  290. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.FanVariableVolume.rb +1 -1
  291. data/lib/openstudio-standards/standards/deer/deer_2045/deer_2045.Space.rb +3 -3
  292. data/lib/openstudio-standards/standards/deer/deer_2050/data/deer_2050.economizers.json +248 -6
  293. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.AirLoopHVAC.rb +3 -3
  294. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.FanVariableVolume.rb +1 -1
  295. data/lib/openstudio-standards/standards/deer/deer_2050/deer_2050.Space.rb +3 -3
  296. data/lib/openstudio-standards/standards/deer/deer_2055/data/deer_2055.economizers.json +248 -6
  297. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.AirLoopHVAC.rb +3 -3
  298. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.FanVariableVolume.rb +1 -1
  299. data/lib/openstudio-standards/standards/deer/deer_2055/deer_2055.Space.rb +3 -3
  300. data/lib/openstudio-standards/standards/deer/deer_2060/data/deer_2060.economizers.json +248 -6
  301. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.AirLoopHVAC.rb +3 -3
  302. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.FanVariableVolume.rb +1 -1
  303. data/lib/openstudio-standards/standards/deer/deer_2060/deer_2060.Space.rb +3 -3
  304. data/lib/openstudio-standards/standards/deer/deer_2065/data/deer_2065.economizers.json +248 -6
  305. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.AirLoopHVAC.rb +3 -3
  306. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.FanVariableVolume.rb +1 -1
  307. data/lib/openstudio-standards/standards/deer/deer_2065/deer_2065.Space.rb +3 -3
  308. data/lib/openstudio-standards/standards/deer/deer_2070/data/deer_2070.economizers.json +248 -6
  309. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.AirLoopHVAC.rb +3 -3
  310. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.FanVariableVolume.rb +1 -1
  311. data/lib/openstudio-standards/standards/deer/deer_2070/deer_2070.Space.rb +3 -3
  312. data/lib/openstudio-standards/standards/deer/deer_2075/data/deer_2075.economizers.json +248 -6
  313. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.AirLoopHVAC.rb +3 -3
  314. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.FanVariableVolume.rb +1 -1
  315. data/lib/openstudio-standards/standards/deer/deer_2075/deer_2075.Space.rb +3 -3
  316. data/lib/openstudio-standards/standards/deer/deer_pre_1975/data/deer_pre_1975.economizers.json +246 -4
  317. data/lib/openstudio-standards/standards/necb/BTAP1980TO2010/data/space_types.json +447 -223
  318. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/building_envelope.rb +1 -1
  319. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/data/space_types.json +447 -223
  320. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_systems.rb +5 -2
  321. data/lib/openstudio-standards/standards/necb/ECMS/data/chiller_types.json +25 -0
  322. data/lib/openstudio-standards/standards/necb/ECMS/data/chillers.json +44 -0
  323. data/lib/openstudio-standards/standards/necb/ECMS/data/curves.json +225 -0
  324. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +2 -2
  325. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +193 -73
  326. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +1 -1
  327. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +10 -4
  328. data/lib/openstudio-standards/standards/necb/NECB2011/beps_compliance_path.rb +7 -7
  329. data/lib/openstudio-standards/standards/necb/NECB2011/building_envelope.rb +4 -5
  330. data/lib/openstudio-standards/standards/necb/NECB2011/data/chiller_types.json +32 -0
  331. data/lib/openstudio-standards/standards/necb/NECB2011/data/chillers.json +1 -1
  332. data/lib/openstudio-standards/standards/necb/NECB2011/data/constants.json +36 -0
  333. data/lib/openstudio-standards/standards/necb/NECB2011/data/fuel_type_sets.json +7 -7
  334. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernEducation.osm +47587 -0
  335. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/NorthernHealthCare.osm +49764 -0
  336. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/Warehouse.osm +283 -297
  337. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_type_unit_definitions.txt +2 -1
  338. data/lib/openstudio-standards/standards/necb/NECB2011/data/space_types.json +447 -223
  339. data/lib/openstudio-standards/standards/necb/NECB2011/data/standards_data.rb +3 -3
  340. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +1 -1
  341. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +49 -27
  342. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +400 -202
  343. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +4 -4
  344. data/lib/openstudio-standards/standards/necb/NECB2015/data/space_types.json +637 -318
  345. data/lib/openstudio-standards/standards/necb/NECB2015/hvac_systems.rb +18 -1
  346. data/lib/openstudio-standards/standards/necb/NECB2015/necb_2015.rb +3 -3
  347. data/lib/openstudio-standards/standards/necb/NECB2017/data/space_types.json +637 -318
  348. data/lib/openstudio-standards/standards/necb/NECB2017/hvac_systems.rb +1 -1
  349. data/lib/openstudio-standards/standards/necb/NECB2017/necb_2017.rb +3 -3
  350. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +1 -1
  351. data/lib/openstudio-standards/standards/necb/NECB2020/data/space_types.json +615 -307
  352. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +4 -4
  353. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +10 -5
  354. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +1 -1
  355. data/lib/openstudio-standards/utilities/assertion.rb +128 -0
  356. data/lib/openstudio-standards/utilities/logging.rb +2 -3
  357. data/lib/openstudio-standards/utilities/object_info.rb +39 -18
  358. data/lib/openstudio-standards/utilities/schedule_translator.rb +8 -6
  359. data/lib/openstudio-standards/utilities/simulation.rb +24 -11
  360. data/lib/openstudio-standards/utilities/sqlfile.rb +10 -5
  361. data/lib/openstudio-standards/version.rb +1 -1
  362. data/lib/openstudio-standards/weather/Weather.Model.rb +8 -9
  363. data/lib/openstudio-standards/weather/Weather.stat_file.rb +3 -3
  364. data/lib/openstudio-standards/weather/information.rb +35 -0
  365. data/lib/openstudio-standards.rb +69 -5
  366. metadata +52 -16
  367. data/data/standards/OpenStudio_Standards-deer-ALL-comstock(space_types).xlsx +0 -0
  368. data/lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb +0 -59
  369. data/lib/openstudio-standards/hvac_sizing/Siz.CoilCoolingWater.rb +0 -13
  370. data/lib/openstudio-standards/hvac_sizing/Siz.HVACComponent.rb +0 -36
  371. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +0 -898
  372. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +0 -126
  373. data/lib/openstudio-standards/hvac_sizing/Siz.ThermalZone.rb +0 -356
  374. data/lib/openstudio-standards/prototypes/ashrae_90_1/nrel_nze_ready_2017/nrel_zne_ready_2017.Model.rb +0 -35
  375. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTower.rb +0 -110
  376. data/lib/openstudio-standards/standards/ashrae_90_1_prm/ashrae_90_1_prm.CoolingTowerVariableSpeed.rb +0 -5
@@ -4,10 +4,10 @@ module MediumOffice
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific HVAC adjustments')
13
13
 
@@ -90,7 +90,7 @@ module MediumOffice
90
90
  #
91
91
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
92
92
  # @param model [OpenStudio::Model::Model] OpenStudio model object
93
- # @return [Bool] returns true if successful, false if not
93
+ # @return [Boolean] returns true if successful, false if not
94
94
  def add_door_infiltration(climate_zone, model)
95
95
  # add extra infiltration for entry door in m3/s (there is no attic in 'DOE Ref Pre-1980')
96
96
  return false if template == 'DOE Ref 1980-2004' || template == 'DOE Ref Pre-1980'
@@ -135,10 +135,10 @@ module MediumOffice
135
135
  # swh adjustments specific to the prototype model
136
136
  #
137
137
  # @param model [OpenStudio::Model::Model] OpenStudio model object
138
- # @param building_type [string] the building type
138
+ # @param building_type [String the building type
139
139
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
140
140
  # @param prototype_input [Hash] hash of prototype inputs
141
- # @return [Bool] returns true if successful, false if not
141
+ # @return [Boolean] returns true if successful, false if not
142
142
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
143
143
  return true
144
144
  end
@@ -146,10 +146,10 @@ module MediumOffice
146
146
  # geometry adjustments specific to the prototype model
147
147
  #
148
148
  # @param model [OpenStudio::Model::Model] OpenStudio model object
149
- # @param building_type [string] the building type
149
+ # @param building_type [String the building type
150
150
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
151
151
  # @param prototype_input [Hash] hash of prototype inputs
152
- # @return [Bool] returns true if successful, false if not
152
+ # @return [Boolean] returns true if successful, false if not
153
153
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
154
154
  # Set original building North axis
155
155
  model_set_building_north_axis(model, 0.0)
@@ -163,7 +163,7 @@ module MediumOffice
163
163
  #
164
164
  # @param air_terminal_single_duct_vav_reheat [OpenStudio::Model::AirTerminalSingleDuctVAVReheat] the air terminal object
165
165
  # @param zone_oa_per_area [Double] the zone outdoor air per area in m^3/s*m^2
166
- # @return [Bool] returns true if successful, false if not
166
+ # @return [Boolean] returns true if successful, false if not
167
167
  def air_terminal_single_duct_vav_reheat_apply_initial_prototype_damper_position(air_terminal_single_duct_vav_reheat, zone_oa_per_area)
168
168
  min_damper_position = template == '90.1-2010' || template == '90.1-2013' || template == '90.1-2016' || template == '90.1-2019' ? 0.2 : 0.3
169
169
 
@@ -4,10 +4,10 @@ module MediumOfficeDetailed
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific adjustments')
13
13
 
@@ -37,7 +37,7 @@ module MediumOfficeDetailed
37
37
  #
38
38
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
39
39
  # @param model [OpenStudio::Model::Model] OpenStudio model object
40
- # @return [Bool] returns true if successful, false if not
40
+ # @return [Boolean] returns true if successful, false if not
41
41
  def add_door_infiltration(climate_zone, model)
42
42
  # add extra infiltration for entry door in m3/s (there is no attic in 'DOE Ref Pre-1980')
43
43
  return false if template == 'DOE Ref 1980-2004' || template == 'DOE Ref Pre-1980'
@@ -67,10 +67,10 @@ module MediumOfficeDetailed
67
67
  # # daylighting adjustments specific to the prototype model
68
68
  # #
69
69
  # # @param model [OpenStudio::Model::Model] OpenStudio model object
70
- # # @param building_type [string] the building type
70
+ # # @param building_type [String the building type
71
71
  # # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
72
72
  # # @param prototype_input [Hash] hash of prototype inputs
73
- # # @return [Bool] returns true if successful, false if not
73
+ # # @return [Boolean] returns true if successful, false if not
74
74
  # def model_custom_daylighting_tweaks(model, building_type, climate_zone, prototype_input)
75
75
  # OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Adjusting daylight sensor positions and fractions')
76
76
  #
@@ -128,7 +128,7 @@ module MediumOfficeDetailed
128
128
  # update water heater loss coefficient
129
129
  #
130
130
  # @param model [OpenStudio::Model::Model] OpenStudio model object
131
- # @return [Bool] returns true if successful, false if not
131
+ # @return [Boolean] returns true if successful, false if not
132
132
  def update_waterheater_loss_coefficient(model)
133
133
  case template
134
134
  when '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2013', '90.1-2016', '90.1-2019', 'NECB2011'
@@ -143,10 +143,10 @@ module MediumOfficeDetailed
143
143
  # swh adjustments specific to the prototype model
144
144
  #
145
145
  # @param model [OpenStudio::Model::Model] OpenStudio model object
146
- # @param building_type [string] the building type
146
+ # @param building_type [String the building type
147
147
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
148
148
  # @param prototype_input [Hash] hash of prototype inputs
149
- # @return [Bool] returns true if successful, false if not
149
+ # @return [Boolean] returns true if successful, false if not
150
150
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
151
151
  update_waterheater_loss_coefficient(model)
152
152
 
@@ -156,10 +156,10 @@ module MediumOfficeDetailed
156
156
  # geometry adjustments specific to the prototype model
157
157
  #
158
158
  # @param model [OpenStudio::Model::Model] OpenStudio model object
159
- # @param building_type [string] the building type
159
+ # @param building_type [String the building type
160
160
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
161
161
  # @param prototype_input [Hash] hash of prototype inputs
162
- # @return [Bool] returns true if successful, false if not
162
+ # @return [Boolean] returns true if successful, false if not
163
163
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
164
164
  # Set original building North axis
165
165
  model_set_building_north_axis(model, 0.0)
@@ -173,7 +173,7 @@ module MediumOfficeDetailed
173
173
  #
174
174
  # @param air_terminal_single_duct_vav_reheat [OpenStudio::Model::AirTerminalSingleDuctVAVReheat] the air terminal object
175
175
  # @param zone_oa_per_area [Double] the zone outdoor air per area in m^3/s*m^2
176
- # @return [Bool] returns true if successful, false if not
176
+ # @return [Boolean] returns true if successful, false if not
177
177
  def air_terminal_single_duct_vav_reheat_apply_initial_prototype_damper_position(air_terminal_single_duct_vav_reheat, zone_oa_per_area)
178
178
  min_damper_position = template == '90.1-2010' || template == '90.1-2013' || template == '90.1-2016' || template == '90.1-2019' ? 0.2 : 0.3
179
179
 
@@ -4,10 +4,10 @@ module MidriseApartment
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific adjustments')
13
13
 
@@ -26,7 +26,7 @@ module MidriseApartment
26
26
  # adjust office cooling setpoint in specific climate zones
27
27
  #
28
28
  # @param model [OpenStudio::Model::Model] OpenStudio model object
29
- # @return [Bool] returns true if successful, false if not
29
+ # @return [Boolean] returns true if successful, false if not
30
30
  def adjust_clg_setpoint(climate_zone, model)
31
31
  space_name = 'Office'
32
32
  space_type_name = model.getSpaceByName(space_name).get.spaceType.get.name.get
@@ -52,7 +52,7 @@ module MidriseApartment
52
52
  # add elevator and lights&fans for the ground floor corridor
53
53
  #
54
54
  # @param model [OpenStudio::Model::Model] OpenStudio model object
55
- # @return [Bool] returns true if successful, false if not
55
+ # @return [Boolean] returns true if successful, false if not
56
56
  def add_extra_equip_corridor(model)
57
57
  corridor_ground_space = model.getSpaceByName('G Corridor').get
58
58
  elec_equip_def1 = OpenStudio::Model::ElectricEquipmentDefinition.new(model)
@@ -107,7 +107,7 @@ module MidriseApartment
107
107
  #
108
108
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
109
109
  # @param model [OpenStudio::Model::Model] OpenStudio model object
110
- # @return [Bool] returns true if successful, false if not
110
+ # @return [Boolean] returns true if successful, false if not
111
111
  def add_door_infiltration(climate_zone, model)
112
112
  return false if template == 'DOE Ref 1980-2004' || template == 'DOE Ref Pre-1980'
113
113
 
@@ -169,10 +169,10 @@ module MidriseApartment
169
169
  # swh adjustments specific to the prototype model
170
170
  #
171
171
  # @param model [OpenStudio::Model::Model] OpenStudio model object
172
- # @param building_type [string] the building type
172
+ # @param building_type [String the building type
173
173
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
174
174
  # @param prototype_input [Hash] hash of prototype inputs
175
- # @return [Bool] returns true if successful, false if not
175
+ # @return [Boolean] returns true if successful, false if not
176
176
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
177
177
  return true
178
178
  end
@@ -180,10 +180,10 @@ module MidriseApartment
180
180
  # geometry adjustments specific to the prototype model
181
181
  #
182
182
  # @param model [OpenStudio::Model::Model] OpenStudio model object
183
- # @param building_type [string] the building type
183
+ # @param building_type [String the building type
184
184
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
185
185
  # @param prototype_input [Hash] hash of prototype inputs
186
- # @return [Bool] returns true if successful, false if not
186
+ # @return [Boolean] returns true if successful, false if not
187
187
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
188
188
  # Set original building North axis
189
189
  model_set_building_north_axis(model, 0.0)
@@ -4,10 +4,10 @@ module Outpatient
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started Adding HVAC')
13
13
 
@@ -82,7 +82,7 @@ module Outpatient
82
82
  # add extra equipment for mechanical room
83
83
  #
84
84
  # @param model [OpenStudio::Model::Model] OpenStudio model object
85
- # @return [Bool] returns true if successful, false if not
85
+ # @return [Boolean] returns true if successful, false if not
86
86
  def add_extra_equip_elevator_pump_room(model)
87
87
  elevator_pump_room = model.getSpaceByName('Floor 1 Elevator Pump Room').get
88
88
  elec_equip_def = OpenStudio::Model::ElectricEquipmentDefinition.new(model)
@@ -135,7 +135,7 @@ module Outpatient
135
135
  #
136
136
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
137
137
  # @param model [OpenStudio::Model::Model] OpenStudio model object
138
- # @return [Bool] returns true if successful, false if not
138
+ # @return [Boolean] returns true if successful, false if not
139
139
  def adjust_clg_setpoint(climate_zone, model)
140
140
  model.getSpaceTypes.sort.each do |space_type|
141
141
  space_type_name = space_type.name.get
@@ -162,7 +162,7 @@ module Outpatient
162
162
  # adjust infiltration
163
163
  #
164
164
  # @param model [OpenStudio::Model::Model] OpenStudio model object
165
- # @return [Bool] returns true if successful, false if not
165
+ # @return [Boolean] returns true if successful, false if not
166
166
  def adjust_infiltration(model)
167
167
  case template
168
168
  when 'DOE Ref Pre-1980', 'DOE Ref 1980-2004'
@@ -204,7 +204,7 @@ module Outpatient
204
204
  #
205
205
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
206
206
  # @param model [OpenStudio::Model::Model] OpenStudio model object
207
- # @return [Bool] returns true if successful, false if not
207
+ # @return [Boolean] returns true if successful, false if not
208
208
  def add_door_infiltration(climate_zone, model)
209
209
  # add extra infiltration for vestibule door
210
210
  case template
@@ -246,7 +246,7 @@ module Outpatient
246
246
  #
247
247
  # @param hot_water_loop [OpenStudio::Model::PlantLoop] hot water loop
248
248
  # @param model [OpenStudio::Model::Model] OpenStudio model object
249
- # @return [Bool] returns true if successful, false if not
249
+ # @return [Boolean] returns true if successful, false if not
250
250
  def add_humidifier(hot_water_loop, model)
251
251
  operatingroom1_space = model.getSpaceByName('Floor 1 Operating Room 1').get
252
252
  operatingroom1_zone = operatingroom1_space.thermalZone.get
@@ -293,7 +293,7 @@ module Outpatient
293
293
  # AHU1 doesn't have economizer
294
294
  #
295
295
  # @param model [OpenStudio::Model::Model] OpenStudio model object
296
- # @return [Bool] returns true if successful, false if not
296
+ # @return [Boolean] returns true if successful, false if not
297
297
  def model_modify_oa_controller(model)
298
298
  model.getAirLoopHVACs.sort.each do |air_loop|
299
299
  oa_system = air_loop.airLoopHVACOutdoorAirSystem.get
@@ -318,7 +318,7 @@ module Outpatient
318
318
  # adjust room vav damper minimums
319
319
  #
320
320
  # @param model [OpenStudio::Model::Model] OpenStudio model object
321
- # @return [Bool] returns true if successful, false if not
321
+ # @return [Boolean] returns true if successful, false if not
322
322
  def model_adjust_vav_minimum_damper(model)
323
323
  # Minimum damper position for Outpatient prototype
324
324
  # Based on AIA 2001 ventilation requirements
@@ -385,7 +385,7 @@ module Outpatient
385
385
  #
386
386
  # @param prototype_input [Hash] hash of prototype inputs
387
387
  # @param model [OpenStudio::Model::Model] OpenStudio model object
388
- # @return [Bool] returns true if successful, false if not
388
+ # @return [Boolean] returns true if successful, false if not
389
389
  def model_reset_or_room_vav_minimum_damper(prototype_input, model)
390
390
  case template
391
391
  when '90.1-2010', '90.1-2013', '90.1-2016', '90.1-2019'
@@ -407,7 +407,7 @@ module Outpatient
407
407
  # reset boiler sizing factor
408
408
  #
409
409
  # @param model [OpenStudio::Model::Model] OpenStudio model object
410
- # @return [Bool] returns true if successful, false if not
410
+ # @return [Boolean] returns true if successful, false if not
411
411
  def reset_boiler_sizing_factor(model)
412
412
  model.getBoilerHotWaters.sort.each do |boiler|
413
413
  boiler.setSizingFactor(0.3)
@@ -418,7 +418,7 @@ module Outpatient
418
418
  # update exhuast fan efficiency
419
419
  #
420
420
  # @param model [OpenStudio::Model::Model] OpenStudio model object
421
- # @return [Bool] returns true if successful, false if not
421
+ # @return [Boolean] returns true if successful, false if not
422
422
  def model_update_exhaust_fan_efficiency(model)
423
423
  case template
424
424
  when '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2013', '90.1-2016', '90.1-2019'
@@ -443,9 +443,9 @@ module Outpatient
443
443
 
444
444
  # assign the minimum total air changes to the cooling minimum air flow in Sizing:Zone
445
445
  #
446
- # @param building_type [string] the building type
446
+ # @param building_type [String the building type
447
447
  # @param model [OpenStudio::Model::Model] OpenStudio model object
448
- # @return [Bool] returns true if successful, false if not
448
+ # @return [Boolean] returns true if successful, false if not
449
449
  def apply_minimum_total_ach(building_type, model)
450
450
  model.getSpaces.sort.each do |space|
451
451
  space_type_name = space.spaceType.get.standardsSpaceType.get
@@ -487,10 +487,10 @@ module Outpatient
487
487
  # swh adjustments specific to the prototype model
488
488
  #
489
489
  # @param model [OpenStudio::Model::Model] OpenStudio model object
490
- # @param building_type [string] the building type
490
+ # @param building_type [String the building type
491
491
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
492
492
  # @param prototype_input [Hash] hash of prototype inputs
493
- # @return [Bool] returns true if successful, false if not
493
+ # @return [Boolean] returns true if successful, false if not
494
494
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
495
495
  return true
496
496
  end
@@ -498,10 +498,10 @@ module Outpatient
498
498
  # geometry adjustments specific to the prototype model
499
499
  #
500
500
  # @param model [OpenStudio::Model::Model] OpenStudio model object
501
- # @param building_type [string] the building type
501
+ # @param building_type [String the building type
502
502
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
503
503
  # @param prototype_input [Hash] hash of prototype inputs
504
- # @return [Bool] returns true if successful, false if not
504
+ # @return [Boolean] returns true if successful, false if not
505
505
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
506
506
  # Set original building North axis
507
507
  model_set_building_north_axis(model, 0.0)
@@ -515,7 +515,7 @@ module Outpatient
515
515
  #
516
516
  # @param air_terminal_single_duct_vav_reheat [OpenStudio::Model::AirTerminalSingleDuctVAVReheat] the air terminal object
517
517
  # @param zone_oa_per_area [Double] the zone outdoor air per area in m^3/s*m^2
518
- # @return [Bool] returns true if successful, false if not
518
+ # @return [Boolean] returns true if successful, false if not
519
519
  def air_terminal_single_duct_vav_reheat_apply_initial_prototype_damper_position(air_terminal_single_duct_vav_reheat, zone_oa_per_area)
520
520
  # Minimum damper position
521
521
  # Based on AIA 2001 ventilation requirements
@@ -4,10 +4,10 @@ module PrimarySchool
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific HVAC adjustments')
13
13
 
@@ -38,7 +38,7 @@ module PrimarySchool
38
38
  # add extra equipment for kitchen
39
39
  #
40
40
  # @param model [OpenStudio::Model::Model] OpenStudio model object
41
- # @return [Bool] returns true if successful, false if not
41
+ # @return [Boolean] returns true if successful, false if not
42
42
  def add_extra_equip_kitchen(model)
43
43
  kitchen_space = model.getSpaceByName('Kitchen_ZN_1_FLR_1')
44
44
  kitchen_space = kitchen_space.get
@@ -81,7 +81,7 @@ module PrimarySchool
81
81
  # update water heater ambient conditions
82
82
  #
83
83
  # @param model [OpenStudio::Model::Model] OpenStudio model object
84
- # @return [Bool] returns true if successful, false if not
84
+ # @return [Boolean] returns true if successful, false if not
85
85
  def update_waterheater_ambient_parameters(model)
86
86
  model.getWaterHeaterMixeds.sort.each do |water_heater|
87
87
  if water_heater.name.to_s.include?('Booster')
@@ -96,10 +96,10 @@ module PrimarySchool
96
96
  # swh adjustments specific to the prototype model
97
97
  #
98
98
  # @param model [OpenStudio::Model::Model] OpenStudio model object
99
- # @param building_type [string] the building type
99
+ # @param building_type [String the building type
100
100
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
101
101
  # @param prototype_input [Hash] hash of prototype inputs
102
- # @return [Bool] returns true if successful, false if not
102
+ # @return [Boolean] returns true if successful, false if not
103
103
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
104
104
  update_waterheater_ambient_parameters(model)
105
105
  return true
@@ -108,10 +108,10 @@ module PrimarySchool
108
108
  # geometry adjustments specific to the prototype model
109
109
  #
110
110
  # @param model [OpenStudio::Model::Model] OpenStudio model object
111
- # @param building_type [string] the building type
111
+ # @param building_type [String the building type
112
112
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
113
113
  # @param prototype_input [Hash] hash of prototype inputs
114
- # @return [Bool] returns true if successful, false if not
114
+ # @return [Boolean] returns true if successful, false if not
115
115
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
116
116
  # Set original building North axis
117
117
  model_set_building_north_axis(model, 0.0)
@@ -125,7 +125,7 @@ module PrimarySchool
125
125
  #
126
126
  # @param air_terminal_single_duct_vav_reheat [OpenStudio::Model::AirTerminalSingleDuctVAVReheat] the air terminal object
127
127
  # @param zone_oa_per_area [Double] the zone outdoor air per area in m^3/s*m^2
128
- # @return [Bool] returns true if successful, false if not
128
+ # @return [Boolean] returns true if successful, false if not
129
129
  def air_terminal_single_duct_vav_reheat_apply_initial_prototype_damper_position(air_terminal_single_duct_vav_reheat, zone_oa_per_area)
130
130
  min_damper_position = template == '90.1-2010' || template == '90.1-2013' || template == '90.1-2016' || template == '90.1-2019' ? 0.2 : 0.3
131
131
 
@@ -137,7 +137,7 @@ module PrimarySchool
137
137
 
138
138
  # Type of SAT reset for this building type
139
139
  #
140
- # @param air_loop_hvac [OpenStudio::model::AirLoopHVAC] air loop
140
+ # @param air_loop_hvac [OpenStudio::Model::AirLoopHVAC] air loop
141
141
  # @return [String] Returns type of SAT reset
142
142
  def air_loop_hvac_supply_air_temperature_reset_type(air_loop_hvac)
143
143
  return 'oa'
@@ -4,10 +4,10 @@ module QuickServiceRestaurant
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific adjustments')
13
13
 
@@ -37,7 +37,7 @@ module QuickServiceRestaurant
37
37
  #
38
38
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
39
39
  # @param model [OpenStudio::Model::Model] OpenStudio model object
40
- # @return [Bool] returns true if successful, false if not
40
+ # @return [Boolean] returns true if successful, false if not
41
41
  def add_door_infiltration(climate_zone, model)
42
42
  # add extra infiltration for dining room door and attic (there is no attic in 'DOE Ref Pre-1980')
43
43
  return false if template == 'DOE Ref 1980-2004' || template == 'DOE Ref Pre-1980'
@@ -114,7 +114,7 @@ module QuickServiceRestaurant
114
114
  # add extra equipment for kitchen
115
115
  #
116
116
  # @param model [OpenStudio::Model::Model] OpenStudio model object
117
- # @return [Bool] returns true if successful, false if not
117
+ # @return [Boolean] returns true if successful, false if not
118
118
  def add_extra_equip_kitchen(model)
119
119
  kitchen_space = model.getSpaceByName('Kitchen')
120
120
  kitchen_space = kitchen_space.get
@@ -167,7 +167,7 @@ module QuickServiceRestaurant
167
167
  # update zone sizing information
168
168
  #
169
169
  # @param model [OpenStudio::Model::Model] OpenStudio model object
170
- # @return [Bool] returns true if successful, false if not
170
+ # @return [Boolean] returns true if successful, false if not
171
171
  def update_sizing_zone(model)
172
172
  case template
173
173
  when '90.1-2007', '90.1-2010', '90.1-2013', '90.1-2016', '90.1-2019'
@@ -192,7 +192,7 @@ module QuickServiceRestaurant
192
192
  #
193
193
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
194
194
  # @param model [OpenStudio::Model::Model] OpenStudio model object
195
- # @return [Bool] returns true if successful, false if not
195
+ # @return [Boolean] returns true if successful, false if not
196
196
  def adjust_clg_setpoint(climate_zone, model)
197
197
  ['Dining', 'Kitchen'].each do |space_name|
198
198
  space_type_name = model.getSpaceByName(space_name).get.spaceType.get.name.get
@@ -226,7 +226,7 @@ module QuickServiceRestaurant
226
226
  # It takes into account the available OSA in dining as transfer air.
227
227
  #
228
228
  # @param model [OpenStudio::Model::Model] OpenStudio model object
229
- # @return [Bool] returns true if successful, false if not
229
+ # @return [Boolean] returns true if successful, false if not
230
230
  def reset_kitchen_oa(model)
231
231
  space_kitchen = model.getSpaceByName('Kitchen').get
232
232
  ventilation = space_kitchen.designSpecificationOutdoorAir.get
@@ -244,7 +244,7 @@ module QuickServiceRestaurant
244
244
  # update exhuast fan efficiency
245
245
  #
246
246
  # @param model [OpenStudio::Model::Model] OpenStudio model object
247
- # @return [Bool] returns true if successful, false if not
247
+ # @return [Boolean] returns true if successful, false if not
248
248
  def model_update_exhaust_fan_efficiency(model)
249
249
  case template
250
250
  when '90.1-2004', '90.1-2007', '90.1-2010', '90.1-2013', '90.1-2016', '90.1-2019'
@@ -267,7 +267,7 @@ module QuickServiceRestaurant
267
267
  # add zone_mixing between kitchen and dining
268
268
  #
269
269
  # @param model [OpenStudio::Model::Model] OpenStudio model object
270
- # @return [Bool] returns true if successful, false if not
270
+ # @return [Boolean] returns true if successful, false if not
271
271
  def add_zone_mixing(model)
272
272
  # @todo remove zone mixing objects, transfer air is the should be the same for all stds, exhaust flow varies
273
273
  space_kitchen = model.getSpaceByName('Kitchen').get
@@ -292,10 +292,10 @@ module QuickServiceRestaurant
292
292
  # swh adjustments specific to the prototype model
293
293
  #
294
294
  # @param model [OpenStudio::Model::Model] OpenStudio model object
295
- # @param building_type [string] the building type
295
+ # @param building_type [String the building type
296
296
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
297
297
  # @param prototype_input [Hash] hash of prototype inputs
298
- # @return [Bool] returns true if successful, false if not
298
+ # @return [Boolean] returns true if successful, false if not
299
299
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
300
300
  return true
301
301
  end
@@ -303,10 +303,10 @@ module QuickServiceRestaurant
303
303
  # geometry adjustments specific to the prototype model
304
304
  #
305
305
  # @param model [OpenStudio::Model::Model] OpenStudio model object
306
- # @param building_type [string] the building type
306
+ # @param building_type [String the building type
307
307
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
308
308
  # @param prototype_input [Hash] hash of prototype inputs
309
- # @return [Bool] returns true if successful, false if not
309
+ # @return [Boolean] returns true if successful, false if not
310
310
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
311
311
  # Set original building North axis
312
312
  model_set_building_north_axis(model, 0.0)
@@ -10,10 +10,10 @@ module RetailStandalone
10
10
  # hvac adjustments specific to the prototype model
11
11
  #
12
12
  # @param model [OpenStudio::Model::Model] OpenStudio model object
13
- # @param building_type [string] the building type
13
+ # @param building_type [String the building type
14
14
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
15
15
  # @param prototype_input [Hash] hash of prototype inputs
16
- # @return [Bool] returns true if successful, false if not
16
+ # @return [Boolean] returns true if successful, false if not
17
17
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
18
18
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific adjustments')
19
19
 
@@ -119,10 +119,10 @@ module RetailStandalone
119
119
  # swh adjustments specific to the prototype model
120
120
  #
121
121
  # @param model [OpenStudio::Model::Model] OpenStudio model object
122
- # @param building_type [string] the building type
122
+ # @param building_type [String the building type
123
123
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
124
124
  # @param prototype_input [Hash] hash of prototype inputs
125
- # @return [Bool] returns true if successful, false if not
125
+ # @return [Boolean] returns true if successful, false if not
126
126
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
127
127
  return true
128
128
  end
@@ -130,10 +130,10 @@ module RetailStandalone
130
130
  # geometry adjustments specific to the prototype model
131
131
  #
132
132
  # @param model [OpenStudio::Model::Model] OpenStudio model object
133
- # @param building_type [string] the building type
133
+ # @param building_type [String the building type
134
134
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
135
135
  # @param prototype_input [Hash] hash of prototype inputs
136
- # @return [Bool] returns true if successful, false if not
136
+ # @return [Boolean] returns true if successful, false if not
137
137
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
138
138
  # Set original building North axis
139
139
  model_set_building_north_axis(model, 0.0)
@@ -4,10 +4,10 @@ module RetailStripmall
4
4
  # hvac adjustments specific to the prototype model
5
5
  #
6
6
  # @param model [OpenStudio::Model::Model] OpenStudio model object
7
- # @param building_type [string] the building type
7
+ # @param building_type [String the building type
8
8
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
9
9
  # @param prototype_input [Hash] hash of prototype inputs
10
- # @return [Bool] returns true if successful, false if not
10
+ # @return [Boolean] returns true if successful, false if not
11
11
  def model_custom_hvac_tweaks(model, building_type, climate_zone, prototype_input)
12
12
  OpenStudio.logFree(OpenStudio::Info, 'openstudio.model.Model', 'Started building type specific adjustments')
13
13
 
@@ -88,10 +88,10 @@ module RetailStripmall
88
88
  # swh adjustments specific to the prototype model
89
89
  #
90
90
  # @param model [OpenStudio::Model::Model] OpenStudio model object
91
- # @param building_type [string] the building type
91
+ # @param building_type [String the building type
92
92
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
93
93
  # @param prototype_input [Hash] hash of prototype inputs
94
- # @return [Bool] returns true if successful, false if not
94
+ # @return [Boolean] returns true if successful, false if not
95
95
  def model_custom_swh_tweaks(model, building_type, climate_zone, prototype_input)
96
96
  return true
97
97
  end
@@ -99,10 +99,10 @@ module RetailStripmall
99
99
  # geometry adjustments specific to the prototype model
100
100
  #
101
101
  # @param model [OpenStudio::Model::Model] OpenStudio model object
102
- # @param building_type [string] the building type
102
+ # @param building_type [String the building type
103
103
  # @param climate_zone [String] ASHRAE climate zone, e.g. 'ASHRAE 169-2013-4A'
104
104
  # @param prototype_input [Hash] hash of prototype inputs
105
- # @return [Bool] returns true if successful, false if not
105
+ # @return [Boolean] returns true if successful, false if not
106
106
  def model_custom_geometry_tweaks(model, building_type, climate_zone, prototype_input)
107
107
  # Set original building North axis
108
108
  model_set_building_north_axis(model, 0.0)