CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Integration steps greater than maximum!!!

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By omid20110

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 15, 2017, 00:45
Default Integration steps greater than maximum!!!
  #1
Member
 
Sadegh Ebadi
Join Date: Apr 2015
Posts: 75
Rep Power: 11
omid20110 is on a distinguished road
Hello everybody
I am simulating a heptane combustion via sprayFoam (OF 5.x)
Can anyone tell me what's this error for?

--> FOAM FATAL ERROR:
Integration steps greater than maximum 10000xStart = 0, xEnd = 5.53853e-08, x = 4.02297e-08, dxDid = 2.29093e-12

From function virtual void Foam::ODESolver::solve(Foam::scalar, Foam::scalar, Foam::scalarField&, Foam::scalar&) constin file ODESolvers/ODESolver/ODESolver.C at line 191.
FOAM exiting

I get this error at time=0.0008 s
then I stopped the simulation and just rerun the simulation, it continued till time=0.00108 then again I get the same error!
omid20110 is offline   Reply With Quote

Old   December 17, 2017, 10:20
Default
  #2
Member
 
Sadegh Ebadi
Join Date: Apr 2015
Posts: 75
Rep Power: 11
omid20110 is on a distinguished road
No body knows about this error?!
omid20110 is offline   Reply With Quote

Old   January 1, 2018, 16:07
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answers:
  1. Not enough information, please follow the instructions given here:
    https://www.cfd-online.com/Forums/openfoam/98988-how-give-enough-info-get-help.html
  2. I'm not familiar with "Integration steps greater than maximum 10000", but usually this is related to something going outside of the known expression ranges. For example, if something has a pressure and temperature that is outside of the thermodynamical polynomials, e.g. any temperature below 200K or above 5000K.
__________________
wyldckat is offline   Reply With Quote

Old   January 2, 2018, 03:08
Default
  #4
Member
 
Sadegh Ebadi
Join Date: Apr 2015
Posts: 75
Rep Power: 11
omid20110 is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Quick answers:
  1. Not enough information, please follow the instructions given here:
    https://www.cfd-online.com/Forums/openfoam/98988-how-give-enough-info-get-help.html
  2. I'm not familiar with "Integration steps greater than maximum 10000", but usually this is related to something going outside of the known expression ranges. For example, if something has a pressure and temperature that is outside of the thermodynamical polynomials, e.g. any temperature below 200K or above 5000K.
It's because of the ODE model. I have changed the ODE model...
omid20110 is offline   Reply With Quote

Old   January 2, 2018, 06:40
Default
  #5
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quote:
Originally Posted by omid20110 View Post
It's because of the ODE model. I have changed the ODE model...
So does that mean that by changing the ODE model this was fixed or that this happened because you changed ODE model?
And between which models did you change?
wyldckat is offline   Reply With Quote

Old   January 3, 2018, 06:15
Default
  #6
Member
 
Sadegh Ebadi
Join Date: Apr 2015
Posts: 75
Rep Power: 11
omid20110 is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
So does that mean that by changing the ODE model this was fixed or that this happened because you changed ODE model?
And between which models did you change?
Yes by changing ODE model in the chemistryProperties file this problem was fixed.
I changed it from seulex to Rosenbrock34.
wyldckat and pattim like this.
omid20110 is offline   Reply With Quote

Old   October 2, 2020, 17:39
Default
  #7
Member
 
Patti Michelle Sheaffer
Join Date: Sep 2018
Posts: 55
Rep Power: 7
pattim is on a distinguished road
Thanks for the suggestion - I'll give that a try. Could also try rhodas...
pattim is offline   Reply With Quote

Old   October 30, 2022, 08:56
Default
  #8
Member
 
mactone hsieh
Join Date: Apr 2012
Location: Taiwan
Posts: 31
Blog Entries: 1
Rep Power: 14
mactone is on a distinguished road
Quote:
Originally Posted by omid20110 View Post
Hello everybody
I am simulating a heptane combustion via sprayFoam (OF 5.x)
Can anyone tell me what's this error for?

--> FOAM FATAL ERROR:
Integration steps greater than maximum 10000xStart = 0, xEnd = 5.53853e-08, x = 4.02297e-08, dxDid = 2.29093e-12

From function virtual void Foam::ODESolver::solve(Foam::scalar, Foam::scalar, Foam::scalarField&, Foam::scalar&) constin file ODESolvers/ODESolver/ODESolver.C at line 191.
FOAM exiting

I get this error at time=0.0008 s
then I stopped the simulation and just rerun the simulation, it continued till time=0.00108 then again I get the same error!
I encountered the same issue.
However, I start with seulex_LAPACK.
Then I tried all the ODESolvers including
Euler, EulerSI, RKCK45, RKDP45, RKF45, Rosenbrock12, 23, 34, SIBS, Trapezoid, rodas23, rodas34, selux.
All failed.

I am running the SandiaD_LTS case from the tutorial but changing the reaction mechanism to JL4 and using ode_pyJac as the ode solver.

Still can't figure out why! Maybe it's due to the ode_pyJac from DLBFoam.

Any suggestions?
mactone is offline   Reply With Quote

Old   November 16, 2022, 08:07
Default
  #9
New Member
 
NuclearLeaf's Avatar
 
Mario Zuber
Join Date: Apr 2018
Location: Zurich
Posts: 5
Rep Power: 8
NuclearLeaf is on a distinguished road
Can also add


solver Euler;

absTol 1e-8;

relTol 0.1;




Not sure if that info still helps
NuclearLeaf is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum Temperature greater than the boundary temperature sathwik718 STAR-CCM+ 3 May 19, 2014 17:05
creating a chart for a value vs time steps mhabibnia CFX 1 July 3, 2013 02:45
Maximum Lift Prediction gfoam Main CFD Forum 3 August 22, 2012 07:29
Temperature greater than maximum range byanw81 STAR-CD 1 July 24, 2009 10:45
how to deal with "particle Exceeded integration" steven CFX 1 August 30, 2005 07:03


All times are GMT -4. The time now is 18:29.