2

EnergyPlus severe error - CalcIndirectResearchSpecialEvapCooler

What is the significance of the error,I have used 2ZoneHVACDatacenter idf file. How do i solve this problem ?

ERROR :

 ** Severe  ** CalcIndirectResearchSpecialEvapCooler: calculate secondary air mass flow failed for Indirect Evaporative Cooler Research Special = EAST DATA CENTER IEC
   **   ~~~   **  Environment=WHOLEYEARDAY, at Simulation time=03/26 18:15 - 18:30
   **   ~~~   **   Iteration limit [500] exceeded in calculating secondary air mass flow rate
   **   ~~~   **   Simulation continues
   ** Severe  ** CalcIndirectResearchSpecialEvapCooler: calculate secondary air mass flow failed for Indirect Evaporative Cooler Research Special = WEST DATA CENTER IEC
   **   ~~~   **  Environment=WHOLEYEARDAY, at Simulation time=03/27 06:03 - 06:05
   **   ~~~   **   Iteration limit [500] exceeded in calculating secondary air mass flow rate
   **   ~~~   **   Simulation continues
Arceus's avatar
107
Arceus
asked 2019-07-31 05:31:48 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2019-07-31 10:41:10 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

EnergyPlus is trying to calculate the proper air mass flow in the secondary stream of the evaporative cooler, but can't converge on a correct air mass flow value after trying to calculate it for a max of 500 iterations. EnergyPlus tries to converge by calculating secondary air mass flows that are within a tolerance of 0.01 (not sure of units, but maybe this is kg/s) between concurrent iterations. Both the 500 maximum iterations and 0.01 convergence tolerance are hard-coded into EnergyPlus source code, so there's not much you can do as a user other than adjusting these in the source code and building your own version of EnergyPlus -- not recommended for the faint of heart :)

Without looking at your model (it would be helpful to include a link for others to provide better solutions to you), my guess is that you are autosizing the secondary air design flow rate, but then the secondary air flow scaling factor you set is not realistic.

These are "severe errors", but EnergyPlus is still progressing to finish the simulation. To ensure that these error messages are OK to overlook, try looking at output variables for System Node Temperature and System Node Mass Flow Rate for inlet and outlet air nodes associated with the secondary stream of the evaporative cooler around the timesteps mentioned in the error messages ("03/26 18:15 - 18:30" for EAST DATA CENTER IEC and "03/27 06:03 - 06:05" for WEST DATA CENTER IEC).

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2019-07-31 11:31:01 -0500
edit flag offensive 0 remove flag delete link

Comments

here is the link for the idf file which i have used.

https://github.com/IBM/rl-testbed-for...

Is it safe to ignore this error and continue with my simulations?

Arceus's avatar Arceus (2019-08-01 01:31:47 -0500) edit
add a comment see more comments