Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

EnergyPlus severe error - CalcIndirectResearchSpecialEvapCooler

asked 2019-07-31 05:31:48 -0500

Arceus's avatar

updated 2019-07-31 10:41:10 -0500

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
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2019-07-31 11:31:01 -0500

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).

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2019-07-31 05:31:48 -0500

Seen: 557 times

Last updated: Jul 31 '19