Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resources/measures/upgrade_hvac_add_heat_pump_rtu/measure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,11 @@ def run(model, runner, user_arguments)
new_fan.setName("#{air_loop_hvac.name} VFD Fan")
new_fan.setMotorEfficiency(fan_mot_eff) # from Daikin Rebel E+ file
new_fan.setFanPowerMinimumFlowRateInputMethod('Fraction')
fan_max_flow = stage_flows_cooling[num_cooling_stages]
if stage_flows_heating[num_heating_stages] > stage_flows_cooling[num_cooling_stages]
fan_max_flow = stage_flows_heating[num_heating_stages]
end
new_fan.setMaximumFlowRate(fan_max_flow)

# set fan total efficiency, which determines fan power
if hprtu_scenario == 'variable_speed_high_eff'
Expand Down
8 changes: 4 additions & 4 deletions resources/measures/upgrade_hvac_add_heat_pump_rtu/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>add_heat_pump_rtu</name>
<uid>f4567a68-27f2-4a15-ae91-ba0f35cd08c7</uid>
<version_id>6b6f4c1d-cf0b-4ea1-b3fd-0089a59f56ea</version_id>
<version_modified>2025-07-23T23:00:34Z</version_modified>
<version_id>971c6c78-c0ed-46c3-bcb0-f8f324e58a4b</version_id>
<version_modified>2025-05-20T21:19:15Z</version_modified>
<xml_checksum>5E2576E4</xml_checksum>
<class_name>AddHeatPumpRtu</class_name>
<display_name>add_heat_pump_rtu</display_name>
Expand Down Expand Up @@ -341,7 +341,7 @@
<filename>measure.rb</filename>
<filetype>rb</filetype>
<usage_type>script</usage_type>
<checksum>F4B40836</checksum>
<checksum>B25E5633</checksum>
</file>
<file>
<filename>call_other_measures.rb</filename>
Expand Down Expand Up @@ -389,7 +389,7 @@
<filename>measure_test.rb</filename>
<filetype>rb</filetype>
<usage_type>test</usage_type>
<checksum>8E751853</checksum>
<checksum>27A9A796</checksum>
</file>
</files>
</measure>
Loading