is it possible to determine the values ​​of the input parameters ca, cb, cc and cd for which the cc value at the output would be maximal?

조회 수: 1 (최근 30일)
is it possible to determine the values ​​of the initial concentrations ca, cb and cd for which the cc value at the output would be maximal? The differential equations are:
dca/dt=-theta1 * ca-theta2*cA;
dcb/dt= theta1*ca+theta4*cc*theta3*cb-theta5*cd
dcc/dt= theta2*cA+theta3*cb*theta*cC*theta6*cd
dcd/dt= theta5*cb*theta6*cd
Yca=cc/ca0
or is it possible to maximize yield Yca.
Thetas are kinetic parameter and they are known.
ca and cb are concentrations of reactants, while the cc and cd are concentrations of products. cd is also present at the beggining of reaction.
Thanks in advance.
  댓글 수: 3
Bosnian Kingdom
Bosnian Kingdom 2019년 5월 3일
I made mistake. Yes, cA is ca, and cC is cc. And theta is theta4, so the correct equations are:
dca/dt=-theta1 * ca-theta2*cA;
dcb/dt= theta1*ca+theta4*cc*theta3*cb-theta5*cd
dcc/dt= theta2*cA+theta3*cb*theta4*cc*theta6*cd
dcd/dt= theta5*cb*theta6*cd
Walter Roberson
Walter Roberson 2019년 5월 3일
Then those are the same equations as your other question that I already described the solutions to.

댓글을 달려면 로그인하십시오.

답변 (1개)

Alan Weiss
Alan Weiss 2019년 5월 1일
Yes, take a look at this example, which has a much more complicated objective function. If your objective function is only the value of Yca at the final point, well, just minimize -Yca(end) as the objective function.
Alan Weiss
MATLAB mathematical toolbox documentation

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by