openstudio-geb 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/lib/measures/GEB Metrics Report/resources/os_lib_reporting.rb +5 -24
  3. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/LICENSE.md +13 -0
  4. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/README.md +152 -0
  5. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/README.md.erb +45 -0
  6. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/docs/.gitkeep +0 -0
  7. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/measure.rb +604 -0
  8. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/measure.xml +265 -0
  9. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/tests/USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw +8768 -0
  10. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/tests/add_fan_assist_night_ventilation_with_hybrid_control_test.rb +94 -0
  11. data/lib/measures/add_fan_assist_night_ventilation_with_hybrid_control/tests/medium_office_with_internal_windows.osm +13459 -0
  12. data/lib/measures/add_heat_pump_water_heater/measure.rb +2 -2
  13. data/lib/measures/apply_dynamic_coating_to_roof_wall/LICENSE.md +1 -0
  14. data/lib/measures/apply_dynamic_coating_to_roof_wall/README.md +101 -0
  15. data/lib/measures/apply_dynamic_coating_to_roof_wall/README.md.erb +45 -0
  16. data/lib/measures/apply_dynamic_coating_to_roof_wall/docs/.gitkeep +0 -0
  17. data/lib/measures/apply_dynamic_coating_to_roof_wall/measure.rb +421 -0
  18. data/lib/measures/apply_dynamic_coating_to_roof_wall/measure.xml +204 -0
  19. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm +13669 -0
  20. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/SF-CACZ6-HPWH-pre1978.osm +16130 -0
  21. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw +8768 -0
  22. data/lib/measures/apply_dynamic_coating_to_roof_wall/tests/apply_dynamic_coating_to_roof_wall_test.rb +81 -0
  23. data/lib/openstudio/geb/run.rb +34 -0
  24. data/lib/openstudio/geb/version.rb +1 -1
  25. metadata +23 -3
@@ -0,0 +1,204 @@
1
+ <?xml version="1.0"?>
2
+ <measure>
3
+ <schema_version>3.0</schema_version>
4
+ <name>apply_dynamic_coating_to_roof_wall</name>
5
+ <uid>798beecf-b1eb-466c-ae5b-7a9e1197c908</uid>
6
+ <version_id>bfa5b8bd-ac57-416b-ba13-68a261754eb7</version_id>
7
+ <version_modified>20231025T220809Z</version_modified>
8
+ <xml_checksum>3F2EAA60</xml_checksum>
9
+ <class_name>ApplyDynamicCoatingToRoofWall</class_name>
10
+ <display_name>Apply dynamic coating to roof wall</display_name>
11
+ <description>This measure applies dynamic coating on the outside of opaque exterior walls and/or roofs. The thermal and/or solar absorptance of the outer layer material will vary with the selected control signal. This measure is meant to reduce the radiative and solar heat gain via roofs and/or walls.</description>
12
+ <modeler_description>This measure modifies the thermal and/or solar absorptance of the outer surface of an existing material so that they can vary with the selected control signal. The related object is available in EnergyPlus version 23.1, but not yet implemented in OpenStudio, so this measure is implemented as an EnergyPlus measure.</modeler_description>
13
+ <arguments>
14
+ <argument>
15
+ <name>apply_where</name>
16
+ <display_name>Select where to apply the dynamic coating:</display_name>
17
+ <type>Choice</type>
18
+ <required>true</required>
19
+ <model_dependent>false</model_dependent>
20
+ <default_value>Roof Only</default_value>
21
+ <choices>
22
+ <choice>
23
+ <value>Roof Only</value>
24
+ <display_name>Roof Only</display_name>
25
+ </choice>
26
+ <choice>
27
+ <value>Wall Only</value>
28
+ <display_name>Wall Only</display_name>
29
+ </choice>
30
+ <choice>
31
+ <value>Both</value>
32
+ <display_name>Both</display_name>
33
+ </choice>
34
+ </choices>
35
+ </argument>
36
+ <argument>
37
+ <name>apply_type</name>
38
+ <display_name>Select the type of properties that the dynamic coating modifies:</display_name>
39
+ <type>Choice</type>
40
+ <required>true</required>
41
+ <model_dependent>false</model_dependent>
42
+ <default_value>Both</default_value>
43
+ <choices>
44
+ <choice>
45
+ <value>Thermal Only</value>
46
+ <display_name>Thermal Only</display_name>
47
+ </choice>
48
+ <choice>
49
+ <value>Solar Only</value>
50
+ <display_name>Solar Only</display_name>
51
+ </choice>
52
+ <choice>
53
+ <value>Both</value>
54
+ <display_name>Both</display_name>
55
+ </choice>
56
+ </choices>
57
+ </argument>
58
+ <argument>
59
+ <name>temp_lo</name>
60
+ <display_name>We use two specific points to describe the linear relationship between surface temperature and absorptance, this is the surface temperature of the left point in Degree Celcius.</display_name>
61
+ <type>Double</type>
62
+ <required>true</required>
63
+ <model_dependent>false</model_dependent>
64
+ <default_value>19</default_value>
65
+ </argument>
66
+ <argument>
67
+ <name>temp_hi</name>
68
+ <display_name>We use two specific points to describe the linear relationship between surface temperature and absorptance, this is the surface temperature of the right point in Degree Celcius.</display_name>
69
+ <type>Double</type>
70
+ <required>true</required>
71
+ <model_dependent>false</model_dependent>
72
+ <default_value>27</default_value>
73
+ </argument>
74
+ <argument>
75
+ <name>therm_abs_at_temp_lo</name>
76
+ <display_name>Thermal absorptance at low temperature point.</display_name>
77
+ <type>Double</type>
78
+ <required>false</required>
79
+ <model_dependent>false</model_dependent>
80
+ <default_value>0.2</default_value>
81
+ </argument>
82
+ <argument>
83
+ <name>therm_abs_at_temp_hi</name>
84
+ <display_name>Thermal absorptance at high temperature point.</display_name>
85
+ <type>Double</type>
86
+ <required>false</required>
87
+ <model_dependent>false</model_dependent>
88
+ <default_value>0.9</default_value>
89
+ </argument>
90
+ <argument>
91
+ <name>solar_abs_at_temp_lo</name>
92
+ <display_name>Solar absorptance at low temperature point.</display_name>
93
+ <type>Double</type>
94
+ <required>false</required>
95
+ <model_dependent>false</model_dependent>
96
+ <default_value>0.9</default_value>
97
+ </argument>
98
+ <argument>
99
+ <name>solar_abs_at_temp_hi</name>
100
+ <display_name>Solar absorptance at high temperature point.</display_name>
101
+ <type>Double</type>
102
+ <required>false</required>
103
+ <model_dependent>false</model_dependent>
104
+ <default_value>0.1</default_value>
105
+ </argument>
106
+ </arguments>
107
+ <outputs />
108
+ <provenances />
109
+ <tags>
110
+ <tag>Envelope.Opaque</tag>
111
+ </tags>
112
+ <attributes>
113
+ <attribute>
114
+ <name>Measure Type</name>
115
+ <value>EnergyPlusMeasure</value>
116
+ <datatype>string</datatype>
117
+ </attribute>
118
+ <attribute>
119
+ <name>Intended Software Tool</name>
120
+ <value>Apply Measure Now</value>
121
+ <datatype>string</datatype>
122
+ </attribute>
123
+ <attribute>
124
+ <name>Intended Software Tool</name>
125
+ <value>OpenStudio Application</value>
126
+ <datatype>string</datatype>
127
+ </attribute>
128
+ <attribute>
129
+ <name>Intended Software Tool</name>
130
+ <value>Parametric Analysis Tool</value>
131
+ <datatype>string</datatype>
132
+ </attribute>
133
+ <attribute>
134
+ <name>Intended Use Case</name>
135
+ <value>Model Articulation</value>
136
+ <datatype>string</datatype>
137
+ </attribute>
138
+ <attribute>
139
+ <name>Intended Use Case</name>
140
+ <value>New Construction EE</value>
141
+ <datatype>string</datatype>
142
+ </attribute>
143
+ <attribute>
144
+ <name>Intended Use Case</name>
145
+ <value>Retrofit EE</value>
146
+ <datatype>string</datatype>
147
+ </attribute>
148
+ </attributes>
149
+ <files>
150
+ <file>
151
+ <filename>LICENSE.md</filename>
152
+ <filetype>md</filetype>
153
+ <usage_type>license</usage_type>
154
+ <checksum>CD7F5672</checksum>
155
+ </file>
156
+ <file>
157
+ <filename>README.md.erb</filename>
158
+ <filetype>erb</filetype>
159
+ <usage_type>readmeerb</usage_type>
160
+ <checksum>F1C26127</checksum>
161
+ </file>
162
+ <file>
163
+ <filename>.gitkeep</filename>
164
+ <filetype>gitkeep</filetype>
165
+ <usage_type>doc</usage_type>
166
+ <checksum>00000000</checksum>
167
+ </file>
168
+ <file>
169
+ <version>
170
+ <software_program>OpenStudio</software_program>
171
+ <identifier>3.4.0</identifier>
172
+ <min_compatible>3.4.0</min_compatible>
173
+ </version>
174
+ <filename>measure.rb</filename>
175
+ <filetype>rb</filetype>
176
+ <usage_type>script</usage_type>
177
+ <checksum>57AB3D04</checksum>
178
+ </file>
179
+ <file>
180
+ <filename>apply_dynamic_coating_to_roof_wall_test.rb</filename>
181
+ <filetype>rb</filetype>
182
+ <usage_type>test</usage_type>
183
+ <checksum>5927C28F</checksum>
184
+ </file>
185
+ <file>
186
+ <filename>MediumOffice-90.1-2010-ASHRAE 169-2013-5A.osm</filename>
187
+ <filetype>osm</filetype>
188
+ <usage_type>test</usage_type>
189
+ <checksum>A364A953</checksum>
190
+ </file>
191
+ <file>
192
+ <filename>USA_NY_Buffalo.Niagara.Intl.AP.725280_TMY3.epw</filename>
193
+ <filetype>epw</filetype>
194
+ <usage_type>test</usage_type>
195
+ <checksum>3A15D82B</checksum>
196
+ </file>
197
+ <file>
198
+ <filename>README.md</filename>
199
+ <filetype>md</filetype>
200
+ <usage_type>readme</usage_type>
201
+ <checksum>32AD1B4C</checksum>
202
+ </file>
203
+ </files>
204
+ </measure>