The following configuration of cooling loops in energyplus worrks without any warning (coolingload
operation control and two setpoints and HX hasoperationschememodulated
control):
I want my pumps and chillers to have different sizes, but HeaderedPumps:ConstantSpeed
gives identical pumps, so I decided to go with the following configuration with Pump:ConstantSpeed
(only change):
I got several of these warning in the time that setpoint goes from 3 to 6.7:
************* ** Warning ** HeatExchanger:FluidToFluid named HX - Iteration Limit exceeded calculating demand side loop flow rate continues.
************* ** ~~~ ** This error occurred 29 total times;
************* ** ~~~ ** during Warmup 0 times;
************* ** ~~~ ** during Sizing 0 times.
************* ** ~~~ ** Max=74.812813 Min=0.616959
It seems that when the setpoint goes from 3 to 6.7, plant has fluid in supply side with temperature lower than new setpoint (6.7). So it stops working while Heatexchanger
is demanding load. I don't know if it's a bug or is something I'm doing wrong. I will be grateful for any suggestion to resolve this issue.