Skip to content

Commit

Permalink
Update comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Jan 3, 2025
1 parent 7ad2760 commit 749cd8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>hpxm_lto_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>78d28973-41cf-482b-aab8-53b59beea41c</version_id>
<version_modified>2025-01-03T01:19:55Z</version_modified>
<version_id>95e76879-5bd0-4f40-9bc9-a6f07b622400</version_id>
<version_modified>2025-01-03T03:27:12Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -327,7 +327,7 @@
<filename>defaults.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>22375A02</checksum>
<checksum>EB4D5A1A</checksum>
</file>
<file>
<filename>energyplus.rb</filename>
Expand Down
5 changes: 3 additions & 2 deletions HPXMLtoOpenStudio/resources/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,9 @@ def self.apply_building_construction(hpxml_header, hpxml_bldg)
cond_crawl_volume = hpxml_bldg.inferred_conditioned_crawlspace_volume()
nbeds = hpxml_bldg.building_construction.number_of_bedrooms
if hpxml_bldg.building_construction.average_ceiling_height.nil?
# ASHRAE 62.2 default for average floor to ceiling height
hpxml_bldg.building_construction.average_ceiling_height = 8.2
# Note: We do not try to calculate it from CFA & ConditionedBuildingVolume since
# that is not a reliable assumption if there is a, e.g., conditioned crawlspace.
hpxml_bldg.building_construction.average_ceiling_height = 8.2 # ASHRAE 62.2 default
hpxml_bldg.building_construction.average_ceiling_height_isdefaulted = true
end
if hpxml_bldg.building_construction.conditioned_building_volume.nil?
Expand Down

0 comments on commit 749cd8a

Please sign in to comment.