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,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
|
+
# Electric Baseboard Efficiency And Capacity
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
Electric Baseboard Efficiency And Capacity
|
|
9
|
+
|
|
10
|
+
## Modeler Description
|
|
11
|
+
Electric Baseboard Efficiency And Capacity
|
|
12
|
+
|
|
13
|
+
## Measure Type
|
|
14
|
+
ModelMeasure
|
|
15
|
+
|
|
16
|
+
## Taxonomy
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Arguments
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### efficiency
|
|
23
|
+
|
|
24
|
+
**Name:** base_eff,
|
|
25
|
+
**Type:** Double,
|
|
26
|
+
**Units:** ,
|
|
27
|
+
**Required:** true,
|
|
28
|
+
**Model Dependent:** false
|
|
29
|
+
|
|
30
|
+
### Nominal Capacity (W)
|
|
31
|
+
|
|
32
|
+
**Name:** nom_cap,
|
|
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,102 @@
|
|
|
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
|
+
# see the URL below for information on how to write OpenStudio measures
|
|
37
|
+
# http://nrel.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/
|
|
38
|
+
|
|
39
|
+
# start the measure
|
|
40
|
+
class ElectricBaseboardEfficiencyAndCapacity < OpenStudio::Measure::ModelMeasure
|
|
41
|
+
# human readable name
|
|
42
|
+
def name
|
|
43
|
+
'Electric Baseboard Efficiency And Capacity'
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# human readable description
|
|
47
|
+
def description
|
|
48
|
+
'Electric Baseboard Efficiency And Capacity'
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# human readable description of modeling approach
|
|
52
|
+
def modeler_description
|
|
53
|
+
'Electric Baseboard Efficiency And Capacity'
|
|
54
|
+
end
|
|
55
|
+
|
|
56
|
+
# define the arguments that the user will input
|
|
57
|
+
def arguments(_model)
|
|
58
|
+
args = OpenStudio::Measure::OSArgumentVector.new
|
|
59
|
+
|
|
60
|
+
# efficiency
|
|
61
|
+
base_eff = OpenStudio::Measure::OSArgument.makeDoubleArgument('base_eff', true)
|
|
62
|
+
base_eff.setDisplayName('efficiency')
|
|
63
|
+
base_eff.setDefaultValue(1.0)
|
|
64
|
+
args << base_eff
|
|
65
|
+
|
|
66
|
+
# capacity
|
|
67
|
+
nom_cap = OpenStudio::Measure::OSArgument.makeDoubleArgument('nom_cap', true)
|
|
68
|
+
nom_cap.setDisplayName('Nominal Capacity (W)')
|
|
69
|
+
nom_cap.setDefaultValue(1500)
|
|
70
|
+
args << nom_cap
|
|
71
|
+
|
|
72
|
+
args
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
# define what happens when the measure is run
|
|
76
|
+
def run(model, runner, user_arguments)
|
|
77
|
+
super(model, runner, user_arguments)
|
|
78
|
+
|
|
79
|
+
# use the built-in error checking
|
|
80
|
+
unless runner.validateUserArguments(arguments(model), user_arguments)
|
|
81
|
+
return false
|
|
82
|
+
end
|
|
83
|
+
|
|
84
|
+
# assign the user inputs to variables
|
|
85
|
+
base_eff = runner.getDoubleArgumentValue('base_eff', user_arguments)
|
|
86
|
+
nom_cap = runner.getDoubleArgumentValue('nom_cap', user_arguments)
|
|
87
|
+
|
|
88
|
+
model.getZoneHVACBaseboardConvectiveElectrics.each do |zone|
|
|
89
|
+
# base_eff = OpenStudio::Double.new(base_eff)
|
|
90
|
+
# nom_cap = OpenStudio::OptionalDouble.new(nom_cap)
|
|
91
|
+
zone.setEfficiency(base_eff)
|
|
92
|
+
zone.setNominalCapacity(nom_cap)
|
|
93
|
+
runner.registerInfo("Changing the base_eff to #{zone.getEfficiency} ")
|
|
94
|
+
runner.registerInfo("Changing the nominal capacity to #{zone.getNominalCapacity} ")
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
true
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# register the measure to be used by the application
|
|
102
|
+
ElectricBaseboardEfficiencyAndCapacity.new.registerWithApplication
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
<measure>
|
|
2
|
+
<schema_version>3.0</schema_version>
|
|
3
|
+
<name>electric_baseboard_efficiency_and_capacity</name>
|
|
4
|
+
<uid>4253e38c-6b48-4e96-8da7-002cec68d376</uid>
|
|
5
|
+
<version_id>81e6e7d4-a81e-4d21-90a6-50e5793c1a83</version_id>
|
|
6
|
+
<version_modified>20200325T030944Z</version_modified>
|
|
7
|
+
<xml_checksum>0DA5C9E6</xml_checksum>
|
|
8
|
+
<class_name>ElectricBaseboardEfficiencyAndCapacity</class_name>
|
|
9
|
+
<display_name>Electric Baseboard Efficiency And Capacity</display_name>
|
|
10
|
+
<description>Electric Baseboard Efficiency And Capacity</description>
|
|
11
|
+
<modeler_description>Electric Baseboard Efficiency And Capacity</modeler_description>
|
|
12
|
+
<arguments>
|
|
13
|
+
<argument>
|
|
14
|
+
<name>base_eff</name>
|
|
15
|
+
<display_name>efficiency</display_name>
|
|
16
|
+
<type>Double</type>
|
|
17
|
+
<required>true</required>
|
|
18
|
+
<model_dependent>false</model_dependent>
|
|
19
|
+
<default_value>1</default_value>
|
|
20
|
+
</argument>
|
|
21
|
+
<argument>
|
|
22
|
+
<name>nom_cap</name>
|
|
23
|
+
<display_name>Nominal Capacity (W)</display_name>
|
|
24
|
+
<type>Double</type>
|
|
25
|
+
<required>true</required>
|
|
26
|
+
<model_dependent>false</model_dependent>
|
|
27
|
+
<default_value>1500</default_value>
|
|
28
|
+
</argument>
|
|
29
|
+
</arguments>
|
|
30
|
+
<outputs/>
|
|
31
|
+
<provenances/>
|
|
32
|
+
<tags>
|
|
33
|
+
<tag>HVAC.Heating</tag>
|
|
34
|
+
</tags>
|
|
35
|
+
<attributes>
|
|
36
|
+
<attribute>
|
|
37
|
+
<name>Measure Type</name>
|
|
38
|
+
<value>ModelMeasure</value>
|
|
39
|
+
<datatype>string</datatype>
|
|
40
|
+
</attribute>
|
|
41
|
+
<attribute>
|
|
42
|
+
<name>Uses SketchUp API</name>
|
|
43
|
+
<value>false</value>
|
|
44
|
+
<datatype>boolean</datatype>
|
|
45
|
+
</attribute>
|
|
46
|
+
</attributes>
|
|
47
|
+
<files>
|
|
48
|
+
<file>
|
|
49
|
+
<filename>LICENSE.md</filename>
|
|
50
|
+
<filetype>md</filetype>
|
|
51
|
+
<usage_type>license</usage_type>
|
|
52
|
+
<checksum>E0468DD6</checksum>
|
|
53
|
+
</file>
|
|
54
|
+
<file>
|
|
55
|
+
<filename>README.md.erb</filename>
|
|
56
|
+
<filetype>erb</filetype>
|
|
57
|
+
<usage_type>readmeerb</usage_type>
|
|
58
|
+
<checksum>703C9964</checksum>
|
|
59
|
+
</file>
|
|
60
|
+
<file>
|
|
61
|
+
<filename>README.md</filename>
|
|
62
|
+
<filetype>md</filetype>
|
|
63
|
+
<usage_type>readme</usage_type>
|
|
64
|
+
<checksum>5B77F668</checksum>
|
|
65
|
+
</file>
|
|
66
|
+
<file>
|
|
67
|
+
<version>
|
|
68
|
+
<software_program>OpenStudio</software_program>
|
|
69
|
+
<identifier>2.1.1</identifier>
|
|
70
|
+
<min_compatible>2.1.1</min_compatible>
|
|
71
|
+
</version>
|
|
72
|
+
<filename>measure.rb</filename>
|
|
73
|
+
<filetype>rb</filetype>
|
|
74
|
+
<usage_type>script</usage_type>
|
|
75
|
+
<checksum>0DDDA6C8</checksum>
|
|
76
|
+
</file>
|
|
77
|
+
</files>
|
|
78
|
+
</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,48 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
###### (Automatically generated documentation)
|
|
4
|
+
|
|
5
|
+
# Exterior Wall Thermal Properties Multiplier
|
|
6
|
+
|
|
7
|
+
## Description
|
|
8
|
+
Change exterior walls by altering the thermal resistance, density, and solar absorptance of the wall constructions by a Multiplier
|
|
9
|
+
|
|
10
|
+
## Modeler Description
|
|
11
|
+
Change exterior walls by altering the thermal resistance, density, and solar absorptance of the wall constructions by a Multiplier
|
|
12
|
+
|
|
13
|
+
## Measure Type
|
|
14
|
+
ModelMeasure
|
|
15
|
+
|
|
16
|
+
## Taxonomy
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Arguments
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Exterior wall total R-value multiplier
|
|
23
|
+
|
|
24
|
+
**Name:** r_value_mult,
|
|
25
|
+
**Type:** Double,
|
|
26
|
+
**Units:** ,
|
|
27
|
+
**Required:** true,
|
|
28
|
+
**Model Dependent:** false
|
|
29
|
+
|
|
30
|
+
### Exterior wall solar absorptance multiplier
|
|
31
|
+
|
|
32
|
+
**Name:** solar_abs_mult,
|
|
33
|
+
**Type:** Double,
|
|
34
|
+
**Units:** ,
|
|
35
|
+
**Required:** true,
|
|
36
|
+
**Model Dependent:** false
|
|
37
|
+
|
|
38
|
+
### Exterior wall thermal mass multiplier
|
|
39
|
+
|
|
40
|
+
**Name:** thermal_mass_mult,
|
|
41
|
+
**Type:** Double,
|
|
42
|
+
**Units:** ,
|
|
43
|
+
**Required:** true,
|
|
44
|
+
**Model Dependent:** false
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
@@ -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,263 @@
|
|
|
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 ExteriorWallThermalPropertiesMultiplier < OpenStudio::Measure::ModelMeasure
|
|
38
|
+
# define the name that a user will see
|
|
39
|
+
def name
|
|
40
|
+
'Exterior Wall Thermal Properties Multiplier'
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# human readable description
|
|
44
|
+
def description
|
|
45
|
+
'Change exterior walls by altering the thermal resistance, density, and solar absorptance of the wall constructions by a Multiplier'
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
# human readable description of modeling approach
|
|
49
|
+
def modeler_description
|
|
50
|
+
'Change exterior walls by altering the thermal resistance, density, and solar absorptance of the wall constructions by a Multiplier'
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# short def to make numbers pretty (converts 4125001.25641 to 4,125,001.26 or 4,125,001). The definition be called through this measure
|
|
54
|
+
def neat_numbers(number, roundto = 2) # round to 0 or 2)
|
|
55
|
+
number = if roundto == 2
|
|
56
|
+
format '%.2f', number
|
|
57
|
+
else
|
|
58
|
+
number.round
|
|
59
|
+
end
|
|
60
|
+
# regex to add commas
|
|
61
|
+
number.to_s.reverse.gsub(/([0-9]{3}(?=([0-9])))/, '\\1,').reverse
|
|
62
|
+
end # end def neat_numbers
|
|
63
|
+
|
|
64
|
+
# helper to make it easier to do unit conversions on the fly
|
|
65
|
+
def unit_helper(number, from_unit_string, to_unit_string)
|
|
66
|
+
OpenStudio.convert(OpenStudio::Quantity.new(number, OpenStudio.createUnit(from_unit_string).get), OpenStudio.createUnit(to_unit_string).get).get.value
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
def check_multiplier(runner, multiplier)
|
|
70
|
+
if multiplier < 0
|
|
71
|
+
runner.registerError("Multiplier #{multiplier} cannot be negative.")
|
|
72
|
+
false
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# define the arguments that the user will input
|
|
77
|
+
def arguments(_model)
|
|
78
|
+
args = OpenStudio::Measure::OSArgumentVector.new
|
|
79
|
+
|
|
80
|
+
# make an argument insulation R-value
|
|
81
|
+
r_value_mult = OpenStudio::Measure::OSArgument.makeDoubleArgument('r_value_mult', true)
|
|
82
|
+
r_value_mult.setDisplayName('Exterior wall total R-value multiplier')
|
|
83
|
+
r_value_mult.setDefaultValue(1)
|
|
84
|
+
args << r_value_mult
|
|
85
|
+
|
|
86
|
+
solar_abs_mult = OpenStudio::Measure::OSArgument.makeDoubleArgument('solar_abs_mult', true)
|
|
87
|
+
solar_abs_mult.setDisplayName('Exterior wall solar absorptance multiplier')
|
|
88
|
+
solar_abs_mult.setDefaultValue(1)
|
|
89
|
+
args << solar_abs_mult
|
|
90
|
+
|
|
91
|
+
thermal_mass_mult = OpenStudio::Measure::OSArgument.makeDoubleArgument('thermal_mass_mult', true)
|
|
92
|
+
thermal_mass_mult.setDisplayName('Exterior wall thermal mass multiplier')
|
|
93
|
+
thermal_mass_mult.setDefaultValue(1)
|
|
94
|
+
args << thermal_mass_mult
|
|
95
|
+
|
|
96
|
+
args
|
|
97
|
+
end # end the arguments method
|
|
98
|
+
|
|
99
|
+
# define what happens when the measure is run
|
|
100
|
+
def run(model, runner, user_arguments)
|
|
101
|
+
super(model, runner, user_arguments)
|
|
102
|
+
|
|
103
|
+
# use the built-in error checking
|
|
104
|
+
unless runner.validateUserArguments(arguments(model), user_arguments)
|
|
105
|
+
return false
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# assign the user inputs to variables
|
|
109
|
+
r_value_mult = runner.getDoubleArgumentValue('r_value_mult', user_arguments)
|
|
110
|
+
check_multiplier(runner, r_value_mult)
|
|
111
|
+
solar_abs_mult = runner.getDoubleArgumentValue('solar_abs_mult', user_arguments)
|
|
112
|
+
check_multiplier(runner, solar_abs_mult)
|
|
113
|
+
thermal_mass_mult = runner.getDoubleArgumentValue('thermal_mass_mult', user_arguments)
|
|
114
|
+
check_multiplier(runner, thermal_mass_mult)
|
|
115
|
+
|
|
116
|
+
# create an array of exterior surfaces and construction types
|
|
117
|
+
surfaces = model.getSurfaces
|
|
118
|
+
exterior_surfaces = []
|
|
119
|
+
exterior_surface_constructions = []
|
|
120
|
+
surfaces.each do |surface|
|
|
121
|
+
next unless surface.outsideBoundaryCondition == 'Outdoors' && surface.surfaceType == 'Wall'
|
|
122
|
+
exterior_surfaces << surface
|
|
123
|
+
exterior_surface_const = surface.construction.get
|
|
124
|
+
# only add construction if it hasn't been added yet
|
|
125
|
+
unless exterior_surface_constructions.include?(exterior_surface_const)
|
|
126
|
+
exterior_surface_constructions << exterior_surface_const.to_Construction.get
|
|
127
|
+
end
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
# nothing will be done if there are no exterior surfaces
|
|
131
|
+
if exterior_surfaces.empty?
|
|
132
|
+
runner.registerAsNotApplicable('Model does not have any exterior walls.')
|
|
133
|
+
return true
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
# get initial number of surfaces having each construction type
|
|
137
|
+
initial_condition_string = 'Initial number of surfaces of each construction type: '
|
|
138
|
+
exterior_surface_construction_numbers = []
|
|
139
|
+
exterior_surface_constructions.each_with_index do |construction, index|
|
|
140
|
+
exterior_surface_construction_numbers[index] = 0
|
|
141
|
+
initial_condition_string << "'#{construction.name}': "
|
|
142
|
+
exterior_surfaces.each do |surface|
|
|
143
|
+
exterior_surface_construction_numbers[index] += 1 if surface.construction.get.handle.to_s == construction.handle.to_s
|
|
144
|
+
end
|
|
145
|
+
initial_condition_string << "#{exterior_surface_construction_numbers[index]}, "
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
runner.registerInitialCondition(initial_condition_string)
|
|
149
|
+
|
|
150
|
+
# get initial sets of construction layers and desired values
|
|
151
|
+
initial_layers = []
|
|
152
|
+
initial_r_val = []
|
|
153
|
+
initial_sol_abs = []
|
|
154
|
+
initial_thm_mass = []
|
|
155
|
+
initial_r_val_d = []
|
|
156
|
+
initial_sol_abs_d = []
|
|
157
|
+
initial_thm_mass_d = []
|
|
158
|
+
exterior_surface_constructions.each_with_index do |_construction, con_index|
|
|
159
|
+
initial_layers[con_index] = exterior_surface_constructions[con_index].layers
|
|
160
|
+
initial_sol_abs[con_index] = initial_layers[con_index][0].to_StandardOpaqueMaterial.get.solarAbsorptance
|
|
161
|
+
initial_r_val[con_index] = []
|
|
162
|
+
initial_thm_mass[con_index] = []
|
|
163
|
+
initial_sol_abs_d[con_index] = neat_numbers(initial_layers[con_index][0].to_StandardOpaqueMaterial.get.solarAbsorptance)
|
|
164
|
+
initial_r_val_d[con_index] = []
|
|
165
|
+
initial_thm_mass_d[con_index] = []
|
|
166
|
+
initial_layers[con_index].each_with_index do |layer, lay_index|
|
|
167
|
+
initial_r_val[con_index][lay_index] = initial_layers[con_index][lay_index].to_OpaqueMaterial.get.thermalResistance
|
|
168
|
+
initial_thm_mass[con_index][lay_index] = initial_layers[con_index][lay_index].to_StandardOpaqueMaterial.get.density if layer.to_StandardOpaqueMaterial.is_initialized
|
|
169
|
+
initial_r_val_d[con_index][lay_index] = neat_numbers(initial_layers[con_index][lay_index].to_OpaqueMaterial.get.thermalResistance) if layer.to_OpaqueMaterial.is_initialized
|
|
170
|
+
initial_thm_mass_d[con_index][lay_index] = neat_numbers(initial_layers[con_index][lay_index].to_StandardOpaqueMaterial.get.density) if layer.to_StandardOpaqueMaterial.is_initialized
|
|
171
|
+
end
|
|
172
|
+
end
|
|
173
|
+
initial_r_val_units = 'm^2*K/W'
|
|
174
|
+
initial_thm_mass_units = 'kg/m3'
|
|
175
|
+
|
|
176
|
+
# calculate desired values for each construction and layer
|
|
177
|
+
desired_r_val = []
|
|
178
|
+
desired_sol_abs = []
|
|
179
|
+
desired_thm_mass = []
|
|
180
|
+
initial_r_val.each_index do |index1|
|
|
181
|
+
desired_r_val[index1] = []
|
|
182
|
+
initial_r_val[index1].each_index do |index2|
|
|
183
|
+
desired_r_val[index1][index2] = initial_r_val[index1][index2] * r_value_mult if initial_r_val[index1][index2]
|
|
184
|
+
end
|
|
185
|
+
end
|
|
186
|
+
initial_sol_abs.each_index do |index1|
|
|
187
|
+
next unless initial_sol_abs[index1]
|
|
188
|
+
desired_sol_abs[index1] = initial_sol_abs[index1] * solar_abs_mult
|
|
189
|
+
if desired_sol_abs[index1] > 1
|
|
190
|
+
desired_sol_abs[index1] = 1
|
|
191
|
+
runner.registerWarning("Initial solar absorptance of '#{initial_layers[index1][0].name}' was #{initial_sol_abs[index1]}. Multiplying it by #{solar_abs_mult} results in a number greater than 1, which is outside the allowed range. The value is instead being set to #{desired_sol_abs[index1]}")
|
|
192
|
+
elsif desired_sol_abs[index1] < 0
|
|
193
|
+
desired_sol_abs[index1] = 0
|
|
194
|
+
runner.registerWarning("Initial solar absorptance of '#{initial_layers[index1][0].name}' was #{initial_sol_abs[index1]}. Multiplying it by #{solar_abs_mult} results in a number less than 0, which is outside the allowed range. The value is instead being set to #{desired_sol_abs[index1]}")
|
|
195
|
+
end
|
|
196
|
+
end
|
|
197
|
+
initial_thm_mass.each_index do |index1|
|
|
198
|
+
desired_thm_mass[index1] = []
|
|
199
|
+
initial_thm_mass[index1].each_index do |index2|
|
|
200
|
+
desired_thm_mass[index1][index2] = initial_thm_mass[index1][index2] * thermal_mass_mult if initial_thm_mass[index1][index2]
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
|
|
204
|
+
# initalize final values arrays
|
|
205
|
+
final_construction = []
|
|
206
|
+
final_r_val = []
|
|
207
|
+
final_sol_abs = []
|
|
208
|
+
final_thm_mass = []
|
|
209
|
+
final_r_val_d = []
|
|
210
|
+
final_sol_abs_d = []
|
|
211
|
+
final_thm_mass_d = []
|
|
212
|
+
initial_r_val.each_with_index { |_, index| final_r_val[index] = [] }
|
|
213
|
+
initial_thm_mass.each_with_index { |_, index| final_thm_mass[index] = [] }
|
|
214
|
+
initial_r_val_d.each_with_index { |_, index| final_r_val_d[index] = [] }
|
|
215
|
+
initial_thm_mass_d.each_with_index { |_, index| final_thm_mass_d[index] = [] }
|
|
216
|
+
|
|
217
|
+
# replace exterior surface wall constructions
|
|
218
|
+
exterior_surface_constructions.each_with_index do |construction, con_index|
|
|
219
|
+
# create and name new construction
|
|
220
|
+
new_construction = construction.clone
|
|
221
|
+
new_construction = new_construction.to_Construction.get
|
|
222
|
+
new_construction.setName("#{construction.name} (R #{r_value_mult.round(1)}x Solar #{solar_abs_mult.round(1)}x Therm #{thermal_mass_mult.round(1)}x)")
|
|
223
|
+
# replace layers in new construction
|
|
224
|
+
new_construction.layers.each_with_index do |layer, lay_index|
|
|
225
|
+
new_layer = layer.clone
|
|
226
|
+
new_layer = new_layer.to_Material.get
|
|
227
|
+
# update thermal properties for the layer based on desired arrays
|
|
228
|
+
new_layer.to_StandardOpaqueMaterial.get.setSolarAbsorptance(desired_sol_abs[con_index]) if lay_index == 0 && layer.to_StandardOpaqueMaterial.is_initialized # only apply to outer surface
|
|
229
|
+
new_layer.to_OpaqueMaterial.get.setThermalResistance(desired_r_val[con_index][lay_index]) if layer.to_OpaqueMaterial.is_initialized
|
|
230
|
+
new_layer.to_StandardOpaqueMaterial.get.setDensity(desired_thm_mass[con_index][lay_index]) if layer.to_StandardOpaqueMaterial.is_initialized && desired_thm_mass[con_index][lay_index] != 0
|
|
231
|
+
new_layer.setName("#{layer.name} (R #{r_value_mult.round(1)}x Solar #{solar_abs_mult.round(1)}x Therm #{thermal_mass_mult.round(1)}x)")
|
|
232
|
+
new_construction.setLayer(lay_index, new_layer)
|
|
233
|
+
# calculate properties of new layer and output nice names
|
|
234
|
+
final_r_val[con_index][lay_index] = new_construction.layers[lay_index].to_OpaqueMaterial.get.thermalResistance if layer.to_OpaqueMaterial.is_initialized
|
|
235
|
+
final_sol_abs[con_index] = new_construction.layers[lay_index].to_StandardOpaqueMaterial.get.getSolarAbsorptance.value if lay_index == 0 && layer.to_StandardOpaqueMaterial.is_initialized
|
|
236
|
+
final_thm_mass[con_index][lay_index] = new_construction.layers[lay_index].to_StandardOpaqueMaterial.get.getDensity.value if layer.to_StandardOpaqueMaterial.is_initialized
|
|
237
|
+
final_r_val_d[con_index][lay_index] = neat_numbers(final_r_val[con_index][lay_index])
|
|
238
|
+
final_sol_abs_d[con_index] = neat_numbers(final_sol_abs[con_index]) if lay_index == 0 && layer.to_StandardOpaqueMaterial.is_initialized
|
|
239
|
+
final_thm_mass_d[con_index][lay_index] = neat_numbers(final_thm_mass[con_index][lay_index]) if layer.to_StandardOpaqueMaterial.is_initialized
|
|
240
|
+
runner.registerInfo("Updated material '#{layer.name}' in construction '#{new_construction.name}' to '#{new_layer.name}' as follows:")
|
|
241
|
+
final_r_val[con_index][lay_index] ? runner.registerInfo("R-Value updated from #{initial_r_val_d[con_index][lay_index]} to #{final_r_val_d[con_index][lay_index]} (#{(final_r_val[con_index][lay_index] / initial_r_val[con_index][lay_index]).round(2)} mult)") : runner.registerInfo("R-Value was #{initial_r_val_d[con_index][lay_index]} and now is nil_value")
|
|
242
|
+
final_thm_mass[con_index][lay_index] ? runner.registerInfo("Thermal Mass updated from #{initial_thm_mass_d[con_index][lay_index]} to #{final_thm_mass_d[con_index][lay_index]} (#{(final_thm_mass[con_index][lay_index] / initial_thm_mass[con_index][lay_index]).round(2)} mult)") : runner.registerInfo("Thermal Mass was #{initial_thm_mass[con_index][lay_index]} and now is nil_value")
|
|
243
|
+
if lay_index == 0
|
|
244
|
+
final_sol_abs[con_index] ? runner.registerInfo("Solar Absorptance updated from #{initial_sol_abs_d[con_index]} to #{final_sol_abs_d[con_index]} (#{(final_sol_abs[con_index] / initial_sol_abs[con_index]).round(2)} mult)") : runner.registerInfo("Solar Absorptance was #{initial_sol_abs[con_index][lay_index]} and now is nil_value")
|
|
245
|
+
end
|
|
246
|
+
end
|
|
247
|
+
final_construction[con_index] = new_construction
|
|
248
|
+
# update surfaces with construction = construction to new_construction
|
|
249
|
+
exterior_surfaces.each do |surface|
|
|
250
|
+
surface.setConstruction(new_construction) if surface.construction.get.handle.to_s == construction.handle.to_s
|
|
251
|
+
end
|
|
252
|
+
runner.registerInfo("Using New Construction #{new_construction.name}")
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
# report desired condition
|
|
256
|
+
runner.registerFinalCondition("Applied R #{r_value_mult.round(1)}x Solar #{solar_abs_mult.round(1)}x Therm #{thermal_mass_mult.round(1)}x change")
|
|
257
|
+
|
|
258
|
+
true
|
|
259
|
+
end # end the run method
|
|
260
|
+
end # end the measure
|
|
261
|
+
|
|
262
|
+
# this allows the measure to be used by the application
|
|
263
|
+
ExteriorWallThermalPropertiesMultiplier.new.registerWithApplication
|