Open wta12 opened 3 years ago
EnergyPlus was actually giving quite a bit of information in the error file. The combination of flow rates, shr, and power were causing a calculation of outlet conditions to be invalid. The heating rates seemed pretty high. The two heat pump objects in the file were named 40gal Heat Pump Water Heater - 8kBtu/hr Coil
and 40gal Heat Pump Water Heater - 31kBtu/hr Coil
. But they had rated heating capacities of 36708 W and 9209 W, respectively. Unless I'm missing something those are not right. 30kBtu/h is more like 9085 W. 9085 W still caused an invalid outlet condition, but it was much closer. So I put the rated heating capacity at 8500 W and that heat pump worked fine. I then scaled the other heat pump accordingly, down from 9209 to 2500 W and the whole simulation works just fine. No other changes required.
Issue overview
I tried to hard sized WaterHeater:HeatPump:PumpedCondenser object but still get
bypass factorPsychrometric function calculation error. There is similar issue (#8412) but it's Stratified Tank object. Not sure if WaterHeater:HeatPump:PumpedCondenser/Coil:WaterHeating:AirToWaterHeatPump:Pumped have same issue - The error log did not point to particular object. Did turn off sizing option in simulation control but keeps failDetails
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.