Sixeq4a

Name: Sixeq4a - Modeling of a CSTR for a complex sequence of reactions - original formulation
Source: Fogler, S. H., Personal communications (2000)
       
Reference/s Shacham, M.and Brauner N., Computers chem. Engng. (submitted, 2001)
       
Model: 6 implicit equations, indep. variables CA, CB, CC, CD, CE and T
  Higher difficulty level
  Constraints: CA, CB, CC, CD and CE are nonnegative
  Discontinuities: Undefined for T=0
  Initial estimates: 1.(0.5, 0.01, 1, 0.01, 1, 420) 2.(0.05, 0.001, 1, 0.05, 1, 400);
  3.(0.1, 0.2, 0.5, 0.1, 0.7, 350)
       
       
Solved by Shacham, M., POLYMATH 5.1, build 19, April 16, 2001
       
Model Eqs. Modeling of a CSTR for a complex sequence of reactions - original formulation |POLVER05_3

EXCEL FILE 

f(CA) = V- vo*(CAO-CA)/(-rA) #

TEXT FILE 

f(CB) = V - vo*(CBO-CB)/(-rB) #

POLYMATH FILE 

f(CC) = V- vo*CC/rC #
  f(CD) = V - vo*CD/rD #
  f(CE) = V - vo*CE/rE #
  f(T) = 5000*(350-T) - 25*(20+40)*(T-300) + V*SRH #
  rA = 2*r1B #
  rB = r1B+2*r2C #
  rC = -3*r1B + r2C #
  rD = -r3E - r2C #
  rE = r3E #
  r1B = -k1B*CA*CB #
  r2C = -k2C*CC*CB^2 #
  r3E = k3E*CD #
  k1B = 0.4*exp((20000/R)*(1/300-1/T)) #
  k2C = 10*exp((5000/R)*(1/310-1/T)) #
  k3E = 10*exp((10000/R)*(1/320-1/T)) #
  SRH = -rA*20000 + 2*r2C*10000 + 5000*r3E #
  R = 1.987 #
  V = 500 #
  vo = 75/3.3 #
  CAO = 25/vo #
  CBO = 50/vo #
  CA(0)=.5
  CB(0)=.01
  CC(0)=1
  CD(0)=.01
  CE(0)=1
  T(0)=420
       
Variable/function values Variable Value f(x)
  CA 0.5 499.77
  CB 0.01 498.29
  CC 1 499.74
  CD 0.01 500.05
  CE 1 494.63
  T 420 5.92E+08
  R 1.987  
  k1B 5824.501  
  k2C 83.809  
  r1B -29.123  
  r2C -0.008  
  k3E 422.912  
  rA -58.245  
  rB -29.139  
  r3E 4.229  
  rC 87.359  
  rD -4.221  
  rE 4.229  
  SRH 1.186E+06  
  V 500.000  
  vo 22.727  
  CAO 1.100  
  CBO 2.200  
       
Solution Variable Value f(x)
  CA 0.002666326911275 -7.4465E-12
  CB 0.033464055791484 -1.2506E-12
  CC 0.837065955801026 -2.5466E-11
  CD 0.000396698449818 -2.4964E-05
  CE 0.808537855402075 -5.5707E-12
  T 372.764586231268 3.9290E-09
  R 1.987  
  k1B 279.507881241430  
  k2C 39.225986593370  
  r1B -0.024939401661107  
  r2C -0.036769752446913  
  k3E 92.643973569630200  
  rA -0.049878803322214  
  rB -0.098478906554932  
  r3E 0.036751720700094  
  rC 0.038048452536408  
  rD 0.000018031746819  
  rE 0.036751720700094  
  SRH 445.939621006497  
       
Additional information None of the algorithms converges when starting form the initial
  estimates shown. The solution with five digits accuracy should
  be entered as initial guess to reach the solution.