|
[Sponsors] |
June 27, 2017, 13:46 |
Warnings and error
|
#1 |
Member
Rajat soni
Join Date: Oct 2016
Posts: 32
Rep Power: 10 |
Hello Everyone,
I got some warnings and errors during the Simulation. I am doing LES simulations from 270-750 CA°. The warnings are as followed. 1. While in LES simulation: automatically output logic_i, j and k in post files. 2. Rank 2,4 and 6 has no region to deal with in last time step. 3. Variable dt_max has been changed from 8.333333e-05 to 1.000000e- 04. Continuing with the new value. Errors: 1. hypre_BiCGSTABSolve: INFs and/or NaNs detected in Input. 2. Something is wrong in function get_temp_from_table_massfrac: upper_energy_value must be greater than lower_energy_value! upper_energy_value is -nan, and lower_energy_value is -nan. after the second error, job was aborted at 343 CAD at which no event is taking place. Please have a look and explain the warning and errors with solutions. Kind Regards Rajat |
|
June 29, 2017, 12:56 |
|
#2 |
Member
Jerome Le Moine
Join Date: Jan 2016
Location: Convergent Science, Madison WI
Posts: 50
Rep Power: 10 |
Rajat,
1. While in LES simulation: automatically output logic_i, j and k in post files. This is needed to calculate some statistics like RMS and AVG of some variables 2. Rank 2,4 and 6 has no region to deal with in last time step. This is a warning about the fact that there are few ranks/processors with no cells on them which could be a problem if there are too many cells on other ranks which could slow down your simulation. 3. Variable dt_max has been changed from 8.333333e-05 to 1.000000e- 04. Continuing with the new value. The dt_max got modified and the logfile shows that modification. 1. hypre_BiCGSTABSolve: INFs and/or NaNs detected in Input. 2. Something is wrong in function get_temp_from_table_massfrac: upper_energy_value must be greater than lower_energy_value! upper_energy_value is -nan, and lower_energy_value is -nan. The pressure or momentum blew up which causing the error 2 where energy blows up as well. Because of those errors the code cannot recover and exits out. It seems that you are running an engine type of simulation and we recommend using SOR instead of BiCGStab. It is unclear why the pressure or momentum blew up but I would recommend rerunning your case with our default settings for the solver.in and see if that solves the problem. |
|
June 29, 2017, 14:15 |
|
#3 |
Member
Rajat soni
Join Date: Oct 2016
Posts: 32
Rep Power: 10 |
Hi Jerome,
Thanks for the help! I noticed that in the solver.in pressure solver was set equal to 1 (i.e. BiCGSTAB) . Now, I have changed it to SOR and the simulation is running. I hope it will work. Fingers crossed Kind Regards Rajat |
|
Tags |
error, infs nans, no region to deal, warning, wrong get_temp function |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CGNS Compiling | Diego | Main CFD Forum | 17 | December 21, 2014 02:40 |
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 | flakid | OpenFOAM Installation | 16 | December 28, 2010 09:48 |
compile error about FJMPI | chiven | OpenFOAM Installation | 11 | March 31, 2010 07:27 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |