I have a very stiff combustion problem.

1 次查看(过去 30 天)
I tried using ode15s to solve it. and increased the tolerances to let it solve it. But the system gives me the error Warning: Failure at t=2.330772e+12. Unable to meet integration tolerances without reducing the step size below the smallest value
allowed (8.280564e-03) at time t.
Could anyone suggest some ways to resolve this issue?
Thank you.
  2 个评论
Sandip Kumar
Sandip Kumar 2014-10-10
It seems you are running the simulation for a really long time (~ 2e12 secs), is that intended?
With respect to tolerance, you can try playing with both the tolerance values (relative and absolute), and also try reducing the step-size as well.
Also try other solver: ode23tb
John D'Errico
John D'Errico 2014-10-10
Sometime after 2e12 seconds have elapsed the problem is it is predicting the sun will either go supernova, causing a very stiff set of combustion circumstances indeed, or maybe it is just that your computer will overheat by then and catch fire.
For a more serious answer, you would certainly need to provide more detailed information. But possibly the answer is just that you are trying to solve a particularly intractable problem.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Oil, Gas & Petrochemical 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by