Question

For a constant volume batch reactor, solve for the temporal concentration profiles, e.g. CA(t) and CB(t) at each initial cond

0 0
Add a comment Improve this question Transcribed image text
Answer #1

By using matlab,

for IC 1, we get

CA(t) =21t 10e20000 1 -+ 42 21 -

CB(t) = 21 10e 20000 10 21 21

for IC 2 we get,

CA(t) = -21t 1 e 20000 15 30

CB(t) =21t 2 E 20000 3 15

The output images are shown below

IC 1 0.5 0.45 0.4 Cr Ca 0.35 0.3 0.25 0.2 0.15 0.1 0.05 0 0 1000 2000 3000 4000 6000 7000 8000 5000 9000 10000

IC 2 0.7 0.6 Ca Cr 0.5 0.4 0.3 0.2 0.1 0 1000 2000 3000 4000 5000 6000 7000 8000 9000

The code is

syms A(t) B(t)
>> ode1= diff(A)==0.00005*B-0.001*A;
>> ode2= diff(B)==0.001*A-0.00005*B;
>> odes(t)=[ode1,ode2];
>> odes(t)=[ode1;ode2];
>> cond1= A(0)==0.5;
>> cond2= B(0)==0;
>> cond3 = A(0)== 0.5;
>> cond4= B(0)==0.2;
>> conds=[cond1;cond2];
>> [usol(t),vsol(t)]=dsolve(odes,conds)

usol(t) =

(10*exp(-(21*t)/20000))/21 + 1/42


vsol(t) =

10/21 - (10*exp(-(21*t)/20000))/21


>> conds1=[cond3;cond4];
>> [Asol(t),Bsol(t)]=dsolve(odes,conds1)

Asol(t) =

(7*exp(-(21*t)/20000))/15 + 1/30


Bsol(t) =

2/3 - (7*exp(-(21*t)/20000))/15

Add a comment
Know the answer?
Add Answer to:
For a constant volume batch reactor, solve for the temporal concentration profiles, e.g. CA(t) and CB(t)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • For a constant volume batch reactor, solve for the temporal concentration profiles, e.g., CA(t) and CBt)...

    For a constant volume batch reactor, solve for the temporal concentration profiles, e.g., CA(t) and CBt) at each initial condition (IC). Given) Reversible elementary reaction kA (forward) B kB (backward) dC - -k^C4kCB dt dC = k,C-k,C B dt k 0.0001(s) k 0.00005(s1) = 0 (mol/dm at t 0, CAo = 0.5 (mol/dm') and CBo IC 1. at t-0, CAO 0.5 (mol/dm2) and CB0 = 0.2 (mol/dm' 2. IC Using any ODE solver, solve the coupled ODES for two initial...

  • 1) A batch reactor contains, initially, a volume of V-10m3 with a concentration of A CA-0.1...

    1) A batch reactor contains, initially, a volume of V-10m3 with a concentration of A CA-0.1 mol/m3 and B CB=0.2 mol/m3. The reversible reaction starts at t=0: A ->B with a 1st order reaction rate k-1 1/sec B->A with a 1st order reaction rate k-2 1/sec The density of the solution is independent of A,B concentration. a) What are the concentrations of A and B after 1 min? b) What are the concentrations of A and B at equilibrium? c)...

  • Question 2 For an isothermal, constant volume batch reactor in which the following reaction is occurring...

    Question 2 For an isothermal, constant volume batch reactor in which the following reaction is occurring A - B A laboratory technician measures the rate of reaction of A in a reactor for different concentrations, and obtains the following data: CA 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 1.0 [mol.L' -TA 0.1 0.4 0.9 1.6 2.5 3.6 4.9 6.4 10 (mol.L-min'] The laboratory technician tells you that if you plot - r against (CA) that you get a straight...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT