openstudio-standards 0.2.15.pre.rc1 → 0.2.16.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/ASHRAEHighriseApartment.osm +0 -27
  3. data/data/standards/OpenStudio_Standards-ashrae_90_1.xlsx +0 -0
  4. data/data/standards/OpenStudio_Standards-ashrae_90_1_28Jan2022.xlsx +0 -0
  5. data/data/standards/test_performance_expected_dd_results.csv +710 -710
  6. data/lib/openstudio-standards/btap/btap_result.rb +2 -2
  7. data/lib/openstudio-standards/btap/reporting.rb +2 -2
  8. data/lib/openstudio-standards/btap/simmanager.rb +2 -2
  9. data/lib/openstudio-standards/hvac_sizing/Siz.ControllerOutdoorAir.rb +0 -54
  10. data/lib/openstudio-standards/hvac_sizing/Siz.HeatingCoolingFuels.rb +11 -1
  11. data/lib/openstudio-standards/hvac_sizing/Siz.Model.rb +1 -1
  12. data/lib/openstudio-standards/prototypes/common/buildings/Prototype.College.rb +26 -5
  13. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilCoolingWaterToAirHeatPumpEquationFit.rb +35 -16
  14. data/lib/openstudio-standards/prototypes/common/objects/Prototype.CoilHeatingWaterToAirHeatPumpEquationFit.rb +23 -10
  15. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +36 -0
  16. data/lib/openstudio-standards/prototypes/common/objects/Prototype.ServiceWaterHeating.rb +6 -6
  17. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +0 -3
  18. data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +2 -2
  19. data/lib/openstudio-standards/standards/Standards.CoilCoolingWaterToAirHeatPumpEquationFit.rb +9 -3
  20. data/lib/openstudio-standards/standards/Standards.CoilHeatingGas.rb +2 -0
  21. data/lib/openstudio-standards/standards/Standards.Construction.rb +12 -6
  22. data/lib/openstudio-standards/standards/Standards.Model.rb +38 -7
  23. data/lib/openstudio-standards/standards/Standards.Space.rb +4 -4
  24. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +7 -0
  25. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/ashrae_90_1_2004.Model.rb +32 -11
  26. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_properties.json +22 -742
  27. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.construction_sets.json +2 -2
  28. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.prototype_inputs.json +12 -12
  29. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2004/data/ashrae_90_1_2004.spc_typ.json +81 -9
  30. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_properties.json +19 -559
  31. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.construction_sets.json +2 -2
  32. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.prototype_inputs.json +12 -12
  33. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2007/data/ashrae_90_1_2007.spc_typ.json +80 -8
  34. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_properties.json +19 -559
  35. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.construction_sets.json +2 -2
  36. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.prototype_inputs.json +14 -14
  37. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2010/data/ashrae_90_1_2010.spc_typ.json +81 -137
  38. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_properties.json +19 -559
  39. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.construction_sets.json +2 -2
  40. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.prototype_inputs.json +15 -15
  41. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2013/data/ashrae_90_1_2013.spc_typ.json +80 -136
  42. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_properties.json +370 -910
  43. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.construction_sets.json +2 -2
  44. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.prototype_inputs.json +15 -15
  45. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.refrigeration_system.json +0 -8
  46. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2016/data/ashrae_90_1_2016.spc_typ.json +428 -344
  47. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/ashrae_90_1_2019.AirLoopHVAC.rb +19 -6
  48. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_properties.json +2380 -1300
  49. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.construction_sets.json +2 -2
  50. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.prototype_inputs.json +15 -15
  51. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.refrigeration_system.json +0 -8
  52. data/lib/openstudio-standards/standards/ashrae_90_1/ashrae_90_1_2019/data/ashrae_90_1_2019.spc_typ.json +428 -344
  53. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.constructions.json +140 -0
  54. data/lib/openstudio-standards/standards/ashrae_90_1/data/ashrae_90_1.schedules.json +1176 -312
  55. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_properties.json +172 -1132
  56. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.construction_sets.json +14 -14
  57. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.prototype_inputs.json +15 -15
  58. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_1980_2004/data/doe_ref_1980_2004.spc_typ.json +83 -11
  59. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_properties.json +180 -1140
  60. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.construction_sets.json +14 -14
  61. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.prototype_inputs.json +15 -15
  62. data/lib/openstudio-standards/standards/ashrae_90_1/doe_ref_pre_1980/data/doe_ref_pre_1980.spc_typ.json +84 -12
  63. data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/data/nrel_zne_ready_2017.construction_properties.json +9 -9
  64. data/lib/openstudio-standards/standards/ashrae_90_1/ze_aedg_multifamily/data/ze_aedg_multifamily.construction_properties.json +9 -9
  65. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_3_and_8_single_speed.rb +12 -6
  66. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_4.rb +12 -6
  67. data/lib/openstudio-standards/standards/necb/BTAPPRE1980/hvac_system_6.rb +16 -8
  68. data/lib/openstudio-standards/standards/necb/ECMS/ecms.rb +10 -20
  69. data/lib/openstudio-standards/standards/necb/ECMS/hvac_systems.rb +209 -37
  70. data/lib/openstudio-standards/standards/necb/ECMS/loads.rb +1 -0
  71. data/lib/openstudio-standards/standards/necb/ECMS/pv_ground.rb +8 -6
  72. data/lib/openstudio-standards/standards/necb/NECB2011/autozone.rb +16 -9
  73. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/HighriseApartment.osm +1 -1
  74. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/LowriseApartment.osm +1 -1
  75. data/lib/openstudio-standards/standards/necb/NECB2011/data/geometry/MidriseApartment.osm +1 -1
  76. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_multi_speed.rb +9 -5
  77. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_1_single_speed.rb +10 -6
  78. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_2_and_5.rb +9 -5
  79. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_multi_speed.rb +14 -8
  80. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_3_and_8_single_speed.rb +14 -8
  81. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_4.rb +13 -6
  82. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_system_6.rb +12 -6
  83. data/lib/openstudio-standards/standards/necb/NECB2011/hvac_systems.rb +4 -2
  84. data/lib/openstudio-standards/standards/necb/NECB2011/necb_2011.rb +38 -19
  85. data/lib/openstudio-standards/standards/necb/NECB2011/qaqc/necb_qaqc.rb +2 -2
  86. data/lib/openstudio-standards/standards/necb/NECB2011/service_water_heating.rb +15 -4
  87. data/lib/openstudio-standards/standards/necb/NECB2020/building_envelope.rb +10 -651
  88. data/lib/openstudio-standards/standards/necb/NECB2020/necb_2020.rb +8 -38
  89. data/lib/openstudio-standards/standards/necb/NECB2020/service_water_heating.rb +159 -0
  90. data/lib/openstudio-standards/standards/necb/common/btap_data.rb +41 -43
  91. data/lib/openstudio-standards/standards/necb/common/btap_datapoint.rb +7 -4
  92. data/lib/openstudio-standards/version.rb +1 -1
  93. data/lib/openstudio-standards.rb +1 -0
  94. metadata +4 -2
@@ -1525,6 +1525,16 @@
1525
1525
  "U 0.31 SHGC 0.39 Simple Glazing"
1526
1526
  ]
1527
1527
  },
1528
+ {
1529
+ "name": "U 0.32 SHGC 0.22 Simple Glazing Window",
1530
+ "intended_surface_type": "ExteriorWindow",
1531
+ "standards_construction_type": null,
1532
+ "insulation_layer": null,
1533
+ "skylight_framing": null,
1534
+ "materials": [
1535
+ "U 0.32 SHGC 0.22 Simple Glazing"
1536
+ ]
1537
+ },
1528
1538
  {
1529
1539
  "name": "U 0.32 SHGC 0.36 Simple Glazing Window",
1530
1540
  "intended_surface_type": "ExteriorWindow",
@@ -1981,6 +1991,16 @@
1981
1991
  "LoE SPEC SEL CLEAR 6MM Rev"
1982
1992
  ]
1983
1993
  },
1994
+ {
1995
+ "name": "U 0.41 SHGC 0.55 Simple Glazing Skylight",
1996
+ "intended_surface_type": "Skylight",
1997
+ "standards_construction_type": null,
1998
+ "insulation_layer": null,
1999
+ "skylight_framing": null,
2000
+ "materials": [
2001
+ "U 0.41 SHGC 0.55 Simple Glazing"
2002
+ ]
2003
+ },
1984
2004
  {
1985
2005
  "name": "U 0.41 SHGC 0.55 Simple Glazing Window",
1986
2006
  "intended_surface_type": "Skylight",
@@ -2125,6 +2145,16 @@
2125
2145
  "CLEAR 6MM"
2126
2146
  ]
2127
2147
  },
2148
+ {
2149
+ "name": "U 0.44 SHGC 0.55 Simple Glazing Skylight",
2150
+ "intended_surface_type": "Skylight",
2151
+ "standards_construction_type": null,
2152
+ "insulation_layer": null,
2153
+ "skylight_framing": null,
2154
+ "materials": [
2155
+ "U 0.44 SHGC 0.55 Simple Glazing"
2156
+ ]
2157
+ },
2128
2158
  {
2129
2159
  "name": "U 0.44 SHGC 0.55 Simple Glazing Window",
2130
2160
  "intended_surface_type": "Skylight",
@@ -2239,6 +2269,16 @@
2239
2269
  "U 0.47 SHGC 0.33 Simple Glazing"
2240
2270
  ]
2241
2271
  },
2272
+ {
2273
+ "name": "U 0.47 SHGC 0.4 Simple Glazing Skylight",
2274
+ "intended_surface_type": "Skylight",
2275
+ "standards_construction_type": null,
2276
+ "insulation_layer": null,
2277
+ "skylight_framing": null,
2278
+ "materials": [
2279
+ "U 0.47 SHGC 0.4 Simple Glazing"
2280
+ ]
2281
+ },
2242
2282
  {
2243
2283
  "name": "U 0.47 SHGC 0.4 Simple Glazing Window",
2244
2284
  "intended_surface_type": "Skylight",
@@ -2411,6 +2451,16 @@
2411
2451
  "U 0.5 SHGC 0.39 Simple Glazing"
2412
2452
  ]
2413
2453
  },
2454
+ {
2455
+ "name": "U 0.5 SHGC 0.4 Simple Glazing Skylight",
2456
+ "intended_surface_type": "Skylight",
2457
+ "standards_construction_type": null,
2458
+ "insulation_layer": null,
2459
+ "skylight_framing": null,
2460
+ "materials": [
2461
+ "U 0.5 SHGC 0.4 Simple Glazing"
2462
+ ]
2463
+ },
2414
2464
  {
2415
2465
  "name": "U 0.5 SHGC 0.4 Simple Glazing Window",
2416
2466
  "intended_surface_type": "Skylight",
@@ -2693,6 +2743,16 @@
2693
2743
  "Glass_2022F_LayerAvg"
2694
2744
  ]
2695
2745
  },
2746
+ {
2747
+ "name": "U 0.55 SHGC 0.3 Simple Glazing Skylight",
2748
+ "intended_surface_type": "Skylight",
2749
+ "standards_construction_type": null,
2750
+ "insulation_layer": null,
2751
+ "skylight_framing": null,
2752
+ "materials": [
2753
+ "U 0.55 SHGC 0.3 Simple Glazing"
2754
+ ]
2755
+ },
2696
2756
  {
2697
2757
  "name": "U 0.55 SHGC 0.3 Simple Glazing Window",
2698
2758
  "intended_surface_type": "Skylight",
@@ -2715,6 +2775,16 @@
2715
2775
  "CLEAR 6MM"
2716
2776
  ]
2717
2777
  },
2778
+ {
2779
+ "name": "U 0.55 SHGC 0.35 Simple Glazing Skylight",
2780
+ "intended_surface_type": "Skylight",
2781
+ "standards_construction_type": null,
2782
+ "insulation_layer": null,
2783
+ "skylight_framing": null,
2784
+ "materials": [
2785
+ "U 0.55 SHGC 0.35 Simple Glazing"
2786
+ ]
2787
+ },
2718
2788
  {
2719
2789
  "name": "U 0.55 SHGC 0.35 Simple Glazing Window",
2720
2790
  "intended_surface_type": "Skylight",
@@ -2855,6 +2925,16 @@
2855
2925
  "U 0.59 SHGC 0.39 Simple Glazing"
2856
2926
  ]
2857
2927
  },
2928
+ {
2929
+ "name": "U 0.6 SHGC 0.23 Simple Glazing Window",
2930
+ "intended_surface_type": "ExteriorWindow",
2931
+ "standards_construction_type": null,
2932
+ "insulation_layer": null,
2933
+ "skylight_framing": null,
2934
+ "materials": [
2935
+ "U 0.6 SHGC 0.23 Simple Glazing"
2936
+ ]
2937
+ },
2858
2938
  {
2859
2939
  "name": "U 0.60 SHGC 0.23 Simple Glazing Window",
2860
2940
  "intended_surface_type": "ExteriorWindow",
@@ -2887,6 +2967,16 @@
2887
2967
  "U 0.61 SHGC 0.77 Simple Glazing"
2888
2968
  ]
2889
2969
  },
2970
+ {
2971
+ "name": "U 0.62 SHGC 0.2 Simple Glazing Window",
2972
+ "intended_surface_type": "ExteriorWindow",
2973
+ "standards_construction_type": null,
2974
+ "insulation_layer": null,
2975
+ "skylight_framing": null,
2976
+ "materials": [
2977
+ "U 0.62 SHGC 0.2 Simple Glazing"
2978
+ ]
2979
+ },
2890
2980
  {
2891
2981
  "name": "U 0.62 SHGC 0.20 Simple Glazing Window",
2892
2982
  "intended_surface_type": "ExteriorWindow",
@@ -3015,6 +3105,16 @@
3015
3105
  "CLEAR 6MM"
3016
3106
  ]
3017
3107
  },
3108
+ {
3109
+ "name": "U 0.65 SHGC 0.3 Simple Glazing Skylight",
3110
+ "intended_surface_type": "Skylight",
3111
+ "standards_construction_type": null,
3112
+ "insulation_layer": null,
3113
+ "skylight_framing": null,
3114
+ "materials": [
3115
+ "U 0.65 SHGC 0.3 Simple Glazing"
3116
+ ]
3117
+ },
3018
3118
  {
3019
3119
  "name": "U 0.65 SHGC 0.3 Simple Glazing Window",
3020
3120
  "intended_surface_type": "Skylight",
@@ -3205,6 +3305,16 @@
3205
3305
  "U 0.69 SHGC 0.68 Simple Glazing"
3206
3306
  ]
3207
3307
  },
3308
+ {
3309
+ "name": "U 0.7 SHGC 0.3 Simple Glazing Skylight",
3310
+ "intended_surface_type": "Skylight",
3311
+ "standards_construction_type": null,
3312
+ "insulation_layer": null,
3313
+ "skylight_framing": null,
3314
+ "materials": [
3315
+ "U 0.7 SHGC 0.3 Simple Glazing"
3316
+ ]
3317
+ },
3208
3318
  {
3209
3319
  "name": "U 0.7 SHGC 0.3 Simple Glazing Window",
3210
3320
  "intended_surface_type": "Skylight",
@@ -3427,6 +3537,36 @@
3427
3537
  "U 0.81 SHGC 0.65 Simple Glazing"
3428
3538
  ]
3429
3539
  },
3540
+ {
3541
+ "name": "U 0.83 SHGC 0.2 Simple Glazing Window",
3542
+ "intended_surface_type": "ExteriorWindow",
3543
+ "standards_construction_type": null,
3544
+ "insulation_layer": null,
3545
+ "skylight_framing": null,
3546
+ "materials": [
3547
+ "U 0.83 SHGC 0.2 Simple Glazing"
3548
+ ]
3549
+ },
3550
+ {
3551
+ "name": "U 0.83 SHGC 0.21 Simple Glazing Window",
3552
+ "intended_surface_type": "ExteriorWindow",
3553
+ "standards_construction_type": null,
3554
+ "insulation_layer": null,
3555
+ "skylight_framing": null,
3556
+ "materials": [
3557
+ "U 0.83 SHGC 0.21 Simple Glazing"
3558
+ ]
3559
+ },
3560
+ {
3561
+ "name": "U 0.83 SHGC 0.22 Simple Glazing Window",
3562
+ "intended_surface_type": "ExteriorWindow",
3563
+ "standards_construction_type": null,
3564
+ "insulation_layer": null,
3565
+ "skylight_framing": null,
3566
+ "materials": [
3567
+ "U 0.83 SHGC 0.22 Simple Glazing"
3568
+ ]
3569
+ },
3430
3570
  {
3431
3571
  "name": "U 0.83 SHGC 0.25 Simple Glazing Window",
3432
3572
  "intended_surface_type": "ExteriorWindow",