openstudio-model-articulation 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +3 -1
  3. data/CHANGELOG.md +13 -0
  4. data/Gemfile +2 -2
  5. data/README.md +14 -0
  6. data/lib/measures/SetWindowToWallRatioByFacade/measure.rb +10 -3
  7. data/lib/measures/SetWindowToWallRatioByFacade/measure.xml +10 -4
  8. data/lib/measures/add_empd_material_properties/LICENSE.md +27 -0
  9. data/lib/measures/add_empd_material_properties/README.md +116 -0
  10. data/lib/measures/add_empd_material_properties/README.md.erb +42 -0
  11. data/lib/measures/add_empd_material_properties/docs/.gitkeep +0 -0
  12. data/lib/measures/add_empd_material_properties/measure.rb +247 -0
  13. data/lib/measures/add_empd_material_properties/measure.xml +201 -0
  14. data/lib/measures/create_DOE_prototype_building/measure.xml +2 -2
  15. data/lib/measures/create_bar_from_building_type_ratios/README.md +109 -35
  16. data/lib/measures/create_bar_from_building_type_ratios/README.md.erb +54 -35
  17. data/lib/measures/create_bar_from_building_type_ratios/measure.rb +5 -0
  18. data/lib/measures/create_bar_from_building_type_ratios/measure.xml +16 -16
  19. data/lib/measures/create_bar_from_deer_building_type_ratios/README.md +301 -79
  20. data/lib/measures/create_bar_from_deer_building_type_ratios/README.md.erb +62 -79
  21. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.rb +6 -1
  22. data/lib/measures/create_bar_from_deer_building_type_ratios/measure.xml +19 -63
  23. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md +298 -57
  24. data/lib/measures/create_bar_from_doe_building_type_ratios/README.md.erb +54 -57
  25. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.rb +6 -1
  26. data/lib/measures/create_bar_from_doe_building_type_ratios/measure.xml +16 -20
  27. data/lib/measures/create_bar_from_space_type_ratios/README.md +94 -42
  28. data/lib/measures/create_bar_from_space_type_ratios/README.md.erb +60 -42
  29. data/lib/measures/create_bar_from_space_type_ratios/measure.rb +5 -0
  30. data/lib/measures/create_bar_from_space_type_ratios/measure.xml +19 -19
  31. data/lib/measures/create_baseline_building/measure.xml +2 -2
  32. data/lib/measures/create_deer_prototype_building/measure.xml +2 -2
  33. data/lib/measures/create_typical_building_from_model/README.md +81 -16
  34. data/lib/measures/create_typical_building_from_model/README.md.erb +36 -16
  35. data/lib/measures/create_typical_building_from_model/measure.rb +5 -0
  36. data/lib/measures/create_typical_building_from_model/measure.xml +19 -19
  37. data/lib/measures/create_typical_deer_building_from_model/README.md +173 -53
  38. data/lib/measures/create_typical_deer_building_from_model/README.md.erb +57 -53
  39. data/lib/measures/create_typical_deer_building_from_model/measure.rb +6 -1
  40. data/lib/measures/create_typical_deer_building_from_model/measure.xml +25 -25
  41. data/lib/measures/create_typical_doe_building_from_model/README.md +182 -44
  42. data/lib/measures/create_typical_doe_building_from_model/README.md.erb +58 -44
  43. data/lib/measures/create_typical_doe_building_from_model/measure.rb +6 -1
  44. data/lib/measures/create_typical_doe_building_from_model/measure.xml +25 -25
  45. data/lib/measures/radiant_slab_with_doas/measure.rb +5 -1
  46. data/lib/measures/radiant_slab_with_doas/measure.xml +9 -9
  47. data/lib/openstudio/model_articulation/version.rb +1 -1
  48. data/openstudio-model-articulation.gemspec +2 -2
  49. metadata +13 -7
@@ -13,9 +13,9 @@
13
13
  ## Measure Type
14
14
  <%= measureType %>
15
15
 
16
- [//]: # (Commenting out until it works in SDK)
17
- [//]: # (## Taxonomy)
18
- [//]: # (<%= taxonomy %>)
16
+ [//]: # (Only finds value if taxonomy method is added to measure.rb, won't read out of measure.xml)
17
+ ## Taxonomy
18
+ <%= taxonomy %>
19
19
 
20
20
  ___
21
21
  ## Table of Contents
@@ -36,33 +36,40 @@ While this measure has many arguments, they all have default values so you can s
36
36
 
37
37
  ## DOE Template and Building Type Mapping
38
38
 
39
- - Templates:
40
- - DOE Ref Pre-1980
41
- - DOE Ref 1980 - 2004
42
- - 90.1-2004
43
- - 90.1-2007
44
- - 90.1-2010
45
- - 90.1-2013
46
- - Building Types:
47
- - SecondarySchool
48
- - PrimarySchool
49
- - SmallOffice
50
- - MediumOffice
51
- - LargeOffice
52
- - SmallHotel
53
- - LargeHotel
54
- - Warehouse
55
- - RetailStandalone
56
- - RetailStripmall
57
- - QuickServiceRestaurant
58
- - FullServiceRestaurant
59
- - MidriseApartment
60
- - HighriseApartment
61
- - Hospital
62
- - Outpatient
63
- - SuperMarket
64
-
65
- [//]: # (Would be nice to make these lists dynamic from the measure to they don't become outdated)
39
+ #### Templates:
40
+ <% arguments.each do |argument| %>
41
+ <% if argument[:name] == 'template'%>
42
+ <% argument[:choice_display_names].each do |choice|%>
43
+ - <%= choice %><br/>
44
+ <% end %>
45
+ <% end %>
46
+ <% end %>
47
+
48
+ #### Building Types:
49
+ - SecondarySchool
50
+ - PrimarySchool
51
+ - SmallOffice
52
+ - MediumOffice
53
+ - LargeOffice
54
+ - SmallHotel
55
+ - LargeHotel
56
+ - Warehouse
57
+ - RetailStandalone
58
+ - RetailStripmall
59
+ - QuickServiceRestaurant
60
+ - FullServiceRestaurant
61
+ - MidriseApartment
62
+ - HighriseApartment
63
+ - Hospital
64
+ - Outpatient
65
+ - SuperMarket
66
+ - Laboratory
67
+ - LargeDataCenterLowITE
68
+ - LargeDataCenterHighITE
69
+ - SmallDataCenterLowITE
70
+ - SmallDataCenterHighITE
71
+
72
+ [//]: # (argument values for template are dynamically generated from current version of the measure. Cannot easily dynamically generate building types since they are not arguments to this measure and are passed in withthe model spaces.)
66
73
 
67
74
  ## HVAC Configuration Arguments
68
75
 
@@ -76,52 +83,56 @@ While this measure has many arguments, they all have default values so you can s
76
83
 
77
84
  - `Service Water Heating Source`can be set to `Inferred`, `NaturalGas`, `Electricity`, or `HeatPump`.
78
85
 
79
- - `Kitchen Exhaust MakeUp Air Calculation Method` is used to determine if makeup air is modeled for kitchen exhaust and what zone that comes from. While the default choice of `Adajcent` makes sence for custom user geometry, if the geometry was autogenerated without representing an actual plan, you can set makup air to come from the `Largest Zone`. `None` is also an option, which disables makeup air.
86
+ - `Kitchen Exhaust MakeUp Air Calculation Method` is used to determine if makeup air is modeled for kitchen exhaust and what zone that comes from. While the default choice of `Adajcent` makes sense for custom user geometry, if the geometry was autogenerated without representing an actual plan, you can set makeup air to come from the `Largest Zone`. `None` is also an option, which disables makeup air.
80
87
 
81
88
  ## Exterior Lighting Arguments
82
89
 
83
- - `Exterior Lighting Zone` is used to identify the exterior lighting allowances based on how urban or rural the site for the buidling is. The `Template also impacts the target value.
90
+ - `Exterior Lighting Zone` is used to identify the exterior lighting allowances based on how urban or rural the site for the building is. The `Template also impacts the target value.
84
91
 
85
92
  - `Onsite Parking Fraction` can reduce or eliminate the amount of exterior lighting for parking added to the model. This wil not reduce exterior facade, walkway, or entry lighting.
86
93
 
87
94
  ## Bool Arguments to Enable/Disable Elements of This Measure
88
95
 
89
- The following is a list of aruments for elements of the model that can be enabled or disabled for the measure.
96
+ The following is a list of arguments for elements of the model that can be enabled or disabled for the measure.
90
97
  - `Add Constructions to Model`
91
98
  - `Add Space Type Loads to Model`
92
- - `Add Elevators to Model`. This will only be added to buildings with more than one story. Number of floors will be used to determine the elevator type, and the number of occpants can determine both the number of elevators and can impact the schedule. To avoid large jumps in parametric analyses, the number of elevators is a double instead of an integer, but will never be less than 1.0 for multi-story buildings, but can for example be 2.6 or 1.5 elevators, instead of just 1 or 2. The logic used isn't depending on a space or space type existing for elevators. The space laod will be added to the largest space on the first story. Fraciton of heat lost will be set to 1.0 for traction elevators.
99
+ - `Add Elevators to Model`. This will only be added to buildings with more than one story. Number of floors will be used to determine the elevator type, and the number of occupants can determine both the number of elevators and can impact the schedule. To avoid large jumps in parametric analyses, the number of elevators is a double instead of an integer, but will never be less than 1.0 for multi-story buildings, but can for example be 2.6 or 1.5 elevators, instead of just 1 or 2. The logic used isn't depending on a space or space type existing for elevators. The space load will be added to the largest space on the first story. Fraction of heat lost will be set to 1.0 for traction elevators.
93
100
  - `Add Internal Mass to Model`
94
101
  - `Add Exterior Lights to Model`
95
102
  - `Add Exhaust Fans to Model`
96
103
  - `Add Service Water Heating to Model`
97
104
  - `Add Thermostats`
98
- - `Add HVAC System to Model`. This may add a secondary system for zones with internal loads or schedules that are dis-similar from the typical zones. For thermal zones on the primary zone, where multi-zone air loops are added, one air loop will be added for each building story. A sizing run will be performed however the elements in the model will stay autosized. The sizing run is to identify the proper target system efficency.
105
+ - `Add HVAC System to Model`. This may add a secondary system for zones with internal loads or schedules that are dis-similar from the typical zones. For thermal zones on the primary zone, where multi-zone air loops are added, one air loop will be added for each building story. A sizing run will be performed however the elements in the model will stay autosized. The sizing run is to identify the proper target system efficiency.
99
106
  - `Add Refrigeration to Model`
100
107
 
101
108
  ## Hours of Operation Arguments
102
109
 
103
110
  There are three arguments each for weekday and weekend behavior. In each case there are the following arguments.
104
111
 
105
- - Bool argument to enable/dsiable altering of weekdays or weekends
112
+ - Bool argument to enable/disable altering of weekdays or weekends
106
113
  - Operating hours start time
107
114
  - Operating hours duration
108
115
 
109
-
110
116
  ## Other Arguments
111
117
 
112
- - `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measure ahve uqniue argument names that don't exist, but some such as `Template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
118
+ - `Use Upstream Argument Values` can be left at the default value of true for most cases. This argument shows up in a number of measures, and then intent is to enable the synchronization of arguments that may be used as a variable in a parametric study across multiple measures. Generally measures gave unique argument names that don't exist in other measures, but some such as `template` are used frequently. This argument, when set to true, will use the value of `Template` from an earlier measure in the workflow, if found, in place of what is entered as the value for this measure.
113
119
  - `Unmet Hours Tolerance` is used to change the tolerance used in EnergyPlus for unmet heating and cooling hours.
114
- - `Clean Model of non-geometry objects` shoudl be set to false when you have a non-empty model with objects that you want to maintain. If you have split this measure in two the second instance of this should have it set to false or it will overwrite elements made by the earlier measure.
120
+ - `Clean Model of non-geometry objects` should be set to false when you have a non-empty model with objects that you want to maintain. If you have split this measure in two the second instance of this should have it set to false or it will overwrite elements made by the earlier measure.
115
121
  - `Enable Daylight Savings` will change daylighting saving to true when enabled.
116
122
 
117
123
  ## Development Comments
118
124
 
119
- This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the measure's `resources` directory. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be udpated from the shared library and not within this measure.
120
- - os_lib_model_generation.rb
121
- - os_lib_helper_methods.rb
122
- - os_lib_helper_methods.rb
125
+ This measure relies on the openstudio-standards gem which is included in the OpenStudio CLI as well as a number of resources files listed below that are contained in the openstudio-extension gem which is also included in the OpenStudio CLI. Other than the arguments almost none of the measure code is in the measure.rb file. The resource files are used by a number of measures and should be updated from the shared library and not within this measure.
126
+ - os_lib_model_generation.rb
127
+ - os_lib_model_simplification.rb
128
+ - os_lib_geometry.rb
129
+ - os_lib_helper_methods.rb
130
+
131
+ ___
123
132
 
124
- *(Automatically generated argument information follows)*## Arguments
133
+ *(Automatically generated argument information follows)*
134
+
135
+ ## Arguments
125
136
 
126
137
  <% arguments.each do |argument| %>
127
138
  ### <%= argument[:display_name] %>
@@ -131,6 +142,9 @@ This measure relies on the openstudio-standards gem which is included in the Ope
131
142
  **Units:** <%= argument[:units] %>,
132
143
  **Required:** <%= argument[:required] %>,
133
144
  **Model Dependent:** <%= argument[:model_dependent] %>
145
+ <% if argument[:type] == "Choice" && !argument[:model_dependent]%>
146
+ **Choice Display Names** <%= argument[:choice_display_names] %>
147
+ <% end %>
134
148
  <% end %>
135
149
 
136
150
  <% if arguments.size == 0 %>
@@ -66,6 +66,11 @@ class CreateTypicalDOEBuildingFromModel < OpenStudio::Measure::ModelMeasure
66
66
  return 'It is important that the template argument chosen for this measure is in line with the buding types for the stub space types of the model passed in.'
67
67
  end
68
68
 
69
+ # used to populate taxonomy in readme.md
70
+ def taxonomy
71
+ return 'Whole Building.Space Types'
72
+ end
73
+
69
74
  # define the arguments that the user will input
70
75
  def arguments(model)
71
76
  args = OpenStudio::Measure::OSArgumentVector.new
@@ -80,7 +85,7 @@ class CreateTypicalDOEBuildingFromModel < OpenStudio::Measure::ModelMeasure
80
85
  end
81
86
 
82
87
  # Make argument for template
83
- template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', get_doe_templates, true)
88
+ template = OpenStudio::Measure::OSArgument.makeChoiceArgument('template', get_doe_templates(false), true)
84
89
  template.setDisplayName('Target Standard')
85
90
  template.setDefaultValue(default_string)
86
91
  args << template
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>create_typical_doe_building_from_model</name>
5
5
  <uid>b2c80210-33b3-4dfd-8267-535efd81f552</uid>
6
- <version_id>af76adbb-6aea-419e-96ee-81cf11f19ccb</version_id>
7
- <version_modified>20210423T142536Z</version_modified>
6
+ <version_id>6272a546-b267-4de2-a0cc-0ea8d18c5159</version_id>
7
+ <version_modified>20210716T214758Z</version_modified>
8
8
  <xml_checksum>99E7000D</xml_checksum>
9
9
  <class_name>CreateTypicalDOEBuildingFromModel</class_name>
10
10
  <display_name>Create Typical DOE Building from Model</display_name>
@@ -1372,35 +1372,12 @@
1372
1372
  <usage_type>test</usage_type>
1373
1373
  <checksum>F22DEFBC</checksum>
1374
1374
  </file>
1375
- <file>
1376
- <filename>README.md.erb</filename>
1377
- <filetype>erb</filetype>
1378
- <usage_type>readmeerb</usage_type>
1379
- <checksum>46CFB534</checksum>
1380
- </file>
1381
- <file>
1382
- <filename>README.md</filename>
1383
- <filetype>md</filetype>
1384
- <usage_type>readme</usage_type>
1385
- <checksum>1B1C70D8</checksum>
1386
- </file>
1387
1375
  <file>
1388
1376
  <filename>LICENSE.md</filename>
1389
1377
  <filetype>md</filetype>
1390
1378
  <usage_type>license</usage_type>
1391
1379
  <checksum>A21A3ED2</checksum>
1392
1380
  </file>
1393
- <file>
1394
- <version>
1395
- <software_program>OpenStudio</software_program>
1396
- <identifier>2.0.0</identifier>
1397
- <min_compatible>3.0.0</min_compatible>
1398
- </version>
1399
- <filename>measure.rb</filename>
1400
- <filetype>rb</filetype>
1401
- <usage_type>script</usage_type>
1402
- <checksum>1008A2B9</checksum>
1403
- </file>
1404
1381
  <file>
1405
1382
  <filename>create_typical_doe_building_from_model_test.rb</filename>
1406
1383
  <filetype>rb</filetype>
@@ -1419,5 +1396,28 @@
1419
1396
  <usage_type>resource</usage_type>
1420
1397
  <checksum>32C64B0B</checksum>
1421
1398
  </file>
1399
+ <file>
1400
+ <filename>README.md.erb</filename>
1401
+ <filetype>erb</filetype>
1402
+ <usage_type>readmeerb</usage_type>
1403
+ <checksum>BDCE44E6</checksum>
1404
+ </file>
1405
+ <file>
1406
+ <version>
1407
+ <software_program>OpenStudio</software_program>
1408
+ <identifier>2.0.0</identifier>
1409
+ <min_compatible>3.0.0</min_compatible>
1410
+ </version>
1411
+ <filename>measure.rb</filename>
1412
+ <filetype>rb</filetype>
1413
+ <usage_type>script</usage_type>
1414
+ <checksum>7A862D5A</checksum>
1415
+ </file>
1416
+ <file>
1417
+ <filename>README.md</filename>
1418
+ <filetype>md</filetype>
1419
+ <usage_type>readme</usage_type>
1420
+ <checksum>7F39813C</checksum>
1421
+ </file>
1422
1422
  </files>
1423
1423
  </measure>
@@ -220,7 +220,11 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove
220
220
  # remove existing hvac systems
221
221
  if remove_existing_hvac
222
222
  runner.registerInfo('Removing existing HVAC systems from the model')
223
- std.remove_HVAC(model)
223
+ if std.respond_to?('remove_HVAC')
224
+ std.remove_HVAC(model) #OpenStuido 3.2.1 and earlierop use this, future versions will use snake_case method
225
+ else
226
+ std.remove_hvac(model)
227
+ end
224
228
  end
225
229
 
226
230
  # exclude plenum zones, zones without thermostats, and zones with no floor area
@@ -3,8 +3,8 @@
3
3
  <schema_version>3.0</schema_version>
4
4
  <name>radiant_slab_with_doas</name>
5
5
  <uid>8091a0c3-7760-4da6-adf4-133d55872816</uid>
6
- <version_id>79b4bee3-8a86-40bd-9881-4c351a072646</version_id>
7
- <version_modified>20210423T142539Z</version_modified>
6
+ <version_id>04a7b943-a909-4dc9-a06a-d6f28b819be0</version_id>
7
+ <version_modified>20210723T213422Z</version_modified>
8
8
  <xml_checksum>C49A7DAB</xml_checksum>
9
9
  <class_name>RadiantSlabWithDoas</class_name>
10
10
  <display_name>Radiant Slab with DOAS</display_name>
@@ -325,6 +325,12 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove
325
325
  <usage_type>license</usage_type>
326
326
  <checksum>A21A3ED2</checksum>
327
327
  </file>
328
+ <file>
329
+ <filename>radiant_slab_with_doas_test.rb</filename>
330
+ <filetype>rb</filetype>
331
+ <usage_type>test</usage_type>
332
+ <checksum>7C1AC4AE</checksum>
333
+ </file>
328
334
  <file>
329
335
  <version>
330
336
  <software_program>OpenStudio</software_program>
@@ -334,13 +340,7 @@ To reduce unmet hours, use an expanded comfort range as mentioned above, remove
334
340
  <filename>measure.rb</filename>
335
341
  <filetype>rb</filetype>
336
342
  <usage_type>script</usage_type>
337
- <checksum>381EC790</checksum>
338
- </file>
339
- <file>
340
- <filename>radiant_slab_with_doas_test.rb</filename>
341
- <filetype>rb</filetype>
342
- <usage_type>test</usage_type>
343
- <checksum>7C1AC4AE</checksum>
343
+ <checksum>41F3702A</checksum>
344
344
  </file>
345
345
  </files>
346
346
  </measure>
@@ -35,6 +35,6 @@
35
35
 
36
36
  module OpenStudio
37
37
  module ModelArticulation
38
- VERSION = '0.4.0'.freeze
38
+ VERSION = '0.5.0'.freeze
39
39
  end
40
40
  end
@@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
29
29
  spec.required_ruby_version = '~> 2.7.0'
30
30
 
31
31
  spec.add_dependency 'bundler', '~> 2.1'
32
- spec.add_dependency 'openstudio-extension', '~> 0.4.2'
33
- spec.add_dependency 'openstudio-standards', '~> 0.2.13'
32
+ spec.add_dependency 'openstudio-extension', '~> 0.5.1'
33
+ spec.add_dependency 'openstudio-standards', '~> 0.2.15'
34
34
 
35
35
  spec.add_development_dependency 'rake', '~> 13.0'
36
36
  spec.add_development_dependency 'rspec', '~> 3.9'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-model-articulation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Goldwasser
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-23 00:00:00.000000000 Z
11
+ date: 2021-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,28 +30,28 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.4.2
33
+ version: 0.5.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.4.2
40
+ version: 0.5.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: openstudio-standards
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.2.13
47
+ version: 0.2.15
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.2.13
54
+ version: 0.2.15
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -204,6 +204,12 @@ files:
204
204
  - lib/measures/SurfaceMatching/README.md.erb
205
205
  - lib/measures/SurfaceMatching/measure.rb
206
206
  - lib/measures/SurfaceMatching/measure.xml
207
+ - lib/measures/add_empd_material_properties/LICENSE.md
208
+ - lib/measures/add_empd_material_properties/README.md
209
+ - lib/measures/add_empd_material_properties/README.md.erb
210
+ - lib/measures/add_empd_material_properties/docs/.gitkeep
211
+ - lib/measures/add_empd_material_properties/measure.rb
212
+ - lib/measures/add_empd_material_properties/measure.xml
207
213
  - lib/measures/blended_space_type_from_floor_area_ratios/LICENSE.md
208
214
  - lib/measures/blended_space_type_from_floor_area_ratios/README.md
209
215
  - lib/measures/blended_space_type_from_floor_area_ratios/README.md.erb
@@ -432,7 +438,7 @@ licenses: []
432
438
  metadata:
433
439
  bug_tracker_uri: https://github.com/NREL/openstudio-model-articulation-gem/issues
434
440
  changelog_uri: https://github.com/NREL/openstudio-model-articulation-gem/blob/develop/CHANGELOG.md
435
- source_code_uri: https://github.com/NREL/openstudio-model-articulation-gem/tree/v0.4.0
441
+ source_code_uri: https://github.com/NREL/openstudio-model-articulation-gem/tree/v0.5.0
436
442
  post_install_message:
437
443
  rdoc_options: []
438
444
  require_paths: