You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User file has an Intermittent Pump:ContantSpeed on the primary ChW loop with an HX serving the secondary ChW loop. Even though it's constant speed, the pump mass flow rate varies, but the pump power consumption is always at full power.
In Pumps::SetupPumpMinMaxFlows constant speed pumps only force full flow when set to Continuous (contrary to the docs).
Issue overview
User file has an Intermittent Pump:ContantSpeed on the primary ChW loop with an HX serving the secondary ChW loop. Even though it's constant speed, the pump mass flow rate varies, but the pump power consumption is always at full power.
In
Pumps::SetupPumpMinMaxFlows
constant speed pumps only force full flow when set to Continuous (contrary to the docs).EnergyPlus/src/EnergyPlus/Pumps.cc
Lines 1691 to 1695 in 9c7c2a6
But then later in
Pumps::CalcPumps
, the power calc is the same for variable speed and constant speed pumps:EnergyPlus/src/EnergyPlus/Pumps.cc
Lines 1896 to 1903 in 9c7c2a6
But the
PartLoadCoef
for the constant speed pump are 1,0,0,0, so this results in full power regardless of flow rate.EnergyPlus/src/EnergyPlus/Pumps.cc
Lines 577 to 583 in 9c7c2a6
Maybe that last comment about riding the pump curve is clue?
For this file, there are bypass pipes available on both the supply side and demand side, so it seems the pump should be running at full flow.
SetupPumpMinMaxFlows
?Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: