Skip to content

Commit

Permalink
Placeholder cooling_input_capacity for evap cooler.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Nov 5, 2024
1 parent 9fd83c5 commit a27e192
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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>6451bb5e-6e75-441d-9154-8aca52bbd26b</version_id>
<version_modified>2024-11-05T17:38:55Z</version_modified>
<version_id>73c49b41-ca6f-4644-826c-e6760b2f58ff</version_id>
<version_modified>2024-11-05T20:01:45Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLtoOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -363,7 +363,7 @@
<filename>hpxml.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>DDAA53A4</checksum>
<checksum>004FAE2E</checksum>
</file>
<file>
<filename>hpxml_schema/HPXML.xsd</filename>
Expand Down
2 changes: 2 additions & 0 deletions HPXMLtoOpenStudio/resources/hpxml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6741,6 +6741,8 @@ def cooling_input_capacity
return @cooling_capacity / UnitConversions.convert(@cooling_efficiency_ceer, 'btu/hr', 'w')
elsif !@cooling_efficiency_kw_per_ton.nil?
# TODO
else
return @cooling_capacity # FIXME: evap cooler
end
end

Expand Down

0 comments on commit a27e192

Please sign in to comment.