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
The capacity of one of the coil is sized to infinity:
Component Sizing Information, COIL:HEATING:WATERTOAIRHEATPUMP:EQUATIONFIT, DATACENTER_TOP_ZN_6 ZN PSZ-AC DATA CENTER WATER-TO-AIR HP HTG COIL, Design Size Rated Heating Capacity [W], INF
Running the defect file in the debugger shows that this is occurring because RatedHeatCapTempModFac which in this instance is == 0 is used here as a denominator. This is occurring because the value of the modifier is initialized to 0 and the heating design flow rate, while greater than 0, is very small so RatedHeatCapTempModFac is never updated because we check whether or not the flow rate is greater than a small airflow here:
Issue overview
This issue is similar to #9805.
The capacity of one of the coil is sized to infinity:
Running the defect file in the debugger shows that this is occurring because
RatedHeatCapTempModFac
which in this instance is== 0
is used here as a denominator. This is occurring because the value of the modifier is initialized to 0 and the heating design flow rate, while greater than 0, is very small soRatedHeatCapTempModFac
is never updated because we check whether or not the flow rate is greater than a small airflow here:EnergyPlus/src/EnergyPlus/WaterToAirHeatPumpSimple.cc
Lines 2320 to 2340 in b1b4068
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: