openstudio-calibration 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +29 -0
- data/CHANGELOG.md +14 -0
- data/Gemfile +20 -0
- data/Jenkinsfile +6 -0
- data/LICENSE.md +27 -0
- data/README.md +33 -0
- data/Rakefile +50 -0
- data/doc_templates/LICENSE.md +27 -0
- data/doc_templates/README.md.erb +42 -0
- data/doc_templates/copyright_erb.txt +36 -0
- data/doc_templates/copyright_js.txt +4 -0
- data/doc_templates/copyright_ruby.txt +34 -0
- data/lib/files/.gitkeep +0 -0
- data/lib/measures/AddMonthlyJSONUtilityData/LICENSE.md +27 -0
- data/lib/measures/AddMonthlyJSONUtilityData/README.md +96 -0
- data/lib/measures/AddMonthlyJSONUtilityData/README.md.erb +42 -0
- data/lib/measures/AddMonthlyJSONUtilityData/measure.rb +280 -0
- data/lib/measures/AddMonthlyJSONUtilityData/measure.xml +163 -0
- data/lib/measures/AddMonthlyUtilityData/LICENSE.md +27 -0
- data/lib/measures/AddMonthlyUtilityData/README.md +64 -0
- data/lib/measures/AddMonthlyUtilityData/README.md.erb +42 -0
- data/lib/measures/AddMonthlyUtilityData/measure.rb +312 -0
- data/lib/measures/AddMonthlyUtilityData/measure.xml +115 -0
- data/lib/measures/AddMonthlyUtilityData/tests/AddMonthlyUtilityData_Test.rb +88 -0
- data/lib/measures/AddMonthlyUtilityData/tests/electric_billed_usages.json +198 -0
- data/lib/measures/AddMonthlyUtilityData/tests/gas_billed_usages.json +198 -0
- data/lib/measures/CalibrationReports/LICENSE.md +27 -0
- data/lib/measures/CalibrationReports/README.md +26 -0
- data/lib/measures/CalibrationReports/README.md.erb +42 -0
- data/lib/measures/CalibrationReports/measure.rb +511 -0
- data/lib/measures/CalibrationReports/measure.xml +98 -0
- data/lib/measures/CalibrationReports/resources/report.html.in +379 -0
- data/lib/measures/CalibrationReports/tests/CalibrationReports_Test.rb +523 -0
- data/lib/measures/CalibrationReports/tests/ExampleModel.osm +10497 -0
- data/lib/measures/CalibrationReports/tests/ExampleModelNoDemandInput.osm +10560 -0
- data/lib/measures/CalibrationReports/tests/ExampleModelNoGasInput.osm +10456 -0
- data/lib/measures/CalibrationReports/tests/USA_CO_Golden-NREL.724666_TMY3.epw +8768 -0
- data/lib/measures/CalibrationReportsEnhanced/LICENSE.md +27 -0
- data/lib/measures/CalibrationReportsEnhanced/README.md +143 -0
- data/lib/measures/CalibrationReportsEnhanced/README.md.erb +42 -0
- data/lib/measures/CalibrationReportsEnhanced/measure.rb +798 -0
- data/lib/measures/CalibrationReportsEnhanced/measure.xml +372 -0
- data/lib/measures/CalibrationReportsEnhanced/resources/report.html.in +380 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/CalibrationReportsEnhanced_Test.rb +734 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/ExampleModel.osm +10497 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/ExampleModel_FuelOil.osm +12740 -0
- data/lib/measures/CalibrationReportsEnhanced/tests/USA_CO_Golden-NREL.724666_TMY3.epw +8768 -0
- data/lib/measures/CalibrationReportsEnhanced21/LICENSE.md +27 -0
- data/lib/measures/CalibrationReportsEnhanced21/README.md +109 -0
- data/lib/measures/CalibrationReportsEnhanced21/README.md.erb +42 -0
- data/lib/measures/CalibrationReportsEnhanced21/measure.rb +690 -0
- data/lib/measures/CalibrationReportsEnhanced21/measure.xml +269 -0
- data/lib/measures/CalibrationReportsEnhanced21/resources/report.html.in +380 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/README.md +48 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/measure.rb +237 -0
- data/lib/measures/CoilCoolingDXSingleSpeedMultiplier/measure.xml +93 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/README.md +48 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/measure.rb +228 -0
- data/lib/measures/CoilCoolingDXSingleSpeedPercentChange/measure.xml +93 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/README.md +64 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/measure.rb +280 -0
- data/lib/measures/CoilCoolingDXTwoSpeedMultiplier/measure.xml +111 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/README.md +64 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/measure.rb +270 -0
- data/lib/measures/CoilCoolingDXTwoSpeedPercentChange/measure.xml +111 -0
- data/lib/measures/CoilCoolingWaterMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingWaterMultiplier/README.md +80 -0
- data/lib/measures/CoilCoolingWaterMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilCoolingWaterMultiplier/measure.rb +324 -0
- data/lib/measures/CoilCoolingWaterMultiplier/measure.xml +129 -0
- data/lib/measures/CoilCoolingWaterPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilCoolingWaterPercentChange/README.md +80 -0
- data/lib/measures/CoilCoolingWaterPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilCoolingWaterPercentChange/measure.rb +311 -0
- data/lib/measures/CoilCoolingWaterPercentChange/measure.xml +129 -0
- data/lib/measures/CoilHeatingElectricMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingElectricMultiplier/README.md +48 -0
- data/lib/measures/CoilHeatingElectricMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingElectricMultiplier/measure.rb +240 -0
- data/lib/measures/CoilHeatingElectricMultiplier/measure.xml +93 -0
- data/lib/measures/CoilHeatingElectricPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingElectricPercentChange/README.md +48 -0
- data/lib/measures/CoilHeatingElectricPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingElectricPercentChange/measure.rb +231 -0
- data/lib/measures/CoilHeatingElectricPercentChange/measure.xml +93 -0
- data/lib/measures/CoilHeatingGasMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingGasMultiplier/README.md +64 -0
- data/lib/measures/CoilHeatingGasMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingGasMultiplier/measure.rb +282 -0
- data/lib/measures/CoilHeatingGasMultiplier/measure.xml +111 -0
- data/lib/measures/CoilHeatingGasPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingGasPercentChange/README.md +64 -0
- data/lib/measures/CoilHeatingGasPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingGasPercentChange/measure.rb +271 -0
- data/lib/measures/CoilHeatingGasPercentChange/measure.xml +111 -0
- data/lib/measures/CoilHeatingWaterMultiplier/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingWaterMultiplier/README.md +48 -0
- data/lib/measures/CoilHeatingWaterMultiplier/README.md.erb +42 -0
- data/lib/measures/CoilHeatingWaterMultiplier/measure.rb +235 -0
- data/lib/measures/CoilHeatingWaterMultiplier/measure.xml +93 -0
- data/lib/measures/CoilHeatingWaterPercentChange/LICENSE.md +27 -0
- data/lib/measures/CoilHeatingWaterPercentChange/README.md +48 -0
- data/lib/measures/CoilHeatingWaterPercentChange/README.md.erb +42 -0
- data/lib/measures/CoilHeatingWaterPercentChange/measure.rb +226 -0
- data/lib/measures/CoilHeatingWaterPercentChange/measure.xml +93 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/LICENSE.md +27 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/README.md +88 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/README.md.erb +42 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/measure.rb +221 -0
- data/lib/measures/ConstructionLayerZeroMaterialProperties/measure.xml +194 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/LICENSE.md +27 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/README.md +40 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/README.md.erb +42 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/measure.rb +102 -0
- data/lib/measures/ElectricBaseboardEfficiencyAndCapacity/measure.xml +78 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/LICENSE.md +27 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/README.md +48 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/README.md.erb +42 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/measure.rb +263 -0
- data/lib/measures/ExteriorWallThermalPropertiesMultiplier/measure.xml +97 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/LICENSE.md +27 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/README.md +48 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/README.md.erb +42 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/measure.rb +253 -0
- data/lib/measures/ExteriorWallThermalPropertiesPercentChange/measure.xml +97 -0
- data/lib/measures/FansMultiplier/LICENSE.md +27 -0
- data/lib/measures/FansMultiplier/README.md +64 -0
- data/lib/measures/FansMultiplier/README.md.erb +42 -0
- data/lib/measures/FansMultiplier/measure.rb +297 -0
- data/lib/measures/FansMultiplier/measure.xml +166 -0
- data/lib/measures/FansPercentChange/LICENSE.md +27 -0
- data/lib/measures/FansPercentChange/README.md +64 -0
- data/lib/measures/FansPercentChange/README.md.erb +42 -0
- data/lib/measures/FansPercentChange/measure.rb +286 -0
- data/lib/measures/FansPercentChange/measure.xml +166 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/LICENSE.md +27 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/README.md +112 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/README.md.erb +42 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/measure.rb +639 -0
- data/lib/measures/GeneralCalibrationMeasureMultiplier/measure.xml +229 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/LICENSE.md +27 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/README.md +112 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/README.md.erb +42 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/measure.rb +756 -0
- data/lib/measures/GeneralCalibrationMeasurePercentChange/measure.xml +229 -0
- data/lib/measures/HardSizeHvac/LICENSE.md +27 -0
- data/lib/measures/HardSizeHvac/README.md +26 -0
- data/lib/measures/HardSizeHvac/README.md.erb +42 -0
- data/lib/measures/HardSizeHvac/measure.rb +88 -0
- data/lib/measures/HardSizeHvac/measure.xml +81 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/LICENSE.md +27 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/README.md +104 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/README.md.erb +42 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/measure.rb +304 -0
- data/lib/measures/MaalkaMonthlyJSONUtilityData/measure.xml +216 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/LICENSE.md +27 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/README.md +40 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/README.md.erb +42 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/measure.rb +196 -0
- data/lib/measures/RValueOfInsulationForConstructionMultiplier/measure.xml +132 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/LICENSE.md +27 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/README.md +40 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/README.md.erb +42 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/measure.rb +189 -0
- data/lib/measures/RValueOfInsulationForConstructionPercentageChange/measure.xml +132 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/LICENSE.md +27 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/README.md +48 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/README.md.erb +42 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/measure.rb +263 -0
- data/lib/measures/RoofThermalPropertiesMultiplier/measure.xml +97 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/LICENSE.md +27 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/README.md +48 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/README.md.erb +42 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/measure.rb +253 -0
- data/lib/measures/RoofThermalPropertiesPercentChange/measure.xml +97 -0
- data/lib/measures/TimeseriesObjectiveFunction/LICENSE.md +27 -0
- data/lib/measures/TimeseriesObjectiveFunction/README.md +207 -0
- data/lib/measures/TimeseriesObjectiveFunction/README.md.erb +42 -0
- data/lib/measures/TimeseriesObjectiveFunction/measure.rb +748 -0
- data/lib/measures/TimeseriesObjectiveFunction/measure.xml +435 -0
- data/lib/measures/TimeseriesObjectiveFunction/resources/report.html.erb +288 -0
- data/lib/measures/TimeseriesPlot/LICENSE.md +27 -0
- data/lib/measures/TimeseriesPlot/README.md +56 -0
- data/lib/measures/TimeseriesPlot/README.md.erb +42 -0
- data/lib/measures/TimeseriesPlot/measure.rb +302 -0
- data/lib/measures/TimeseriesPlot/measure.xml +137 -0
- data/lib/measures/TimeseriesPlot/resources/report.html.erb +270 -0
- data/lib/measures/WaterHeaterMixedMultiplier/LICENSE.md +27 -0
- data/lib/measures/WaterHeaterMixedMultiplier/README.md +64 -0
- data/lib/measures/WaterHeaterMixedMultiplier/README.md.erb +42 -0
- data/lib/measures/WaterHeaterMixedMultiplier/measure.rb +255 -0
- data/lib/measures/WaterHeaterMixedMultiplier/measure.xml +180 -0
- data/lib/measures/WaterHeaterMixedPercentChange/LICENSE.md +27 -0
- data/lib/measures/WaterHeaterMixedPercentChange/README.md +64 -0
- data/lib/measures/WaterHeaterMixedPercentChange/README.md.erb +42 -0
- data/lib/measures/WaterHeaterMixedPercentChange/measure.rb +245 -0
- data/lib/measures/WaterHeaterMixedPercentChange/measure.xml +180 -0
- data/lib/measures/zone_report/LICENSE.md +27 -0
- data/lib/measures/zone_report/README.md +26 -0
- data/lib/measures/zone_report/README.md.erb +42 -0
- data/lib/measures/zone_report/measure.rb +706 -0
- data/lib/measures/zone_report/measure.xml +67 -0
- data/lib/measures/zone_report/resources/report.html.in +342 -0
- data/lib/openstudio-calibration-measures.rb +36 -0
- data/lib/openstudio/calibration_measures.rb +37 -0
- data/lib/openstudio/calibration_measures/extension.rb +49 -0
- data/lib/openstudio/calibration_measures/version.rb +40 -0
- data/openstudio-calibration.gemspec +30 -0
- metadata +331 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
<measure>
|
|
2
|
+
<schema_version>3.0</schema_version>
|
|
3
|
+
<name>r_value_of_insulation_for_construction_multiplier</name>
|
|
4
|
+
<uid>3c7a6751-bb54-4600-9410-8f042e1a513b</uid>
|
|
5
|
+
<version_id>3cb88e64-6164-4990-ad56-46c630b22722</version_id>
|
|
6
|
+
<version_modified>20200325T030943Z</version_modified>
|
|
7
|
+
<xml_checksum>0BF71A3E</xml_checksum>
|
|
8
|
+
<class_name>RValueOfInsulationForConstructionMultiplier</class_name>
|
|
9
|
+
<display_name>Change R-value of Insulation Layer for Construction By a Multiplier</display_name>
|
|
10
|
+
<description>Change R-value of Insulation Layer for Construction By a Multiplier</description>
|
|
11
|
+
<modeler_description>Change R-value of Insulation Layer for Construction By a Multiplier</modeler_description>
|
|
12
|
+
<arguments>
|
|
13
|
+
<argument>
|
|
14
|
+
<name>construction</name>
|
|
15
|
+
<display_name>Choose a Construction to Alter.</display_name>
|
|
16
|
+
<type>Choice</type>
|
|
17
|
+
<required>true</required>
|
|
18
|
+
<model_dependent>false</model_dependent>
|
|
19
|
+
</argument>
|
|
20
|
+
<argument>
|
|
21
|
+
<name>r_value_multplier</name>
|
|
22
|
+
<display_name>Multiplier for R-value for Insulation Layer of Construction.</display_name>
|
|
23
|
+
<type>Double</type>
|
|
24
|
+
<required>true</required>
|
|
25
|
+
<model_dependent>false</model_dependent>
|
|
26
|
+
<default_value>1</default_value>
|
|
27
|
+
</argument>
|
|
28
|
+
</arguments>
|
|
29
|
+
<outputs/>
|
|
30
|
+
<provenances/>
|
|
31
|
+
<tags>
|
|
32
|
+
<tag>Envelope.Opaque</tag>
|
|
33
|
+
</tags>
|
|
34
|
+
<attributes>
|
|
35
|
+
<attribute>
|
|
36
|
+
<name>Measure Function</name>
|
|
37
|
+
<value>Measure</value>
|
|
38
|
+
<datatype>string</datatype>
|
|
39
|
+
</attribute>
|
|
40
|
+
<attribute>
|
|
41
|
+
<name>Requires EnergyPlus Results</name>
|
|
42
|
+
<value>false</value>
|
|
43
|
+
<datatype>boolean</datatype>
|
|
44
|
+
</attribute>
|
|
45
|
+
<attribute>
|
|
46
|
+
<name>Uses SketchUp API</name>
|
|
47
|
+
<value>false</value>
|
|
48
|
+
<datatype>boolean</datatype>
|
|
49
|
+
</attribute>
|
|
50
|
+
<attribute>
|
|
51
|
+
<name>Measure Type</name>
|
|
52
|
+
<value>ModelMeasure</value>
|
|
53
|
+
<datatype>string</datatype>
|
|
54
|
+
</attribute>
|
|
55
|
+
<attribute>
|
|
56
|
+
<name>Intended Software Tool</name>
|
|
57
|
+
<value>Apply Measure Now</value>
|
|
58
|
+
<datatype>string</datatype>
|
|
59
|
+
</attribute>
|
|
60
|
+
<attribute>
|
|
61
|
+
<name>Intended Software Tool</name>
|
|
62
|
+
<value>OpenStudio Application</value>
|
|
63
|
+
<datatype>string</datatype>
|
|
64
|
+
</attribute>
|
|
65
|
+
<attribute>
|
|
66
|
+
<name>Intended Software Tool</name>
|
|
67
|
+
<value>Parametric Analysis Tool</value>
|
|
68
|
+
<datatype>string</datatype>
|
|
69
|
+
</attribute>
|
|
70
|
+
<attribute>
|
|
71
|
+
<name>Intended Software Tool</name>
|
|
72
|
+
<value>Analysis Spreadsheet</value>
|
|
73
|
+
<datatype>string</datatype>
|
|
74
|
+
</attribute>
|
|
75
|
+
<attribute>
|
|
76
|
+
<name>Intended Use Case</name>
|
|
77
|
+
<value>Model Articulation</value>
|
|
78
|
+
<datatype>string</datatype>
|
|
79
|
+
</attribute>
|
|
80
|
+
<attribute>
|
|
81
|
+
<name>Intended Use Case</name>
|
|
82
|
+
<value>Calibration</value>
|
|
83
|
+
<datatype>string</datatype>
|
|
84
|
+
</attribute>
|
|
85
|
+
<attribute>
|
|
86
|
+
<name>Intended Use Case</name>
|
|
87
|
+
<value>Sensitivity Analysis</value>
|
|
88
|
+
<datatype>string</datatype>
|
|
89
|
+
</attribute>
|
|
90
|
+
<attribute>
|
|
91
|
+
<name>Intended Use Case</name>
|
|
92
|
+
<value>New Construction EE</value>
|
|
93
|
+
<datatype>string</datatype>
|
|
94
|
+
</attribute>
|
|
95
|
+
<attribute>
|
|
96
|
+
<name>Intended Use Case</name>
|
|
97
|
+
<value>Retrofit EE</value>
|
|
98
|
+
<datatype>string</datatype>
|
|
99
|
+
</attribute>
|
|
100
|
+
</attributes>
|
|
101
|
+
<files>
|
|
102
|
+
<file>
|
|
103
|
+
<filename>LICENSE.md</filename>
|
|
104
|
+
<filetype>md</filetype>
|
|
105
|
+
<usage_type>license</usage_type>
|
|
106
|
+
<checksum>E0468DD6</checksum>
|
|
107
|
+
</file>
|
|
108
|
+
<file>
|
|
109
|
+
<filename>README.md.erb</filename>
|
|
110
|
+
<filetype>erb</filetype>
|
|
111
|
+
<usage_type>readmeerb</usage_type>
|
|
112
|
+
<checksum>703C9964</checksum>
|
|
113
|
+
</file>
|
|
114
|
+
<file>
|
|
115
|
+
<filename>README.md</filename>
|
|
116
|
+
<filetype>md</filetype>
|
|
117
|
+
<usage_type>readme</usage_type>
|
|
118
|
+
<checksum>CE5C5F28</checksum>
|
|
119
|
+
</file>
|
|
120
|
+
<file>
|
|
121
|
+
<version>
|
|
122
|
+
<software_program>OpenStudio</software_program>
|
|
123
|
+
<identifier>0.11.5</identifier>
|
|
124
|
+
<min_compatible>0.11.5</min_compatible>
|
|
125
|
+
</version>
|
|
126
|
+
<filename>measure.rb</filename>
|
|
127
|
+
<filetype>rb</filetype>
|
|
128
|
+
<usage_type>script</usage_type>
|
|
129
|
+
<checksum>2D96FDE5</checksum>
|
|
130
|
+
</file>
|
|
131
|
+
</files>
|
|
132
|
+
</measure>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted
|
|
4
|
+
provided that the following conditions are met:
|
|
5
|
+
|
|
6
|
+
(1) Redistributions of source code must retain the above copyright notice, this list of conditions
|
|
7
|
+
and the following disclaimer.
|
|
8
|
+
|
|
9
|
+
(2) Redistributions in binary form must reproduce the above copyright notice, this list of conditions
|
|
10
|
+
and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
11
|
+
|
|
12
|
+
(3) Neither the name of the copyright holder nor the names of any contributors may be used to endorse
|
|
13
|
+
or promote products derived from this software without specific prior written permission from the
|
|
14
|
+
respective party.
|
|
15
|
+
|
|
16
|
+
(4) Other than as required in clauses (1) and (2), distributions in any form of modifications or other
|
|
17
|
+
derivative works may not use the "OpenStudio" trademark, "OS", "os", or any other confusingly similar
|
|
18
|
+
designation without specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
21
|
+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
|
22
|
+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER, THE UNITED STATES GOVERNMENT,
|
|
23
|
+
OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
24
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
|
25
|
+
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
26
|
+
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
27
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
###### (Automatically generated documentation)
|
|
4
|
+
|
|
5
|
+
# Change R-value of Insulation Layer for Construction By a Specified Percentage
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
Change R-value of Insulation Layer for Construction By a Specified Percentage
|
|
9
|
+
|
|
10
|
+
## Modeler Description
|
|
11
|
+
Change R-value of Insulation Layer for Construction By a Specified Percentage
|
|
12
|
+
|
|
13
|
+
## Measure Type
|
|
14
|
+
ModelMeasure
|
|
15
|
+
|
|
16
|
+
## Taxonomy
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Arguments
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Choose a Construction to Alter.
|
|
23
|
+
|
|
24
|
+
**Name:** construction,
|
|
25
|
+
**Type:** Choice,
|
|
26
|
+
**Units:** ,
|
|
27
|
+
**Required:** true,
|
|
28
|
+
**Model Dependent:** false
|
|
29
|
+
|
|
30
|
+
### Percentage Change of R-value for Insulation Layer of Construction.
|
|
31
|
+
|
|
32
|
+
**Name:** r_value_prct_inc,
|
|
33
|
+
**Type:** Double,
|
|
34
|
+
**Units:** ,
|
|
35
|
+
**Required:** true,
|
|
36
|
+
**Model Dependent:** false
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<%#= README.md.erb is used to auto-generate README.md. %>
|
|
2
|
+
<%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %>
|
|
3
|
+
###### (Automatically generated documentation)
|
|
4
|
+
|
|
5
|
+
# <%= name %>
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
<%= description %>
|
|
9
|
+
|
|
10
|
+
## Modeler Description
|
|
11
|
+
<%= modelerDescription %>
|
|
12
|
+
|
|
13
|
+
## Measure Type
|
|
14
|
+
<%= measureType %>
|
|
15
|
+
|
|
16
|
+
## Taxonomy
|
|
17
|
+
<%= taxonomy %>
|
|
18
|
+
|
|
19
|
+
## Arguments
|
|
20
|
+
|
|
21
|
+
<% arguments.each do |argument| %>
|
|
22
|
+
### <%= argument[:display_name] %>
|
|
23
|
+
<%= argument[:description] %>
|
|
24
|
+
**Name:** <%= argument[:name] %>,
|
|
25
|
+
**Type:** <%= argument[:type] %>,
|
|
26
|
+
**Units:** <%= argument[:units] %>,
|
|
27
|
+
**Required:** <%= argument[:required] %>,
|
|
28
|
+
**Model Dependent:** <%= argument[:model_dependent] %>
|
|
29
|
+
<% end %>
|
|
30
|
+
|
|
31
|
+
<% if arguments.size == 0 %>
|
|
32
|
+
<%= "This measure does not have any user arguments" %>
|
|
33
|
+
<% end %>
|
|
34
|
+
|
|
35
|
+
<% if outputs.size > 0 %>
|
|
36
|
+
## Outputs
|
|
37
|
+
<% output_names = [] %>
|
|
38
|
+
<% outputs.each do |output| %>
|
|
39
|
+
<% output_names << output[:display_name] %>
|
|
40
|
+
<% end %>
|
|
41
|
+
<%= output_names.join(", ") %>
|
|
42
|
+
<% end %>
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# *******************************************************************************
|
|
2
|
+
# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC.
|
|
3
|
+
# All rights reserved.
|
|
4
|
+
# Redistribution and use in source and binary forms, with or without
|
|
5
|
+
# modification, are permitted provided that the following conditions are met:
|
|
6
|
+
#
|
|
7
|
+
# (1) Redistributions of source code must retain the above copyright notice,
|
|
8
|
+
# this list of conditions and the following disclaimer.
|
|
9
|
+
#
|
|
10
|
+
# (2) Redistributions in binary form must reproduce the above copyright notice,
|
|
11
|
+
# this list of conditions and the following disclaimer in the documentation
|
|
12
|
+
# and/or other materials provided with the distribution.
|
|
13
|
+
#
|
|
14
|
+
# (3) Neither the name of the copyright holder nor the names of any contributors
|
|
15
|
+
# may be used to endorse or promote products derived from this software without
|
|
16
|
+
# specific prior written permission from the respective party.
|
|
17
|
+
#
|
|
18
|
+
# (4) Other than as required in clauses (1) and (2), distributions in any form
|
|
19
|
+
# of modifications or other derivative works may not use the "OpenStudio"
|
|
20
|
+
# trademark, "OS", "os", or any other confusingly similar designation without
|
|
21
|
+
# specific prior written permission from Alliance for Sustainable Energy, LLC.
|
|
22
|
+
#
|
|
23
|
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS
|
|
24
|
+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
25
|
+
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
26
|
+
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE
|
|
27
|
+
# UNITED STATES GOVERNMENT, OR THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF
|
|
28
|
+
# THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
29
|
+
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
|
30
|
+
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
31
|
+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
32
|
+
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
33
|
+
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34
|
+
# *******************************************************************************
|
|
35
|
+
|
|
36
|
+
# start the measure
|
|
37
|
+
class RValueOfInsulationForConstructionPercentageChange < OpenStudio::Measure::ModelMeasure
|
|
38
|
+
# define the name that a user will see
|
|
39
|
+
def name
|
|
40
|
+
'Change R-value of Insulation Layer for Construction By a Specified Percentage'
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# human readable description
|
|
44
|
+
def description
|
|
45
|
+
'Change R-value of Insulation Layer for Construction By a Specified Percentage'
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# human readable description of modeling approach
|
|
49
|
+
def modeler_description
|
|
50
|
+
'Change R-value of Insulation Layer for Construction By a Specified Percentage'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# define the arguments that the user will input
|
|
54
|
+
def arguments(model)
|
|
55
|
+
args = OpenStudio::Measure::OSArgumentVector.new
|
|
56
|
+
|
|
57
|
+
# populate choice argument for constructions that are applied to surfaces in the model
|
|
58
|
+
construction_handles = OpenStudio::StringVector.new
|
|
59
|
+
construction_display_names = OpenStudio::StringVector.new
|
|
60
|
+
|
|
61
|
+
# putting space types and names into hash
|
|
62
|
+
construction_args = model.getConstructions
|
|
63
|
+
construction_args_hash = {}
|
|
64
|
+
construction_args.each do |construction_arg|
|
|
65
|
+
construction_args_hash[construction_arg.name.to_s] = construction_arg
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
# looping through sorted hash of constructions
|
|
69
|
+
construction_args_hash.sort.map do |key, value|
|
|
70
|
+
# only include if construction is used on surface
|
|
71
|
+
if value.getNetArea > 0
|
|
72
|
+
construction_handles << value.handle.to_s
|
|
73
|
+
construction_display_names << key
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
# make an argument for construction
|
|
78
|
+
construction = OpenStudio::Measure::OSArgument.makeChoiceArgument('construction', construction_handles, construction_display_names, true)
|
|
79
|
+
construction.setDisplayName('Choose a Construction to Alter.')
|
|
80
|
+
args << construction
|
|
81
|
+
|
|
82
|
+
# make an argument insulation R-value
|
|
83
|
+
r_value_prct_inc = OpenStudio::Measure::OSArgument.makeDoubleArgument('r_value_prct_inc', true)
|
|
84
|
+
r_value_prct_inc.setDisplayName('Percentage Change of R-value for Insulation Layer of Construction.')
|
|
85
|
+
r_value_prct_inc.setDefaultValue(0.0)
|
|
86
|
+
args << r_value_prct_inc
|
|
87
|
+
|
|
88
|
+
args
|
|
89
|
+
end # end the arguments method
|
|
90
|
+
|
|
91
|
+
# define what happens when the measure is run
|
|
92
|
+
def run(model, runner, user_arguments)
|
|
93
|
+
super(model, runner, user_arguments)
|
|
94
|
+
|
|
95
|
+
# use the built-in error checking
|
|
96
|
+
unless runner.validateUserArguments(arguments(model), user_arguments)
|
|
97
|
+
return false
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# assign the user inputs to variables
|
|
101
|
+
construction = runner.getOptionalWorkspaceObjectChoiceValue('construction', user_arguments, model) # model is passed in because of argument type
|
|
102
|
+
r_value_prct_inc = runner.getDoubleArgumentValue('r_value_prct_inc', user_arguments)
|
|
103
|
+
|
|
104
|
+
# check the construction for reasonableness
|
|
105
|
+
if construction.empty?
|
|
106
|
+
handle = runner.getStringArgumentValue('construction', user_arguments)
|
|
107
|
+
if handle.empty?
|
|
108
|
+
runner.registerError('No construction was chosen.')
|
|
109
|
+
else
|
|
110
|
+
runner.registerError("The selected construction with handle '#{handle}' was not found in the model. It may have been removed by another measure.")
|
|
111
|
+
end
|
|
112
|
+
return false
|
|
113
|
+
else
|
|
114
|
+
if !construction.get.to_Construction.empty?
|
|
115
|
+
construction = construction.get.to_Construction.get
|
|
116
|
+
else
|
|
117
|
+
runner.registerError('Script Error - argument not showing up as construction.')
|
|
118
|
+
return false
|
|
119
|
+
end
|
|
120
|
+
end # end of if construction.empty?
|
|
121
|
+
|
|
122
|
+
# set limit for minimum insulation. This is used to limit input and for inferring insulation layer in construction.
|
|
123
|
+
min_expected_r_value_prct_inc_ip = 1 # ip units
|
|
124
|
+
|
|
125
|
+
# report initial condition
|
|
126
|
+
initial_r_value_ip = OpenStudio.convert(1.0 / construction.thermalConductance.to_f, 'm^2*K/W', 'ft^2*h*R/Btu')
|
|
127
|
+
runner.registerInitialCondition("The Initial R-value of #{construction.name} is #{initial_r_value_ip} (ft^2*h*R/Btu).")
|
|
128
|
+
runner.registerValue('initial_r_value_ip', initial_r_value_ip.to_f, 'ft^2*h*R/Btu')
|
|
129
|
+
|
|
130
|
+
# TODO: - find and test insulation
|
|
131
|
+
construction_layers = construction.layers
|
|
132
|
+
max_thermal_resistance_material = construction_layers[0]
|
|
133
|
+
max_thermal_resistance_material_index = 0
|
|
134
|
+
counter = 0
|
|
135
|
+
thermal_resistance_values = []
|
|
136
|
+
|
|
137
|
+
# loop through construction layers and infer insulation layer/material
|
|
138
|
+
construction_layers.each do |construction_layer|
|
|
139
|
+
construction_layer_r_value = construction_layer.to_OpaqueMaterial.get.thermalResistance
|
|
140
|
+
unless thermal_resistance_values.empty?
|
|
141
|
+
if construction_layer_r_value > thermal_resistance_values.max
|
|
142
|
+
max_thermal_resistance_material = construction_layer
|
|
143
|
+
max_thermal_resistance_material_index = counter
|
|
144
|
+
end
|
|
145
|
+
end
|
|
146
|
+
thermal_resistance_values << construction_layer_r_value
|
|
147
|
+
counter += 1
|
|
148
|
+
end
|
|
149
|
+
if thermal_resistance_values.max <= OpenStudio.convert(min_expected_r_value_prct_inc_ip, 'ft^2*h*R/Btu', 'm^2*K/W').get
|
|
150
|
+
runner.registerAsNotApplicable("Construction '#{construction.name}' does not appear to have an insulation layer and was not altered.")
|
|
151
|
+
return true
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
# clone insulation material
|
|
155
|
+
new_material = max_thermal_resistance_material.clone(model)
|
|
156
|
+
new_material = new_material.to_OpaqueMaterial.get
|
|
157
|
+
new_material.setName("#{max_thermal_resistance_material.name} (R #{r_value_prct_inc.round(2)} percent change)") if r_value_prct_inc != 0
|
|
158
|
+
construction.eraseLayer(max_thermal_resistance_material_index)
|
|
159
|
+
construction.insertLayer(max_thermal_resistance_material_index, new_material)
|
|
160
|
+
runner.registerInfo("For construction'#{construction.name}', '#{max_thermal_resistance_material.name}' was altered.")
|
|
161
|
+
|
|
162
|
+
# edit clone material
|
|
163
|
+
new_material_matt = new_material.to_Material
|
|
164
|
+
unless new_material_matt.empty?
|
|
165
|
+
starting_thickness = new_material_matt.get.thickness
|
|
166
|
+
target_thickness = starting_thickness * (1 + r_value_prct_inc / 100)
|
|
167
|
+
final_thickness = new_material_matt.get.setThickness(target_thickness)
|
|
168
|
+
end
|
|
169
|
+
new_material_massless = new_material.to_MasslessOpaqueMaterial
|
|
170
|
+
unless new_material_massless.empty?
|
|
171
|
+
starting_thermal_resistance = new_material_massless.get.thermalResistance
|
|
172
|
+
final_thermal_resistance = new_material_massless.get.setThermalResistance(starting_thermal_resistance * (1 + r_value_prct_inc / 100))
|
|
173
|
+
end
|
|
174
|
+
new_material_airgap = new_material.to_AirGap
|
|
175
|
+
unless new_material_airgap.empty?
|
|
176
|
+
starting_thermal_resistance = new_material_airgap.get.thermalResistance
|
|
177
|
+
final_thermal_resistance = new_material_airgap.get.setThermalResistance(starting_thermal_resistance * (1 + r_value_prct_inc / 100))
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# report initial condition
|
|
181
|
+
final_r_value_ip = OpenStudio.convert(1 / construction.thermalConductance.to_f, 'm^2*K/W', 'ft^2*h*R/Btu')
|
|
182
|
+
runner.registerFinalCondition("The Final R-value of #{construction.name} is #{final_r_value_ip} (ft^2*h*R/Btu).")
|
|
183
|
+
runner.registerValue('final_r_value_ip', final_r_value_ip.to_f, 'ft^2*h*R/Btu')
|
|
184
|
+
true
|
|
185
|
+
end # end the run method
|
|
186
|
+
end # end the measure
|
|
187
|
+
|
|
188
|
+
# this allows the measure to be used by the application
|
|
189
|
+
RValueOfInsulationForConstructionPercentageChange.new.registerWithApplication
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
<measure>
|
|
2
|
+
<schema_version>3.0</schema_version>
|
|
3
|
+
<name>r_value_of_insulation_for_construction_percentage_change</name>
|
|
4
|
+
<uid>7ee248fd-052a-48d6-a8eb-b1fc6a0dc348</uid>
|
|
5
|
+
<version_id>d3e7d8ca-283c-4a2d-ba56-d012b3615261</version_id>
|
|
6
|
+
<version_modified>20200325T030945Z</version_modified>
|
|
7
|
+
<xml_checksum>0BF71A3E</xml_checksum>
|
|
8
|
+
<class_name>RValueOfInsulationForConstructionPercentageChange</class_name>
|
|
9
|
+
<display_name>Change R-value of Insulation Layer for Construction By a Specified Percentage</display_name>
|
|
10
|
+
<description>Change R-value of Insulation Layer for Construction By a Specified Percentage</description>
|
|
11
|
+
<modeler_description>Change R-value of Insulation Layer for Construction By a Specified Percentage</modeler_description>
|
|
12
|
+
<arguments>
|
|
13
|
+
<argument>
|
|
14
|
+
<name>construction</name>
|
|
15
|
+
<display_name>Choose a Construction to Alter.</display_name>
|
|
16
|
+
<type>Choice</type>
|
|
17
|
+
<required>true</required>
|
|
18
|
+
<model_dependent>false</model_dependent>
|
|
19
|
+
</argument>
|
|
20
|
+
<argument>
|
|
21
|
+
<name>r_value_prct_inc</name>
|
|
22
|
+
<display_name>Percentage Change of R-value for Insulation Layer of Construction.</display_name>
|
|
23
|
+
<type>Double</type>
|
|
24
|
+
<required>true</required>
|
|
25
|
+
<model_dependent>false</model_dependent>
|
|
26
|
+
<default_value>0</default_value>
|
|
27
|
+
</argument>
|
|
28
|
+
</arguments>
|
|
29
|
+
<outputs/>
|
|
30
|
+
<provenances/>
|
|
31
|
+
<tags>
|
|
32
|
+
<tag>Envelope.Opaque</tag>
|
|
33
|
+
</tags>
|
|
34
|
+
<attributes>
|
|
35
|
+
<attribute>
|
|
36
|
+
<name>Measure Function</name>
|
|
37
|
+
<value>Measure</value>
|
|
38
|
+
<datatype>string</datatype>
|
|
39
|
+
</attribute>
|
|
40
|
+
<attribute>
|
|
41
|
+
<name>Requires EnergyPlus Results</name>
|
|
42
|
+
<value>false</value>
|
|
43
|
+
<datatype>boolean</datatype>
|
|
44
|
+
</attribute>
|
|
45
|
+
<attribute>
|
|
46
|
+
<name>Uses SketchUp API</name>
|
|
47
|
+
<value>false</value>
|
|
48
|
+
<datatype>boolean</datatype>
|
|
49
|
+
</attribute>
|
|
50
|
+
<attribute>
|
|
51
|
+
<name>Measure Type</name>
|
|
52
|
+
<value>ModelMeasure</value>
|
|
53
|
+
<datatype>string</datatype>
|
|
54
|
+
</attribute>
|
|
55
|
+
<attribute>
|
|
56
|
+
<name>Intended Software Tool</name>
|
|
57
|
+
<value>Apply Measure Now</value>
|
|
58
|
+
<datatype>string</datatype>
|
|
59
|
+
</attribute>
|
|
60
|
+
<attribute>
|
|
61
|
+
<name>Intended Software Tool</name>
|
|
62
|
+
<value>OpenStudio Application</value>
|
|
63
|
+
<datatype>string</datatype>
|
|
64
|
+
</attribute>
|
|
65
|
+
<attribute>
|
|
66
|
+
<name>Intended Software Tool</name>
|
|
67
|
+
<value>Parametric Analysis Tool</value>
|
|
68
|
+
<datatype>string</datatype>
|
|
69
|
+
</attribute>
|
|
70
|
+
<attribute>
|
|
71
|
+
<name>Intended Software Tool</name>
|
|
72
|
+
<value>Analysis Spreadsheet</value>
|
|
73
|
+
<datatype>string</datatype>
|
|
74
|
+
</attribute>
|
|
75
|
+
<attribute>
|
|
76
|
+
<name>Intended Use Case</name>
|
|
77
|
+
<value>Model Articulation</value>
|
|
78
|
+
<datatype>string</datatype>
|
|
79
|
+
</attribute>
|
|
80
|
+
<attribute>
|
|
81
|
+
<name>Intended Use Case</name>
|
|
82
|
+
<value>Calibration</value>
|
|
83
|
+
<datatype>string</datatype>
|
|
84
|
+
</attribute>
|
|
85
|
+
<attribute>
|
|
86
|
+
<name>Intended Use Case</name>
|
|
87
|
+
<value>Sensitivity Analysis</value>
|
|
88
|
+
<datatype>string</datatype>
|
|
89
|
+
</attribute>
|
|
90
|
+
<attribute>
|
|
91
|
+
<name>Intended Use Case</name>
|
|
92
|
+
<value>New Construction EE</value>
|
|
93
|
+
<datatype>string</datatype>
|
|
94
|
+
</attribute>
|
|
95
|
+
<attribute>
|
|
96
|
+
<name>Intended Use Case</name>
|
|
97
|
+
<value>Retrofit EE</value>
|
|
98
|
+
<datatype>string</datatype>
|
|
99
|
+
</attribute>
|
|
100
|
+
</attributes>
|
|
101
|
+
<files>
|
|
102
|
+
<file>
|
|
103
|
+
<filename>LICENSE.md</filename>
|
|
104
|
+
<filetype>md</filetype>
|
|
105
|
+
<usage_type>license</usage_type>
|
|
106
|
+
<checksum>E0468DD6</checksum>
|
|
107
|
+
</file>
|
|
108
|
+
<file>
|
|
109
|
+
<filename>README.md.erb</filename>
|
|
110
|
+
<filetype>erb</filetype>
|
|
111
|
+
<usage_type>readmeerb</usage_type>
|
|
112
|
+
<checksum>703C9964</checksum>
|
|
113
|
+
</file>
|
|
114
|
+
<file>
|
|
115
|
+
<filename>README.md</filename>
|
|
116
|
+
<filetype>md</filetype>
|
|
117
|
+
<usage_type>readme</usage_type>
|
|
118
|
+
<checksum>49A7DFFE</checksum>
|
|
119
|
+
</file>
|
|
120
|
+
<file>
|
|
121
|
+
<version>
|
|
122
|
+
<software_program>OpenStudio</software_program>
|
|
123
|
+
<identifier>0.11.5</identifier>
|
|
124
|
+
<min_compatible>0.11.5</min_compatible>
|
|
125
|
+
</version>
|
|
126
|
+
<filename>measure.rb</filename>
|
|
127
|
+
<filetype>rb</filetype>
|
|
128
|
+
<usage_type>script</usage_type>
|
|
129
|
+
<checksum>6F9D31D5</checksum>
|
|
130
|
+
</file>
|
|
131
|
+
</files>
|
|
132
|
+
</measure>
|