Parameter estimation in kinetic study of reforming reaction involving ODEs

3 次查看(过去 30 天)
Hi!
I am trying to estimate 13 unknown parameters involved in 4 ordinary differential equations (ODEs) by fitting it to experimental data. There are six variables (4 dependent variables and 2 independent variables). Eight set of data points are available. Equations are as follows.
  1. dYB/dt = -(r1) - (r2)
  2. dYH2/dt = (8*r1) + (12*r2) + (r3) - (r4)
  3. dYCO/dt = (4*r1) - (r3) + (r4)
  4. dYCO2/dt = (4*r2) + (r3) - (r4)
Where r1 = k10*e^(-E1/(RT))*(PB^a), r2 = k20*e^(-E2/(RT))*(PB^b), r3 = k30*e^(-E3/(RT))*(PCO^c), r4 = k40*e^(-E4/(RT))*(PCO2^d)*(PH2^e).
I tried to estimate parameters using lsqcurvefit and ode15s, but there are errors which I am not able to rectify.
Thank you in advance.
  5 个评论
Torsten
Torsten 2019-6-14
V has 4 elements, namely [YH, YH2,YCO, YCO2].
What are you trying to do when you refer to V(5,:) ?
Ghansyam Vadodaria
Ghansyam Vadodaria 2019-6-14
@ Torsten, In my system I have four dependent variables (YB, YH2, YCO, YCO2) and two independent variables (Time and Temperature) V(5,:) is temperature.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Event Functions 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by