openstudio-standards 0.3.1.rc2 → 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 +665 -646
  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 +53 -17
  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
@@ -692,8 +692,8 @@
692
692
  "coeff_8": null,
693
693
  "coeff_9": null,
694
694
  "coeff_10": null,
695
- "minimum_independent_variable_1": null,
696
- "maximum_independent_variable_1": null,
695
+ "minimum_independent_variable_1": 0.0,
696
+ "maximum_independent_variable_1": 100.0,
697
697
  "minimum_independent_variable_2": null,
698
698
  "maximum_independent_variable_2": null,
699
699
  "minimum_dependent_variable_output": null,
@@ -717,13 +717,13 @@
717
717
  "coeff_8": null,
718
718
  "coeff_9": null,
719
719
  "coeff_10": null,
720
- "minimum_independent_variable_1": null,
721
- "maximum_independent_variable_1": null,
722
- "minimum_independent_variable_2": null,
723
- "maximum_independent_variable_2": null,
720
+ "minimum_independent_variable_1": 4.44,
721
+ "maximum_independent_variable_1": 12.22,
722
+ "minimum_independent_variable_2": 23.89,
723
+ "maximum_independent_variable_2": 46.11,
724
724
  "minimum_dependent_variable_output": null,
725
725
  "maximum_dependent_variable_output": null,
726
- "notes": "From .dat files included with MASControl2"
726
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
727
727
  },
728
728
  {
729
729
  "name": "CentChlrAirCoolEIR-fCHW&OAT",
@@ -742,13 +742,13 @@
742
742
  "coeff_8": null,
743
743
  "coeff_9": null,
744
744
  "coeff_10": null,
745
- "minimum_independent_variable_1": null,
746
- "maximum_independent_variable_1": null,
747
- "minimum_independent_variable_2": null,
748
- "maximum_independent_variable_2": null,
745
+ "minimum_independent_variable_1": 4.44,
746
+ "maximum_independent_variable_1": 12.22,
747
+ "minimum_independent_variable_2": 23.89,
748
+ "maximum_independent_variable_2": 46.11,
749
749
  "minimum_dependent_variable_output": null,
750
750
  "maximum_dependent_variable_output": null,
751
- "notes": "From .dat files included with MASControl2"
751
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
752
752
  },
753
753
  {
754
754
  "name": "CentChlrAirCoolEIR-fPLR",
@@ -792,13 +792,13 @@
792
792
  "coeff_8": null,
793
793
  "coeff_9": null,
794
794
  "coeff_10": null,
795
- "minimum_independent_variable_1": null,
796
- "maximum_independent_variable_1": null,
797
- "minimum_independent_variable_2": null,
798
- "maximum_independent_variable_2": null,
795
+ "minimum_independent_variable_1": 4.44,
796
+ "maximum_independent_variable_1": 12.22,
797
+ "minimum_independent_variable_2": 15.56,
798
+ "maximum_independent_variable_2": 29.44,
799
799
  "minimum_dependent_variable_output": null,
800
800
  "maximum_dependent_variable_output": null,
801
- "notes": "From .dat files included with MASControl2"
801
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
802
802
  },
803
803
  {
804
804
  "name": "CentH2O-EIR-fCHWT&ECT",
@@ -817,13 +817,13 @@
817
817
  "coeff_8": null,
818
818
  "coeff_9": null,
819
819
  "coeff_10": null,
820
- "minimum_independent_variable_1": null,
821
- "maximum_independent_variable_1": null,
822
- "minimum_independent_variable_2": null,
823
- "maximum_independent_variable_2": null,
820
+ "minimum_independent_variable_1": 4.44,
821
+ "maximum_independent_variable_1": 12.22,
822
+ "minimum_independent_variable_2": 15.56,
823
+ "maximum_independent_variable_2": 29.44,
824
824
  "minimum_dependent_variable_output": null,
825
825
  "maximum_dependent_variable_output": null,
826
- "notes": "From .dat files included with MASControl2"
826
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
827
827
  },
828
828
  {
829
829
  "name": "CentH2O-EIR-fPLR&dT",
@@ -867,13 +867,13 @@
867
867
  "coeff_8": null,
868
868
  "coeff_9": null,
869
869
  "coeff_10": null,
870
- "minimum_independent_variable_1": null,
871
- "maximum_independent_variable_1": null,
872
- "minimum_independent_variable_2": null,
873
- "maximum_independent_variable_2": null,
870
+ "minimum_independent_variable_1": 4.44,
871
+ "maximum_independent_variable_1": 12.22,
872
+ "minimum_independent_variable_2": 15.56,
873
+ "maximum_independent_variable_2": 29.44,
874
874
  "minimum_dependent_variable_output": null,
875
875
  "maximum_dependent_variable_output": null,
876
- "notes": "From .dat files included with MASControl2"
876
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
877
877
  },
878
878
  {
879
879
  "name": "CentH2OVSD-EIR-fCHWT&ECT",
@@ -892,13 +892,13 @@
892
892
  "coeff_8": null,
893
893
  "coeff_9": null,
894
894
  "coeff_10": null,
895
- "minimum_independent_variable_1": null,
896
- "maximum_independent_variable_1": null,
897
- "minimum_independent_variable_2": null,
898
- "maximum_independent_variable_2": null,
895
+ "minimum_independent_variable_1": 4.44,
896
+ "maximum_independent_variable_1": 12.22,
897
+ "minimum_independent_variable_2": 15.56,
898
+ "maximum_independent_variable_2": 29.44,
899
899
  "minimum_dependent_variable_output": null,
900
900
  "maximum_dependent_variable_output": null,
901
- "notes": "From .dat files included with MASControl2"
901
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
902
902
  },
903
903
  {
904
904
  "name": "CentH2OVSD-EIR-fPLR&dT",
@@ -1242,13 +1242,13 @@
1242
1242
  "coeff_8": null,
1243
1243
  "coeff_9": null,
1244
1244
  "coeff_10": null,
1245
- "minimum_independent_variable_1": null,
1246
- "maximum_independent_variable_1": null,
1247
- "minimum_independent_variable_2": null,
1248
- "maximum_independent_variable_2": null,
1245
+ "minimum_independent_variable_1": 4.44,
1246
+ "maximum_independent_variable_1": 12.22,
1247
+ "minimum_independent_variable_2": 15.56,
1248
+ "maximum_independent_variable_2": 29.44,
1249
1249
  "minimum_dependent_variable_output": null,
1250
1250
  "maximum_dependent_variable_output": null,
1251
- "notes": "From .dat files included with MASControl2"
1251
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
1252
1252
  },
1253
1253
  {
1254
1254
  "name": "ChlrHPAirCoolEIR-fCHW&OAT",
@@ -1267,13 +1267,13 @@
1267
1267
  "coeff_8": null,
1268
1268
  "coeff_9": null,
1269
1269
  "coeff_10": null,
1270
- "minimum_independent_variable_1": null,
1271
- "maximum_independent_variable_1": null,
1272
- "minimum_independent_variable_2": null,
1273
- "maximum_independent_variable_2": null,
1270
+ "minimum_independent_variable_1": 4.44,
1271
+ "maximum_independent_variable_1": 12.22,
1272
+ "minimum_independent_variable_2": 15.56,
1273
+ "maximum_independent_variable_2": 29.44,
1274
1274
  "minimum_dependent_variable_output": null,
1275
1275
  "maximum_dependent_variable_output": null,
1276
- "notes": "From .dat files included with MASControl2"
1276
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
1277
1277
  },
1278
1278
  {
1279
1279
  "name": "ChlrHPAirHeatCap-fHW&39+",
@@ -1292,10 +1292,10 @@
1292
1292
  "coeff_8": null,
1293
1293
  "coeff_9": null,
1294
1294
  "coeff_10": null,
1295
- "minimum_independent_variable_1": null,
1296
- "maximum_independent_variable_1": null,
1297
- "minimum_independent_variable_2": null,
1298
- "maximum_independent_variable_2": null,
1295
+ "minimum_independent_variable_1": 26.667,
1296
+ "maximum_independent_variable_1": 60.0,
1297
+ "minimum_independent_variable_2": 3.889,
1298
+ "maximum_independent_variable_2": 10.0,
1299
1299
  "minimum_dependent_variable_output": null,
1300
1300
  "maximum_dependent_variable_output": null,
1301
1301
  "notes": "From .dat files included with MASControl2"
@@ -1317,10 +1317,10 @@
1317
1317
  "coeff_8": null,
1318
1318
  "coeff_9": null,
1319
1319
  "coeff_10": null,
1320
- "minimum_independent_variable_1": null,
1321
- "maximum_independent_variable_1": null,
1322
- "minimum_independent_variable_2": null,
1323
- "maximum_independent_variable_2": null,
1320
+ "minimum_independent_variable_1": 26.667,
1321
+ "maximum_independent_variable_1": 60.0,
1322
+ "minimum_independent_variable_2": -23.33,
1323
+ "maximum_independent_variable_2": 3.889,
1324
1324
  "minimum_dependent_variable_output": null,
1325
1325
  "maximum_dependent_variable_output": null,
1326
1326
  "notes": "From .dat files included with MASControl2"
@@ -1342,10 +1342,10 @@
1342
1342
  "coeff_8": null,
1343
1343
  "coeff_9": null,
1344
1344
  "coeff_10": null,
1345
- "minimum_independent_variable_1": null,
1346
- "maximum_independent_variable_1": null,
1347
- "minimum_independent_variable_2": null,
1348
- "maximum_independent_variable_2": null,
1345
+ "minimum_independent_variable_1": 26.667,
1346
+ "maximum_independent_variable_1": 60.0,
1347
+ "minimum_independent_variable_2": 3.889,
1348
+ "maximum_independent_variable_2": 10.0,
1349
1349
  "minimum_dependent_variable_output": null,
1350
1350
  "maximum_dependent_variable_output": null,
1351
1351
  "notes": "From .dat files included with MASControl2"
@@ -1367,10 +1367,10 @@
1367
1367
  "coeff_8": null,
1368
1368
  "coeff_9": null,
1369
1369
  "coeff_10": null,
1370
- "minimum_independent_variable_1": null,
1371
- "maximum_independent_variable_1": null,
1372
- "minimum_independent_variable_2": null,
1373
- "maximum_independent_variable_2": null,
1370
+ "minimum_independent_variable_1": 26.667,
1371
+ "maximum_independent_variable_1": 60.0,
1372
+ "minimum_independent_variable_2": -23.33,
1373
+ "maximum_independent_variable_2": 3.889,
1374
1374
  "minimum_dependent_variable_output": null,
1375
1375
  "maximum_dependent_variable_output": null,
1376
1376
  "notes": "From .dat files included with MASControl2"
@@ -1392,13 +1392,13 @@
1392
1392
  "coeff_8": null,
1393
1393
  "coeff_9": null,
1394
1394
  "coeff_10": null,
1395
- "minimum_independent_variable_1": null,
1396
- "maximum_independent_variable_1": null,
1397
- "minimum_independent_variable_2": null,
1398
- "maximum_independent_variable_2": null,
1395
+ "minimum_independent_variable_1": 4.44,
1396
+ "maximum_independent_variable_1": 12.22,
1397
+ "minimum_independent_variable_2": 15.56,
1398
+ "maximum_independent_variable_2": 29.44,
1399
1399
  "minimum_dependent_variable_output": null,
1400
1400
  "maximum_dependent_variable_output": null,
1401
- "notes": "From .dat files included with MASControl2"
1401
+ "notes": "From .dat files included with MASControl3"
1402
1402
  },
1403
1403
  {
1404
1404
  "name": "ChlrHPH2OCoolCap_fCHW&ECT-Old",
@@ -1417,13 +1417,13 @@
1417
1417
  "coeff_8": null,
1418
1418
  "coeff_9": null,
1419
1419
  "coeff_10": null,
1420
- "minimum_independent_variable_1": null,
1421
- "maximum_independent_variable_1": null,
1422
- "minimum_independent_variable_2": null,
1423
- "maximum_independent_variable_2": null,
1420
+ "minimum_independent_variable_1": 4.44,
1421
+ "maximum_independent_variable_1": 12.22,
1422
+ "minimum_independent_variable_2": 15.56,
1423
+ "maximum_independent_variable_2": 29.44,
1424
1424
  "minimum_dependent_variable_output": null,
1425
1425
  "maximum_dependent_variable_output": null,
1426
- "notes": "From .dat files included with MASControl2"
1426
+ "notes": "From .dat files included with MASControl4"
1427
1427
  },
1428
1428
  {
1429
1429
  "name": "ChlrHPH2OCoolEIR_fCHW&ECT",
@@ -1442,13 +1442,13 @@
1442
1442
  "coeff_8": null,
1443
1443
  "coeff_9": null,
1444
1444
  "coeff_10": null,
1445
- "minimum_independent_variable_1": null,
1446
- "maximum_independent_variable_1": null,
1447
- "minimum_independent_variable_2": null,
1448
- "maximum_independent_variable_2": null,
1445
+ "minimum_independent_variable_1": 4.44,
1446
+ "maximum_independent_variable_1": 12.22,
1447
+ "minimum_independent_variable_2": 15.56,
1448
+ "maximum_independent_variable_2": 29.44,
1449
1449
  "minimum_dependent_variable_output": null,
1450
1450
  "maximum_dependent_variable_output": null,
1451
- "notes": "From .dat files included with MASControl2"
1451
+ "notes": "From .dat files included with MASControl5"
1452
1452
  },
1453
1453
  {
1454
1454
  "name": "ChlrHPH2OCoolEIR_fCHW&ECT-Old",
@@ -1467,13 +1467,13 @@
1467
1467
  "coeff_8": null,
1468
1468
  "coeff_9": null,
1469
1469
  "coeff_10": null,
1470
- "minimum_independent_variable_1": null,
1471
- "maximum_independent_variable_1": null,
1472
- "minimum_independent_variable_2": null,
1473
- "maximum_independent_variable_2": null,
1470
+ "minimum_independent_variable_1": 4.44,
1471
+ "maximum_independent_variable_1": 12.22,
1472
+ "minimum_independent_variable_2": 15.56,
1473
+ "maximum_independent_variable_2": 29.44,
1474
1474
  "minimum_dependent_variable_output": null,
1475
1475
  "maximum_dependent_variable_output": null,
1476
- "notes": "From .dat files included with MASControl2"
1476
+ "notes": "From .dat files included with MASControl6"
1477
1477
  },
1478
1478
  {
1479
1479
  "name": "ChlrHPH2OHeatCap_fHWS&EET",
@@ -1492,13 +1492,13 @@
1492
1492
  "coeff_8": null,
1493
1493
  "coeff_9": null,
1494
1494
  "coeff_10": null,
1495
- "minimum_independent_variable_1": null,
1496
- "maximum_independent_variable_1": null,
1497
- "minimum_independent_variable_2": null,
1498
- "maximum_independent_variable_2": null,
1495
+ "minimum_independent_variable_1": 26.667,
1496
+ "maximum_independent_variable_1": 60.0,
1497
+ "minimum_independent_variable_2": 5.0,
1498
+ "maximum_independent_variable_2": 20.0,
1499
1499
  "minimum_dependent_variable_output": null,
1500
1500
  "maximum_dependent_variable_output": null,
1501
- "notes": "From .dat files included with MASControl2"
1501
+ "notes": "From .dat files included with MASControl7"
1502
1502
  },
1503
1503
  {
1504
1504
  "name": "ChlrHPH2OHeatCap_fHWS&EET-Old",
@@ -1517,10 +1517,10 @@
1517
1517
  "coeff_8": null,
1518
1518
  "coeff_9": null,
1519
1519
  "coeff_10": null,
1520
- "minimum_independent_variable_1": null,
1521
- "maximum_independent_variable_1": null,
1522
- "minimum_independent_variable_2": null,
1523
- "maximum_independent_variable_2": null,
1520
+ "minimum_independent_variable_1": 26.667,
1521
+ "maximum_independent_variable_1": 60.0,
1522
+ "minimum_independent_variable_2": 5.0,
1523
+ "maximum_independent_variable_2": 20.0,
1524
1524
  "minimum_dependent_variable_output": null,
1525
1525
  "maximum_dependent_variable_output": null,
1526
1526
  "notes": "From .dat files included with MASControl2"
@@ -1542,10 +1542,10 @@
1542
1542
  "coeff_8": null,
1543
1543
  "coeff_9": null,
1544
1544
  "coeff_10": null,
1545
- "minimum_independent_variable_1": null,
1546
- "maximum_independent_variable_1": null,
1547
- "minimum_independent_variable_2": null,
1548
- "maximum_independent_variable_2": null,
1545
+ "minimum_independent_variable_1": 26.667,
1546
+ "maximum_independent_variable_1": 60.0,
1547
+ "minimum_independent_variable_2": 5.0,
1548
+ "maximum_independent_variable_2": 20.0,
1549
1549
  "minimum_dependent_variable_output": null,
1550
1550
  "maximum_dependent_variable_output": null,
1551
1551
  "notes": "From .dat files included with MASControl2"
@@ -1567,10 +1567,10 @@
1567
1567
  "coeff_8": null,
1568
1568
  "coeff_9": null,
1569
1569
  "coeff_10": null,
1570
- "minimum_independent_variable_1": null,
1571
- "maximum_independent_variable_1": null,
1572
- "minimum_independent_variable_2": null,
1573
- "maximum_independent_variable_2": null,
1570
+ "minimum_independent_variable_1": 26.667,
1571
+ "maximum_independent_variable_1": 60.0,
1572
+ "minimum_independent_variable_2": 5.0,
1573
+ "maximum_independent_variable_2": 20.0,
1574
1574
  "minimum_dependent_variable_output": null,
1575
1575
  "maximum_dependent_variable_output": null,
1576
1576
  "notes": "From .dat files included with MASControl2"
@@ -7442,10 +7442,10 @@
7442
7442
  "coeff_8": null,
7443
7443
  "coeff_9": null,
7444
7444
  "coeff_10": null,
7445
- "minimum_independent_variable_1": null,
7446
- "maximum_independent_variable_1": null,
7447
- "minimum_independent_variable_2": null,
7448
- "maximum_independent_variable_2": null,
7445
+ "minimum_independent_variable_1": 4.44,
7446
+ "maximum_independent_variable_1": 12.22,
7447
+ "minimum_independent_variable_2": 15.56,
7448
+ "maximum_independent_variable_2": 29.44,
7449
7449
  "minimum_dependent_variable_output": null,
7450
7450
  "maximum_dependent_variable_output": null,
7451
7451
  "notes": "From .dat files included with MASControl2"
@@ -7467,10 +7467,10 @@
7467
7467
  "coeff_8": null,
7468
7468
  "coeff_9": null,
7469
7469
  "coeff_10": null,
7470
- "minimum_independent_variable_1": null,
7471
- "maximum_independent_variable_1": null,
7472
- "minimum_independent_variable_2": null,
7473
- "maximum_independent_variable_2": null,
7470
+ "minimum_independent_variable_1": 4.44,
7471
+ "maximum_independent_variable_1": 12.22,
7472
+ "minimum_independent_variable_2": 15.56,
7473
+ "maximum_independent_variable_2": 29.44,
7474
7474
  "minimum_dependent_variable_output": null,
7475
7475
  "maximum_dependent_variable_output": null,
7476
7476
  "notes": "From .dat files included with MASControl2"
@@ -7492,13 +7492,13 @@
7492
7492
  "coeff_8": null,
7493
7493
  "coeff_9": null,
7494
7494
  "coeff_10": null,
7495
- "minimum_independent_variable_1": null,
7496
- "maximum_independent_variable_1": null,
7497
- "minimum_independent_variable_2": null,
7498
- "maximum_independent_variable_2": null,
7495
+ "minimum_independent_variable_1": 1.1111,
7496
+ "maximum_independent_variable_1": 11.1111,
7497
+ "minimum_independent_variable_2": -1.0,
7498
+ "maximum_independent_variable_2": 26.66667,
7499
7499
  "minimum_dependent_variable_output": null,
7500
7500
  "maximum_dependent_variable_output": null,
7501
- "notes": "From .dat files included with MASControl2"
7501
+ "notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
7502
7502
  },
7503
7503
  {
7504
7504
  "name": "MNECB-CAP-FRNG&WB",
@@ -7517,13 +7517,13 @@
7517
7517
  "coeff_8": null,
7518
7518
  "coeff_9": null,
7519
7519
  "coeff_10": null,
7520
- "minimum_independent_variable_1": null,
7521
- "maximum_independent_variable_1": null,
7522
- "minimum_independent_variable_2": null,
7523
- "maximum_independent_variable_2": null,
7520
+ "minimum_independent_variable_1": 1.1111,
7521
+ "maximum_independent_variable_1": 11.1111,
7522
+ "minimum_independent_variable_2": -1.0,
7523
+ "maximum_independent_variable_2": 26.66667,
7524
7524
  "minimum_dependent_variable_output": null,
7525
7525
  "maximum_dependent_variable_output": null,
7526
- "notes": "From .dat files included with MASControl2"
7526
+ "notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
7527
7527
  },
7528
7528
  {
7529
7529
  "name": "MNECB-Centrif-CAP-FT",
@@ -7542,10 +7542,10 @@
7542
7542
  "coeff_8": null,
7543
7543
  "coeff_9": null,
7544
7544
  "coeff_10": null,
7545
- "minimum_independent_variable_1": null,
7546
- "maximum_independent_variable_1": null,
7547
- "minimum_independent_variable_2": null,
7548
- "maximum_independent_variable_2": null,
7545
+ "minimum_independent_variable_1": 4.44,
7546
+ "maximum_independent_variable_1": 12.22,
7547
+ "minimum_independent_variable_2": 15.56,
7548
+ "maximum_independent_variable_2": 29.44,
7549
7549
  "minimum_dependent_variable_output": null,
7550
7550
  "maximum_dependent_variable_output": null,
7551
7551
  "notes": "From .dat files included with MASControl2"
@@ -7592,10 +7592,10 @@
7592
7592
  "coeff_8": null,
7593
7593
  "coeff_9": null,
7594
7594
  "coeff_10": null,
7595
- "minimum_independent_variable_1": null,
7596
- "maximum_independent_variable_1": null,
7597
- "minimum_independent_variable_2": null,
7598
- "maximum_independent_variable_2": null,
7595
+ "minimum_independent_variable_1": 4.44,
7596
+ "maximum_independent_variable_1": 12.22,
7597
+ "minimum_independent_variable_2": 15.56,
7598
+ "maximum_independent_variable_2": 29.44,
7599
7599
  "minimum_dependent_variable_output": null,
7600
7600
  "maximum_dependent_variable_output": null,
7601
7601
  "notes": "From .dat files included with MASControl2"
@@ -7667,10 +7667,10 @@
7667
7667
  "coeff_8": null,
7668
7668
  "coeff_9": null,
7669
7669
  "coeff_10": null,
7670
- "minimum_independent_variable_1": null,
7671
- "maximum_independent_variable_1": null,
7672
- "minimum_independent_variable_2": null,
7673
- "maximum_independent_variable_2": null,
7670
+ "minimum_independent_variable_1": 4.44,
7671
+ "maximum_independent_variable_1": 12.22,
7672
+ "minimum_independent_variable_2": 15.56,
7673
+ "maximum_independent_variable_2": 29.44,
7674
7674
  "minimum_dependent_variable_output": null,
7675
7675
  "maximum_dependent_variable_output": null,
7676
7676
  "notes": "From .dat files included with MASControl2"
@@ -7717,10 +7717,10 @@
7717
7717
  "coeff_8": null,
7718
7718
  "coeff_9": null,
7719
7719
  "coeff_10": null,
7720
- "minimum_independent_variable_1": null,
7721
- "maximum_independent_variable_1": null,
7722
- "minimum_independent_variable_2": null,
7723
- "maximum_independent_variable_2": null,
7720
+ "minimum_independent_variable_1": 4.44,
7721
+ "maximum_independent_variable_1": 12.22,
7722
+ "minimum_independent_variable_2": 15.56,
7723
+ "maximum_independent_variable_2": 29.44,
7724
7724
  "minimum_dependent_variable_output": null,
7725
7725
  "maximum_dependent_variable_output": null,
7726
7726
  "notes": "From .dat files included with MASControl2"
@@ -8792,13 +8792,13 @@
8792
8792
  "coeff_8": null,
8793
8793
  "coeff_9": null,
8794
8794
  "coeff_10": null,
8795
- "minimum_independent_variable_1": null,
8796
- "maximum_independent_variable_1": null,
8797
- "minimum_independent_variable_2": null,
8798
- "maximum_independent_variable_2": null,
8795
+ "minimum_independent_variable_1": 1.1111,
8796
+ "maximum_independent_variable_1": 11.1111,
8797
+ "minimum_independent_variable_2": -1.0,
8798
+ "maximum_independent_variable_2": 26.66667,
8799
8799
  "minimum_dependent_variable_output": null,
8800
8800
  "maximum_dependent_variable_output": null,
8801
- "notes": "From .dat files included with MASControl2"
8801
+ "notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
8802
8802
  },
8803
8803
  {
8804
8804
  "name": "OpenTwr-FluidCap-fRng&WB",
@@ -8817,13 +8817,13 @@
8817
8817
  "coeff_8": null,
8818
8818
  "coeff_9": null,
8819
8819
  "coeff_10": null,
8820
- "minimum_independent_variable_1": null,
8821
- "maximum_independent_variable_1": null,
8822
- "minimum_independent_variable_2": null,
8823
- "maximum_independent_variable_2": null,
8820
+ "minimum_independent_variable_1": 1.1111,
8821
+ "maximum_independent_variable_1": 11.1111,
8822
+ "minimum_independent_variable_2": -1.0,
8823
+ "maximum_independent_variable_2": 26.66667,
8824
8824
  "minimum_dependent_variable_output": null,
8825
8825
  "maximum_dependent_variable_output": null,
8826
- "notes": "From .dat files included with MASControl2"
8826
+ "notes": "Coefficients from .dat files included with MASControl2; limits from CoolTools Default Tower Model"
8827
8827
  },
8828
8828
  {
8829
8829
  "name": "PSZ-AC DX Coil EIR-FT",
@@ -11792,13 +11792,13 @@
11792
11792
  "coeff_8": null,
11793
11793
  "coeff_9": null,
11794
11794
  "coeff_10": null,
11795
- "minimum_independent_variable_1": null,
11796
- "maximum_independent_variable_1": null,
11797
- "minimum_independent_variable_2": null,
11798
- "maximum_independent_variable_2": null,
11795
+ "minimum_independent_variable_1": 4.44,
11796
+ "maximum_independent_variable_1": 12.22,
11797
+ "minimum_independent_variable_2": 23.89,
11798
+ "maximum_independent_variable_2": 46.11,
11799
11799
  "minimum_dependent_variable_output": null,
11800
11800
  "maximum_dependent_variable_output": null,
11801
- "notes": "From .dat files included with MASControl2"
11801
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
11802
11802
  },
11803
11803
  {
11804
11804
  "name": "RecipAir-EIR-fCHWT&DBT",
@@ -11817,13 +11817,13 @@
11817
11817
  "coeff_8": null,
11818
11818
  "coeff_9": null,
11819
11819
  "coeff_10": null,
11820
- "minimum_independent_variable_1": null,
11821
- "maximum_independent_variable_1": null,
11822
- "minimum_independent_variable_2": null,
11823
- "maximum_independent_variable_2": null,
11820
+ "minimum_independent_variable_1": 4.44,
11821
+ "maximum_independent_variable_1": 12.22,
11822
+ "minimum_independent_variable_2": 23.89,
11823
+ "maximum_independent_variable_2": 46.11,
11824
11824
  "minimum_dependent_variable_output": null,
11825
11825
  "maximum_dependent_variable_output": null,
11826
- "notes": "From .dat files included with MASControl2"
11826
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
11827
11827
  },
11828
11828
  {
11829
11829
  "name": "RecipAir-EIR-fPLR-1Comp/Ckt",
@@ -11942,13 +11942,13 @@
11942
11942
  "coeff_8": null,
11943
11943
  "coeff_9": null,
11944
11944
  "coeff_10": null,
11945
- "minimum_independent_variable_1": null,
11946
- "maximum_independent_variable_1": null,
11947
- "minimum_independent_variable_2": null,
11948
- "maximum_independent_variable_2": null,
11945
+ "minimum_independent_variable_1": 4.44,
11946
+ "maximum_independent_variable_1": 12.22,
11947
+ "minimum_independent_variable_2": 15.56,
11948
+ "maximum_independent_variable_2": 29.44,
11949
11949
  "minimum_dependent_variable_output": null,
11950
11950
  "maximum_dependent_variable_output": null,
11951
- "notes": "From .dat files included with MASControl2"
11951
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
11952
11952
  },
11953
11953
  {
11954
11954
  "name": "RecipH2O-EIR-fCHWT&ECT",
@@ -11967,13 +11967,13 @@
11967
11967
  "coeff_8": null,
11968
11968
  "coeff_9": null,
11969
11969
  "coeff_10": null,
11970
- "minimum_independent_variable_1": null,
11971
- "maximum_independent_variable_1": null,
11972
- "minimum_independent_variable_2": null,
11973
- "maximum_independent_variable_2": null,
11970
+ "minimum_independent_variable_1": 4.44,
11971
+ "maximum_independent_variable_1": 12.22,
11972
+ "minimum_independent_variable_2": 15.56,
11973
+ "maximum_independent_variable_2": 29.44,
11974
11974
  "minimum_dependent_variable_output": null,
11975
11975
  "maximum_dependent_variable_output": null,
11976
- "notes": "From .dat files included with MASControl2"
11976
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
11977
11977
  },
11978
11978
  {
11979
11979
  "name": "RecipH2O-EIR-fPLR&dT-1Comp/Ckt",
@@ -12042,13 +12042,13 @@
12042
12042
  "coeff_8": null,
12043
12043
  "coeff_9": null,
12044
12044
  "coeff_10": null,
12045
- "minimum_independent_variable_1": null,
12046
- "maximum_independent_variable_1": null,
12047
- "minimum_independent_variable_2": null,
12048
- "maximum_independent_variable_2": null,
12045
+ "minimum_independent_variable_1": 4.44,
12046
+ "maximum_independent_variable_1": 12.22,
12047
+ "minimum_independent_variable_2": 15.56,
12048
+ "maximum_independent_variable_2": 29.44,
12049
12049
  "minimum_dependent_variable_output": null,
12050
12050
  "maximum_dependent_variable_output": null,
12051
- "notes": "From .dat files included with MASControl2"
12051
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12052
12052
  },
12053
12053
  {
12054
12054
  "name": "RecipRemote-EIR-fCHWT&SCT",
@@ -12067,13 +12067,13 @@
12067
12067
  "coeff_8": null,
12068
12068
  "coeff_9": null,
12069
12069
  "coeff_10": null,
12070
- "minimum_independent_variable_1": null,
12071
- "maximum_independent_variable_1": null,
12072
- "minimum_independent_variable_2": null,
12073
- "maximum_independent_variable_2": null,
12070
+ "minimum_independent_variable_1": 4.44,
12071
+ "maximum_independent_variable_1": 12.22,
12072
+ "minimum_independent_variable_2": 15.56,
12073
+ "maximum_independent_variable_2": 29.44,
12074
12074
  "minimum_dependent_variable_output": null,
12075
12075
  "maximum_dependent_variable_output": null,
12076
- "notes": "From .dat files included with MASControl2"
12076
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12077
12077
  },
12078
12078
  {
12079
12079
  "name": "RecipRemote-EIR-fPLR-1Comp/Ckt",
@@ -12567,13 +12567,13 @@
12567
12567
  "coeff_8": null,
12568
12568
  "coeff_9": null,
12569
12569
  "coeff_10": null,
12570
- "minimum_independent_variable_1": null,
12571
- "maximum_independent_variable_1": null,
12572
- "minimum_independent_variable_2": null,
12573
- "maximum_independent_variable_2": null,
12570
+ "minimum_independent_variable_1": 4.44,
12571
+ "maximum_independent_variable_1": 12.22,
12572
+ "minimum_independent_variable_2": 23.89,
12573
+ "maximum_independent_variable_2": 46.11,
12574
12574
  "minimum_dependent_variable_output": null,
12575
12575
  "maximum_dependent_variable_output": null,
12576
- "notes": "From .dat files included with MASControl2"
12576
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
12577
12577
  },
12578
12578
  {
12579
12579
  "name": "ScrewAir-EIR-fCHWT&DBT",
@@ -12592,13 +12592,13 @@
12592
12592
  "coeff_8": null,
12593
12593
  "coeff_9": null,
12594
12594
  "coeff_10": null,
12595
- "minimum_independent_variable_1": null,
12596
- "maximum_independent_variable_1": null,
12597
- "minimum_independent_variable_2": null,
12598
- "maximum_independent_variable_2": null,
12595
+ "minimum_independent_variable_1": 4.44,
12596
+ "maximum_independent_variable_1": 12.22,
12597
+ "minimum_independent_variable_2": 23.89,
12598
+ "maximum_independent_variable_2": 46.11,
12599
12599
  "minimum_dependent_variable_output": null,
12600
12600
  "maximum_dependent_variable_output": null,
12601
- "notes": "From .dat files included with MASControl2"
12601
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
12602
12602
  },
12603
12603
  {
12604
12604
  "name": "ScrewAir-EIR-fPLR&dT-1Comp/Ckt",
@@ -12667,13 +12667,13 @@
12667
12667
  "coeff_8": null,
12668
12668
  "coeff_9": null,
12669
12669
  "coeff_10": null,
12670
- "minimum_independent_variable_1": null,
12671
- "maximum_independent_variable_1": null,
12672
- "minimum_independent_variable_2": null,
12673
- "maximum_independent_variable_2": null,
12670
+ "minimum_independent_variable_1": 4.44,
12671
+ "maximum_independent_variable_1": 12.22,
12672
+ "minimum_independent_variable_2": 15.56,
12673
+ "maximum_independent_variable_2": 29.44,
12674
12674
  "minimum_dependent_variable_output": null,
12675
12675
  "maximum_dependent_variable_output": null,
12676
- "notes": "From .dat files included with MASControl2"
12676
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12677
12677
  },
12678
12678
  {
12679
12679
  "name": "ScrewH2O-EIR-fCHWT&ECT",
@@ -12692,13 +12692,13 @@
12692
12692
  "coeff_8": null,
12693
12693
  "coeff_9": null,
12694
12694
  "coeff_10": null,
12695
- "minimum_independent_variable_1": null,
12696
- "maximum_independent_variable_1": null,
12697
- "minimum_independent_variable_2": null,
12698
- "maximum_independent_variable_2": null,
12695
+ "minimum_independent_variable_1": 4.44,
12696
+ "maximum_independent_variable_1": 12.22,
12697
+ "minimum_independent_variable_2": 15.56,
12698
+ "maximum_independent_variable_2": 29.44,
12699
12699
  "minimum_dependent_variable_output": null,
12700
12700
  "maximum_dependent_variable_output": null,
12701
- "notes": "From .dat files included with MASControl2"
12701
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12702
12702
  },
12703
12703
  {
12704
12704
  "name": "ScrewH2O-EIR-fPLR&dT-1Comp/Ckt",
@@ -12767,13 +12767,13 @@
12767
12767
  "coeff_8": null,
12768
12768
  "coeff_9": null,
12769
12769
  "coeff_10": null,
12770
- "minimum_independent_variable_1": null,
12771
- "maximum_independent_variable_1": null,
12772
- "minimum_independent_variable_2": null,
12773
- "maximum_independent_variable_2": null,
12770
+ "minimum_independent_variable_1": 4.44,
12771
+ "maximum_independent_variable_1": 12.22,
12772
+ "minimum_independent_variable_2": 15.56,
12773
+ "maximum_independent_variable_2": 29.44,
12774
12774
  "minimum_dependent_variable_output": null,
12775
12775
  "maximum_dependent_variable_output": null,
12776
- "notes": "From .dat files included with MASControl2"
12776
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12777
12777
  },
12778
12778
  {
12779
12779
  "name": "ScrewRemote-EIR-fCHWT&SCT",
@@ -12792,13 +12792,13 @@
12792
12792
  "coeff_8": null,
12793
12793
  "coeff_9": null,
12794
12794
  "coeff_10": null,
12795
- "minimum_independent_variable_1": null,
12796
- "maximum_independent_variable_1": null,
12797
- "minimum_independent_variable_2": null,
12798
- "maximum_independent_variable_2": null,
12795
+ "minimum_independent_variable_1": 4.44,
12796
+ "maximum_independent_variable_1": 12.22,
12797
+ "minimum_independent_variable_2": 15.56,
12798
+ "maximum_independent_variable_2": 29.44,
12799
12799
  "minimum_dependent_variable_output": null,
12800
12800
  "maximum_dependent_variable_output": null,
12801
- "notes": "From .dat files included with MASControl2"
12801
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx water-cooled curves"
12802
12802
  },
12803
12803
  {
12804
12804
  "name": "ScrewRemote-EIR-fPLR-1Comp/Ckt",
@@ -12867,13 +12867,13 @@
12867
12867
  "coeff_8": null,
12868
12868
  "coeff_9": null,
12869
12869
  "coeff_10": null,
12870
- "minimum_independent_variable_1": null,
12871
- "maximum_independent_variable_1": null,
12872
- "minimum_independent_variable_2": null,
12873
- "maximum_independent_variable_2": null,
12870
+ "minimum_independent_variable_1": 4.44,
12871
+ "maximum_independent_variable_1": 12.22,
12872
+ "minimum_independent_variable_2": 23.89,
12873
+ "maximum_independent_variable_2": 46.11,
12874
12874
  "minimum_dependent_variable_output": null,
12875
12875
  "maximum_dependent_variable_output": null,
12876
- "notes": "From .dat files included with MASControl2"
12876
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
12877
12877
  },
12878
12878
  {
12879
12879
  "name": "ScrollChlrAirCoolEIR-fCHW&OAT",
@@ -12892,13 +12892,13 @@
12892
12892
  "coeff_8": null,
12893
12893
  "coeff_9": null,
12894
12894
  "coeff_10": null,
12895
- "minimum_independent_variable_1": null,
12896
- "maximum_independent_variable_1": null,
12897
- "minimum_independent_variable_2": null,
12898
- "maximum_independent_variable_2": null,
12895
+ "minimum_independent_variable_1": 4.44,
12896
+ "maximum_independent_variable_1": 12.22,
12897
+ "minimum_independent_variable_2": 23.89,
12898
+ "maximum_independent_variable_2": 46.11,
12899
12899
  "minimum_dependent_variable_output": null,
12900
12900
  "maximum_dependent_variable_output": null,
12901
- "notes": "From .dat files included with MASControl2"
12901
+ "notes": "Coefficients from .dat files included with MASControl2; Limits from CBECC Appendix_3.7_PerformanceCurves-S901G.xlsx air-cooled curves"
12902
12902
  },
12903
12903
  {
12904
12904
  "name": "ScrollChlrAirCoolEIR-fPLR",
@@ -18317,8 +18317,8 @@
18317
18317
  "coeff_8": null,
18318
18318
  "coeff_9": null,
18319
18319
  "coeff_10": null,
18320
- "minimum_independent_variable_1": null,
18321
- "maximum_independent_variable_1": null,
18320
+ "minimum_independent_variable_1": 0.0,
18321
+ "maximum_independent_variable_1": 100.0,
18322
18322
  "minimum_independent_variable_2": null,
18323
18323
  "maximum_independent_variable_2": null,
18324
18324
  "minimum_dependent_variable_output": null,