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,216 @@
|
|
|
1
|
+
<measure>
|
|
2
|
+
<schema_version>3.0</schema_version>
|
|
3
|
+
<name>maalka_monthly_json_utility_data</name>
|
|
4
|
+
<uid>afe82cf5-3e3a-43ea-b31e-8289ff268bed</uid>
|
|
5
|
+
<version_id>16d24197-d1f1-4fbf-ad4d-3aa2ede1c90f</version_id>
|
|
6
|
+
<version_modified>20200325T030944Z</version_modified>
|
|
7
|
+
<xml_checksum>057E8D9D</xml_checksum>
|
|
8
|
+
<class_name>MaalkaMonthlyJSONUtilityData</class_name>
|
|
9
|
+
<display_name>Maalka Formatted Monthly JSON Utility Data</display_name>
|
|
10
|
+
<description>Maalka Formatted Monthly JSON Utility Data</description>
|
|
11
|
+
<modeler_description>Add Maalka Formatted Monthly JSON Utility Data to OSM as a UtilityBill Object</modeler_description>
|
|
12
|
+
<arguments>
|
|
13
|
+
<argument>
|
|
14
|
+
<name>json</name>
|
|
15
|
+
<display_name>Path to JSON Data.</display_name>
|
|
16
|
+
<description>Path to JSON Data. resources is default directory name of uploaded files in the server.</description>
|
|
17
|
+
<type>String</type>
|
|
18
|
+
<required>true</required>
|
|
19
|
+
<model_dependent>false</model_dependent>
|
|
20
|
+
<default_value>../../../lib/resources/sample_json.json</default_value>
|
|
21
|
+
</argument>
|
|
22
|
+
<argument>
|
|
23
|
+
<name>variable_name</name>
|
|
24
|
+
<display_name>Variable name</display_name>
|
|
25
|
+
<description>Name of the Utility Bill Object. For Calibration Report use Electric Bill or Gas Bill</description>
|
|
26
|
+
<type>String</type>
|
|
27
|
+
<required>true</required>
|
|
28
|
+
<model_dependent>false</model_dependent>
|
|
29
|
+
<default_value>Electric Bill</default_value>
|
|
30
|
+
</argument>
|
|
31
|
+
<argument>
|
|
32
|
+
<name>maalka_fuel_type</name>
|
|
33
|
+
<display_name>Maalka Fuel Type in JSON</display_name>
|
|
34
|
+
<description>Maalka Fuel Type in JSON</description>
|
|
35
|
+
<type>Choice</type>
|
|
36
|
+
<required>true</required>
|
|
37
|
+
<model_dependent>false</model_dependent>
|
|
38
|
+
<default_value>electric</default_value>
|
|
39
|
+
<choices>
|
|
40
|
+
<choice>
|
|
41
|
+
<value>electric</value>
|
|
42
|
+
<display_name>electric</display_name>
|
|
43
|
+
</choice>
|
|
44
|
+
<choice>
|
|
45
|
+
<value>naturalGas</value>
|
|
46
|
+
<display_name>naturalGas</display_name>
|
|
47
|
+
</choice>
|
|
48
|
+
</choices>
|
|
49
|
+
</argument>
|
|
50
|
+
<argument>
|
|
51
|
+
<name>fuel_type</name>
|
|
52
|
+
<display_name>OpenStudio Fuel Type</display_name>
|
|
53
|
+
<description>OpenStudio Fuel Type</description>
|
|
54
|
+
<type>Choice</type>
|
|
55
|
+
<required>true</required>
|
|
56
|
+
<model_dependent>false</model_dependent>
|
|
57
|
+
<default_value>Electricity</default_value>
|
|
58
|
+
<choices>
|
|
59
|
+
<choice>
|
|
60
|
+
<value>NaturalGas</value>
|
|
61
|
+
<display_name>NaturalGas</display_name>
|
|
62
|
+
</choice>
|
|
63
|
+
<choice>
|
|
64
|
+
<value>Electricity</value>
|
|
65
|
+
<display_name>Electricity</display_name>
|
|
66
|
+
</choice>
|
|
67
|
+
<choice>
|
|
68
|
+
<value>PropaneGas</value>
|
|
69
|
+
<display_name>PropaneGas</display_name>
|
|
70
|
+
</choice>
|
|
71
|
+
</choices>
|
|
72
|
+
</argument>
|
|
73
|
+
<argument>
|
|
74
|
+
<name>consumption_unit</name>
|
|
75
|
+
<display_name>OpenStudio Consumption Unit</display_name>
|
|
76
|
+
<description>OpenStudio Consumption Unit (usually kWh or therms)</description>
|
|
77
|
+
<type>Choice</type>
|
|
78
|
+
<required>true</required>
|
|
79
|
+
<model_dependent>false</model_dependent>
|
|
80
|
+
<default_value>kWh</default_value>
|
|
81
|
+
<choices>
|
|
82
|
+
<choice>
|
|
83
|
+
<value>kWh</value>
|
|
84
|
+
<display_name>kWh</display_name>
|
|
85
|
+
</choice>
|
|
86
|
+
<choice>
|
|
87
|
+
<value>therms</value>
|
|
88
|
+
<display_name>therms</display_name>
|
|
89
|
+
</choice>
|
|
90
|
+
</choices>
|
|
91
|
+
</argument>
|
|
92
|
+
<argument>
|
|
93
|
+
<name>data_key_name</name>
|
|
94
|
+
<display_name>Maalka data key name in JSON</display_name>
|
|
95
|
+
<description>Maalka data key name in JSON (tot_kwh or tot_therms)</description>
|
|
96
|
+
<type>Choice</type>
|
|
97
|
+
<required>true</required>
|
|
98
|
+
<model_dependent>false</model_dependent>
|
|
99
|
+
<default_value>tot_kwh</default_value>
|
|
100
|
+
<choices>
|
|
101
|
+
<choice>
|
|
102
|
+
<value>tot_kwh</value>
|
|
103
|
+
<display_name>tot_kwh</display_name>
|
|
104
|
+
</choice>
|
|
105
|
+
<choice>
|
|
106
|
+
<value>tot_therms</value>
|
|
107
|
+
<display_name>tot_therms</display_name>
|
|
108
|
+
</choice>
|
|
109
|
+
</choices>
|
|
110
|
+
</argument>
|
|
111
|
+
<argument>
|
|
112
|
+
<name>start_date</name>
|
|
113
|
+
<display_name>Start date</display_name>
|
|
114
|
+
<description>Start date format %Y%m%dT%H%M%S with Hour Min Sec optional</description>
|
|
115
|
+
<type>String</type>
|
|
116
|
+
<required>true</required>
|
|
117
|
+
<model_dependent>false</model_dependent>
|
|
118
|
+
<default_value>2013-01-1</default_value>
|
|
119
|
+
</argument>
|
|
120
|
+
<argument>
|
|
121
|
+
<name>end_date</name>
|
|
122
|
+
<display_name>End date</display_name>
|
|
123
|
+
<description>End date format %Y%m%dT%H%M%S with Hour Min Sec optional</description>
|
|
124
|
+
<type>String</type>
|
|
125
|
+
<required>true</required>
|
|
126
|
+
<model_dependent>false</model_dependent>
|
|
127
|
+
<default_value>2013-12-31</default_value>
|
|
128
|
+
</argument>
|
|
129
|
+
<argument>
|
|
130
|
+
<name>remove_existing_data</name>
|
|
131
|
+
<display_name>remove all existing Utility Bill data objects from model</display_name>
|
|
132
|
+
<description>remove all existing Utility Bill data objects from model</description>
|
|
133
|
+
<type>Boolean</type>
|
|
134
|
+
<required>true</required>
|
|
135
|
+
<model_dependent>false</model_dependent>
|
|
136
|
+
<default_value>false</default_value>
|
|
137
|
+
<choices>
|
|
138
|
+
<choice>
|
|
139
|
+
<value>true</value>
|
|
140
|
+
<display_name>true</display_name>
|
|
141
|
+
</choice>
|
|
142
|
+
<choice>
|
|
143
|
+
<value>false</value>
|
|
144
|
+
<display_name>false</display_name>
|
|
145
|
+
</choice>
|
|
146
|
+
</choices>
|
|
147
|
+
</argument>
|
|
148
|
+
<argument>
|
|
149
|
+
<name>set_runperiod</name>
|
|
150
|
+
<display_name>Set RunPeriod Object in model to use start and end dates</display_name>
|
|
151
|
+
<description>Set RunPeriod Object in model to use start and end dates. Only needed once if multiple copies of measure being used.</description>
|
|
152
|
+
<type>Boolean</type>
|
|
153
|
+
<required>true</required>
|
|
154
|
+
<model_dependent>false</model_dependent>
|
|
155
|
+
<default_value>false</default_value>
|
|
156
|
+
<choices>
|
|
157
|
+
<choice>
|
|
158
|
+
<value>true</value>
|
|
159
|
+
<display_name>true</display_name>
|
|
160
|
+
</choice>
|
|
161
|
+
<choice>
|
|
162
|
+
<value>false</value>
|
|
163
|
+
<display_name>false</display_name>
|
|
164
|
+
</choice>
|
|
165
|
+
</choices>
|
|
166
|
+
</argument>
|
|
167
|
+
</arguments>
|
|
168
|
+
<outputs/>
|
|
169
|
+
<provenances/>
|
|
170
|
+
<tags>
|
|
171
|
+
<tag>Whole Building.Space Types</tag>
|
|
172
|
+
</tags>
|
|
173
|
+
<attributes>
|
|
174
|
+
<attribute>
|
|
175
|
+
<name>Measure Type</name>
|
|
176
|
+
<value>ModelMeasure</value>
|
|
177
|
+
<datatype>string</datatype>
|
|
178
|
+
</attribute>
|
|
179
|
+
<attribute>
|
|
180
|
+
<name>Uses SketchUp API</name>
|
|
181
|
+
<value>false</value>
|
|
182
|
+
<datatype>boolean</datatype>
|
|
183
|
+
</attribute>
|
|
184
|
+
</attributes>
|
|
185
|
+
<files>
|
|
186
|
+
<file>
|
|
187
|
+
<filename>LICENSE.md</filename>
|
|
188
|
+
<filetype>md</filetype>
|
|
189
|
+
<usage_type>license</usage_type>
|
|
190
|
+
<checksum>E0468DD6</checksum>
|
|
191
|
+
</file>
|
|
192
|
+
<file>
|
|
193
|
+
<filename>README.md.erb</filename>
|
|
194
|
+
<filetype>erb</filetype>
|
|
195
|
+
<usage_type>readmeerb</usage_type>
|
|
196
|
+
<checksum>703C9964</checksum>
|
|
197
|
+
</file>
|
|
198
|
+
<file>
|
|
199
|
+
<filename>README.md</filename>
|
|
200
|
+
<filetype>md</filetype>
|
|
201
|
+
<usage_type>readme</usage_type>
|
|
202
|
+
<checksum>6B54533E</checksum>
|
|
203
|
+
</file>
|
|
204
|
+
<file>
|
|
205
|
+
<version>
|
|
206
|
+
<software_program>OpenStudio</software_program>
|
|
207
|
+
<identifier>2.1.0</identifier>
|
|
208
|
+
<min_compatible>2.1.0</min_compatible>
|
|
209
|
+
</version>
|
|
210
|
+
<filename>measure.rb</filename>
|
|
211
|
+
<filetype>rb</filetype>
|
|
212
|
+
<usage_type>script</usage_type>
|
|
213
|
+
<checksum>9D8320DF</checksum>
|
|
214
|
+
</file>
|
|
215
|
+
</files>
|
|
216
|
+
</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 Multiplier
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
Change R-value of Insulation Layer for Construction By a Multiplier
|
|
9
|
+
|
|
10
|
+
## Modeler Description
|
|
11
|
+
Change R-value of Insulation Layer for Construction By a Multiplier
|
|
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
|
+
### Multiplier for R-value for Insulation Layer of Construction.
|
|
31
|
+
|
|
32
|
+
**Name:** r_value_multplier,
|
|
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,196 @@
|
|
|
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 RValueOfInsulationForConstructionMultiplier < 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 Multiplier'
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# human readable description
|
|
44
|
+
def description
|
|
45
|
+
'Change R-value of Insulation Layer for Construction By a Multiplier'
|
|
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 Multiplier'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
def check_multiplier(runner, multiplier)
|
|
54
|
+
if multiplier < 0
|
|
55
|
+
runner.registerError("Multiplier #{multiplier} cannot be negative.")
|
|
56
|
+
false
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
# define the arguments that the user will input
|
|
61
|
+
def arguments(model)
|
|
62
|
+
args = OpenStudio::Measure::OSArgumentVector.new
|
|
63
|
+
|
|
64
|
+
# populate choice argument for constructions that are applied to surfaces in the model
|
|
65
|
+
construction_handles = OpenStudio::StringVector.new
|
|
66
|
+
construction_display_names = OpenStudio::StringVector.new
|
|
67
|
+
|
|
68
|
+
# putting space types and names into hash
|
|
69
|
+
construction_args = model.getConstructions
|
|
70
|
+
construction_args_hash = {}
|
|
71
|
+
construction_args.each do |construction_arg|
|
|
72
|
+
construction_args_hash[construction_arg.name.to_s] = construction_arg
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# looping through sorted hash of constructions
|
|
76
|
+
construction_args_hash.sort.map do |key, value|
|
|
77
|
+
# only include if construction is used on surface
|
|
78
|
+
if value.getNetArea > 0
|
|
79
|
+
construction_handles << value.handle.to_s
|
|
80
|
+
construction_display_names << key
|
|
81
|
+
end
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# make an argument for construction
|
|
85
|
+
construction = OpenStudio::Measure::OSArgument.makeChoiceArgument('construction', construction_handles, construction_display_names, true)
|
|
86
|
+
construction.setDisplayName('Choose a Construction to Alter.')
|
|
87
|
+
args << construction
|
|
88
|
+
|
|
89
|
+
# make an argument insulation R-value
|
|
90
|
+
r_value_multplier = OpenStudio::Measure::OSArgument.makeDoubleArgument('r_value_multplier', true)
|
|
91
|
+
r_value_multplier.setDisplayName('Multiplier for R-value for Insulation Layer of Construction.')
|
|
92
|
+
r_value_multplier.setDefaultValue(1.0)
|
|
93
|
+
args << r_value_multplier
|
|
94
|
+
|
|
95
|
+
args
|
|
96
|
+
end # end the arguments method
|
|
97
|
+
|
|
98
|
+
# define what happens when the measure is run
|
|
99
|
+
def run(model, runner, user_arguments)
|
|
100
|
+
super(model, runner, user_arguments)
|
|
101
|
+
|
|
102
|
+
# use the built-in error checking
|
|
103
|
+
unless runner.validateUserArguments(arguments(model), user_arguments)
|
|
104
|
+
return false
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
# assign the user inputs to variables
|
|
108
|
+
construction = runner.getOptionalWorkspaceObjectChoiceValue('construction', user_arguments, model) # model is passed in because of argument type
|
|
109
|
+
r_value_multplier = runner.getDoubleArgumentValue('r_value_multplier', user_arguments)
|
|
110
|
+
check_multiplier(runner, r_value_multplier)
|
|
111
|
+
# check the construction for reasonableness
|
|
112
|
+
if construction.empty?
|
|
113
|
+
handle = runner.getStringArgumentValue('construction', user_arguments)
|
|
114
|
+
if handle.empty?
|
|
115
|
+
runner.registerError('No construction was chosen.')
|
|
116
|
+
else
|
|
117
|
+
runner.registerError("The selected construction with handle '#{handle}' was not found in the model. It may have been removed by another measure.")
|
|
118
|
+
end
|
|
119
|
+
return false
|
|
120
|
+
else
|
|
121
|
+
if !construction.get.to_Construction.empty?
|
|
122
|
+
construction = construction.get.to_Construction.get
|
|
123
|
+
else
|
|
124
|
+
runner.registerError('Script Error - argument not showing up as construction.')
|
|
125
|
+
return false
|
|
126
|
+
end
|
|
127
|
+
end # end of if construction.empty?
|
|
128
|
+
|
|
129
|
+
# set limit for minimum insulation. This is used to limit input and for inferring insulation layer in construction.
|
|
130
|
+
min_expected_r_value_multplier_ip = 1 # ip units
|
|
131
|
+
|
|
132
|
+
# report initial condition
|
|
133
|
+
initial_r_value_ip = OpenStudio.convert(1.0 / construction.thermalConductance.to_f, 'm^2*K/W', 'ft^2*h*R/Btu')
|
|
134
|
+
runner.registerInitialCondition("The Initial R-value of #{construction.name} is #{initial_r_value_ip} (ft^2*h*R/Btu).")
|
|
135
|
+
runner.registerValue('initial_r_value_ip', initial_r_value_ip.to_f, 'ft^2*h*R/Btu')
|
|
136
|
+
|
|
137
|
+
# TODO: - find and test insulation
|
|
138
|
+
construction_layers = construction.layers
|
|
139
|
+
max_thermal_resistance_material = construction_layers[0]
|
|
140
|
+
max_thermal_resistance_material_index = 0
|
|
141
|
+
counter = 0
|
|
142
|
+
thermal_resistance_values = []
|
|
143
|
+
|
|
144
|
+
# loop through construction layers and infer insulation layer/material
|
|
145
|
+
construction_layers.each do |construction_layer|
|
|
146
|
+
construction_layer_r_value = construction_layer.to_OpaqueMaterial.get.thermalResistance
|
|
147
|
+
unless thermal_resistance_values.empty?
|
|
148
|
+
if construction_layer_r_value > thermal_resistance_values.max
|
|
149
|
+
max_thermal_resistance_material = construction_layer
|
|
150
|
+
max_thermal_resistance_material_index = counter
|
|
151
|
+
end
|
|
152
|
+
end
|
|
153
|
+
thermal_resistance_values << construction_layer_r_value
|
|
154
|
+
counter += 1
|
|
155
|
+
end
|
|
156
|
+
if thermal_resistance_values.max <= OpenStudio.convert(min_expected_r_value_multplier_ip, 'ft^2*h*R/Btu', 'm^2*K/W').get
|
|
157
|
+
runner.registerAsNotApplicable("Construction '#{construction.name}' does not appear to have an insulation layer and was not altered.")
|
|
158
|
+
return true
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
# clone insulation material
|
|
162
|
+
new_material = max_thermal_resistance_material.clone(model)
|
|
163
|
+
new_material = new_material.to_OpaqueMaterial.get
|
|
164
|
+
new_material.setName("#{max_thermal_resistance_material.name} (R #{r_value_multplier.round(2)}x Multiplier)") if r_value_multplier != 1
|
|
165
|
+
construction.eraseLayer(max_thermal_resistance_material_index)
|
|
166
|
+
construction.insertLayer(max_thermal_resistance_material_index, new_material)
|
|
167
|
+
runner.registerInfo("For construction'#{construction.name}', '#{max_thermal_resistance_material.name}' was altered.")
|
|
168
|
+
|
|
169
|
+
# edit clone material
|
|
170
|
+
new_material_matt = new_material.to_Material
|
|
171
|
+
unless new_material_matt.empty?
|
|
172
|
+
starting_thickness = new_material_matt.get.thickness
|
|
173
|
+
target_thickness = starting_thickness * r_value_multplier
|
|
174
|
+
final_thickness = new_material_matt.get.setThickness(target_thickness)
|
|
175
|
+
end
|
|
176
|
+
new_material_massless = new_material.to_MasslessOpaqueMaterial
|
|
177
|
+
unless new_material_massless.empty?
|
|
178
|
+
starting_thermal_resistance = new_material_massless.get.thermalResistance
|
|
179
|
+
final_thermal_resistance = new_material_massless.get.setThermalResistance(starting_thermal_resistance * r_value_multplier)
|
|
180
|
+
end
|
|
181
|
+
new_material_airgap = new_material.to_AirGap
|
|
182
|
+
unless new_material_airgap.empty?
|
|
183
|
+
starting_thermal_resistance = new_material_airgap.get.thermalResistance
|
|
184
|
+
final_thermal_resistance = new_material_airgap.get.setThermalResistance(starting_thermal_resistance * r_value_multplier)
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
# report initial condition
|
|
188
|
+
final_r_value_ip = OpenStudio.convert(1 / construction.thermalConductance.to_f, 'm^2*K/W', 'ft^2*h*R/Btu')
|
|
189
|
+
runner.registerFinalCondition("The Final R-value of #{construction.name} is #{final_r_value_ip} (ft^2*h*R/Btu).")
|
|
190
|
+
runner.registerValue('final_r_value_ip', final_r_value_ip.to_f, 'ft^2*h*R/Btu')
|
|
191
|
+
true
|
|
192
|
+
end # end the run method
|
|
193
|
+
end # end the measure
|
|
194
|
+
|
|
195
|
+
# this allows the measure to be used by the application
|
|
196
|
+
RValueOfInsulationForConstructionMultiplier.new.registerWithApplication
|