ODE45 not working

4 次查看(过去 30 天)
Hetune Manmohandas
Hetune Manmohandas 2020-5-10
Hey, im trying to solve a kinetic equation in function of the concentration and distance.
No matter the distance I place in txspan and L_reactor ( i changed from 0.5 to 100m), the ode return always the same concentration at the end of the reactor, when it should be calculating in function of the distance.
Can anyone help me?
solveD
  2 个评论
Star Strider
Star Strider 2020-5-11
What is the result supposed to look like?
Do you have a reference plot?
Hetune Manmohandas
Hetune Manmohandas 2020-5-11
just realised i have a wrong equation for the rho cataslyst, therefore nothing would work.
thanks, sorry for this

请先登录,再进行评论。

回答(1 个)

John D'Errico
John D'Errico 2020-5-11
One must wonder if the reason a parameter NEVER changes, is if the derivative is always identically zero.
Then I look at the end of your code and see this:
dcdx(2) = 0;
So while I am not told what these differential equations are, I do see that one of them MUST result in a constant value, that never changes from the initial value.
I wonder... :)
  1 个评论
Hetune Manmohandas
Hetune Manmohandas 2020-5-11
just realised i have a wrong equation for the rho cataslyst, therefore nothing would work.
thanks, sorry for this

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by