How can I solve these diff equations?

1 次查看(过去 30 天)
Burak
Burak 2014-4-13
编辑: Burak 2014-4-13
Hello,
I tried and searched all day, but I couldn't achieve to solve these differential equations simultaneously.
Is there anyone who can help me please?
%Define the properties
syms x Pr %Pr: P0/P
%Initial inputs
E = -.5;
FA0 = 2*10^-5; FB0 = FA0;
FA = FA0*(1-x); FB = FB0-FA0*x;
FC = FA0*x;
v0 = 2.83*10^-7; v = v0*(1+E*x)*Pr;
CA = FA/v; CB = FB/v; CC = FC/v;
A = 3.55*10^-5;
k = .004;
rA = -k*CA*CB;
%Differential eqns
dxdW = rA/FA0;
dPrdW = -A/2*(1+E*x)/Pr;
  2 个评论
Star Strider
Star Strider 2014-4-13
What are ‘x’ and ‘W’? Is ‘W’ a function of ‘x’?
Burak
Burak 2014-4-13
编辑:Burak 2014-4-13
Normally, we take derivatives of x and Pr with respect to W. All relation between Pr and x is W which is function of both Pr and x: x(W), Pr(W).
However, I know that W is constant according to question.
x is conversion of reaction along the PBR reactor, and Pr is the ratio of P0/P

请先登录,再进行评论。

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by