Fogler, H. S., Elements of Chemical Reaction Engineering, Prentice Hall, 1999
Fogler, H. S., Elements of Chemical Reaction Engineering, Prentice Hall, 1999
__________________
LAST NAME,
FIRST
Problem set #9
A + B 2C
Table 2-1
Component
A B C
Feed (lbmol/hr) 10.0 10.0 0
Feed temperature (oF) 80.0 80.0 ---
Specific heat (Btu/lbmoloF) 51.0 44.0 47.5
Molecular weight 128 94 ---
Density (lb/ft3) 63.0 67.2 65.0
Ans: 199.4oF
A+BC
is carried out adiabatically in a flow reactor. An equal molar feed in A and B enters at 27oC, and
the volumetric flow rate is 2 L/s.
(a) Calculate the PFR and CSTR volumes necessary to achieve 85% conversion.
(b) What is the maximum inlet temperature one could have so that the boiling point of the liquid
(550oK) would not be exceeded even for complete conversion?
(c) Calculate the conversion that can be achieve in one 500-L CSTR and in two 250-L CSTRs in
series.
Additional information:
(4) Find Q
2 ( t) or Q
( z) necessary to maintain a 5 liter batch reactor or PFR isothermal reactor
at 300 K for the reaction A B. The reaction is first order with k = 2.0 min-1, CA0 = 2
o
mole/liter, HRx = 30 kcal/mol. What is the average rate of heat removal for 95% conversion?
Ans: (t)
Q = 600exp(2t);
Q ave = 190.3 kcal/min
The reaction mixture enters the packed-bed reactor at a total pressure of 5 atm. The molar feed
consists of 67% H2 and 33% o-cresol at a total molar rate of 40 mol/min. Accounting for the
pressure drop in the packed bed using a value of = 0.34 kg-1, plot the rate of reaction of o-
cresol and the partial pressure of each species as a function of catalyst weight (to 4.8 kg).
5
1 X 5
X
PA = 3
1 2 X / 3
, PB = 2PA , PC = 3
1 2 X / 3
2 Schmidt, L.D., The Engineering of Chemical Reactions, Oxford, 2004, pg. 242
% Problem 5 set 9
%
wspan=0:0.1:4.8;
[w,xy]=ode45('fs9p5',wspan,[0 1]);
plot(w,xy)
grid on
xlabel('w(kg)');ylabel('X, y');
x=xy(:,1);y=xy(:,2);
pa=5*(1-x)./(1-2*x/3)/3;
pb=2*pa;
pc=5*x./(1-2*x/3)/3;
ra=1.74*pb.*y;
pp=[pa pb pc ra];
figure(2);plot(w,pp)
grid on
xlabel('w(kg)');ylabel('p(atm), r(mol/kg.min)');
legend('P_A','P_B','P_C','rate')
(6) Use Comsol Multiphysics to simulate an isothermal reactor (Example 7.6-1 in the notes).
Turn in Figure 2, 3, 4, and 5 of this example.
(7) The hydrogenolysis of thiophene1 (C4H4S) has been studied at 235-265oC over a cobalt-
molybdenum catalyst, using a CSTR containing 8.16 g of catalyst. The stoichiometry of the
system can be represented by
The feed to the CSTR consisted of a mixture of thiophene, hydrogen, and hydrogen
sulfide. The mole fraction of butane (C4H8), butane (C4H10), and hydrogen sulfide in the
reactor effluent were measured. The mole fractions of hydrogen and thiophene were not
measured. The data from one particular experimental run are given below:
1 Roberts, G. W., Chemical Reactions and Chemical Reactors, Wiley, 2006, pg. 59, P. 3-9