Chemical Reaction and Reactor Engineering (1987)
Chemical Reaction and Reactor Engineering (1987)
Reactor Engineering
https://t.me/ebookgate
CHEMICAL INDUSTRIES
Consulting Editor
HEINZ HEINEMANN
Heinz Heinemann, Inc.,
Berkeley, California
edited by
Neither this book nor any part may be reproduced or transmitted in any
form or by any means, electronic or mechanical, including photocopying,
microfilming, and recording, or by any information storage and retrieval
system, without permission in writing from the publisher.
MARCEL DEKKER
270 Madison Avenue, New York, New York 10016
There exist few, if any, Solomons in our midst capable of single- handedly
fashioning a comprehensive treatise embracing the diverse aspects of
chemical reaction and reactor engineering. This topic, by its very
scope and complexity, inevitably demands that each subdiscipline be treated
individually by recognized authorities. Thus the genesis of this volume.
Herein leading authorities set forth their knowing analyses of the many
facets of the general topic. It is hoped that this compilation, while hardly
a textbook or a handbook, will prove to be of value to academic and in-
dustrial practitioners of the art and science of chemical reaction engineer-
ing, a field which, by definition, must embrace the signal complexities of
chemical reaction and reactor systems.
The scope of this treatise is general, hardly universal. New insights
will, in time, emerge. Chemical Reaction and Reactor Engineering presents
an authoritative progress report that will remain germane to the topic and,
we trust, prove to be a substantial inspiration to further progress.
James J. Carberry
Arvind Varma
iii
Contributors
Preface iii
Contributors V
i:r
X Contents
Index 1055
Chemical Reaction and
Reactor Engineering
1
Numerical Methods in Reaction
Engineering
JOHN VI LLADSEN and MICHAEL L. MICHELSEN Instituttet for Kemiteknik,
Danmarks Tekniske Hdjskole, Lyngby, Denmark
INTRODUCTION
1
2 Villadsen and Michelsen
2
r = 3.20m [(1 - x) + 1.065(1 - x) ] mol/h ( 1)
C
or
( 2)
0.9 0.11065
There are many ways in which Eq. (2) can be solved for x 1 , and some
are definitely better than others. Following are three possibilities:
For a quick estimate of x1, one would choose method 3. For O < x1 <
0. 9, the left-hand side of Eq. ( 2) increases with increasing x1, while the
right-hand side decreases with increasing x1, A nice intersection (x 1 =
0. 7028, me = 187 kg) is easily obtained.
Algorithm 2 is unwieldy compared to algorithm 3, while algorithm 1 does
not work at all since (df/dx 1)x 1=0. 702 = -6. 48, and a successive approx-
imation algorithm diverges at any point where I df/dx I > 1.
The moral is that even a simple problem may be confounded by the
choice of a poor numerical scheme. It is particularly important to choose
the right numerical formulation when the dimensionality of the problem in-
creases-as will be shown later in many of our examples.
Example 2 Ketene (A) is absorbed in acetone (B), where it reacts-
with H 2so 4 as catalyst-to form isopropenyl acetate by an elementary bi-
molecular reaction. At 37°C the rate constant is k = 0.0128 mol/L•min.
Numerical Methods in Reaction Engineering 3
The reaction is carried out in a flask which initially contains 150 L of pure
acetone (c~ = 13. 62 mol/L). The reactor is equipped with a reflux conden-
ser. For a constant flow of F = ( 7. 5 mol of ketene /min + 7. 5 mol of meth-
ane /min) to the reactor, no ketene can be traced in the outlet stream until
the liquid is saturated with ketene-which indicates that the reflux of
acetone is sufficient to reabsorb all ketene from the outlet stream. The
solubility of ketene in acetone (and in mixtures of acetone, isopropenyl
acetate, and H2SO 4) is taken to be 0.834 mol/L at PA= 0.5 atm and T =
37°C.
It is desired to calculate the time t* until the liquid is saturated with
ketene:
( 3)
0 O
where cA = 0, cB = 13.62 mol/L; and F/V = 7.5/150 = 0.05 mol/L•min.
Elimination of cB yields
F
- - kc
V A ( Co
B
+ C
A
- !'V_t) ( 4)
( 5)
0 ( 6)
by Eq. ( 4). Hence t* = 209. 5 min, which is almost the same as the result
t* = 208. 5 min obtained with a fourth-order Runge-Kutta method using
tit = 5 min.
Example 3 A batch reactor contains Mo kilograms of solvent + catalyst.
Reactant A is poured into the reactor at constant speed n1,. /tf (kg/min)
during the time interval [0,tf]. At time = 0, reactant and solvent are at
the temperature T 1 of the surroundings, and natural convection carries the
heat of reaction (-t.H kcal/kg) away. Heat capacity cp (kcal/kg K) and
density p(kg/m3) are independent of T and of conversion 1 - nA/nA =
1 - y. The reaction is first order in A.
It is desired to calculate the reaction temperature T(t) for given values
of the operating parameters Mo, n.A/Mo, T1, and tf,
Mass balance:
for T < 1
(y 0, T = 0) ( 7)
for T;?, 1
Energy balance:
dT
dT
( 8)
3ht/T - T ) 1. 25
0
1 (nA /Mo)b
(T - T 1)
p2/3cpMO[l + (nA/M 0)rn] 1/3
0 0
1 + (nAJM 0)w
where
< <
T = T1 at T = O; a= { ~/T
T
T;;,,
1
1 b ={ ~ T
T;;,,
1
1
The heat transfer coefficient h 'v 5 kcal/m 2 •h •K 1 / 4 and the heat transfer area is
taken to be 3(M/p)2/3; M = Mo(l + n1/Mow). The kinetic parameters k(T1) and
y = E/RT1 and the thermodynamic parameters (-t.H) and Cp have given values.
A crude numerical method (e.g., an explicit Euler method) may be
used to solve the important design problem of finding the maximum permis-
sible Mo (to avoid temperature runaway) for given nA/Mo, tf, and T 1 .
A higher-order method (e.g., an explicit fourth-order Runge-Kutta
method) may give a shorter computation time for the same accuracy, but it
is unnecessary to use an implicit method. The reason is that the structure
of Eqs. (7) and (8) is such that numerical instability of an explicit integra-
tion method is not a problem. When the numerical method becomes unstable,
it is a reflection of the inherent physical instability of the problem: for
Mo larger than a certain critical value, the whole batch will eventually
ignite and T increases to a value close to (-t.H/cp)nA/(nA + M0).
Many problems in reaction engineering can be handled with such crude
tools and it becomes a matter of experience to recognize those situations
where the more elaborate methods to be discussed in the following sections
have to be utilized.
Numerical Methods in Reaction Engineering 5
Ax = b (9)
=-
is probably Gaussian elimination (with pivotation of rows and perhaps
equilibration before each elimination step) in the particular version where
A is factorized into a lower triangular matrix ~ and an upper triangular
matrix ~-
~= ldl (10)
cN
(1) . • • cN(N-1)1 0 0
(N-1)
• aNN
(k-1)
. .N -
{
aik k = 1, 2, 1
(k)
c. =
1 (k-1) i = k + 1, .N
akk
~z = b and subsequently Ux
=-
= z (11)
6 Villadsen and Michelsen
k = 1, 2, . . . , M (12)
Ax = AX (13)
(14)
If all eigenvalues are real and distinct, ~ = diag {;\i} and ~i is the ith
eigenvector ~i• while the eigenrows ~ rows in y-1. If C\.,A.+l) forms
a complex pair of eigenvalues, fl has a ( 2 x 2) block J J
D
=
= ( a
-b
b)
a
(15)
on the main diagonal in rows j and j + 1 and (Ai, Aj+ 1) = a ± ib. A typical
computer code based on the QR algorithm is discussed in (Villadsen and
Michelsen, 1978).
clF.
1
x = x - _q with J .. = (16)
-k+l -k l] ax.
J ~~k
(17)
dy -1
dt = :k1~:k1 y + b
or
dz
-1
dt = ~~ + ~1 with ~(t = O) = 1T y0 ( 18)
dz.
dt
l
= A.Z.
l l + bli (19)
or
(_: c1· )
z.
d
=
l
( 20)
dt zi+l :)( ::+J + bl:+l
The solution of the individual problems ( 19) and ( 20) is trivial and the
final solution of Eq. (17) is
( 21)
or
( 23)
one step forward from 41 to Li+ 1 with ll t = h, the algorithm ( 24)- ( 25) is
used:
M
l.n+ 1 = l.n + l: Ri~i ( 24)
i=l
~i = h!'_ (l.n +
j=l
~ ( 25)
When bij = 0 for j > i - 1, the method is explicit and the M Runge- Kutta
constants ~i are found one by one, starting with i = 1. In the explicit
Euler method (M = 1), R 1 = 1 and b11 = 0. The fourth-order Runge-
Kutta-Gill method,
0 0 0 0
½ 0 0 0
Q =
½(/2 - 1) ½(2 - V2) 0 0
has better round-off properties than the slightly simpler "classical" Runge-
Kutta method, where the elements of £ are zero except for
b. l . = ( ½, ½, 1) i = 1, 2, 3
1+ ,1
( 27)
1
~ = i l , 2, 2, 1)
dyN+l ( 28)
= 1 Y = t
dt N+l,n n
Numerical Methods in Reaction Engineering 9
c 1 is 2 for the explicit Euler method and 2. 83 . • • for the explicit fourth-
order Runge-Kutta method.
With eigenvalues spanning many orders of magnitude, the computation
time of an explicit method becomes intolerably large, and this is where
implicit methods should be used since these can be made numerically stable
for any h.
Typical applications of implicit methods are:
i i
!. <!) = f ( Xn + L from z
-0
= y
-n
+ I: b ..k.
11-1
j=l j=l
which results in
f(z
- -0
)+a(: 1y )z.i-1k. ( 30)
10 Villadsen and Michelsen
or
( 32)
( 33)
( 34)
3
t
¥...n+l = ¥...n + '"" R.k.
1-1
+ 0 (h 4) ( 35)
( 36)
for s + 0
Numerical Methods in Reaction Engineering 11
( 37)
while
b 32-2,:i
k 1)
Using Eq. (38), where the elements of the (2M x 2M) matrix ~ are known
for any particular multistep method, one may update ~n ,k to ~n+l,k:
v == Bv ( 38)
-n+l,k ==-n,k
(39)
Correct ¥n+l by means of the vector product of G and the constant vec-
tor c:
Vn+l
__ :== V ( 40)
== n+l + --
Ge
Reevaluate Eq. (39), and iterate between Eqs. (39) and (40) until II GIi <
e:, or solve G == 0 by a Newton method (which is the safer approach).
This is in principle the multistep method described by Gear ( 1971, p.
102, 215). There are explicit and implicit versions, and they are incor-
porated into very popular integration packages by Gear and by Hindmarsh
[GEAR, GEARB for a band structure of the Jacobian of f, and GEARIB , a
strictly implicit method that can also be used to solve ~(y)f 1) == f(y),
at least when ~ is a slowly varying function of y]. Byrne ( 1981) -reviews
several commercial packages based on multistep :integration of the differ-
ential equations. It is our experience that STIFF3 and the implicit GEAR
packages work equally well on many different problems. This is also the
conclusion of Finlayson ( 1980, p. 54).
Sensitivity Functions
We shall introduce the sensitivity functions and point to their application
in parametric studies to solve three major problems: algebraic equations,
initial value problems, and boundary value problems.
First consider a set of N algebraic equations that contain M parameters
r<~.:e> == 2. ( 41)
The solution ~O of Eq. (41) is known for :e_ = :e._ 0 , and we desire to
compute the variation of the solution x - ~O as a function of :e -
:e._ 0 .
Now, with the constraint ( 41),
-aF I aFI
dF = 0
ax- -dx +
ai n==p
( 42)
-x==x
-0 "- -0
Numerical Methods in Reaction Engineering 13
-
/:). X = X
-
- X
-0
~ ( -J)
= X
-1 a~
-
clp
I (p -
-
p )
-0
(43)
-o - Eo
ctr
dt = !:_(:r,;e) x_<t = O) = X.o<:e>' E. = E.o ( 45)
Assume that the variation of x_ with respect to the parameters J2. is de-
sired-the essential problem in parameter estimation. The sensitivity
functions !k(t), k = 1, 2, • • • , M, are calculated as the solution of M
sets of N coupled differential equations.
( 46)
dz g(y,p,z)
=f+fz= (47)
dt p y
where fp is a short notation for a_! /cl E and fy a short notation for ~-
This would, however, require that f and f be calculated to form the
PY YY
14 Villadsen and Michelsen
Jacobian for the N(M + 1) systems of equations, and this is hardly attrac-
tive compared to an implicit solution of Eq. ( 45), followed by solution of
Eq. ( 46) with the correct fy and f at l.n+l •
The application of sensitivity ?unctions in the solution of boundary
value problems is also very important. One may consider a typical situa-
tion where it is desired to solve Eq. ( 48) by an initial value technique:
d2 ( 1)
~ = f(x,y,y ) (48)
dx
a dy + y = a
1 dx
at x = 0 and a dy + y
2 dx
=b at x =1
To integrate Eq. ( 48) as an initial value problem, the initial element
(y, dy/dx) at x = 0 is required. Let the estimated value of Yx=0 be YO•
Then the boundary condition at x = 0 yields (dy/dx)x=O = (lfo1)(a - yo),
and the integration can be performed resulting in (y,dy/dx) at x = 1.
The value of YO must be chosen such that the second boundary condi-
tion is satisfied:
b*(y )
0
2 (a2 ~
dx
+ y)
x=l
= b
d 2z af af dz
2
= ay z + -(1) dx <49 )
dx ay
(b* - b)
y 0 : = y 0 - db*/ dy (50)
0
!_(~1' ~2) = O
( 51)
g_(~l' ~2) = O
Ax +Ax +a=O
=1-1 =2-2 - ( 52)
Bx +Bx +b-O
=1-1 =2-2 -
-1 -1
{~1 - i2~2 ~1 }~1 = i2~2 ~ - a
-1 ( 53)
~2 = ~2 (-~l~l ~)
16 Villadsen and Michelsen
( 55)
The matrix gx is available when the iteration ( 54) has converged, and
=-2
the (N 2 x Ni) matrix (cl:! 2 /a:!l)g=O is found by N 1 applications of the
back substitution procedure ( 12). - -
In the third step the outer iteration !_ = Q_ is performed once:
( cl!_-)
clx
fix =-f
-1 -
( 56)
-1 g=Q
{(acl;lt
-2
+ (acl;Jx
-1
G::) } .s:.=Q
fix = -f
(57)
Now Eq. (54) is repeated with the new :!l and the nested iteration ends
by a final correction of :! 2 :
(:J,t,C!t~=~ = -G!t =
(59)
{( cl!_) ( cl!_ ) (cl:!2 \ (
cl E_ X X
-1'-2
+ cl ~ 2
X
cl E_ / =0
fr -
J
-1
Numerical Methods in Reaction Engineering 17
(60)
( 61)
. ,x.,.
-1
( 62)
k = 2, 3, • • • , M ( 63)
The choice of !_ and _g_ can only be made for the individual problem, and
considerable effort may have to be spent in selecting the best partitioning
of the system. If numerical difficulties can be associated with the solution
of a small set of equations, these might be selected as _g_, especially if the
outer-loop variables !.1 are relatively insensitive to variations in !. 2 ; but
a general rule of thumb cannot be given.
18 Villadsen and Michelsen
i = 1, 2, • • . , M ( 64)
( 65)
where
dyi
dx + BiM ,l. ( y.l - Yb ,l. ) = 0 at X = 1 (66)
at X = 1 (67)
where
dy} ( 69)
du
20 Villadsen and Michelsen
I _
" 2y u-u. = 4 { u.B
J-J
T
. + -s +2- 1 -J
A.T} v
,t_
c.T ,t_
= -J v ( 70)
J
where Bji and Aji are coefficients to Yi in the linear combinations of ordi-
nates that are used to express the second and first derivative of the inter-
polation polynomial for y(u) at collocation point j.
The final result is the set of N algebraic equations
N
2
C:l:y. cp R(y.) + b. = 0 = 1, 2, N
Jl l J J '
1
Cj ,N+lAN+l,i Cj ,N+lBiMyb
C:I: = c.. d
b, =
2d
( 71)
Jl Jl J
B'lM
d = AN+l,N+l + -2-
1 N
k (k) (k) 1
-r-(1:AN +lli+AN +lN +lYs =-o-
) (NLk+l Ali(k+l) yi+Al(k+l) )
1 Ys <73 )
k 1 k ' k ' k k+1 2 ' '
where Ys is the spline point ordinate and ~ (k) and !!- (k+l) are discretiza-
tion matrices for the first derivative to the left and to the right of the
spline point respectively.
The collocation equations are written up for each subinterval and the
final collocation procedure with N = N 1 + N 2 + • • • + NM-1 + NM colloca-
tion points becomes a set of N + M - 1 algebraic equations with a pronounced
diagonal block structure. The diagonal elements of Q* and of ~ are
usually larger than the other elements, which means -that the spline point
equations may retain their position, and factorization of the coefficient
matrix can be done block by block, with a resulting reduction of computa-
tional effort .
Quite often, one spline point may be enough to represent an outer
pellet region with rapid reaction followed by an inner, almost inactive re-
gion. In recent publications these "penetration front" problems have
frequently been solved by one-point spline collocation (typical examples
are transient gas-solid reactions where the gaseous reactant is used up in
an outer core of the pellet until the solid reactant concentration has de-
creased appreciably).
The original idea derives from Patterson and Cresswell (1971), who
proposed to equate y and the derivative of y to zero at the spline point
Us (or Xs) and determine the spline point position and the effectiveness
factor by collocation in the outer interval. An improvement was suggested
in Villadsen and Michelsen ( 1978, Chap. 7). Here only the derivative of
y was equated to zero at xs, while the position of xs was chosen somewhat
arbitrarily (e.g., by solution of a linearized problem). For a first-order
irreversible, exothermic reaction on spheres, one obtains
sinh A x
y 1 (x) = - - - -r - where "r -- cpexp [ 2( 1yS
+ S) ] (74)
xsinh A x
r
clR
B:_(y) = B:_(yR) + cl~ I (y - yR) ( 75)
YR
(76)
(77)
where
0 1 + 13y 1 =constant= 0(1) + 13y(l) (78)
2 d (y)
du 0 u=l
= (-qy + qy(l)) = (BiM(l - y(l)))
-q0\ + q0(1) BiH ( 1 - 0 ( 1))
( 79)
where q = 2/( 1 - u 1 )
Equations ( 78) and ( 79) with Yb = 0b = 1 are used to express 01 and
0 (1), y(l) in terms of Y1=
0(1) = (80)
(81)
13* = 13
1 + q/BiH
1 + q/BiM
and ¢* = (1 + ~)
B1M
1/2
cp (83)
Finally,
n = fO1 ~
R(yb)
dxs+l = f01 y exp [y(l - -0~)] dxs+l
( 84)
The left half of Table 1 shows the values of the collocation constants
(u 1 ,-c 1 ) which are needed to construct a one-point collocation solution of
Eq. (77) . u 1 1s· t h e zero of P (Oi(s-1)/ 2)( u ) , wh ere s 1s
' th e geome t ry
1
factor.
24 Villadsen and Michelsen
s ul -Cl q ul -Cl wl w2
R(y1)
n = wl R(yb) + w2 (85)
Constants for this specific situation (from Villadsen and Michelsen, 1978,
Chap. 5) are shown on the right-hand side of Table 1.
Equation (82) is an approximate solution of the general catalyst pellet
problem. There is only one unknown (y1), and the form of the equation
is the same as one would obtain from a stirred-tank reactor model. A
graphical or algebraic solution can be found for any value of the param-
eters, but the solution is reasonable only when y(u) can be represented
by a fairly low order polynomial. Note in Eq. ( 83) that the original S
[= cr(-LiH)D/kT rl is modified by a factor that can be very large when
BiH is small. Typical values of BiH and BiM in a fixed-bed reactor are 2
and 40, respectively (an industrial SO2 converter) and with spherical
catalyst particles, Eq. ( 83) predicts amplification by a factor 3. 11.
The application of Eq. (82) will be illustrated by two numerical exam-
ples. First consider the trivial case of a first-order isothermal reaction
with BiH = BiM -+ 00 on spherical pellets. The collocation equation has the
explicit solution
21 7 21 3
and +- (86)
n = 10 21 + 2q> 2 10
For q> = 1, one obtains n = O. 93913, which to the first four figures agrees
with the exact solution n = 3 /q> 2 ( q> coth q> - 1) = 0. 93911.
Also, at the much higher value q> = 4, one obtains a good approximation
to n:
12 -2
¢ ( 87)
n+3
which gives n = 0. 5625 for n = 1 and ¢ = 4. Thus the whole region
0 < ¢ < 00 is nicely covered with the two simple formulas ( 86) and ( 87).
We shall next consider the solution of Eq. (64) for a first-order ir-
reversible reaction and the following set of parameters:
The curve marked "e" on Fig. 1 is the "exact" solution n versus ¢ obtained
by high-order collocation. The surface temperature 8( 1) increases along
the curve from 1 at (n,¢) = (1,0) to 1 + 13(BiM/BiH) = 2 on the upper,
ignited branch of the curve where the effectiveness factor reaches extra-
ordinary high values [max(n) = 2366] before its final decline, proportional
to ¢-2 when ¢ + 00
log 11
¢ 1 coth ¢ 1 - 1
(89)
Bi H [ 0 ( 1) - 1] =
-
BiH ( 6 - 1) ( 91)
1
= a=-- s = 0, 1, or 2 (92)
s + 3
Thus, also for a modest reaction rate, one obtains an algebraic equation
for the representative pellet temperature Gp. Whether Gp is taken to be
0 ( 1) or the left- hand side of Eq. ( 89) is replaced by Eq. ( 91) to deter-
mine a Gp > 0 (1), the effectiveness factor is calculated by
3BiM ¢ 1 coth ¢ 1 - 1
n= "7 ¢ 1 coth ¢ 1 + BiM - 1
( 93)
Numerical Methods in Reaction Engineering 27
¢ = exp [- ½(1 ~
- 0 ) ] { 1 + BiM q : pl ~ ~p } ( 94)
.£:L
d0
= 0 at 0
p
= 1. 7291 ¢ = 0.1946 and n = 2310 ( 95)
p
Also,
For practical applications of the present model all that is really needed is
calculated from very simple formulas; by one-point collocation, or the ap-
proximation Eqs. ( 89) and ( 91) to ( 93) , the lower branch of the n versus
¢ curve can be calculated.
The upper branch of the curve is found by Eqs. ( 89) and ( 93). The
lower limit of the ignited branch is found with high accuracy by Eq. ( 95),
while the upper limit of the quenched branch is found with reasonable ac-
curacy by one-point collocation.
¢:
largest possible yield of component B for given values of ¢~ = L;(k 1 /D)
and = L~(k 2cA 0 /D). LP = VP/SP and the particles are described by
slab geometry.
One obtains the following mass balances for the particle phase:
cosh ¢ 1 z;;
= = (96)
cosh ¢ 1
28 Villadsen and Michelsen
2
d (cB /cAs) d2y 2 [cosh ¢ 1 r; 2
= = -¢1 h ¢ - a (1
dc;2 dc;2 cos l
CB XB CB XB
y = = and y(l) =
cAs 1 - XA CBS 1 - XA
dxA CA 'OD
= T k -- = (1 - x A) ¢ l tanh ¢ l ( 98)
dT 0 1 CAO L2
p
i]
1
dxB
dT -
dxA [1 -
¢2 (1 - X )
2 A
where y
2
=
f y2 de;
( 99)
dT ¢ 1 tanh ¢ 1 0
( 100)
I
dy /de; c;=l
( 101)
¢ 1 tanh ¢ 1
2
d z 2 2
= ¢ 2 [2y(l xA)z - y l
dr;2
( 102)
!L_ (1) XB
z - z = 0 at r; = 0 and z = at r; = 1
3xA 2
(1 - X )
A
Numerical Methods in Reaction Engineering 29
N+l
'°'
L.J C .. y. + [p. - a 2y.2(1 ( 103)
i=l Jl l J J
1.6
1.2
.8
.4
0 .2 .4 .6 .8
= 0 (104)
dyN+2
= 1 ( 105)
dt
= (106)
dt
where
d2 2
_:f_ = -exp( -u) + a (1 (107)
du 2
-
-
dyI
du u=0
( 108)
The boundary condition at "u -->- 00 " can be applied at two different u values,
say u = 5 and 8, and Eq. (107) is solved by collocation for each of these
values. If there is no appreciable change in dy / du[ u=0, the solution is
accepted; otherwise, u > 8 is tried. Alternatively, one may make a second
transformation to obtain a finite interval:
-2
v = (1 + u) where v = 1 at u = 0 and v = 0 at u -->- 00 ( 109)
Numerical Methods in Reaction Engineering 31
The transformation ( 109) is well chosen in the present example since from
Eq. (107) it is easily seen that y "' u-2 for large u.
Figure 3 shows the boundary curves ¢ 1 = 0 and ¢ 1 + co for the optimum
(xA,xB) as a function of l/a2 [which is called s 2 in the classical paper of
Wheeler (1951) on first-order consecutive reactions]. A dashed line indi-
cates the locus of the ¢ 1 = 1 optimum solutions, and at seven different
values of l/a2 (10, 5, 2, 1, 0.5, 0.2, and 0.1) other dashed lines connect
solutions with the same value of lfa2. The solution was found by the
technique (103) to (106), using Eq. (97) to obtain the collocation equations
for ¢1 < 20 and Eq. (107) when ¢1 + co. The asymptotic solution ¢i + co
is a good approximation when ¢1 > 10.
Even though in the present example a collocation solution could be
found for all ¢ 1 values, it is worthwhile to remember than an accurate
solution of the boundary value problem can also be obtained by forward
integration from z; = 0 or from z; = 1. There are positive eigenvalues in
the Jacobian of f, and the solution may easily diverge, but an explicit
Runge-Kutta method is just as good as an implicit method.
To find the solution that satisfies y( 1) = xB /( 1 - XA), one proceeds as
in Eqs. ( 48) to ( 50), integrating Eq. ( 97) together with the sensitivity
equation for zy = 8y/8y0 :
0
32 Villadsen and Michelsen
d 2z
Yo
= 2<1>~ic1 - xA)yz (110)
dr,;2 Yo
with
z = 1 and
dzYo I = 0
y 0( i:;=O) di:; 0
= 0 (111)
From the computed values of zx ( i;; = 1) and dzx /di;;I _ 1 , one may obtain
A A i:;-
the second derivative of xB with respect to xA. First, calculate dy 0 /dxA,
using the following equivalent expressions for dy(l):
1 dxB]
+ ----- dx
1 -xA dxA A
(112a)
or
Next,
( 114)
and finally ,
( 115)
Numerical Methods in Reaction Engineering 33
where f 1(xA) = -(¢ 1 tanh ¢ 1 )-l dy/d1;I 1;=1• and f/ 1 >cx 1) is found from
( 114).
As a comment on the procedure of Eqs. ( 97) and ( 110) to ( 115), one
might add that for explicit integration of the differential equation ( 97), it
is computationally simpler to find YO by the secant method. Also, for an
explicit integration it may be preferable to calculate zXA by numerical per-
turbation of Eq. ( 97) rather than by Eq. ( 111). The computational cost is
the same and the computer program is simpler.
Very difficult catalyst pellet problems have recently been solved by in-
genious forward integration techniques: Kaza et al. (1980; methanation on
nonisothermal pellets), Sundaresan and Amundson (1980; diffusion and re-
action in a boundary layer surrounding a carbon particle), and Holk and
Villadsen ( 1983; absorption followed by exothermic reaction in a liquid film).
Other examples are given in Villadsen and Michelsen (1978, Chaps. 5 and 9).
We may conclude that the model for a single reaction on a catalyst pellet can
be treated by a standard numerical approach: finite-difference methods,
collocation, or forward integration from the center of the particle, as the
case may be. Examples with several independent reactions will frequently
require a numerical technique which is tuned to the specific problem. Ex-
ample 5 has shown some of the methods that can be used to construct an
efficient numerical solution, and the references given above illustrate other
techniques.
As a final comment it should be acknowledged that the catalyst pellet
model is virtually the same as the model used to calculate absorption with
chemical reaction. In particular, the catalyst effectiveness factor is closely
related to the enhancement factor which is used in the film model for chemi-
cal absorption.
The design of multicomponent countercurrent gas-liquid absorbers [or
moving-bed reactors, as in Peytz et al. (1982)] presents some nasty numeri-
cal problems-far more difficult than those encountered in the boundary
value problems associated with catalyst pellets. A set of exit concentrations
in the gas phase must be guessed, and after integration of the gas-phase
and liquid-phase mass balances through the column, one makes a comparison
with the inlet gas composition to obtain an iterative calculation procedure.
The differential equations are often very stiff, and it requires careful
programming to achieve a stable iteration.
.£X.) -
V
z ay = LD _!_ 2.._ ( x _l R (116)
V
av
aZ 2 X ax ax V
av
rtvav
34 Villadsen and Michelsen
V L(-8.H)c
V
z ae
av
az
=
2
Lk
rt v ac pc p
X
1 a
ax ( X ~!) + v pc T
av p r
r
R ( 117)
where
z = axial distance in reactor relative to the total reactor
length L
X = radial coordinate relative to the tube radius rt
y,e = fluid-phase reactant concentration and temperature relative
to a reference state with concentration cr and temperature
Tr
R = reaction rate divided by the reference concentration cr
V radial velocity distribution in the reactor tube
z
~D radial diffusivity of heat and mass
pc '
p
~ L (118)
dz = R
V
av
1 2
where R = J0 Rdx, which is approximated by R(y,0):
L(-liH)c
d0 2LU r (119)
= (0 - 6x=l) + v pc T R
dz rtv av pc p w
av p r
where 0w is the value of 0 at the reactor wall and Elx=l is the value of 0
just inside the wall. In the same manner in which we introduced a modified
pellet heat transfer coeff~ient in Eq. ( 91) we shall define a modified wall
heat transfer coefficient U:
Expression ( 120) is inserted in Eq. ( 119) and now only 0 and y appear in
the approximate reactor model, which can be solved by integration from
z=0toz=l.
It remains to calculate U in terms of U and the radial heat conductivity
k. In general, U is obtained from
1
( 121)
u
where the constant a depends on the radial velocity distribution. Villadsen
and Michelsen (1978, Chap. 6) discuss a perturbation technique by which
a may be calculated. The value of a will fall between 1/4 for a flat velocity
profile Vz = Vav and 11/24 = 0. 4583 for the parabolic velocity profile of the
laminar flow tubular reactor. Typical results between these values are
V
19 z
a= 48 = 0.3958 for
V
av
495b 2 + 234b + 31
V
z 6(1 - x 2)(x 2 + b)
a = - - - - - - - - for =
3b + 1
120( 3b + 1) 2
V
av
(122)
kL 2-
dy r - 1 dy
= -vy+ (123)
dz Peef
av dz 2
where
Peef = 48 ~ = 192~
2 2
V
avrt vavdt
Def 1
=
V L 192
av
Def
192
V L
av 1 2 5 10 co
= v avL 1 cl ( cly)
192Def ; ax x ax - Da y ( 125)
1 2
y(z = 1) = 4(1 - x )y(z = 1,x)x dx
0
dy. T L
dzJ = ci...C. y -
lVJ-J -
-
V av
R(y.,8.)
J J
( 126)
d8. (I'.. T)
_J = max
R(y., 8.) (127)
dz T J J
r
The coefficients Cji are defined in Eq. ( 70). They have different values
depending on the method of discretization. Ordinary finite-difference
methods, global collocation, Galerkin's method, or spline collocation have
been used by various authors in numerous computer studies over the last
20 to 25 years.
Equations ( 126) and ( 127) can be solved from z = 0 by any of the
standard packages for coupled initial value problems. An implicit or a
semi-implicit method is preferable to an explicit method because of the large
spread of the eigenvalues of g. This is true in particular when orthogonal
collocation is used to discretize the radial derivative; even for a relatively
low order method (N = 4 or 5) the ratio between the largest and the small-
est eigenvalue can be of the order of 1000. The structure on the right-
hand sides of Eqs. (126) and (127) is, however, so simple that the Jacobian
can be computed very easily.
It is also possible to discretize Eqs. (126) and ( 127) in the z direction
to obtain a so-called double-collocation method. This method was originally
proposed by Villadsen and Scfrensen ( 1969), but it was only recently
38 Villadsen and Michelsen
v(u) az
ay
= 4u
(l-s)/2 a ( (s+l)/2 'dy)
3u u 3u _ Da Y ( 128)
(129)
y is diagonal with Vjj = v(uj), and the (C~, bj) are given in Eq. (71).
Different side conditions at u = UN+l = 1 lead to different problem modifica-
tions. _1
Diagonalization of \YI = y (g* - DaD yields the standard form ( 18).
Michelsen and Villadsen ( 1981) prove that all eigenvalues of \YI are real and
distinct if collocation is made at the zeros of P~O,O)(u), and -the boundary
condition at u = 1 is any of the linear expressions discussed in Crank
( 1957).
The solution appears as an N-term expansion in eigenfunctions exp( Aj z),
and the modified Fourier coefficients are found by simple matrix-vector
manipulations [ see Villadsen and Michelsen ( 1978, Chap. 4) for the solution
of a particular example] .
For the case Da = 0, Michelsen (1979) proves that the eigenvalues and
eigenfunctions of Eq. ( 128) with boundary condition
dy BiM
du + - 2- y = constant at u = 1 ( 130)
Numerical Methods in Reaction Engineering 39
can be derived for any value of BiM by a simple algorithm that utilizes the
eigenvalues and eigenfunctions obtained at any specific reference value
(BiM )r, which, for example, may be either zero or infinite. This leads to
substantial savings in computer time when estimating the value of BiM (and
a diffusivity) from a series of measurements of y at different z and x.
When Da ;/; 0, the diagonalization of ~ must, however, be performed for
each value of Da. -
Another important special case, that of a finite exterior medium, is
treated in Sotirchos and Villadsen (1981). The boundary condition at u = 1
is given by an overall mass balance
Outside the reaction medium of volume 1 (or the catalyst pellets as the case
may be) there is a radially well mixed volume q into which the reactant may
diffuse. The reactant concentration is Yb in the finite exterior medium at
position z (or at contact time t). In Eq. (131) the total "mass" in the re-
actor and the outer medium is equated to the initial "mass" a, less the total
amount of reacted material. Concentrations in the two media are connected
by a boundary condition of type (130) where the right-hand-side "con-
stant" =(BiM/2)yb(z).
Let v( u) = 1 and write the jth collocation equation,
dy. N b.
dz) = L _l f -
q
R(y.) + b. a
J J q
( 132)
i=l
- w.
b ( ___! + 2AN+ l ,l·)
j q BiM
= 4/ B ~ A ) _ _B_1_·M_ _ __
bj \ui j ,N+l + 2 j ,N+l 2AN+l,N+l + B¼
f1 y dxs+l
N
- I:l w.y.
l l
0
For a nonlinear reaction rate the N equations ( 132) are solved together with
an equation for the average rate of reaction:
df = Jl N
- Ll w.R(y.) ( 133)
dz O l l
but for a first-order reaction the numerical approach is just like that used
in Eq. ( 12 9) :
40 Villadsen and Michelsen
dY
= MY + b*
dz =-
( 134)
T
,bN' 0}
is given in Holk-Nielsen and Villadsen (1983), and other examples are shown
in Villadsen and Michelsen ( 1978, Chap. 7) .
Another, quite different but apparently versatile approach is to intro-
duce a variable transformation n = f( z ,x) which as far as possible describes
the combined influence of z and x on the solution near z = 0. This is
called "similarity transformation" and is treated in most textbooks on partial
differential equations. The reduction of the model into a problem with only
one independent variable succeeds only in trivial cases, and one will usual-
ly end up with two independent variables n and z in the transformed equa-
tion as well as in the boundary conditions. If, however, n has been
judiciously chosen, a perturbation analysis of the transformed equation
from z = 0 will give an accurate solution of the original problem in the inlet
zone. There are several examples in Villadsen and Michelsen (1978, Chap.
4) where this technique has been used to solve linear reactor problems,
and a pellet model with a concentration dependent diffusivity is treated in
the same reference p. 339).
residence time for the bed, an observation that may justify a further as-
sumption that Sp = eg at any time. To reduce the dimensionality of the
problem, it is common practice to neglect the cross-sectional conductive
term in Eq. (117) when solving unsteady-state reactor models. This may
be justifiable when the diameter-to- length ratio of the bed is larger than
20, but a radial gradient can also be incorporated as a fictitious axial
dispersion term and there is experimental evidence that true axial conduc-
tive terms may have to be taken into account in modeling of transient fixed-
bed reactor behavior.
It is usually dangerous to tamper with the rate expression to obtain
computational advantages. If it is reasonable to suspect a substantial re-
sistance to mass transfer in the pellets, it will not do to neglect this dis-
persing effect, since breakthrough times that are much different from those
observed experimentally are likely to be calculated. Our discussion of the
pellet problem for a single reaction has also shown that a complicated rate
expression is treated with almost the same effort as a simpler rate expres-
sion. Therefore, it is usually not advisable to jeopardize the trustworthi-
ness of the simulation by neglecting the influence of one or more reactants
on the rate of reaction.
Unsteady-state reactor models display such a variation in complexity
that it becomes impossible to discuss suitable solution techniques in general.
At one end of the spectrum one finds the one-component isothermal gas
adsorption unit which can be treated analytically (Aris and Amundson,
1973). At the other end of the spectrum there are studies of reactor con-
trol with several independent variables, steep temperature fro'nts, and with
time-changing kinetic and transport parameters. Simulation of reactors for
reduction of mineral ore and simulation of explosion fronts are other com-
plex problems.
An example that illustrates major features of unsteady-state reactor
behavior without being very complicated is discussed in Michelsen et al.
(1973) and Villadsen and Michelsen (1978, Chap. 9): The reaction takes
place in the fluid phase, but the inert packing material of the reactor in-
troduces a large thermal residence time. After linearization the model is
analyzed in terms of transfer functions, using collocation to account for the
axial variation of the variables y and e.
In the present chapter we use an example of moderate complexity to
illustrate certain numerical techniques which we believe can also be applied
in many other situations.
Example 6: Simulation of coke burning in a fixed-bed reactor A re-
forming catalyst is slowly deactivated due to deposition of tarry material in
the pores. This so-called "coke" has to be burned off periodically, and a
reliable simulation is important to minimize the length of the burn-off period
without sintering the metal crystallites by excessive overheating of the
pellets. Originally, the coke is homogeneously distributed on the particles
with concentration Ceo. Nitrogen containing a small proportion of oxygen
( concentration Coi) is fed to the reactor inlet at temperature T gi ·
A reaction zone develops and moves slowly through the reactor. When
the reaction zone passes out of the reactor the burn is complete, and it is
successful if only a small residual coke concentration cc( z) is left behind
and if the temperature at no time has exceeded Tmax anywhere in the re-
actor, During the operation of the reactor a temperature wave passes
through the bed. It may move faster or slower than the reaction zone-
the inlet oxygen concentration c . can be used to control the relative
01
Numerical Methods in Reaction Engineering 43
movement of the two fronts. Both fronts move exceedingly slowly compared
to the gas residence time in the reactor. Typical velocities are O. 1 m/h for
the reaction zone and O. 9 m /h for the temperature front.
A model with three equations [ ( 135) to ( 137)] for the pellet phase and
two [ ( 138) and ( 139)] for the fluid phase was proposed by Liaw et al.
(1982).
[y (1 f-)]
C
exp yc = cC = 1 at t =0 ( 135)
p co
( 136)
ae T T
tH __E._ = H (e - ep ) + S ny g 8 =_E._ 8 = __g ( 137)
ax p g
Da
p T. g Tgi
gi
cly C
......::..K = - Da ny = og ( 138)
az . g yg C •
01
ae
____g: = H (8 - 8 ) ( 139)
az p p g
less justified assumptions that have been made in previous studies of the
problem. The present model does not assume "a constant burning rate,"
low-temperature burning" (where cp ~ cg), or "diffusion-controlled burn-
ing" (where the rate is almost independent of temperature), and conse-
quently the predicted burnout history is close to that obtained in laboratory
experiments.
The model has recently been critically reviewed from a numerical point
of view by Funder (1982), and as a result the computation time per burn-
out simulation was reduced from about 5 min in Liaw et al. ( 1982) to about
35 to 40 s. We shall review some of his conclusions.
1. It is meaningless to simplify the model by the assumption 8g =
8s = 8. This is frequently done in numerical studies of unsteady-state
reactor models, and the resulting "homogeneous" model with
ae 1
az = tH SDany
g
(140)
dt =t dz = dS ( 141)
H SDany
g
There may be about 10% saving in computer time when this approximation
is made, but significant errors in the temperature peak may also occur.
2. The implicit three-point integration scheme suggested by Christian-
sen and Andersen ( 1980) is very suitable for integration of the fluid
balances in a rectangular grid. The pellet mass balance is approximated
by collocation [ using PN ( 0, 0) ( x2) with N = 3 or 4) , and the resulting
equations for Yg, 8g, Sp, and {(yp,Yc); j = 1, 2, . . . ,N} are solved
by a Newton method for each grid point. All z values at a given t are
treated before t is increased.
3. Funder (1982) points to an interesting model approximation: where-
as it is incorrect to assume a constant oxygen level in the pellets ( except
when the pellet is far from the reaction zone), it is quite reasonable to
assume a constant coke level or a coke profile that changes in a few steps.
When Ye is assumed to be piecewise constant in the pellet, it is possible
to solve the pellet model analytically, and since n is the only "output" of
the pellet mass balance, the problem is reduced from one in 2N + 3 vari-
ables to (ideally) one in four or five variables. The resulting reduction
in computer time is very significant (from 35 to 4 to 6 s per burnout
simulation) and the results are only a few percentage points different from
those obtained by the full model, probably because the sharply decreasing
oxygen profile in the pellet is very little influenced by the coke profile as
long as the correct average coke concentration is used.
Characteristically, the solution of the unsteady-state reactor model is
smooth except in the reaction zone and in the temperature front. In Exam-
ple 6 the oxygen concentration is zero downstream from the reaction zone,
and it increases rapidly to the inlet value c i at positions upstream from the
reaction zone . 0
When the profiles are given in terms of Yj(t) at positions Zj(t) [e.g.,
as a set of piecewise linear functions between (Yj , Zj) and (Yj+1 , ~+ 1 )] , one
must require that ( Yj , zj) quickly settle down to become smooth functions of
t. This certainly requires that condition 1 is satisified. If a number of
nodes pass quickly through the front, the profiles ( Yj , Zj) will oscillate
wildly with t.
Since the equations that determine the (Yj, Zj) are surely going to be
"stiff," an implicit or semi-implicit integration method in t must be used.
The most promising recent development toward a general algorithm
for solving problems with steep fronts (or schocks) is due to Miller and
coworkers (Miller and Miller, 1981). Their method employs a complicated
system of "spring forces" and "viscosity forces" to move the nodes-quickly
but not too quickly-in and out of the fronts. Computing times (with an
implicit Gear method to solve the differential equations for the time develop-
ment of the profiles) appear to be remarkably small. We have used the in-
formation given in the published articles to test their method, both on
Burgers' equation (their test example) and on a chromatographic separation
example. Our computation times are, however, three to four times as high
as stated by Miller, but undoubtedly the method deserves further study,
since the basic ideas seem to be just right for solution of some extremely
complicated problems of great practical interest.
( 142)
where
T
X= E[(E_ - E_) <12. - E_)]
A A
(144)
where
2 A2 2 1
a 'v a =s = - - - ( 145)
n - m
(1980, Chaps. 5 and 6). In the following we assume that one of the
Levenberg-Marquardt library codes (e.g., IMSL or Harwell) with externally
calculated values of -y s and of its gradient ay-s / a-p is available.
The parameters to be determined fall in two groups:
Numerical Techniques
The library routines for parameter estimation require that <P and d<P I d:e_
be generated externally, and consequently the state vector ~c and its gra-
dient dys/dp must be calculated for given p. It is often claimed that it is
more difficult to extract ys from a plug-flow or batch reactor model than
from a recirculation reactor model, but this is not the case when there is
only one reaction. In the schematic representation shown in Table 2, the
steps that lead to p are shown for both recirculation reactor experiments
anf for plug-flow reactor experiments. The state vector is a set of n con-
versions .5. = ~s measured at given values of space time, Ti (i = 1, 2, . .
n). In both cases n algebraic equations must be solved to find Si at the
known values of T = Ti. The only difference is that evaluation of the
integral in the plug-flow reactor model requires a subroutine for numerical
quadrature, and excellent codes based on Gauss quadrature are available
for this purpose.
When there is more than one component in the state vector, the analogy
between the backmix reactor model and the plug-flow (batch) reactor model
becomes less apparent. The procedure for the backmix reactor is the same;
there are now M coupled algebraic equations which have to be solved for
x_s at each i (i = 1, 2, . . . , n), but this is in principle not different
from the case of one reaction. Solution of M coupled differential equations
in the plug-flow reactor model to find x_s at Ti (i = 1, 2, . . . , n) is
much more difficult than evaluating n quadratures.
Numerical Methods in Reaction Engineering 49
i;
Model: i; = TR(i;,:e_) T= J0 dz;;
R( c;,:e_)
i = 1, 2, n i = 1, 2, n
dF. dF.
Derivative 1 1 1 1
of F.: di;i
= T. dRI
di;i
1
= R( i;. ,p) = R.
1 1 di; i;. 1 - 1
1
Iteration: si .- i;i -
(dFrdi;: Fi i;. := i;. + R.F.
1 1 1 1
Gradient
of y: G!), .p
-s -0
for both reactor models
(:!), ,p
-s -0
C (:!), -s -0
,p (:!), ,p
-s -0
(~)d
cl :e_ c;
a collocation method that gives the best possible fit between the solution
l.sc to the approximate model and the (unknown) solution I.s of the exact
model. Their model B is the same as that proposed above: solve the
collocation equations, find the gradient dl_sc/dp_, and update p_. One may
either choose to solve the collocation equations to machine accuracy before
calculating lip or take just one step in the iteration toward the solution of
the collocation equations before updating p. A particular variant (their
method A) may be valuable to find good starting values E_ for the param-
eters. If the differential equation model is linear in the parameters ( or
only slightly nonlinear), a situation that frequently occurs, one obtains a
very good estimate for p_ by
aoN E(aoN)T]-l
[ (147)
cly = cly
- - .x=Y.ec
The general collocation method may, however, be applied for models that
are nonlinear· in the parameters as well as in the state variable y. It is
equally applicable for parameter estimation in nonlinear coupled ordinary-
differential-equation models (where it competes with the explicit or semi-
implicit initial value techniques) and for parameter estimation in boundary
value problems.
The best documented general code for parameter estimation using col-
location is developed by S<,ilrensen and Stewart. The software is shown
in appendixes to S<.ilrensen ( 1982).
Special attention should be given to the linear boundary value problems
which are the basis for Fourier expansion of linear PDE [e.g. , variants of
Eq. (128)], since these models occur so frequently.
Michelsen (1979) convincingly demonstrated that the transport param-
eters (radial dispersion and a wall transfer number) can be estimated with
only one diagonalization of the collocation matrix (for BiM ➔ 00 ) and sen-
sitivities calculated analytically from the eigenvalues and eigenvectors of
g. The resulting reduction of computer time compared to previous calcula-
tions on the same data base was at least by a factor of 20.
When v z(x) = 1, a situation that certainly occurs in pellet problems,
one may find the radial transport parameter, the wall transport parameter,
and Da simultaneously. There are only trival modifications in the proce-
dure of Michelsen ( 1979): The solution with Da -:/: 0 is simply
DaD
with solution
-1
y = exp(~'IT)y 0 = ~ exp(~,)~ Yo ( 149)
where zD (, = 0) = 0 ( 150)
- a
with solution
~Da
r
where
-1
:\.) [exp(:\.,) - exp(,\..,)]r.. for i -f.
1 ] 1 l]
s..l] = ( 151)
Tr~.
11
exp(:\.,)
1
for i =j
and
r .. is an element of
l]
r = ~ -1¥-1~
( 152)
2
where 1/J = D/kRrt. The solution of Eq. (152) by collocation is averaged to
give
N
y = ~ c. exp( A.Da z) ( 153)
1 1 1
V
av,r
Da z = Da z' where z' = z - - - ( 154)
r v
av
i A. c.
1 1
1 -0.8429 o. 9211
2 -2.30 0.069
3 -5.26 0.007
54 Villadsen and Michelsen
A perturbation analysis for large 1jJ [see Eq. (122) for the first term]
yields
A = -1 + - 1- -
1 481/J
(155)
C = 1 - l
l 768i
while Ai 'v
O{ijJ-1) and ci 'v
O(f 2) for i > 1.
When 1jJ is large enough to allow terms in 1/J- 2 to be neglected (1/J = 0.1
is barely large enough to permit this approximation), the expansion ( 153)
can be truncated after the first term:
According to Eq. (156), the ratio ln y/z' should be constant, and since
this is not quite so, we may be able to determine both parameters Dar and
1/J.
Linear regression of the data with z' > 0. 5 yields ln y = -- 0. 053 - 1. 71z'
and now, from Eq. ( 153), truncated after the first term (which is certainly
adequate for large z', say z' > 0. 5), one obtains initial estimates for Dar
and ijJ:
y'v(l--l) 768i
exp [-Da z' (1 - - 1 + - 1 )]
r 481/J 192ol
( 157)
Numerical Methods in Reaction Engineering 55
N
d
~ >..z'c. exp(A.Da z') ( 158)
dDa l l l r
r 1
Da = 1.994 ± 0.1%
r (159)
1jJ = 0.104 ± 2%
The error of 1jJ is substantial, considering that the data are accurate to
three digits, an accuracy that is not likely to be found in practice. The
rate constant is, however, determined with the expected small standard
deviation. The two parameters are strongly correlated (correlation coef-
ficient O. 95) and this, combined with the large standard deviation of ijJ,
shows that the use of laminar flow reactor data for y are unsuitable for
determination of ijJ, based on a "known" value of Da. A small error in
the rate constant will be strongly magnified when iμ is estimated. Converse-
ly, an approximate value for 1jJ is all we need to determine a very good
estimate for the rate constant, using exactly the same data.
Finally, it should be mentioned that concentration measurements at
the exit of the tube, but at the centerline (i.e. , measurements on samples
taken through a small-bore tube which is centrally placed in the reactor
tube) will be much better suited for determination of the two parameters.
We have repeated the estimation, but based on 10 "measurements" taken at
x = 0 and with the same "experimental error." Now 1jJ is found to 0.1004
with a standard deviation of only 0. 4%, while the value of Da is 1. 997 and
has the same standard deviation ( 0. 4%) as before.
The result, which is obtained by a simple numerical analysis of the
model from which the parameters are to be extracted, illustrates how an
experimental program can be guided by simulation studies.
Example 8: Kinetics of a homogeneous liquid-phase substitution reaction
("the Dow Chemical Company test problem") In 1981, Blau et al. from the
Dow Chemical Company published the formulation of a multi-response-
parameter estimation problem. The problem is concerned with an industrial
reaction, "hidden" behind the following symbolic nomenclature:
K2
HA--A-+ H+
K K3
A- + BM _!_ ABM- _____,_ HABM(-H)+
M
kl
--
+ BM ----MBM
k_l
-
+M
K
- + 1
MBM + H - - - HMBM
The data were analyzed by the method of Box ( 1973) and it was found that
there is not only one, but two linear relations between the "original" data.
Correspondence with Blau gave the following supplementary information:
a. cBM was not measured, but back-calculated from the mass balance
( 161).
b. The concentrations of HA, HABM, and AB were all measured, but
their sum was normalized to agree with a "known" initial concentra-
tion of HA:
Numerical Methods in Reaction Engineering 57
Concentrations (g mol/kg)
Time
(hrs) BM HA HABM AB
TABLE 2 ( Continued)
Concentrations ( g mol/kg)
Time
(hrs) BM HA HABM AB
( 163)
Numerical Methods in Reaction Engineering 59
K 1 cHMBMcA-
cHBM- = K2 cHA
while cHABM, cAB, and cHMBM are calculated from the total mass balances
for A, B , and M. Except for the assumption CH+ "' 0, there are no ap-
proximations involved relative to the original model, and we have checked
that our results for the parameters are virtually unaffected by the assump-
tion CH+ "' 0.
With this assumption-which appears to be quite realistic-it is impos-
sible to find absolute values for the equilibrium constants Ki, K 2 , and K 3 .
Only their ratios K3/K2 and K1/K2 can be found.
If these ratios are as small (ca. 10-6) as indicated in the problem
description, the system is extremely stiff: cHA will decrease almost to
zero, following pseudo- zero-order kinetics. When cHA has become of the
order of K1/K2, the rate expression changes to pseudo first order in cHA.
All HA would essentially have to react before the "dead-end" reaction to
HABM reverses direction and starts to send ABM- back into the main reac-
tion sequence.
3. Simulation and parameter estimation. To simulate the solution y of
the model, we used the IMSL routine DGEAR, which was modified to include
algebraic ("exact") evaluation of the sensitivities with respect to the param-
eters.
There are in all eight parameters in k1, k_ 1 , k 2 , K1/K2, and K3/K2,
but sensitivities with respect to activation energy Ej and frequency factor
ai of the rate constants ki can easily be computed from the sensitivities
with respect to kj:
ay
aa
~ak
= ·a k a a = exp (-~) ~
T ak
( 164)
~
clE
= ~~ =
elk clE
- ~ exp (- ~) a Y
T T ak
( 165)
(166)
The Harwell code VB0lAD was used for the least-squares minimization.
The routine is based on the Levenberg-Marquardt method, and it requires
analytic derivatives of the error vector with respect to the parameters.
There was no difficulty in obtaining the minimum of the sum of least
squares-about 10 s of CPU time to determine all eight parameters (which
corresponds to ca. 0. 5 s per integration of the model and the 15 sensitivity
differential equations).
It is remarkable that the integration of the three equations for CHA,
cBM, and CM-together with all the sensitivity equations-requires only
twice the time used for the three quations of the state vector. Here it is
much better to use exactly derived sensitivity equations than to use numeri-
cal perturbation of the parameters, which is considerably slower (by a fac-
tor of 6) and requires a much higher integration accuracy to give meaning-
ful results.
Also, a comment on the initial values of K3/K 1 and K1/K2 is necessary.
To obtain the best estimates for these parameters ( 1. 43 and 0. 0672, re-
spectively) it was necessary to start with an initial estimate of K1/K 2
which was decidedly larger than the small value 10-6 suggested by Blau
( 1981).
It is not difficult to see from Table 3 that cHABM starts to decrease
much before HA has been consumed, and consequently that K 1 /K 2 has to
be larger than 10- 6 . It is, however, not at all obvious that the routine
fails to predict the correct values of q 1 = K1/K 2 and q 3 = K 3 /K 2 if the
original estimate of the parameters is used. The reason is that the object
function is affected only by the ratio q3/q1, not by their absolute values
when they are as small as 10- 6 , and it becomes impossible for the routine
to drag the parameter values all the way from 10-6 to their correct values
of about 10- 1.
The integration routine is much faster when (K1/K 2 ,K3/K 2) are of the
order of 1 than when they are ca. 10-6. The reason is the sudden increase
of stiffness that occurs when cHA "' 0, and the apparent reaction order of
the reaction A- + BM + ABM- changes from zero to 1. The problem may
occur quite frequently in the application of standard "kinetic codes," and
it may be illustrated by the simple rate expression ( 167):
Even a good numerical integration routine (e.g., DGEAR) will fail to notice
the rapid change in the structure of the solution when YA "' 10-6 and will
happily integrate to negative concentrations of A. This may have a disas-
terous effect on the computation of other reaction species, which may be
heavily influenced by the concentration level of component A.
REFERENCES
INTRODUCTION
63
64 Shinnar
Density Function
For any probability distribution, F(t), the derivative that is defined by
f(t) = dF(t) ( 1)
dt
1.0
I.J...
z 0.8
0
1--
:::,
(I)
a: 0.6
1--
(/)
0
w F - Fraction of particles
:\!,
j:: 0.4 with residence time in
w the reactor less than(!)
u
z
w
0
(/) 0.2
w
a:
0.0
0.0 1.0 2.0 3.0 4.0 5.0
TIME ( t)
(a)
0.8
k k
A_].B~C
0.7
0.6
0
<(
'
m
::iE 0.5
:::,
:E
X
<(
::iE 0.4
0.3
0.2
IDEAL
STIRRED TANK
0.1
0.0 1.0 2.0 3.0 4.0 5,0
k2
ki
(b)
is called the density function and is often of great interest. In the case
where F(t) is a residence-time distribution, f(t) dt corresponds to the frac-
tion of fluid particles whose residence time is between t and t + dt. Some
typical distributions of F(t) and f(t) are given in Figure 3. The way such
distributions are measured and computed will be shown in the next section.
Some properties of the function will be discussed next.
One should note that in the chemical engineering literature the density
function f(t) is often designated E(t) and is sometimes called the residence-
time distribution. [1 - F(t)] is often designated as I(t). As there is a
large literature on the mathematical properties of residence-time distribution
outside the chemical engineering literature, the standard notation F(t) and
f(t) will be used in this chapter.
=f f
00 00
This is also equal to the first moment of f(t) and is a widely accepted
measure of the central value of a distribution. In reactor systems with con-
stant density, it is equal to the volume or liquid holdup of the reaction,
divided by the flow rate:
V
T = (2a)
Q
and is also known as the time constant of the system. For purposes of com-
parison, it is often useful to normalize the residence-time distribution such
that the time constant or mean value is unity. Therefore, we define
e = t (2b)
T
f
00
00
The variance (or the second moment with respect to the average) measures
the dispersion of a distribution. Relative disperison is also frequently
characterized by the coefficient of variation,
Residence- and Contact-Time Distributions 67
/ .,.... -----
1.0
0.8
;;>;
2·/
'/
0.6
/.'
F(B) I/
II
- - Stirred Tank
0.4
I
// - - - 10 Stirred Tanks in Series
- - - - One Dim. Diffusion
//
I
Pe = 10
0.2 I
,1/
I
/./,
0.0
0 2 3 4
e
(a)
1.50
l. 2 5
I. /\.\
1.00
/(\ \ \
,I \\'
f (8)
I,
I
0.75 I, \ \
\ '
0.50 I '~ \
(j
/,
.
0.25 I,
ij
/,
0.0
0 2 3 4
e
(b)
y(t) = ( 4)
= f0
00
t
r
f(t) dt = y
f 00
t
y-1
[l _ F(t)] dt ( 5)
0
f
00
(6a)
Q REACTOR I Q REACTOR II
Q
VOLUME V 1 VOLUME v2
RTD - F1 (t) RTD - F2 (t)
DENSITY FUNCTION: DENSITY FUNCTION:
fl ( t ) f2( t )
OR IN LAPLACE DOMAIN:
(a)
Ql REACTOR I Ql
11 (t ), v1
Q
Q2 = Q -Q, REACTOR II Q2
12 ( t ), V2
-f
Q
F1 (t)
( b)
time less than t in the reactor. This presents the information contained in
F(t) in a more accessible way. Consider a system characterized by the
residence-time density f(t). In probability terms, f(t) can be interpreted
as follows. If a particle enters the system at time t = 0, the probability
of its leaving the system within the time interval (t to t + dt) is equal to
f(t) dt. However, a slightly different problem may be posed. A particle
has already stayed in the system for a time t; one wishes to know the
probability of its leaving the system within the next time element dt. Let
this probability be denoted by A(t) dt. The function A(t) may be evaluated
as follows. The probability of a particle leaving the system between time t
and t + dt equals f(t) dt. This probability is the product of two terms:
The probability of the particle not leaving before t, which is 1 - F(t), and
the probability of its leaving between t and t + dt, assuming that it is still
in the system and has not left before-this was defined as A(t) dt.
Thus we obtain
A(t) is the conditional probability distribution and is also known as the in-
tensity function or the escape probability. It must be stressed that there
exists a one-to-one correspondence between A(t) and f(t). Indeed, the
transformation of A(t) into f(t) is governed by
,02 . - - - - - - - . - - - - - - - - - - - - - - - - - - - - ,
,cI
I
l B~--- - - - - - -
:/
A<Bl
yI '
,I
/iI
10
0
1-ic....+--------------------1
I A
101
0.50 2.50 4.50 6.50
8
(a)
,oo
I
I I
1-F(B)
i \
I ,
A
cl \s
I\
I I
I \
I
,02 - - - - - ~ - ~ - - ~ - - - - ~ - - - - ~
0.0 2 3 4
8
(b)
FIGURE 5 (a) Intensity function for some simple flow models: . A, stirred
tank; B, approach to plug flow (estimated by 30 tanks in series); C, ideal
plug flow ( o function at e = 1). (b) Cumulative residence-time distribution
for the models in part (a).
72 Shinnar
Age Distribution
Consider the thought experiment where a timer is attached to all the parti-
cles entering the system. Instead of collecting them at the outlet, the
whole system is stopped at some time to to collect all the particles inside
the reactor. One can then construct a distribution G(t) such that G(t)
measures the fraction of particles inside the reactor that entered after
to - t. G(t) expresses the probability that a particle chosen at random
inside the reactor has an age less than t. It is also called the age distribu-
tion. G(t) is related to F(t) by the relation
Residence- and Contact-Time Distributions 73
3.0
B ,,,.-------------------
/.
2.0
I A
A(B)
I
1.0
I
'
0.0
0 2 3 4 5 6
8
(a)
10°
~'
1-F(B)
16 2 L . __ _ _L____ _ ____,c___ _~ - - - ~ - - - ~ - ~
FIGURE 6 (a) Intensity function for some simple flow models: A, three
stirred tanks in series; B, one-dimensional diffusion model. (b) Cumulative
residence-time distribution for the models in part (a).
74 Shinnar
g(t) = 1 - F(t) ( 9)
E/t)
1.75
CURVE A
1.50
1.25
/i.(8)
CURVE 8
1.00
0.75
I -~-~ .____ ----
--------
✓---~--~--------
{/
•
0.50
CURVE C
,1/
0.25
1/
0.0
0 2 3 4
0
(a)
FIGURE 8 (a) Intensity function for three simple flow models described
above. (b) Cumulative residence-time distribution for the models in part
(a). (c) Residence-time density function for the models in part (a).
Residence- and Contact-Time Distributions 75
1- F (8)
,0-2
0.0 2 3 4
e
(bl
0.6
0.5
0.4
0.3
f (8)
0.2
0.7
0,0
0 2 3 4
e
(cl
FIGURE 8 (Continued)
76 Shinnar
provided with a timer. This time, at t = t 0 set all the timers to zero.
Then record the time t for each molecule as it exits and construct the dis-
tribution A(t). Thus A(t) is the probability that a particle which is in the
reactor at time to has exit~d before t 0 + t.
One can also define another related distribution inside the reactor. Con-
sider the thought experiment where all the particles inside the reactor are
again provided with a timer. At a set time t = 0 all the clocks are set to
0. One can then record the clock times on the particles at the exit and
construct a distribution A(t). A(t) is called the future lifetime distribution.
It can be shown that A(t) is equal to G(t) (see Noar and Shinnar, 1963).
Once again, one can define a local future lifetime distribution Az(t). How-
ever, Az(t) i- Gz(t). Both Az(t) and Gz(t) can be measured and are
sometimes useful in modeling ( Zvirin and Shinnar, 1975), but this is outside
the scope of this chapter.
Multiphase Systems
All the definitions given until now refer to a single fluid. If a fluid is
made up of different components, each of them may have a different resi-
dence-time distribution. In a homogeneous reactor, the differences between
the residence-time distributions are in general negligible. However, in
heterogeneous reactors, the differences may be quite large, as different
compounds may adsorb differently or distribute themselves differently be-
tween the phases in multiphase reactors. Here the initial hypothetical
definition can be very helpful in keeping things straight. The system has
to be steady state and one must be able to tag a particle with a clock such
that it retains its identity in passing through the reactor. If the com-
pounds react, one may have to tag an element that does not change and
obtain a set of residence-time distributions Fi (t) for each such element.
For each Fi(t) the definitions of fi(t) and Ai(t) do not change. The only
relation that does not hold is that 'i• the first moment of f(t), is no longer
equal to V /Q. The holdup or average residence time 'i is now different
for each element and not known a priori. A detailed discussion of this
problem is given in a later section.
C(t) = F(t)Cf
F(t) (10)
C(t) [1 - F(t)]Cf
or
1 - F(t)
This is identical to the case in the preceding paragraph except that now it
is the labeled particles that have entered the system prior to time t = 0.
A step change in tracer is the most accurate way of measuring a
residence-time distribution. C ( t) /Cf should be measured after the tracer
is introduced until equilibrium is achieved and then after the tracer is
stopped. If one could measure the average concentration <C/Cf> inside
the reactor after a step input at time zero (averaged over the total volume
at each instant of time), this yields an estimate of G(t), the age distribu-
tion of the system. This can be achieved experimentally by using a radio-
active tracer and measuring the total radiation emanating from the reactor.
Pulse Experiments
The step input experiments described in the preceding section directly
measure F(t) and 1 - F(t). Another more commonly used tool is the injec-
tion of a fixed amount m of tracer at t = 0 and then measuring the fraction
of labeled particles C (t) at the exit. This leads to a direct measurement
of the density function f(t) given by
78 Shinnar
mf(t) = QC(t)
or
C(t) (13)
f(t) =
00
/ C(t) dt
0
Sinusoidal Inputs
Consider the case where the fraction of labeled particles Cf at the inlet is
varied as a function of time. It can be shown that f(t) is equal to the
linear response function for the tracer, or
where C(t) is the outlet concentration, Cf(t) is the inlet concentration, and
* denotes the convolution integral. If one writes Eq. (14) in the Fourier
transform, then
A A
Equation (15) is well known from control theory. One can therefore evalu-
ate f(t) in the same way that one evaluates the process transfer function
in controller design.
In this case Cr( t) is varied in a sinusoidal form. After waiting for all
transients to die out and for steady state oscillation in the output to be
established, the amplitude ratio C (t) /Cf(t) and the phase angle are found
by recording input and output data (see Fig. 9a). The frequency of the
input signal is changed and a new amplitude ratio and phase angle are de-
termined. Thus the complete frequency-response curve is determined ex-
perimentally by varying the input frequency over the range of interest.
These measurements are direct measurements of the Fourier transform of
Residence- and Contact-Time Distributions 79
Q ( t) = Q sin (wt)
(a)
10 1 . . . . . - - - - - - - - - - - - - - - - - - - - - - - - - - - - ,
-..........,
10°-:j-------.::-::::--~-:::.;-:::-- - - -- -- - -
',\_
AR \
''
'I\
\
.
''
'
\
. \
\
16 2 --1-~~~~~---.--,-,-rrTTTT-+-,r,-m7n,--,---y--rrrrr/\-,---T,,rTTTI
16 2 103
WT
- - - - SINGLE CSTR - - - - - PARALLEL CSTR
---------- 5-CSTRs IN SERIES TRAINS N /
csrn7
- - - SINGLE PFR
B~%
11 1
Q =1
- -PA::.~LEL
~ - 4 4 4
20%
Q =1
50 Yo
(b)
45.0
0.0
..........
8 \.
\
-90.0
\.
-135.0
WT
(c)
_______
·-----------·---- ---
0
10
~~
,01
"'<----.
..,_____ .. ..
1cs)
' ;--------,_-----------------
'<··...........
"
',''--·----..._____________
-2
10
' ---------
''--'--' ..------ -----.. ----
',
2.0 4.0 6.0 8.0 10.0 12.0 14.0
s
(d)
FIGURE 9 (Continued)
Residence- and Contact-Time Distributions 81
the density function f(jw). One can look at f(ju,) as a vector in polar co-
ordinates (r, cp). The amplitude ratio defines the magnitude of the vector
r for each w, and the phase lag defines cp. If one can measure both the
amplitude ratio and the phase lag over a wide range of frequencies, one
has a good estimate of the Fourier transform of f(t). Some typical forms
of these functions are given in Fig. 9b and c.
= C(s)output
f(s) (16)
C(s). t
mpu
a+o
f(t) = 2 ~j f e st f(s) dt
a-o
(17)
0 jwt
1
J-o
A
f(t) = 21rj e f(jw) d(jw)
z UNIT: ECLP
0
~ 6
a::
I-
z
w
t)
z INLET
0
t) DETECTOR
Cl) 4
Cl)
w
_J
z
Q
Cl)
z
w 2
::!E
0
0
0.0 0.5 1.0 1.5 2.0 2.5
DIMENSIONLESS TIME
(a)
10°
C (s)
C0 (s)
s
(b)
f
00
r-1
µ (f) = r t (1 - F) dt
r
0
The comments on accuracy made before apply also here and the step re-
sponse has a significant advantage. In homogeneous systems, the first
moment can also often be estimated independently from
V
μ1 = T = Q (18)
f(t) = g_
m
C(t) (11)
J
00
,1 = g_ tC(t) dt (19a)
m 0
and
( 19b)
00
f0 1
-st
C(t) dt
f(s) = 00
f0 -st
1 C 0 (t) dt
f(s) = - -- 1 -- (19c)
( 1 + ,s/n)n
which is a good approximation for flows that are close to plug flow. Equa-
tion (19c) has the form of transfer function for stirred tanks in series,
but here n is used as a fitting parameter. If one can fit f(s) with Eq.
(19c), then
2 1
y (19d)
n
Another way to get the variance from the Laplace transfer for ·cases close
to plug flow can be derived as follows. The measured qu~ntities in Fig. 10
are C1(t) and Cz(t). From this one can derive not only f(s) but also
df/ds:
where
( 20a)
Evaluation of the derivative of f(s) therefore does not require any numerical
differentiation, but can be evaluated from the concentration curves by in-
tegration. If f(s) can be approximated by Eq. (19c),
-1
1 df(s) (20b)
A
ds -,(1+:s)
f(s)
and
f(s) 1
= ~ (20c)
n T
df(s) /ds
Plotting the left side of Eq. (20c) versus s gives a straight line, the
slope of which is equal to the coefficient of variation.
Residence- and Contact-Time Distributions 85
-------------
c/c 0 t
FOR STEP
INPUT
,_
FIGURE 11 Response to step input for a system in which the response to
a tracer is a function of the time of injection. In this case, C(t)/Cr does
not give the residence-time distribution of the system. This may be due
to turbulent mixing, fluctuation in the flow rate, or large bubbles, or other
factors.
86 Shinnar
C(t)
1\. (t) ( 21)
Joo C(t) dt
t
~(s}output
f(s) (16)
C(s). t
mpu
I
''\\.
A(8J
Y'- . . . __ D
I \\ - /"
---------
--
-------------
/
\ I --
('-A~-{....I ------ -.-...
---
C
I ----------------- -
Is
I
/
..-/
0
e
FIGURE 12 Intensity function for imperfectly mixed stirred-tank reactors:
A, short delay between inlet and outlet (normal case); B, delay between
inlet and outlet due to insufficient stirring; C, bypass between inlet and
outlet; D, bypass between inlet and outlet and stagnant regions due to in-
sufficient stirring.
to reach the exit (see Fig. 12, curve A). However, this time is usually
small compared with the average residence time T, and if T is large, one
would not notice it. If the mixing intensity is too low, this initial deviation
might be quite large, especially in tall reactors with viscous fluids. In
that case one would expect J\(t) to look like curve B in Fig. 12. This
could be remedied by increasing the agitator speed or the agitator design.
Another common type of faulty performance is shown by curve C in Fig. 12.
It occurs if the inlet and outlet pipes are close to each other and mixing
intensity is insufficient to distribute the incoming fluid sufficiently fast over
the total reactor. A fraction of the liquid will reach the outlet directly
creating a bypass. For small t one could then expect J\(t) to be significant-
ly higher than the average expected value, as entering particles have a
chance to be in that bypass. If a particle has stayed in the reactor longer
than it takes to reach the exit via the bypass, its chance to exit is now
lower than in the beginning and .I\ ( t) will exhibit a maximum at low values
of t. If the vessel is really badly mixed, A (t) will even have a decreasing
tail (Fig. 12, curve D).
A significant advantage of representing the information contained in the
residence-time distribution by plotting A (t) is that one can plot the expected
form of J\(t) without any computations, as J\(t) corresponds to the physical
concept of the system. An actual example taken from an industrial reactor
is shown in Fig. 13 (Murphree et al., 1964). The conversion in the re-
actor was much lower than expected from the pilot plant results. A step
input tracer experiment was performed and the result is replotted in Fig.
13a, curve E (one impeller). Figure 13b gives ln(l - F) and Fig. 13c the
corresponding curve. The escape probability is similar to curve B, in Fig.
12. It indicates imperfect mixing. The mixer was modified and equipped
with two impellers and again tested by a tracer step input. The results
Residence- and Contact-Time Distributions 91
are also given in Fig. 13, curve G, and the escape probability is similar to
curve A, indicating good mixing. The new mixer also increased the conver-
sion to that expected from the pilot plant.
The tracer results in Fig. 13, illustrate another aspect of the use of
residence-time distributions that is not evident from the escape probability
as plotted. Both curves refer to a reactor with the same volume and volu-
metric feed rate, and therefore the same average residence time , . One
can in both cases estimate , from 1/' (1 - F) dt using an exponential tail
and compare it to its known value. For curve G the estimate is correct,
whereas curve E underestimates , by 30%. The fact that curve E under-
estimates , shows that the reactor is not well perfused and has a strongly
stagnant region which does not appear in the plot. If one could measure
F( t) accurately for long times, curve E must cross curve G for the two in-
tegrals to be equal. The true escape probability would look like curve D in
Fig. 12. If , is equal for the two cases, then curves of F(t) must cross
each other. Therefore, independent knowledge of , provides some important
checks on the accuracy of a tracer experiment.
A fairly constant escape probability, independent of history, which is
characteristic of a well-stirred tank, occurs in quite a number of other situ-
ations, such as solids reacted in fluid beds, and the test described here
applies to all these situations.
ONE
1.0 IMPELLER O o o o o@
0 0
F ( t) 0 0 C\
O O DOD □ 0
0 D DD
0.5 0 □ DD TWO
□
o 0
O o IMPELLERS
8 □
B
0.5 1.0 1.5 2.0
TIME -
(a)
10°
©I 8
□
0 □ □
0 □
□
0
□
TWO IMPELLERS
0 □ □
0 □
□
□
0 □
0 □ □ □
0
1- F (t) 0
0
161
0
0
ONE IMPELLER o
(bl
3.0
ONE IMPELLER
A(tl 0 0 0 0
000000
2.0
0 0
0 0 0 0 0
1,Q □ □ D D D D D D D D D D D D D D D
TWO IMPELLERS
FIGURE 13 (Continued)
Residence- and Contact-Time Distributions 93
Equation ( 22) is approximate only for high values of Pe (Pe > 20). One can
check the fit to Eq. (22) by plotting ln[l/f(s)]-1 versus TS{ln[l/f(s)]}-2
1/Pe] , which should give a straight line with slope TS and intercept 1/Pe
(<l>stergaard and Michelsen, 1969). However, plotting ln[f(s)] versus s
might be sufficient and should also be close to a straight line with slope -T
near s -+ 0. If in this plot the slope near zero is less than T or there are
strong changes in the slope (see Fig. 9) , it indicates a strong deviation
from a well-distributed plug-flow reactor. It is extremely difficult to dis-
tinguish solely by means of a tracer experiment between maldistributions
caused by a bad distributor and those caused either by diffusion processes
inside the particle or by adsorption processes (see Figs. 15 and 26). For-
tunately, in an industrial case, one often has a reference case from another
well-performing reactor which can be used for comparison. One should,
2.0 ~ - - - - - - - - - - - - - - - - - - - - - ,
1.6
f ( t)
1~\
I \
1.2 I \
I \
II '\
I \
I \
0.8 I \
I \
I \
f \A= 10
\
0.4 \
\
\
'
0.0 L __ ___,___ ____Jc..___ __,__ _- - - - - ' ~ ~ - ~ - - -
(a)
100 ~ - - ~ - - - - - - - - - - - - - - - - - - ,
'\.
1-F (t)
""'\
'\
'\
\
\
\
\>.. = 10
\
\
\
\
\
\
6~-----------------~
,,,,..,,,,,,,,..,,.,.✓
...... -
//
/
/
/
4
/ -
/.'A.-10
I
A(t)
I
I
I
I
2 I
I
I
I
/ >.. = 1
/
0 '------"'----~----'----~---'--------'
0.0 1.0 2.0 3.0
(c)
FIGURE 15 (Continued)
96 Shinnar
INDUSTRIAL
3
REACTOR (B)
z
0
f-
t) 2
z
::)
A PILOT
1.1.. PLANT
>-
f-
en
z
w
f-
zH INDUSTRIAL
REACTOR (C)
0
0 10 20 30 40
TIME (min)
l.O
0.8
0.6
0--
0.4
"""-
""
1-F(B)
~
0.2
""
0.1
""-
0.0 2 3 4
e
(a)
2.0
l.5
A(Bl
1.0
0.5
0.0
0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5
e
(b)
1 -t/T
Density: f(t) = -e
T
Expected value:
Coefficient of variation: y = 1
f
1
Intensity function: A (t) = -
T
(th)n-le-t/T
Density: f(t) =
T(n - 1)!
n-l (th}
Cumulative distribution: 1 - F(t) = e
-th
L .,
l.
i=O
1
Coefficient of variation: y =--
f ✓n
L(f,s) - E(e -S t ) = 1
Laplace transform:
1 + TS
n-1
= (th) /(n - 1)!
Intensity function: A (t)
,.,n-1 ( I )i 1.,
T l., i=O t T l.
A ( 0) = 0 }
Special values: 1 (n > 1)
.f\(oo) = -
T
-th
1 (e 1
Density: f(t) = - - -
Tl T2
100 Shinnar
TABLE 1 (Continued)
1 ( T e -t/Tl -th
Cumulative distribution: 1 - F(t) = 1 T2e 2)
'1 '2
2 2
T1 + '2
Coefficient of variation: Yr = 2 2
Tl + 2T l T2 + '2
-st 1
Laplace transform: L(f ,s) = E(e ) = -----,-----
( 1 + , 1s)( 1 + T 2s)
-t/, 1 -t/T 2
e_____e_ __
A (t) = __
Intensity function:
-thl -t/T2
T 1e - ''.l
Special values: A(0) = 0
A ( co ) = min (__!__
T '
1
,\)
Plug-flow vessel
Expected value
Coefficient of variation: y = 0
f
Laplace transform:
t :f- T
Intensity function: A(t)={~
t = T
Density: f(t)
Residence- and Contact-Time Distributions 101
TABLE 1 (Continued)
-t/T -th
Cumulative distribution: 1 - F(t) = Ile l + (1 - II )e 2
Expected value:
2 2
Coefficient T2(1- II)+ T1II(2 - II) - 2T 1 T 2II(l - II)
of variation: y =
f 2 2 2 2
T2(1 - II) + TlII + 2T1T2II(l - II)
-st II 1 - II
Laplace transform: L(f,s) = E(e ) = -1 - - +
+ Tl$ 1 + T 2s
-t/Tl -t/T 2
( II h 1)e + ( 1 - II IT 2)e
Intensity function: A (t) = - - - - - - - - - - - - - -
-th -th
Ile 1 + (1 - II)e 2
Special values:
Two parallel vessels, one ideally mixed, one plug flow [fraction II passes
through plug flow vessel with parameter T1 ; fraction ( 1 - II) passes
through ideally mixed vessel with parameter T2]
-th
1 - II 2
Density: f(t) = - - - e (t -:f. Tl)
T2
Expected value:
Coefficient
of variation:
102 Shinnar
TABLE 1 (Continued)
-st -s,1 1
Laplace transform: L(f,s) = E(e ) = Ile + (1 - II) - - -
1 + , 2s
-ti,
2
[(1 - IIh 2]e
Intensity function: A(t) = t < '1
-th
(1 - II)e 2 + II
1
A(t) = - t > '1
'2
II
Special value: A( 0) = 1 -
'2
reducing solid mixing between top and bottom and thereby also reducing
recirculation of gas either adsorbed on the catalyst or entrained in the
dense phase inside particle clusters. An example of this effect and its
measurement by a tracer experiment is given in Fig. 18 [for details, see
Overcashier et al. , 1959].
Figure 19 gives an example of the study of gas distributors in fluid
beds. In Fig. 19 some of the f(t) plots are double peaked, which clearly
indicates a maldistribution. Here both f(t) and the escape probability J\(t)
clearly indicate that the design of the distributor is unsatisfactory and leads
to a maldistribution in the overall reactor, which can be corrected by a
proper design. This example illustrates the importance of a proper base
case in comparing alternatives. Fluid beds, especially short fluid beds,
have maldistributions of flow caused by the formation of larger bubbles.
These are due to inherent hydrodynamic instabilities and cannot be pre-
vented by the design of the distributor. In the cases shown in Fig. 19,
some of the distributor designs give maldistributions which are much more
pronounced compared to the best achievable case, which is a porous plate.
Residence-time distributions cannot distinguish between these two phenomena
and should always be considered only an additional, albeit important diagnos-
tic tool.
BAFFLED
A(8)
UNBAFFLED
0
0 2 3 4
(8)
(a)
0.6
0.4
0.2
UNBAFFLED
1-F(8)
0.1
0.08
0.06
0.04
0.02
0.01
0 2 3 4
0
(b)
FIGURE 18 (Continued)
f ( t) ss nozzle plate
sandwich gas distributor
porous plate
_u_ = 1.7
Umf
_u_=20
Umf •
In other words, all reactions between two compounds A and B can be ex-
pressed by a set of reactions
106 Shinnar
r(A) (24)
n-1
C.(t) == a. +
J JO :E a. exp( - \rt)
Jr
( 25)
r=l
where Cj is the concentration of component j expressed as a mole fraction
and Ar are the (n - 1) nonzero eigenvalues of the system. ajo and ajr
are constants that depend on the initial and equilibrium composition of the
system, and t is the residence time in the homogeneous isothermal plug-flow
reactor (or the reaction time in a homogeneous batch reactor).
Equation (23) and its solution [Eq. (25)] are completely equivalent to a
problem in probability theory describing stochastic systems. Consider a
large set of particles, which can change their state in a di.screte way.
Each particle is associated with a state Aj. The probability of a single
particle being in a specific state Ai is Pi. If the number of particles in the
set is very large, the probability of a partic}e to be in Ai is exactly equiva-
lent to the mole fractions of particles Ai in the system, which in a first-
order system is proportional to the concentration Cj. One ca:n therefore
look at Ci either as a concentration or as the probability of a single particle
(or molecule) to be in state j. The mathematical proof is given in Shinnar
et al. (1973). The reader unfamiliar with probability theory can interpret
Eq. (25) as follows. The concentration Cio of the particles entering the
reactor expresses, for a single particle, the probability of being in state
j. The reactor changes this probability into Cj (t). Each particle behaves
here independently from its neighbor and can undergo changes completely
independent of any other molecule in the reactor. This is the physical
meaning of a first-order reaction system.
Once this is understood, some important results in reaction engineering
become clear without further mathematical derivation. Consider a homo-
geneous isothermal reactor which has a steady-state flow that can be charac-
terized by a residence-time distribution f(t). The inlet concentration is
Cio• One can now perform the following thought experiment. An observer
stands at the outlet of the reactor and collects all the particles and sorts
them into bins according to their residence time. To do so, one has to
divide the residence time into intervals Lt. If Lt is small, all particles in
the bin, t to t + Lt, essentially have the same residence time, t, in the
system. As each molecule in the bin behaves independently of its neighbors,
the concentration in the bin would be the same as at the outlet of a homo-
geneous isothermal plug-flow reactor with residence time t.
n-1
p.(t) C.(t) == a. + Z: a. exp(-\ t) ( 26)
J J JO r=l 3r r
The average concentration at the outlet of the reactor <C .> can be obtained
by averaging over all the bins: J
Residence- and Contact-Time Distributions 107
<c.>
J
= /"f(t) [a. +
O JO r=l
f 1
a. exp(-;,_ t)] dt
Jr r
( 27)
which is equal to
n-1
<c.> L
A
= C. + a. f(A ) ( 28)
J JO Jr r
r=l
where f( Ar) is the Laplace transform of f(t) with Ar substituted for the
transform variable (s). Equation ( 28) is equivalent to the outlet of a
hypothetical reactor described in Fig. 20a, which consists of a set of paral-
lel tubular flow reactors with different residence times t. The fraction of
fluid entering a tube with a residence time between t and t + .6 t is f(t) .6 t.
In practice, a real reactor would hardly look like Fig. 20a, but there is one
case that is equivalent. Consider the case where the reactor feed consists
of separate droplets encapsulated by impermeable membranes which have a
residence-time distribution F(t) in the reactor (it is equivalent to the re-
actor in Fig. 20a). The individual droplets in suspension polymerization
behave this way. In a mixed reactor this is true only in the limiting case
called segregated flow. In a first-order system, by definition, each mole-
cule can be considered such a separate droplet.
The well-known case of an ideally stirred tank will illustrate Eq. (27).
Consider the irreversible reaction A ->- B. In the case of a plug-flow re-
actor, CA(t) = CA 0 e-kt and for a stirred-tank reactor, a mass balance will
give
(a)
or (2~
CAO CAO
CA = 1 + Vk/Q = 1 + k,
· -th
For a stirred tank, f(t) is here ( 1/T)e and therefore according to
Eq. (27),
( 30)
In the mass balance [Eq. (26)], it was assumed that the concentration in
the stirred tank is uniform at any point in the tank. For a linear system,
a much weaker assumption is sufficient, namely, that for residence-time dis-
tribution is exponential or that the escape probability is constant. Residence-
time distributions are linear property of the nonlinear model of the trans-
port process in the reactor, and first-order reactions depend only on this
linear property of the flow.
In reality very few reactions are truly linear, but it is a sufficiently
good approximation for many systems. Many reactions are also pseudolinear
in the same sense that while the reaction rates contain nonlinear terms such
as a Langmuir expression, they can be written in a form
( 31)
where Kij is a matrix of linear reaction rate coefficients and ¢(Cjo) is a non-
linear function of inlet concentration and pressure that can be taken out in
front of the reaction rate matrix. Although this is seldom completely cor-
rect, it is often a good approximation. For all those systems residence-time
distributions are an important modeling tool.
Isothermal Reactors
The concepts derived in the preceding section lead to some important con-
clusions with regard to choosing a reactor configuration. Specifically, they
provide guidelines for cases in which a plug-flow reactor is the preferred
choice and for cases in which other reactor configurations will be preferable.
The principle that a first-order reaction system is completely equivalent to
the case where single molecules undergo changes from one state to other
states, with defined probabilities, simplifies many design problems. Many
optimal problems that are very difficult to deal with analytically become in-
tuitively clear if one understands the foregoing principle and applies it
appropriately.
In the preceding section it was shown that in the case of a first-order
isothermal reaction system of arbitrary complexity, the hypothetical reactor
in Fig. 20a will give identical results to any reactor having the same
residence-time distribution. The outlet concentration is therefore the
average obtained from several plug-flow reactors with different residence
times. Once one recognizes that all one needs to do is average over a num-
ber of plug-flow reactors, optimization is simple. Consider, for example,
the case where <Cj(t)> for a specific value of t has a desirable optimum
minimum or maximum concentration of <Cj>. Then assume that one has
found a reactor with a residence-time distribution f(t) that gives an optimum
yield of Cj. In this reactor the outlet concentration <Cj> is simply the
average of all the different plug-flow reactors. There is a simple algebraic
theorem that says that in any set of numbers with average X , there is at
least one member of the set equal or larger than X and at least one member
equal or smaller than X. If f( t) is a plug flow, one has only a single plug-
flow reactor with t = Ef(t) = , and which has a unique Ci = <Cj>. But if
f(t) is not a plug flow, one has in Fig. 20a different tubes with different
outlet concentration. One of these reactors has an outlet concentration
equal or larger than the average concentration <Cj> and in one of these re-
actors Cj is smaller (or larger) than <Cj>. Therefore, depending on
whether one wishes to maximize or minimize <C?, one can always find a
tubular reactor in Fig. 20 with a uniform residence time which is as good
or better than the reactor with the arbitrary residence time f(t). This is
a simple proof that for first-order systems a plug-flow reactor is optimal in
the sense that one can design a plug-flow reactor with a yield or selectively
as high or higher than any isothermal reactor with arbitrary residence-time
distribution. It results in a very simple but powerful conceptual tool for
reactor design. In all cases where the system is such that one can obtain
the outlet concentration simply by averaging over the bins of different re-
sidence times, then, for any reaction system which has the property that
there is an optimum yield of one compound, a plug- flow reactor is the best
choice. If, for other reasons a simple plug-flow reactor is not feasible or
desirable, one wants a design in which the residence-time distribution ap-
proaches plug flow as closely as possible. For example, F(t) for a series
of stirred tanks approaches plug flow if the number of stirred tanks is
reasonably large. One can judge the required number of tanks simply by
110 Shinnar
the allowable deviation from plug flow. Staged systems in general have a
similar property and one can use the same approach to estimate the number
of stages required.
For averaging to apply, the reaction does not have to be strictly first
order. All one requires is that the reaction behavior of a molecule is not
affected by the nature of its neighbors, as discussed in the preceding sec-
tion. Otherwise, one needs to know not only how long a molecule has been
in the system, but also who its neighbors were. If the outcome is strongly
affected by the nature of its neighbors, a residence-time distribution can-
not provide an answer for the outcome. Nor can one show that plug flow
is optimum, although one can still get some guidelines which will be discussed
in a later section.
In a similar way, if one looks at the conversion of a first-order simple
reaction A<=> B with reaction rate
( 32)
it is given by
(32a)
-Pe
2 2[e - (1 - Pe)]
y ( 33)
Pe 2
2 2
y (Pe + 00 ) (33a)
Pe
But one should be careful not to use Peclet numbers smaller than 10, be-
cause in most cases this is meaningless, as the residence-time distribution
will not fit a one-dimensional diffusion model.
In fact that the results are not sensitive to the form of the deviation
from plug flow is illustrated in Fig. 21, where two cases are plotted. The
Residence- and Contact-Time Distributions 111
100
:,l!
0
90
<(
l._
0
z
0
Cf)
a:
w
> 80
z
0 ' - IDEAL
'-' STIRRED TANK
70
(a)
0.8
k k
A_!.. B ~ C
0.7
0.6
0
<(
'-
ID
::'e 0.5
:J
::;;
X
<(
::'e 0.4
0.3
0.2
IDEAL
STIRRED TANK
0.1
0.0 1.0 2.0 3.0 4.0 5.0
(b)
Nonisothermal Reactors
r = -kan ( 34)
A
Zwietering ( 1959) has shown that one can get rigorous bounds on the pos-
sible conversions directly from f(t). Consider again a stirred tank with the
simple irreversible reaction A + B , but this time let the reaction rate be
second order. If the tank is ideally stirred, a mass balance will give
- QC - VkC 2 = 0 (35)
Z A
114 Shinnar
and
( 36)
One can also look at the other extreme idealized case mentioned before,
namely, that the entering fluid enters as separate encapsulated drops that
stay together (which Zwietering terms segregated flow). This case is
equivalent to the reaction in Fig. 13. In each tubular reactor the outlet
concentration will be
1
( 37)
and the average outlet concentration will be simply the average over f(t),
or
00
-u
E.
l
=fQ e u 0/u ( 38)
where Ei is the exponential integral. Note that the two cases lead to dif-
ferent results. However, if kC A O t is not very large, the difference is
small (see Fig. 23).
The reason for the difference is that for a second-order reaction the
probability of a molecule of substance A reacting depends on its probability
of being close to another molecule of A. In the segregated case, this
probability is larger than in the mixed case, as in the latter the entering
molecule is immediately exposed to products that reduce CA in its surround-
ings. Knowledge of the residence-time distribution alone is here insufficient
to compute CA, as one needs to know what happened not only to the mole-
cule but to its neighbors. However, for this simple case of second-order
reaction, Zwietering was able to show that ideal mixing and segregated flow
conditions are extremes and that all other possible mixing situations for
which f(t) is the same will result in an outlet concentration such that
For n = 1/2 or
CA (ideal mixing) 2
(
kt
2~ CAO
)2
2
~
2~ CAO
)
kt
( 41)
Residence- and Contact-Time Distributions 115
0.8
0.4
0.2
o.o
0 2 3 5
and
2
.
CA (segregated flow) = CAO [ 1 + 2 ( kt ) ( 42)
2✓ CAO
Note that CA for the ideal stirred tank is less than CA for segregated flow.
Here the presence of molecules of A reduces the reaction rate and mixing
with products improves conversion. However, one has to be very careful
with such arguments when applied to reactions of fractional order. They
arise normally from Langmuir-type reaction rate expressions. Expressing
them as a fractional order is correct only over a limited range of concentra-
tions. There is a high probability that in integrating the results for Eq.
( 40), one may go outside the range where this is applicable, and therefore
one must verify that the final result is not sensitive to this mistake. The
results for a nonlinear reaction therefore depend not only on f(t) but on a
more complete description of the mixing phenomena which Zwietering terms
micromixing.
Swietering has also shown that these results can be extended to any
arbitrary residence-time distribution as long as the reaction is a simple re-
action of order n. In that case CAICAo will always be bounded by two ex-
treme cases: the case of segregated flow given in Fig. 20a and another
case defined as maximum mixedness, which is illustrated in Fig. 20b. Where -
as in Fig. 20a each tubular reactor is separate, in Fig. 20b, there is inter-
mixing between them and the feed inlets are arranged such that the expected
116 Shinnar
future life is constant for all molecules in a given cross section. Physically,
one could realize the arrangement of Fig. 20b by designing a plug flow re-
actor in which additional feed is introduced at different points along the
tube. For a reaction of order n the two limits or bounds on conversion
are segregated flow and maximum mixedness. For the case of segregated
flow,
f
00
R = _-_k_t_
1-n
CAO
( 44)
equally well. The results are not unique functions of y2. However, for
small deviations from plug flow, the results are not model sensitive as long
as the residence-time distributions are reasonably similar. For simulation
purposes, a model based on stirred tanks is therefore preferable, as it is
much easier to compute. The fact that y2 alone is not sufficient to charac-
terize the system unless y2 is very small is illustrated in Fig. 25c where
two other models with y 2 = 0. 1 are compared to a series of stirred tanks.
For a reaction sensitive to mixing, such as the one shown in Fig. 25b, the
differences are very large and a much smaller y2 is necessary for them to
become negligible. Such reactions therefore require extra care in scaleup
and a close approach to plug flow (or a stirred tank).
80
70
:,!!
0
<[ -
~
0
z 60
0
Cf)
a:
w
>
z
0 50
u
40
30
1.0 2.0 3.0 4.0
(a)
0.05
A~B~C
A+CO.l D
0 0.04
w
w
u..
z
<(
w 0.03
....I
0
2
----
0
u.. 0.02
0
CJ)
w
....I
0
2
0.01
0.00
1.0 2.0 3.0 4.0
TIME-
(b)
0.04
A .2..s-2..c
A+C~D
0.03
0
LL
0
Cl)
w
....I
0
:l!: 0.02
PLUG FLOW
0.01
0.00 '-----'-------'--------"------'---~~--~
1.0 2.0 3.0 4.0
TIME--
(c)
FIGURE 25 (Continued)
120 Shinnar
A+ B + C
A+C+D
1.0
,/He
I
I
I
I
I
I
I
0.5 I
I
I
I
I
I
I
I
I
I
I
0
0 100 200 300 400
t, sec
One can always define it with respect to specific elements such as C in Fig.
26 (or molecular combinations that do not change such as benzene rings),
but the only way to measure this would be by means of proper isotope
markers. In Fig. 26 the tracer response is given separately for 13CO and
13CH4. From the original data one could have measured a tracer response
for 13c, which would give a residence-time distribution for carbon atoms.
It is a proper residence-time distribution, containing valuable information,
but its interpretation is more difficult. It is not only a function of the
flow pattern but also a function of conversion (or catalyst reactivity). To
measure maldistribution in flow, a nonreactive tracer is often preferable.
The average residence time of a single tracer is not necessarily equal
to total reactor volume divided by the flow rate. It is therefore hard to
estimate independently the average residence time, which due to adsorption
or similar phenomena, can vary by a factor of 5 or more between dif-
ferent tracers. Furthermore, not all tracers give linear responses. This
makes the choice of a proper tracer much more critical than in a homo-
geneous system. Residence-time distributions are by definition linear func-
tions. At steady state all compounds in a reactor have a measurable resi-
dence-time distribution regardless of the nonlinearity of the flow, nonlinear
adsorption phenomena, and so on. If one can properly mark a compound
(e.g., using an isotope), the tracer experiment will result in a residence-
time distribution. But if one introduces a tracer that is not present in the
system, it could behave in a nonlinear way, and the result could be very
dependent on the amount of tracer introduced. Furthermore, one does not
always want a tracer that behaves similar to the reactant. For example, in
some cases where one is studying reactor internals in a packed bed, non-
adsorbing tracers are preferable, as they are more sensitive to a maldistribu-
tion in the flow. This can be seen from Fig. 26. A helium tracer would
have given a much better indication of a maldistribution in gas flow than
using 13co and measuring the total amount of 13c leaving. The proper
choice of tracers is discussed in more detail in the next section.
Residence-time distributions cannot be used directly to predict outlet
composition even for linear reaction systems. Reaction rates in catalytic
reactors are measured and reported on the basis of either reactor volume,
Residence- and Contact-Time Distributions 123
.16
f ( t) Unit A
.12
/
I . Cs
\\
I •
I
.08 !j \~~
I.
"c~,~
If
.
' .
.04 I. ',~..... ......
:0
/•
......
0
0 4 8 12 16 20
.32
f ( t) Unit B
.24 -
.16
.08
0
0 4 8 12 16 20
(a)
0.30
Unit A
ACtl
c,6
0.15
---
0.00 '-----~___JL_____JL__---l_----'-----'-----'--~-~--
0 6 12 18
(b)
ACtl Unit B
0.60
0.30
( C)
FIGURE 27 (Continued)
Residence- and Contact-Time Distributions 127
Ca
0 8 16 24
(d)
(e)
FIGURE 27 (Continued)
128 Shinnar
that the C 32 tracer in reactor A appears about 1 min before the C 8 tracer.
This shows a significant difference between the two reactors and shows that
something is wrong with reactor A which explains its lower performance.
If one examines in detail at the escape probability (Fig. 27c and d), one
also notes that the C32 response shows a strong maldistribution in reactor
A and good liquid distribution in reactor B. Interestingly, reactor B has
a maldistribution in the gas flow (Cg) which is not evident in reactor A.
But it is apparently not significant enough to cause problems.
These tracer results contain some very interesting information about
what happens inside these reactors, and having simultaneous information
from both a liquid and gas tracer greatly adds to their value. However,
the interpretation of these results is in no way unique, as the maldistribu-
tion of the C 32 response in reactor A could be due to several causes. It
could be caused by a mechanical problem resulting in a nonuniform liquid
distribution, or by inherent flow problems, or by the different catalyst
size. Some reactor modeling could indicate which of these explanations is
more likely.
It is important to note that in such a multiphase system, there is no
way to deduce from a single tracer experiment if a maldistribution such as
the C32 response in reactor A (Fig. 27) is caused by a bad distributor or
by bypass phenomena inherent in the flow regime of this specific reactor
or by phenomena inside the catalyst particle. Trickle beds, by their nature,
do not scale equally well in different flow regimes, which are determined
by various flow parameters, such as gas velocity and density, liquid proper-
ties, and liquid-to-gas ratio. This problem was already encountered in the
discussion of the fluid bed, and it is important to realize this. However,
often one has two reactors operating under similar conditions and, in such
a case, a difference in tracer response clearly indicates a mechanical
problem.
In studying the gas flow in a fluid bed, one faces a problem not en-
countered in packed beds. If the reactant is adsorbed, it will move with
the solid. In an isothermal or adiabatic packed bed, if a pilot plant and
a large plant have the same residence-time distribution for a nonadsorbing
tracer, one would expect them to behave similarly. In a fluid bed one can-
not make the same assumption, as the mixing processes of the solid and the
adsorbed reactant with it are different for the two cases.
The only time that one can reliably scale a fluid bed and predict its
performance from a pilot plant is where in both cases the gas flow approaches
plug flow as closely as possible. One way to achieve this is by using baf-
fles in the fluid bed. Baffles here have a double purpose. They prevent
bypassing of gas due to large bubbles by breaking up the bubbles, and re-
duce solid circulation, thereby also reducing the backmixing of gas by
moment of reactants adsorbed on the catalyst.
In cases where one wants to test whether the flow distributor operates
well, a nonadsorbing tracer is a more sensitive tool (see Fig. 19). When
there are baffles in a fluid bed, the problem becomes more complex. A
good case can be made that an adsorbing tracer is more sensitive, as it
shows if adsorbed tracer is recycled by the catalyst to the bottom of the
reactor. Therefore, if a baffled fluid bed approaches plug flow with a
strongly adsorbing rracer, it gives one better confidence in the design.
However, one has to be careful to check that the tracer behaves linearly.
To check this, one always needs comparative results from a packed-bed
Residence- and Contact-Time Distributions 129
reactor. SF 6 has been reported to have desirable properties, and its ad-
sorption can be changed in a cold-flow model over a wide range, as the
adsorption equilibrium is a function of the water content of the air. If a
properly baffled design gives a residence-time distribution with a high
Peclet number (low coefficient of variation) for both a nonadsorbing and
an adsorbing tracer, this improves the confidence in the scalability of the
design.
Understanding the effect of adsorption on the residence-time distribu-
tion is helpful in another way. It explains why different reactions may
have different sensitivity to scaleup in the same fluid bed. To understand
this concept, one must first consider the evaluation of tracer experiments
with adsorptive tracers in a more rigorous way. The approach used is de-
scribed in detail in Shinnar et al. ( 1972). Consider a packed bed or a
chromatographic column in which a tracer can be adsorbed inside a porous
particle. One can now perform a tracer experiment with a nonadsorbing
tracer which can also diffuse into the porous particles and has the same co-
efficient of diffusion inside the particles. For simplicity a pulse tracer ex-
periment will be used. The density function of the nonadsorbing tracer is
designated fo and that of the adsorbing tracer fa. Also assume that the
adsorption equilibrium is linear and the amount of tracer adsorbed at
equilibrium per unit volume of Co gas phase is dC 0 , where Co is the con-
centration in the gas phase. Consider the case where ideal plug-flow con-
ditiond exist. Then fo(t) for the nonadsorbing tracer is a delta function
at t = T. One can then measure fa (t) for different values of T and define
a function 1/Jn ( t) .
1/J (t) =
a
o (en) ( 45b)
and for the general case where a is a constant, that gives the ratio of the
residence time in the adsorbed phase to that in the continuous phase.
( 45c)
If adsorption and desorption have finite rates, Eq ( 45c) will not hold.
However, if the bed has uniform properties and the flow in the gas phase
is plug flow, 1/Ja(t) must be a unique function of Tin the continuous phase.
One can further show that for various values of T
={
t
1/Ja(t/Tl + T2) 1/Jap(8/Tl)1/Jap([l - 8]/T2)d8 ( 46a)
where 1/Jap(t/T1) is the function 1/Jap(t) given that T for the continuous
phase is Tl. The subscript p was added to indicate that the flow in the
continuous phase is plug flow. If Eq. ( 46) holds, one can also show that
the Laplace transfer of 1/Ja(t) must have the form [Shinnar et al., 1972)
130 Shinnar
e
- TP (s) ( 46b)
~ap (~) =
and therefore
In Eq. (45c) it was assumed that p(s) = as. If one assumes a finite
rate of adsorption and desorption, then in the example given p(s) becomes
as
( 47a)
A
P ( s) = _1_+_(_a_/!:_-)-s
A
_ -aTs/[l+(a/,\)s] ( 47b)
1/J ( s) - e -
ap
t
~a(t) = f0 fQ(T)l/J
t
- dT
ap T
( 48a)
t
f (t) =
a f
Q
f (T)l/J ( ~ ) dT
O ap T
( 48b)
and
~a (s) = r0(p(s)) ( 49a)
where p(s) has been substituted for the variable s in f(s). Similarly,
( 49b)
* ( 49c)
The results of Eq. ( 49c) are experimentally testable, as one can measure
as/(1 + as/A) in a packed-bed reactor under conditions approaching plug
flow. However, there are strong restrictions on its applicability. Equation
( 49) also allows computation of ~a (s) and therefore of lf!a (t) from measure-
ments of fa(t) and fo(t) in other cases where the adsorbed particle returns
to the same place. The only other case where this direct computation is
possible is when there is no correlation between the total residence time of
a particle in the adsorbed phase and its residence time in the gas phase.
In this case
f Ct) = f 0 (t)
a
* l/J Ct)
a
( 50)
n-1
L
A
n-1
* <c.> = a. + L (51a)
J JO r=l
n-1 -T Ar*
p
P.(t)
J
= C.(t) = a. 0
J J
+ I: ( 52)
r=l
= T A* ( 53)
p r
phase. In each bin, given 8 one can compute PjC 8) , the probability of
being in state j given 8. As the number of molecules is large, Pj( 8) is
equal to Ci( 8). Averaging over all the histories yields <p? or <C? or
the outlet concentration. Note that if the conditions leading to Eq. ( 49)
hold [namely, the catalyst has uniform properties and a molecule always re-
turns to the same place in the space of fo(t)], then <C·> is a unique func-
tion of the residence time t of the molecule in the nonadsorbed phase. If
one looks at molecules with different sojourn times in the nonadsorbed phase,
their probability of being in state j should be the same as that of a molecule
passing a plug-flow reactor with residence time t in the nonadsorbed phase.
The previous arguments should therefore hold regardless of the fact that
all compounds have different adsorption desorption behavior as long as the
system is linear and fulfills the basic assumptions.
The previous discussion leads to the disconcerting conclusion that in
order to predict the behavior of a first-order reaction, one does not want
a true residence-time distribution. A more accurate measure will be given
by a nonadosrbing tracer that measures fo(t). Thus the choice of tracer
can be crucial in predicting the outcome even of a first-order reaction.
There are cases where the "true" residence-time distribution will not cor-
rectly predict the outcome of even a fir•st-order reaction. This has im-
portant implications for the scaleup of first-order reactions. It was shown
that there is a fundamental similarity between a mixed reactor and a plug-
flow reactor and that one can always scale up from one to the other regard-
less of how the reactants behave in the adsorbed phase. However, one
cannot apply the kinetic data obtained from either one to predict the outcome
in a fluid-bed reactor. This has important implications for the scaleup of
first-order reactions, as it indicates a fundamental similarity between a
mixed reactor and a plug-flow reactor in terms of arbitrary behavior in the
adsorbed phase.
An important exception is the limiting case of a fluid bed which is
reasonably uniform and approximates plug flow. This will occur when either
~ is very large or the mixing of the solid is slow compared to the time
scale of ;\. ( Tmixing > 1 /'!:_). Otherwise, i)!a (t) would depend on both ~
and solid mixing. Unbaffled fluid beds in the bubbling range are not very
uniform and are often modeled by a two-phase model. Here, Eq. ( 49) does
not apply even if ;\ is large. One can, however, use an adsorbing tracer
with a large value of ~ to test how close the bed approaches the desired
condition, namely, that the bed has no bypass of gas that does not contact
the solid and approaches plug flow. Adsorbing tracers are an effective
tool to test whether the system approaches plug flow or not.
In a packed- bed reactor one can measure ;\. In fact, if one uses
tracers with lower values of ;\ and still gets a-good approximation to plug
flow, one can then get an estimate of the solid backmixing. To estimate
its impact on the reaction, one would have to bound ;\ for all the reactants
and products, which can in principle be done by using tracer methods
similar to those used in Fig. 26.
There is one essential point to remember in testing for maldistribution
of flow or for the effectiveness of internals in fluid beds and trickle beds.
This is the need for a good comparison case of a well-performing reactor.
If the residence-time distribution obtained by a tracer experiment deviates
strongly from plug flow, it does not necessarily indicate a maldistribution
of flow due to bad design. It could be a fluid dynamic instability phenome-
non which is common in fluid beds and which can also occur in large
134 Shinnar
1. Accurate measurement of total feed rate for the flow of the phase
measured
2. Accurate measurement of the amount of tracer introduced
In a pulse experiment one should always carefully check that the inte-
gral !0 00 QC(t) is equal to the amount of tracer introduced with an accuracy
better than 95%. In this case, one should never use Eq. (13). The first
moment of f(t) will then give an estimate of the holdup. In a step experi-
ment one can use !000 (1 - F) dt to estimate the holdup. The estimate of
the holdup obtained is one that includes adsorption phenomena. Therefore,
if the tracer is not an isotope of the real flow ,compound, one has to be
very careful in its interpretation.
The example given in Fig. 10 can serve to illustrate these problems.
It is based on data supplied to the author by Exxon (Mills and Dudukovic,
1981) from a study of the Exxon Donor Solvent Reactor. The tracer experi-
ments here were performed to measure holdup of the three phases. The
system illustrated is a three-phase system. The reacting gas is a mixture
of hydrogen and hydrocarbons, and the liquid is a mixture of dissolved
coal liquids and recycled solvent. The solid phase is ash and coal particles.
The tracer used to measure gas holdup was an isotope of argon which dis-
solves in the coal liquid, and it is this experiment that is shown in Fig. 10.
The solubility of the tracer at the reactor temperature and pressure can be
measured and, at equilibrium, the mole fraction of argon in the gas is five
times the mole fraction of argon in the liquid.
In Fig. 10 the Laplace transform of the residence-time distribution com-
puted from the tracer response was plotted. The first moment can be ob-
tained from it by estimating the tangent of f(s) as s + O. This is
Residence- and Contact-Time Distributions 135
A
relatively easy here, as the flow is close to plug flow and therefore ln[f(s)]
versus (s) is almost a straight line (see Fig. 10b), the slope of which is
equal to the first moment. The variance has to be estimated from the
second derivative near zero. This is not easy, but if the coefficient of
variation is small, one can do it by model fitting using
A
1
f(s) (19c)
(1 + , s/n)n
CONTACT-TIME DISTRIBUTIONS
The term contact-time distribution has been used in the literature in two
ways. One is a sojourn -type distribution in the active phase which is ob-
tained by using a slightly adsorbing tracer as well as a nonadsorbing inert
tracer. If one designates f(t) of the adsorbing tracer as fa(t) and of the
nonadsorbing tracer as f 0 (t), then, for pure plug flow, one can define
the density function of a sojourn -time distribution in the adsorbed phase
as
\/J (t) = f (t - , 0)
a a
( see Fig. 26) . A close examination of Fig. 26 will demonstrate that one can -
not use the real residence-time distribution of the reactants to reliably pre-
dict the behavior of a heterogeneous reactor. In Fig. 26 the overall flow
is plug flow. However, the residence time of the 13c tracer is not plug
flow and has a large coefficient of variation. For other reactants the dif-
ference could even be larger. If one applies the kinetic relations which
are based on the assumption of plug flow to a model based on the actual
residence-time distribution, one would obtain very erroneous results. More
meaningful results can be obtained by using the data from the helium
tracer. The helium tracer has a residence-time distribution similar to fo(t)
but dissimilar to the true overall residence-time distribution of any of the
reactants. If the actual reactor is a fluid bed, one can no longer rely on
the results from a helium tracer, nor can one rely on the true residence-
time distribution. However, if the true residence-time distribution for both
the fluid bed and the packed bed are available and they are very close to
each other, one could deduce that the reaction should scale up safely. In
all other cases, one cannot directly apply the information.
A more useful definition of contact-time distribution is based on the re-
lation between the product distribution of first-order reactions and the
residence-time distribution of the system. Earlier it was shown that knowl-
edge of the product distribution defines the Laplace transform of the
residence-time distribution density function [Eq. (28)]. For a first-order
irreversible reaction A + B with a reaction rate r(A) = - ka, the outlet
concentration in a homogeneous system
f(k) ( 54)
where f(k) is the Laplace transform of f(t) with the reaction rate k sub-
stituted for s. For a first-order reaction occurring in Aa heterogeneous re-
actor, one can use Eq. ( 28) to define the distribution .!J!. by
n-1
<c. > I:
A
( 56)
to define $. It has the same meaning as the definition in Eq. ( 55) with k re-
placing ;\;, But it may not have the identical numerical form. Changing
temperature or reactivity may change the complex transport process as well as
the adsorption and desorption rates inside the catalyst particles. Therefore,
the values of $(k) obtained in this way will not be identical to those obtained
using ~Or) as defined in Eq. (55). However, the form will be similar.
Assume that one measures $(k) or ~( Ar) in a packed bed and then re-
peats these experiments in a fluidized bed keeping the space velocity constant,
and measures the conversion for each (k). The highest conversion possible
at each (k) is the same as in a plug-flow reactor. If, for any (k), the con-
version is higher [or f (k) smaller], it follows that either the reaction is not
first order, or the reactor is not isothermal, or the initial small packed-bed
reactor was diffusion controlled. If the conversions for all values of (k) are
equal to that of the packed bed, the fluid is essentially described by a plug
flow. If not, the conversion at each point is a measure of the way the fluid
bed deviates from the packed bed. If a/ao for the two cases is plotted vs.
(k), one can interpret the curves as plots of i_(k) for the two reactors. 1(k)
for the packed bed is by definition plug flow. Much can be learned from the
nature of the plot. In Fig. 28 an experimental contact-time distribution for a
relatively short bubbling fluid bed is given and compared with a plug-flow re-
actor and a stirred tank. Note that i(k) of the fluid bed is larger than f(k)
of the packed-bed reactor (plug-flow case) for all values of (k). At large
values of (k), f(k), for the fluid bed, is very flat and, within expArimental
accuracy, almost parallel. This indicates that part of the material essentially
bypasses the reactor. In fact, a simple bypass model
fits the experimental results quite well. Figure 28 also gives $(k) for a stirred
tank. Note that it fits the experimental data less well. f(k) ~ larger than that
1.0
.8
.6
i(k}
.4
.2
0
0 5 10 15 20 25
k
of a stirred tank for small and large values of (k) . For intermediate range
i!_(k) is smaller than for a stirred tank, which is typical of some bypass
phenomena.
The $(k) for the fluid bed shown in Fig. 27 has another interesting proper-
ty that iscommon to most fluid beds. The slope of ~(k) near k + 0 is smaller
than for a plug-flow reactor. (The only way to know this is to measure the
reaction in a packed bed with the same catalyst under isothermal conditions.)
This indicates that not only does the bed have a bypass in the bubble phase,
but that part of the catalyst phase is not well contacted. In the author's ex-
perience properly baffled (or turbulent) fluid beds do not show any bypass
in the gas phase but will share the problem that the dense catalyst phase is
not perfused. Such baffled beds behave like near-plug-flow reactors with a
smaller effective catalyst volume (about 50 to 70% of real catalyst holdup).
[A possible explanation is given in Krambeck et al. ( 1967).]
If one could really measure the slope of ii!_ (k) for very small (k), it
would approach T as k + 0. This is the same problem that was illustrated
in Fig. 13 when measuring the tail of F(t). If a region of the reactor is
not well perfused, T will be underestimated. If an independent estimate of
Tis available, underestimating Tusing this technique is evidence that the
reactor is not well perfused. For the case shown in Fig. 13, one could
estimate T from the volume of the reactor and the feed rate. In the case
of ¢(k), the only way to estimate the first moment is by using a packed-
bed reactor for comparison. Note that i!_(k) here yields some valuable in-
formation directly applicable to reactor design. One can compare the
information obtained from Fig. 27 with that obtained by tracer experiments
in similar fluid beds ( see Fig. 17) . Figure 17 for a similar bed also clearly
indicates a bypass phenomenon. The escape probability /\ (t) measured from
the tracer response of a nonadsorbing tracer shows a clear maximum, indicat-
ing a bypass or stagnancy.
The method shown in Fig. 17 has one significant advantage. It allows
one to plot /\ (t) which gives direct physical insight into the nature of the
transport process. There is as yet no equivalent way to extract equivalent
information directly from inspection of ~(k). If f(t) is measured, computa-
tion of f( s) or f(k) is straightforward and relatively easy. The opposite
is not true. i<k) is hard to invert accurately, and therefore it js hard to
obtain an accurate estimate of the escape probability /\ (t) from lj!(k).
There are ways of inverting ¢(k) either by numerical inversion or by
fitting it with a theoretical model-;- but both methods are inaccurate. How-
ever, i<k) is a valuable tool since it contains the information in a form that
allows conclusions about the impact of the mixing processes on first-order
chemical reactions. Note that the time scale of ~(k) does not refer to any
real sojourn time. _i,_(k) is really a linear operator that changes the product
distribution of a linear reaction system in a packed- bed reactor to that of
fluid bed (or other) reactor. The properties of this linear operator are
conceptually similar to a residence-time distribution and one can derive
from it similar intuitive deductions about the nature of the transport
processes in the reactor. In most heterogeneous catalytic reactions one
desires plug flow in the reactor itself. i•(k) is therefore a useful tool for
checking internals in a cold flow model or verifying how closely the reactor
approaches plug flow, provided that one can find a suitable reaction. Both
ozone and hydrogen peroxide decomposition have been proposed (Nauman
and Buffham, 1983) and used.
The main advantage of using the i<k) as gefined here compared to
l/Ja(t) defined in the preceding section is that .!l!_(k) is measurable in any
heterogeneous catalytic reactor with a first-order reaction. On the other
Residence- and Contact-Time Distributions 139
hand, i/Ja(t) is uniquely measurable only in these cases where the absorbed
tracer particles return to the same place, in other words, where adsorption
does not change the residence-time distribution in the continuous phase.
As this condition is often not met, $(k) provides a useful alternative.
Unfortunately, i(k) suffers from the same problem as i/Ja(t). That is,
although it is useful in modeling, it cannot be used for scaleup, as the
$(k) depends on adsorption behavior and would be different for different
first-order reactions. One must therefore be careful when applying ~(k)
to actual scaleup problems. It will, in a cold flow model, give good indica-
tions of bypass phenomena. There is, however, no guarantee that the
real reacJ:ant will have the same behavior as reactions used in the cold flow
model. ijJ(k) is useful in studying maldistributions of flow in actual indus-
trial reactors. If an industrial reactor does not perform up to expectations,
one can often obtain several values of i<k) by changing the temperature
and thereby (k). One can then compare the effect of changing (k) in the
industrial reactor to pilot plant results or similar industrial reactors. From
this one can then infer ~ (k) and possible reasons for the poor performance.
This is a powerful diagnostic tool, complementing or substituting for tracer
studies in industrial reactors. One can get similar results even if the re-
action is nonlinear and complex involving several compounds. One starts
with the assumption of a plug-flow reactor, estimates a set of rate constants,
and then obtains expressions completely equivalent to Eqs. (16) and (20).
In this case, unlike the homogeneous case, one cannot use f(t) or f(t) to
compute the outlet composition. The outlet composition can still be used to
estimate $(k), as $(k) is an operator transforming the results of a plug-
flow reactor into our reactor. Note that reliable design requires that $(k)
be close to plug flow.
An especially interesting case is one of consecutive reactions with equal
reaction rates. Consider, for example, the case
The solution of this case is given in Table 2. If the values of the re-
action rates are equal, one gets an estimate not only of $(k) but also of
the higher derivatives of i(k) or (dni_(k) /dkn)k=ki. Even if the values
of (k) are different, the values of Ci give a good approximation of the
derivatives as long as the differences are small. If estimates of the
derivatives are available, $(k) can be reconstructed from a Taylor series
expansion around (k) (see Glasset et al., 1973). It is hard to use such a
reaction in a cold flow model. However, if an industrial reactor has a con-
secutive reaction, one can compare the product distribution to that of a
packed-bed reactor. If significant deviations are found, this allows some
conclusions as to the nature of the flow. A good base case, preferably an
isothermal packed-bed reactor, is essential as well as a well-performing re-
actor of a similar type. One does not always want to reconstruct $(k)
(although this is possible). The nature and magnitude of the deviations
give some immediate qualitative information about the nature and magnitude
of the deviation from plug flow, which can be interpreted by looking at
some simple flow models and styding their effect on product distribution.
An example is given in Table 3. In these examples, the overall residence
time T is kept constant for all cases. The reaction rate k is varied for
each flow model so as to keep the outlet concentration of A (A/Ao) con-
stant. This is done to make the example more consistent with actual
practice. In many cases, catalyst activity changes and is compensated for
140 Shinnar
Reaction:
2 -k.T f(k 1)
L
B 2
..!!_=k e 1 -=k L - - - -
A0 1 ._ 1 II (k. - k.) Ao 1 ._ 1 II (k. - k.)
1- ·-1 2 J 1 1- j=l, 2 J
]- ' 1
j;l:1 j;l:i
A
-k.T C 3 f(k 1 )
_g_=kk
A0
L
1 2 ._ 1 3
e 1
II (k. - k.) -=kk L - - - -
Ao 1 2 ._ 1 II (k. - k.)
1- ' j=l, 3 J 1 1- j=l, 3 . J 1
j;l:i j=l=i
_Q_=l-A-B-C D =1-A-B-C
AO AO
3 k.
D
-=1-L e- iT
k
II
k.
J D =1 - L f(k ) II J
. 1 3 k. - k.
AO i=l,3 j=l,3 \ - ki AO i=l l J= ' J 1
j;l:i j;l:i
k1 k2 k3
A--- B--- C--► D
k =k =k =k
1 2 3
-kT A A
= e = f(k 1)
AO
= k,e
-k, B
= -k df(k) I
AO 1 dk k=k
1
k2
C 1 d 2:f(k)
= 2!
AO dk 2
k=k
1
D
= 1-A-B-C = 1-A-B-C
AO
D
AO
= 1 -[ t
i=O
(k.~)i] e -k,
1.
kl k2 k3
A - - - B ---c - D
k =k =k =k
1 2 3
Average residence K
Flow model time (h) (h-1) A!A 0 B!B 0 C!C 0 D!D 0
2. Ten stirred tanks in series 1.0 1.05 0. 368 0.35 0.183 0.099
T = 1. 39
--
--
T = 8
5. _hQ__-l I I 1-- 1.0 4.03 0.368 0.33 0.147 0.156
C/)
0.91 ,= 0.222, :2' .
;::I
;::I
Q
•
Residence- and Contact-Time Distributions 143
These assumptions are not always valid. Nevertheless, there are many
cases where one wants to predict the performance of a heterogeneous re-
actor which is not a packed bed from either a small packed-bed reactor or
a pilot plant. This applies to fluid beds as well as transport reactors such
as a riser cracker. If one compares such a reactor to a packed bed, it is
impossible to keep both fo(t) and i_ 0(k) constant. For example, the first
moment of fo(t) will be much larger for the riser. If the reaction occurs
only at the solid surface of this catalyst , this should not matter. But in
many complex reaction systems catalytic surface reactions compete and inter-
act with gas-phase reactions. The catalyst or solid may also act as an in-
hibitor for the gas-phase reactions. In some catalytic reactions, intermedi-
ates formed at the surface will either diffuse through the gas phase or re-
act in the gas phase. One should therefore be careful in such cases, and
evaluate the possible impact of changes in fo(t) relative to 1/Ja(t).
Rigorously, it is not enough that fo(t) and 1/Ja(t) stay constant. The
distribution of single stays in either phase should also stay constant. If
Residence- and Contact-Time Distributions 145
one cannot assume this to be true, one can experimentally test the sen-
sitivity of the reactions to variations in fo(t), keeping 1/Ja(t) constant.
This technique is a simple and powerful conceptual tool for organizing one's
thinking about the pitfalls of a given scaleup problem. Consider, for ex-
ample, a catalytic fluid-bed cracker in which the cracking really occurs in
the dilute phase riser. At low temperatures, gas-phase reactions are slow
and the results correlate very well with those obtained in a dense-phase
bed at the same space velocity. At higher temperatures, the gas-phase re-
actions become significant and the correlation is poorer. As these gas-
phase reactions are undesirable, it is important to reduce the average
residence time of fo(t), keeping the space velocity constant.
Another important example is the case of a dense-phase catalytic fluid
bed. Equations ( 48) and ( 49) do not apply rigorously in a fluid bed for
two reasons:
One can, however, design a fluid bed such that Eq. ( 48) approximately
applies. For example, one can see to it that fo(t) approaches plug flow.
One can also use an adsorbing tracer with fast exchange and design the re-
actor such that fa(t) approaches plug flow. That would occur only if all
gas particles are adsorbed and desorbed many times. This then approaches
the condition of spatial uniformity despite the pressure of bubbles. One
can achieve this either by working in the turbulent fluidization regime or
by using properly designed baffles. Designing the turbulent flow regime
only helps condition 1. The second condition can be approached only by
baffling or staging the bed. One can always approach plug flow by a suf-
ficient number of stages. If the catalyst circulation between the stages is
slow compared to the rate of adsorption and desorption of reactants, one
approaches condition 2, namely, that each molecule always returns to a
place such that its residence time in the continuous phase is not changed.
These arguments allow one to understand on theoretical grounds the
importance of baffles in scaleup. Baffles give added confidence to the scale-
up even if the fluidization is turbulent and a tracer experiment shows that
one approaches plug flow without baffles. This is so because solid mixing
in a fluid bed always increases during scaleup even when the pilot plant is
reasonably large. It is important that the baffles really reduce solid mixing
and divide the solid catalyst phase into stages. Vertical baffles, which are
often used, do not achieve this goal and therefore do not provide the needed
safety net for scaleup which can be achieved using horizontal baffles.
We will conclude with one final example. Recently, flash hydrogenation
of coal, in which coal is devolatilized and partially gasified in the presence
of hydrogen at high pressure, has received considerable attention. A
simplified kinetic scheme of the reaction is
H2 H H2
Coal - h e a v y liquids~ BTX ---methane
( 1) ( 2) ( 3)
146 Shinnar
Steps 2 and 3 can occur in the gas phase and are also catalyzed by the
coal ash as well as by the char. As this is a consecutive reaction, plug
flow of the gas is required for good selectivity, and it is also important to
control the residence time in a narrow optimal range. Kinetic and thermo-
dynamic considerations require the reactor to be as isothermal as possible,
and the easiest way to achieve this is by backmixing of solids. It has
therefore been suggested that fluid-bed reactors or risers with high solid
circulation would have significant advantages for such a design. However,
all present experimental data were obtained in current dilute phase reactors
in which the solid/gas ratio is an order of magnitude lower than would pre-
vail in a riser with solid recirculation. There is no way to estimate reliably
from data in a dilute-phase cocurrent reactor what would happen in riser
with higher concentration of solids. One cannot keep residence time and
contact time constant simultaneously. For any design estimates one would
need data from a system in which both contact time and residence time are
similar to the desired design. Or one would need evidence that one of
these two has no impact on the reaction.
These simple examples should be sufficient to illustrate the varied ap-
plications of contact- and residence-time distributions to the design of
heterogeneous reactor. They provide guidelines for dealing with the diffi-
cult problems of reactor scaleup in complex reactors.
NOTATION
a concentration of compound A
name of compound j
future life distribution of particle inside the reactor fraction of
particles inside the reactor that will leave it before time t
CA concentration of compound A in product stream
Greek Letters
a. constants in Eq. (25)
Jr
~ coefficient of variation of f(t)
y = T
REFERENCES
INTRODUCTION
151
152 Delgass and Wolf
There are several techniques to estimate the total surface area and pore
size distribution of porous materials. Various review articles concerning
such measurements have been published (Emmett, 1954; Innes, 1968). The
BET method is, however, the most common technique employed today for
such measurements; consequently, it is the only technique discussed here.
The reader is directed elsewhere in reference to other techniques (Innes,
1968).
BET Adsorption
Many physical adsorption isotherms exhibit S shapes which are inconsistent
with the Langmuir isotherm based on monolayer adsorption-desorption
equilibrium. Brunauer, Emmett, and Teller (1938) proposed an explanation
based on the assumption that multilayer adsorption could occur. The BET
model also postulates surface homogeneity and no intermolecular interaction
between adsorbed species. The most common form of the BET adsortpion
isotherm also assumes that an infinite number of multilayers can be ad-
sorbed. The resulting linearized BET isotherm has the form
p 1 C - 1 P
= +~p ( 1)
V d (P 0 - P) V C
a s · m m 0
Pore surface s = 2
Pore volume = V r
( 2)
p p
or
2V
r
p = ___E_
s
where Vp is the total pore volume and S the total surface area.
For materials with a distribution of pore sizes, it is necessary to know
the pore volume at various pore sizes. The derivative of the pore volume
curve with respect to the radius gives the pore size distribution. The
two most common techniques used to determine pore volumes are the BJH
method (Barrett et al., 1951), based on the use of either adsorption iso-
therms or porosimetry.
2Vo ( 3)
== - rRT cos cp
Mercury Porosimeter
In this case the pore volume is measured directly by forcing a nonwetting
liquid, mercury, into the pores. A force balance between external pres-
sure and surface tension in a cylindrical pore gives
r =
2o cos e ( 4)
p
or for Hg,
7500
r =
p
The most common method employed to determine metal area is selective chemi-
sorption of gases. The method has been discussed in review articles and
156 Delgass and Wolf
s.vv d (6.023 x 10 23 )
1 a s ( 5)
=
22,400 m
Gases
vµ.M
metal surface atoms 1
( 6)
D = =
total metal atoms mw
where M is the molecular weight of the metal, w the fractional metal load-
ing, and µi the uptake in micromoles. The average crystallite size is cal-
culated by assuming that crystallites are of the same regular uniform
shape (i.e. , crystallites are often assumed to be cubes with five faces ex-
posed and the sixth being in contact with the support). For this
geometry
( 7)
which allows for the uptake of three hydrogen atoms per Pt atom, thus in -
creasing the· sensitivity of the technique. Mears and Hansford ( 1967)
found that a different Pt-H2 stoichiometry appeared to be applicable to
their results. The dilemma was resolved by Wilson and Hall (1970), who
found that the stoichiometry of oxygen chemisorption depended on crystal-
lite size. For this reason, titration techniques are not used with samples
having very small sizes.
The use of CO chemisorption has also been proposed to determine
metal surface areas (Hughes et al., 1962). However, the relative contribu-
tion of the linear and bridged forms of CO must first be assessed to es-
tablish the proper stoichiometry. Other gases, such as NO, have been
used to evaluate the metal surface area of Ru (Ramamoorthy and Gonzalez,
1979).
The experimental techniques to measure Vads have not been mentioned
above, but in most references a static or volumetric technique similar
to the one used in BET absorption has been used. A flow pulse tech-
niuqe that permits rapid determination of Vads has been described by
several authors (Gruber, 1962; Benesi et al,, 1971; Huasen and Gruber,
1971). The effect of sample volume, amount of catalyst, pretreatment,
and so on, on the value obtained for Vads using the pulse technique has
been reported. Pulse results agree well with the static techniques if ad-
sorption is very fast and irreversible. Reversible adsorption introduces
tailing on the emerging peaks, which can lead to errors (Wanke et al. ,
1979). A stringent requirement of the pulse technique is the use of clean
158 Delgass and Wolf
Nature of X rays
X rays are electromagnetic radiation with wavelengths in the angstrom
range. Consequently, they can penetrate matter and therefore are
especially well suited to probe the structure of solids. X rays are com-
monly generated by bombarding a solid (target) with high-energy electrons
to create inner-shell electron vacancies. Two types of x rays are thus
generated: (a) a continuous spectrum, and (b) a characteristic line
spectrum. The continuous spectrum arises from the deceleration of the
incoming high-speed electrons by the target. Line spectra occur when an
electron from a high-energy orbital fills a low-energy vacancy in the inner
electron orbitals. The line spectrum is characteristic of the emitting materi-
al and use used for x-ray spectroscopy, which will be discussed in detail
later. The peaks of the line spectra are designated by the orbital (shell)
into which the electrons fall (K, L, M, N) and a Greek letter indicating the
original orbital ( a, 13, etc). Due to the characteristic well-defined energy,
the x-ray lines are used as a quasimonochromatic x-ray source in diffraction
equipment.
X-ray Diffraction
Diffraction occurs when a wave interferes with an array of scattering cen-
ters, causing the outcoming waves to reinforce each other (constructive
interference) or to be out of phase and cancel each other (destructive
interference) (see Fig. la). X rays are scattered by the electrons of the
irradiated matter. Elastically scattered x rays have the same frequency
as the incoming x rays (coherent scattering); the opposite is true for in-
elastic scattering (incoherent scattering). Elastically scattered x rays,
which are important in diffraction, can be depicted as reflected by the
scattering atom.
Bragg used the reflection analogy to explain x-ray diffraction. Fig-
ure lb shows a monochromatic x-ray beam of wavelength A directed on
two successive planes of a crystal. The reflected beam (i.e., scattered)
Catalytic Surfaces 159
SOURCE
SOURCE
CONSTRUCTIVE DESTRUCTIVE
(a)
(b)
and associated wavelengths are also shown. If the reflected rays are to be
in phase, the path difference of the two successive incoming rays, CB +
BD = 2d sin 0, must be equal to an integral number of wavelengths, that
is,
2d sin 0 = NA ( 8)
The equation above, known as Bragg's law, relates the d spacing of the
crystal with the angle of incidence and wavelength of the incoming x rays.
N is known as the order of the reflection. Equation ( 8) indicates that
measuring the intensity of the diffracted beam as a function of the incident
angle gives a diffraction pattern which is characteristic of the crystallo-
graphic structure of the irradiated sample. Such measurements, which
constitute one of the many methods of XRD analysis, are most easily at-
tained with an x-ray diffractometer.
160 Delgass and Wolf
( 9)
f3hkl cos 8
standard sample with large crystallites ()1000 A), the breadth or broaden-
ing of the pure diffraction pattern S is estimated by
( 10)
or
S=B - b ( 11)
The first correction is derived by assuming that the shape of the peak is
gaussian, whereas the second one corresponds to a Cauchy profile. Here
S would be either B½ or Bi. Over the years, the gaussian approximation
has been widely used, although some evidence indicates that the pure dif-
fraction profile is better approximated by the Cauchy form when a distribu-
tion of particle size exists (Klug and Alexander, 1974). However, either
correction can be used. It must be emphasized that because the shape of
the profiles must be assumed, the simplified procedures give speedily re-
sults of good relative accuracy but have restricted absolute significance.
Fourier Transform Method: The theory of this method is beyond the
scope of this outline and the reader is referred to the specialized literature
(Klug and Alexander, 197 4; Cohen and Schwartz, 1977). The experimen-
tal determinations are similar to those outlined above, but the pure diffrac-
tion profile is calculated from the Fourier synthesis of the sample profile,
h( E:), and a reference profile obtained with a reference sample of infinite
size, g( E:), where E: is the angular change through the peak.
The Fourier transform coefficients of the true diffraction profiles are
calculated from the real and imaginary Fourier series calculated from the
intensities of sample and reference profiles measured at various angular
intervals of the broadened peaks. Computation procedures are given
Ganeson et a:l. ( 1978) and Sashital et al. ( 1977). The crystallite size can
be calculated using the breadth of the reconstructed profile and Scherrer's
formula or directly using the Fourier coefficients. Warren and Averbach
(1950) related the crystallite size to the first derivative of the Fourier
coefficients with respect to the Fourier harmonic. Furthermore, a plot of
the second derivative of the Fourier coefficient is proportional to the dis-
tribution of crystallite sizes. Figure 2 shows results of Sashital et al.
(1977) obtained using the Fourier transform method, including strain and
imperfection corrections. Table 2 summarizes the average crystallite size
for the various crystal planes along with dispersion results obtained from
hydrogen chemisorption techniques. It can be seen that the Fourier
transform calculations agree well with the chemisorption results.
3 ~
''
''''
? '' (L)III
02
>(
b ~.
N
¢'
,,
C:
"O
'
<1.c: I ,b 0.
N
"O ,9 '1,,
Q,
p c,,,
Jf "O
0
0 10 20 30 40 50
L= na 3 , &
(a)
8
3
P, 7
:'
''
!\
'' ' : 6
/:,' o''
( L)IOO N
-0
2 1, '=' 5
1~ ( Ll3,1
>(
N
C:
'! 'a. N 4
C:
C: /, "O
~
C: 'q ~3
<1. /5 <1. ~
N
/5 ~ N
2 ' b,
"O "O
~
r Q
Q,
"- a,
p 0 'o
0
O'
0
i 0,,
'
0 10 20 30 40 50 0 10 20 30 40
0 0
L= no 3 , A L=na 3 ,A
(b) (c)
(12)
where x is the resolution (i.e. , the mm1mum size that can be distinguished
in the microscope) and c 8 is the spherical aberration of the incident beam.
Relation (12) illustrates the advantage of using an electron beam ( ,\ =
0. 5 to 10 A) instead of light ( ,\ = 4000 to 7000 A).
Catalytic Surfaces 163
7.1-SiO -PtCl-S
(1) 2 131 82 108 81 10 7.1
( 2) 111 75 12 7.1
21. 5-SiOrlonX-L
( 1) 49 43 45 47 25 21. 5
( 2) 48 43 45 47 25
27-SiO2-IonX-S
( 1) 43 39 42 31 27 27.3
( 2) 40 39 39 39 29
40-SiOrPtCl-S
(1) 30 26 22 20 44 39.8
( 2) 25 23 47
a7.1, 21.5, 27, and 40 indicate percent of Pt loading on SiO2. PtCl and
IonX indicate preparation via chloroplatinic acid impregnation and ion ex-
change, S and L refer to SiO2 with small (120 to 140) and large ( 70 to 80)
mesh size. Dx is the dispersion obtained from x-ray line broadening, and
Dh is the value obtained from hydrogen chemisorption.
~ "'"'""'"' ''12l
SPECIMEN
~ OBJECTIVE
L:::".:,f LENS
AMPLIFIER
OPTICAL
MICROSCOPE
APERTURE ----- l>
SCANNING
CO I L S ~ ~
~ INTERMEDIATE ~ ~ FINAL LENS
~ LENS lz::J
ELECTRON
DETECTOR
SPECIMEN
---'Vvv---i~:~TOR
ENERGY DISPERSIVE
SPECTROMETER
( 0) ( bl ( C)
TEM SEM EPMA
Supported Catalysts
Figure 4 shows bright- and dark-field images of a supported 5% Pt /SiO2
catalyst. The sample is prepared by mortar grinding the catalyst particles
( 200 mesh) to ultrafine powder, which is then dispersed in a liquid (water,
alcohol). A droplet of the solution is then deposited on an EM grid. The
liquid evaporates, leaving on the grid microscopic particles which are thin
enough for electron transmission. The micro graphs shown in Fig. 4a were
obtained with a 100 JEOL STEM operating at a magnification of 400,000.
In this case, the contrast is relatively low because of the presence of the
support. Counting and sizing the crystallites in both the bright- and
dark-field images is often difficult, and many micrographs are required to
obtain a statistically meaningful size distribution. A major limitation here
can be the presence of small crystallites that cannot be seen under the
conditions used. Furthermore, in some cases the diffraction pattern of
the metal cannot be distinguished from that of the support (Schmidt et al.,
Catalytic Surfaces 165
(a)
(b)
FIGURE 4 (Continued)
Catalytic Surfaces 167
(c)
FIGURE 4 (Continued)
Model Samples
Schmidt and coworkers (Schmidt et al., 1982), among others, have dis-
cussed the advantages of using model samples in which the catalyst is
168 Delgass and Wolf
Visible or
UV Source
'I.,.. ~~~~~~~~
"'--.... ½½½27/21/4 ( oy
- - - - - - - - - - - - - FL
e- Photo Electron
7ZlZ?27ZZZZZ( b )
--•-•---•----•--L3
---~---L2
X-ray Source _ ____,.....,>---- LI
~ ------ e- X- r a y
--------- ~ . Ph Ot Oe IeCt r On ( X p S )
~-~ K
(a)
K oc. 1 Radiation
7ZTflZ(( a) ½½½½(a)
I
I
•
I
--~1----- K
(b)
of the two excitation and de-excitation processes most commonly used for
surface analysis, together with the name and acronym of the analysis tech-
nique (XPS-AES). While several of the techniques discussed in this section
yield similar information, the type of instrumentation and data interpreta-
tion varies. For the sake of clarity, each technique is discussed separately;
however, there are many aspects that are common or complementary among
them. One such common factor is the need for using ultrahigh vacuum
(UHV). At 10-6 torr, about 1015 molecules of gas strike 1 cm2 of the sur-
face per second. At 10- 9 torr, monolayer coverage occurs in about 15 min
if every. molecule that hits sticks; thus a clean surface can be attained
only at -UHV conditions.
The first technique described below is XPS (also known as ESCA,
electron spectroscopy for chemical analysis) which corresponds to the
170 Delgass and Wolf
case where the excitation source is x-ray photons, and the result is elec-
tron emission .
Energy Relationships
The basic energy relationship occurring during photoionization was first
proposed by Einstein. It states that the energy of the incoming photons,
hv, equals the kinetic energy of the ejected electron (Ek) plus its binding
energy, Eb (or photoionization energy):
(13)
hv = E + ¢ + E' (14)
b sp k
Catalytic Surfaces 171
hv
EXCITING
PHOTONS
(a)
~-r CORE ELECTRON LEVEL
;ETECTOR~ Al 2p (a 3 , 4 )
;-(,-RAY L!B
Si 2p(a 1, 2 )
Si2p(a 3 ,4 )
Al 2p(a 1 2 )
~ (M;g Ka) • Na 2S (al,2)
l
e- //
CQ
I
__,JI SAMPLE
U
Al2p(a 3 , 4 )
RETARDING J '--K-IN_E_T_I_C_E_N_E_R_G_Y__
LENS . ♦
(b)
core electron is ejected, often one finds additional lines of lower intensity
known as satellites. One type of satellite is the "shake-up" line. This
occurs when the energy of the x-ray photon causes both photoemission and
excitation of a valence electron to a low-lying bound state. A second com-
mon satellite line is a discrete energy loss line caused, for example, when
the photoelectron excites a plasmon oscillation in the electrons in the
sample.
Surface Sensitivity
Although x rays can penetrate solids far beyond the surface, the mean
free path of electrons with energies between 10 and 1000 eV is of the
order of 10 to 30 A. Consequently, only electrons of atoms located near
the surface obey the energy conversion equation [Eq. (14)] and are anal-
yzed by the spectrometer. The relation between mean free path (or
escape depth) of electrons as a function of energy is shown in Fig. 7. It
can be seen that the mean free path is affected by the substrate, and for
most elements the escape depth of photoelectrons comes from the top one
to three atomic layers near the surface. The ability to select electrons
ejected near the surface is what makes XPS a surface-sensitive technique.
Another important characteristic of XPS is its ability to produce an
adequate spectrum even though the absolute amount of material present is
of the order of 10- 6 to 10- 8 g. Fractions of monolayer as small as O. 01
can be detected in favorable cases.
Chemical Shifts
While the electron binding energies of particular elements are sufficiently
invariant to provide chemical identification of the element, small but measur-
able shifts in binding energies occur when the XPS spectra of various com-
pounds of the same element are measured (Siegbahn et al., 1967). The observed
100
~
~ Au
J:
I-
Au / ~
Q.
Lu
Au \ .
0 '... -Mo
Ag •-..__w
I
Lu
Q. Ag
ct
u
V)
10
Lu
z Ag
0
Cl::
I-
u
Lu Fe Ni
.....I
Lu Ag
I
I 10 100 1000 10,000
ELECTRON ENERGY (eV)
Instrumentation
The majority of the x-ray photoelectron spectrometers consist of the follow-
ing five basic components: (a) source, (b) sample mount, (c) electron
energy analyzer, (d) detector, and (e) data acquisition system. The
source is an x-ray tube of conventional design consisting of a heated
cathode or electron gun from which electrons are accelerated to a cooled
anode or target. Al and Mg with Ka lines located at 1486. 6 and 1253. 6 eV
are the most commonly used anodes. The sample region must be maintained
at pressures lower than 10- 9 torr to avoid contamination of the sample.
This restriction is more severe than the 10- 5 torr maximum pressure in the
spectrometer required to minimize electron energy loss on collision with
gaseous molecules.
Improvements in electron energy analyzers led to the development of
XPS. Although various types of analyzers have been used, the most com-
mon types in .use today are electrostatic analyzers (also known as S-spec-
trometers or monochromators). They consist of two concentric bodies
(spheres, cylinders) onto which a voltage is superimposed. Electrons en-
tering the space between the bodies follow trajectories that depend on
electron energy. Thus for a given voltage only those electrons which have
a specific kinetic energy will reach the detector. Figure 8 shows the
schematics of an XPS spectrometer with a cylindrical mirror analyzer ( CMA).
The CMA consists of two concentric cylinders with a slit permitting elec-
trons with energies proportional to the applied voltage to reach the de-
tector. Generally, the analyzer is set at 100 eV and the photoelectrons
are retarded by a negative potential applied to a lens system in front of
the energy analyzer. The complete spectrum is produced by sweeping
the retarding voltage. A data acquisition system is used to collect electron
counts at the detector as a function of electron kinetic energy. Accumula-
tion of counts during repetitive scanning improves the signal-to-noise ratio.
The spectral lines are often superimposed on a raising background which
occurs due to secondary and inelastically scattered electrons. Powdered
samples can be spread uniformly into a self-adhesive material which is
attached to the mount or pressed into self-supporting wafers. Charging of
the sample is not as severe as in the case of excitation by electron impact
and is usually compensated by flooding the sample region with low-energy
electrons. For this reason, XPS is the preferred surface analysis tech-
nique for supported catalysts.
174 Delgass and Wolf
COMPUTER
ANALYZER
SYSTEM
CONTROL
PULSE
COUNTING
DETECTION
7
X-RAY MAGNETIC
SOURCE SHIELD
\
FIRST ANGULAR RESOLVED \_SECOND
APERTURE APERTURE APERTURE
Applications
Applications of XPS are numerous, and many articles have been published
in various areas of materials science, surface science, and catalysis. The
XPS chapter by Delgass et al (1979) presents and discusses several exam-
ples of XPS applications. Rather than enumerating the many examples
published in the literature, the major areas of application related to cataly-
tic activity are discussed below in terms of qualitative and quantitative
analysis
Qualitative Analysis
A straightforward application is a survey of elements existing on a catalyst.
This is particularly important in connection with catalyst poisoning by
impurities contained in the feed, for example, sulfur compounds or metals
(Bhasin, 1981).
Chemical shifts provide an important clue about the oxidation state of
the active component of a catalyst and its modification by pretreatment,
reaction environment, and support. Several studies are reported by Del-
gass et al. (1979) in which chemical shifts have been used to determine
the oxidation state of W supported on SiO2 and Al2O3, Cr supported on
SiO 2, and Co-Mo/Al2O 3 hydrodesulfurizatio n catalysts. Other studies on
supported metals include Pt/Al2O3, Pt Au/C, NiO, FeV2O3, CuO/Al2O3,
and Rh/C, among many other examples. The spectra of a 2% Pd sup-
ported on a ZSM-5 zeolite illustrating the use of chemical shifts arising
from different oxidation states of Pd are shown in Fig. 9.
Quantitative Analysis
The areas under the XPS peaks carry quantitative information; however,
accurate interpretation requires a structural model of the surface layer.
Catalytic Surfaces 175
335.4
337.2 ,,
,".
~
I I
'l
f I
>- I
t- I
(f) I
z I
w I
1---
z I
I
\ I
\.
For a homogeneous solid with a flat surface, the following relation has
been derived (Carlson, 1975):
I = Kon>-.F (15)
ratio of the metals as loaded into the catalysts. Deviation from a 1: 1 cor-
respondence would suggest surface enrichment of one metal in preference
to the other (Liao and Wolf, 1982).
In a few cases it has been possible to correlate the catalytic activity
with the intensity of a particular XPS signal. Brinen and Melera ( 1972)
correlated the activity of a Rh/C catalyst with the ratio of Rh in oxidized
to metal form. Several studies of adsorbate metal interaction in clean metal
surfaces have been published in connection with this application.
In closing this brief introduction of the utilization of XPS to study
catalysis, the main applications are summarized. XPS is a useful tool in
qualitative analysis of surfaces to identify contaminants and promoters,
and to determine the oxidation state of metals and examine metal-support
interactions in supported catalysts. Accurate absolute quantitative analysis
requires a model of the surface layer, a difficult task with supported
catalysts. However, relative corrected integrated intensity ratios are a
useful clue to understanding surface enrichment and surface composition in
polymetallic catalysts.
Nearly all catalyst applications require careful handling of the sample,
including in situ pretreatment in a preparation chamber attached to the
spectrometer. A comparison of XPS with other surface analysis techniques
(Powell, 1982) concludes that XPS analysis causes the least damage to the
sample during analysis and is the technique for which the most extensive
procedures for qualitative and quantitative analysis have been reported.
Auger Effect
Auger electron spectroscopy (AES) is named after its discoverer, Pierre
Auger, who in 1925 discovered in a Wilson chamber that a two-electron emis-
sion occurred when argon atoms were excited by x rays. One of the elec-
trons was a photoelectron ejected as described in Fig. 5a in the case of
photoelectron emission. The second electron, known as the Auger electron,
originates from another deexcitation process, which competes with photo-
electron emission. When a primary excitation process, such as x ray or
electron bombardment, causes the creation of a vacancy in an inner electron
shell, for example, the K shell, deexcitation of the ionized atom can occur
via the dropping of an electron from an outer level (i.e., L1) to the
vacated inner level. The excess energy is equilibrated by ejection of the
second electron from an upper energy level (i.e. , L 2) ; this Auger
Catalytic Surfaces 177
Surface Sensitivity
Similar arguments given for XPS photoelectron escape depth are also valid
for AES. The literature indicates that for Auger electrons with energies
between 50 and 2000 eV, the escape depth is of the order of 4 to 20 A
(Palmberg, 1975). For most elements with Auger transitions below 1000 eV,
the escape depth is only a few atomic layers. The greater surface sen-
sitivity sometimes cited for AES versus XPS results because many elements
have Auger lines at 100 eV kinetic energy, the minimum in Fig. 7.
dN(E)
dE
N(E)
or
dN(E)
dE
Chemical Shifts
As in the case of XPS, chemical shifts have also been observed in AES.
However, their interpretation is not well understood at present. Chemical
shifts of many light elements ( Z < 40) have been observed and have been
related to oxidation state. In general, Auger lines involving only core elec-
trons are easiest to interpret. In some cases the shape of the Auger peaks
is also affected by structural factors; for example, carbide and g-raphitic
carbon peaks deposited on stainless steel are strikingly different (Siegbahn
et al., 1967). Such lines are coupled to the valence level and thus carry de-
tailed bonding information. Complex Auger line shapes can also be used to
fingerprint the identity of adsorbed molecules (Grant and Hooker, 1976).
Scanning Auger
The ability to focus an electron beam to a very fine diameter ( ca. 5 ].fill)
which can be scanned across a surface as in scanning electron microscopy
is the basis for scanning Auger electron spectroscopy. Most AES instru-
ments are equipped with low-resolution SEM (2000x magnification) capabilities
to select an area for analysis. Furthermore, by locking the voltage of the
energy analyzer (which is of the same type as in XPS), the detector only
receives electrons coming from the selected element. This capability per-
mits one to obtain a map of the element as the electron beam scans a
selected area on the sample under analysis. This capability is referred to
as a scanning auger microprobe (SAM) and is particularly useful in micro-
electronics.
Depth Profiling
SAM systems can be equipped with an Ar ion gun that can be used to im-
pact (sputter) the surface with high-energy ions that remove atoms from
the top surface layer. If the electron beam is also directed to the same
area, it is possible to analyze the composition of the freshly exposed sub-
layer as a function of depth ( depth profiling) . This capability is important
for detection of selective deposition of impurities, formation of surface
layers, and, in general, to detect compositional changes with depth into
the material (subsurface analysis).
Instrumentation
The basic components of an Auger electron spectrometer are those described
for XPS except that an electron gun replaces the x-ray source with the
optional addition of the ion gun for sputtering or etching, and an additional
electron gun to obtain SEM images of the sample. Since the acquisition of
a spectrum requires energy analysis of electrons, the same type of energy
analyzer used in XPS (cylindrical mirror) can be used for AES. In fact,
some manufacturers offer systems that can do both AES and XPS as well
as other types of analysis (UPS, ISS, etc.).
As pointed out earlier, solid flat surfaces are ideal for AES analysis.
In the case of powders, they must first be pressed into the shape of a
wafer or a flat plate. Degassing and drying the sample is necessary to
retain the UHV (10-8 to 10-9 torr) vacuum required in the analysis cham-
ber. Unfortunately, most catalysts are supported on insulating oxides
(Al2O3, SiO 2) which result in severe surface charging. Although some
remedies for surface charging can be adopted, the problem is often so
severe as to limit the applicability of this technique with technical catalysts.
Catalytic Surfaces 179
Applications
In qualitative analysis, AES is used to survey possible contaminants and
poisons that might affect the catalyst activity. The poisoning of a copper
catalyst by lead, and of a Pd/y-Al2O3 cataiyst by iron, has been reported
by Bhasin ( 1976). AES is used routinely in single-crystal studies to
measure the cleanliness of such surfaces, in particular, to determine car-
bon and oxygen contamination, surface composition, and the presence of
adsorbed layers (Chang, 1974).
As in XPS, quantitative analysis of powders is complicated by surface
roughness and heterogeneity. Further complications arise from crystallite
size distribution and nonuniform distribution of the metals in the support.
Approximate analysis can be done in terms of relative intensities between
the sample and a known standard. The atomic concentration of an element
Ci in the sample is given approximately by
I.
1
C. = C. I-- ( 16)
1
1Std iStd
where Ii and Iistd are the peak-to-peak Auger currents of the sample and
standard, respectively, and Cistd the surface concentration of the standard.
Relation ( 16) assumes that escape depth from the sample and standard are
similar and that the standard is homogeneously distributed in the sample.
Auger sensitivity factors with respect to the sensitivity to oxygen have
been given in the literature (Palmberg, 1975). These factors must be used
when the concentrations of different elements are compared. Although many
papers describing the use of AES in single-crystal studies have been pub-
lished [about 300 are listed by Chang (1974)], papers in relation to applica-
tions of AES to heterogeneous catalysis are limited, presumably due to
charging problems. A comparison of the various spectroscopic techniques
for surface analysis and results compiled by the ASTM committee for sur-
face analysis, have recently been published (Powell et al., 1979; 1982).
In summary, AES renders information similar to XPS, and similar prob-
lems can be studied with this technique. AES has a major advantage in
lateral spatial resolution and sublayer analysis that is not yet available in
XPS. As a disadvantage, AES presents serious charging problems with
heterogeneous catalysts supported on insulating materials and chemical
shifts are not as easily interpreted in AES as in XPS.
high that ions are scattered only by the first one or two atomic layers.
Thus low-energy ion scattering is a true surface technique. With proper
calibration, peaks in the scattered ion spectrum identify masses and
amounts of elements present in the surface. This is a relatively new tech-
nique to catalysis, but in combination with ion etching offers both quantita-
tive and structural analysis of complex surfaces.
Principles
The two important parameters in low-energy ISS (LEISS) are the energy
and intensity of the scattered ions. Calculation of the mass from the
energy of the peak is straightforward. Quantitative interpretation of in-
tensity is more difficult.
The energy of the scattered primary ion is governed by momentum and
kinetic energy conservation in the two-body collision between the primary
ion and a single atom in the solid sample. The energy E1 of the ion scat-
tered at angle eL is given by
2
2 )1121
+ ( : : - sin 2 eL ( 17)
where m2 is the target atom mass, E 0 the initial primary ion energy, and
m1 its mass (Buck, 1975). At eL = 90°, a common experimental value,
Eq. ( 17) reduces to
(18)
present there is not a theoretical method that predicts these effects re-
liably. Thus one must turn to experimental calibration methods.
If the relation between surface composition and ISS signal is linear for
a given primary ion and energy, calibration is straightforward. Linear re-
lationships have been found for alloys (Smith, 1971) and for sulfur and
oxygen on nickel (Taglauer and Heiland, 1974, 1975). Surface properties
such as work function can be expected to affect ion neutralization, how-
ever, and nonlinearities in calibration functions have been observed
(Niehus and Bauer, 1975). In practice, some of the most useful informa-
tion is obtained by observing ion ratios as a function of the number of
surface layers removed by ion etching. Changes in ion ratio are taken
to indicate changes in relative concentration (Taglauer and Heiland, 1975).
This approach assumes that any changes in cross section or neutralization
probability accompanying chemical changes from layer to layer cancel out
in the ion yield ratio.
Experiment
The essential components of the ISS instrument, shown in Fig. 11, are
the ion beam, the sample, and the energy analyzer, all enclosed in a UHV
scattering chamber. The 0. 5- to 5-keV He, Ne, or Ar beams used for
low-energy ISS are typically formed by electron impact on the gas at
5 x 10-6 to 10-3 torr (Buck, 1975). The ion gun is differentially pumped,
delivers a beam with a stable ion current of 10 to 200 nA, a spot size on
the order of 1 mm in diameter, and an energy spread of the order of 1 eV.
The beam may also be mass filtered. The scattering chamber is a typical
ultrahigh-vacuum bell jar with a base pressure of ,.;; 10-10 torr and operat-
ing pressure <10-8 torr. As with other particle spectroscopies, an at-
tached catalyst pretreatment chamber is especially useful. The sample is
mounted in the scattering chamber on a manipulator to facilitate other
analytical experiments in the same instrument and possible angular-de-
pendent studies. Insulator samples can accumulate a positive charge during
ION GUN
ELECmOSTATIC
ENERGY ANALYZER
DETECTOR
Applications
The power of this method is its ability to give quantitative or at least
semiquantitative analysis of the uppermost layer of a surface. Its surface
sensitivity surpasses both XPS and AES, and this makes the tool especially
well suited to studies of phenomena such as surface enrichment in alloys
and the structure of the upper layers of more complex surfaces. The
work of Brongersma et al. (1978b) nicely illustrates the use of low-energy
ISS for surface enrichment studies. They show strong surface enrichment
in Cu for both CuNi and CuPt and illustrate effects of temperature in an-
nealing and quenching surface compositions. Analysis of the data confirms
the efficacy of calibration by the pure compounds and shows the necessity
for truly clean surfaces since adsorbed layers can differentially shadow
metal atoms. More direct applications in catalysis have emphasized mixed
oxides and supported oxides. ISS analysis of the transition metal cation
content of spinel surfaces has been found by Shelef et al. ( 1975) to be in
good quantitative agreement with titration of the surface by NO adsorption.
Studies of supported CoMo (Delannay et al., 1980a,b) and NiMo (Knozinger
et al., 1981; Canosa Rodrigo et al., 1981; Abart et al., 1982; Jeziorowski
et al., 1983) oxides on alumina offer excellent examples of the ability of
ISS, coupled with ion etching, to examine surface structure in these hydro-
sulfurization catalyst precursors. For the NiMo system, Mo/ Al and Ni /Mo
intensity ratios as a function of etching time indicate essentially single-
layer coverage of Al2O 3 by Mo with Ni concentrated at the Mo-Al interface
after calcination at 870 K (Jeziorowski et al. , 1983). The ISS spectra
shown in Fig. 12 show a low Al intensity at the outset, indicating that
the Al2O 3 surface is covered, and a maximum in the Ni /Mo intensity ratio
with sputtering time, indicating the enhanced concentration of Ni below
the surface. The order of addition of Ni and Mo was also found to affect
the position of the Ni (Abart et al. , 1982). If Ni was impregnated on the
Al2O 3 first, then the Ni /Mo intensity increased with etching time, showing
Ni to be enhanced near the Mo/Al2O3 interface. If Ni was added after
Mo, its concentration was maximum at the outermost surface of the catalyst.
Applications to catalysis also include studies of Bi2MoO6 (Brongersma et al.,
1978a) and individual metals of Al2O3 (Wu and Hercules, 1979; Chin and
Hercules, 1982a,b; Zingg et al., 1980). The technique is relatively new,
but progress is sufficient to mark the method as worthy of continued
attention.
The features of this method that make it attractive for catalysis also
apply in surface science. Here ordered or even just flat surfaces allow
a more suitable use of the shadowing or blocking effects caused by the
relative positions of atoms on the surface. The relative intensities of 0
and C, for example, show CO to bond carbon down on Ni (Smith, 1967).
Catalytic Surfaces 183
0 Al N1 Mo
I I I I
1oss
1
240s1 1
345s
1s100s
0.5 1.0
E / E0
MASS~v
o/)
ClllAIHFOLE A
N
CETECToo
l A-:
[jENERGY FILTER
+ +
~cor,()ARY
AmBn- IONS
AB SAMPLE
Materials scientists and engineers have for some time used dynamic (high
primary ion flux) SIMS for depth profiling in metals and semiconductors
(McHugh, 1975; Werner, 1975). Introduction of the static mode (Benning-
hoven, 1973), in which low primary ion fluxes cause removal of only a frac-
tion of a monolayer during the experiment, has made SIMS a relatively re-
cent entrant as a surface science and catalytic tool. The unique feature
of this method is that the combinations of elements that appear in the clus-
ter ions recorded in the spectra are representative of local environments
on the surface. Thus SIMS stands with EXAFS as one of the· few methods
with the potential to provide proximity, local composition, and ultimately,
local structure information.
Principles
The primary ion brings a large amount of energy to a small surface region
and starts a collision cascade that affects hundreds of atoms and can cause
ejection of as many as 10 or more atoms from the surface. The energy
spectrum of the secondary ion peaks at about 2 eV, so only a small frac-
tion of the primary energy finds its way to the secondary ions that com-
prise the SIMS spectrum. There are, of course, some high-energy
secondary and primary ions, but these are filtered out and not detected.
A thermodynamic model of the SIMS process appears to be successful in
quantitative analysis of dynamic SIMS (Anderson and Hinthorne, 1973).
A complete, quantitative foundation for static SIMS has not yet emerged,
but many characteristics of the process are known. ·The secondary ion
yield has both kinematic components, which account for energy transfer
in the collision cascade, and electronic components, which govern the
probability that an ejected particle will be ionized or remain ionized until
detected.
The kinematic effects have been modeled by classical dynamic calcula-
tions which include all pairwise interactions in an integration of the equa-
tions of motion describing the collision of the primary ion with the solid
(Harrison et al., 1978; Winograd and Garrison, 1980). These calculations
show that for metals and metal/adsorbate systems, cluster ions form pri-
marily over the surface by recombination of atoms that were close neighbors
but not necessarily contiguous (Garrison et al., 1978). Strongly bonded
species such as CO or C6H6 are shown to be ejected intact, however
(Garrison et al., 1980; Garrison, 1980). The clearest demonstration of
Catalytic Surfaces 185
Experiment
A SIMS spectrometer consists of an ion gun, sample, secondary ion energy
filter, mass analyzer, and detector, all of which are enclosed in an ultra-
high-vacuum chamber and controlled by a digital data acquisition system.
The ion gun is differentially pumped and can deliver ions at energies from
a few hundred e V to about 5000 e V at currents ranging from 10-10 to 10- 5
A. The bea.m diameter at the sample is of the order of 1 mm. In some
cases the beam is mass filtered and may be rastered over the surface.
The sample is mounted on a manipulator. It is not uncommon to have
other analytical devices, (e.g., AES, XPS) in the chamber and the sample
is moved from one analysis position to another on the manipulator. Ability
to heat and cool the sample in the analysis position and to dose adsorbing
gases on it is highly desirable. For catalyst studies, a pretreatment cham-
ber designed for clean transfer to and from the main chamber is a neces-
sity (e.g. , Ott et al. , 197 9) . Catalysts can then be pretreated or reacted
just prior to analysis. Insulating samples such as supported catalysts
often charge up during an experiment. Such charging seriously degrades
the spectrum and must be avoided. Electron-beam charge compensation is
often an acceptable solution (Witmaack, 1979; Reuter et al., 1980). In
some cases charging can also be avoided by proper sample preparation.
Burnishing a very thin sample layer onto a metal foil, mixing the sample or
with a conductor such as metal powder or graphite, scratching the surface
of a thick coating to expose some of the metal backing plate will have all
been successful (Day et al., 1980).
The prefilter conditions the ions for optimum mass analysis, usually by
a quadrupole filter. In fast ion bombardment ( FAB) , the primary ion
beam is neutralized so that the sample can ride at a high potential and a
high-resolution magnetic mass analyzer can be used (Barber et al., 1981).
Secondary ion mass spectra are often intense enough to be collected in an
analog mode, but capability for pulse counting is necessary for the study
186 Delgass and Wolf
Applications
Since this technique is still developing, SIMS applications are seldom routine.
The strengths of the method are (a) high sensitivity (ca. 10-6 monolayer
in the highly favorable case of alkalai metals) and restriction to the upper-
most surface layer, (b) ability to detect hydrogen, (c) sensitivity to iso-
topes, (d) detection of adsorbed molecular species, (e) indication of element
proximity on a multicomponent surface, and ( f) the possibility of structural
analysis. The main weaknesses of the method are the difficulty of quan-
titization and the characteristic of most particle spectroscopies that they
require low ambient pressure and see only the external surface of a porous
catalyst.
Applications of SIMS to catalysis have been relatively few, but FeRu+
ions have indicated the formation of FeRu alloys on SiO2 (Delgass et al.,
1982). For cobalt on alumina catalysts, Alco+ ions have shown the inti-
mate mixing and low coverage of Co on the Al2O 3 at low Co loadings ( Chin
and Hercules, 1982b). These ions were replaced by Coo2+, characteristic
of Co3O 4 , when the Al 2O3 surface was heavily loaded with Co. Molecular
species on catalyst surfaces have shown up as a variety of C2 to C5 car-
boxylates in the negative-ion spectrum of a commercial silver catalyst used
for ethylene oxidation (Benninghoven, 1973) and as the protonated molecu-
lar ion for isobutene and pyridine adsorbed on Si and Al oxides (Schu-
macher, 1983). Structural analysis of oxides, potentially a very interest-
ing area, has begun with evaluation of MgCuAl oxides (Barber et al.,
1976) and Fe aluminates (Buhl and Preisinger, 1975). The spectra have
been interpreted as indicating oxide structure. The potential of the method
for analysis of heterogenized homogeneous catalysts have been demon-
strated by the observation of structurally significant secondary ions from
transition metal complexes (Pierce et al., 1982).
Studies on well-defined metal surfaces show the utility of the method
for surface reaction studies. Drechsler et al. (1979) have used SIMS to
identify NH as the most abundant surface intermediate in NH3 decomposi-
tion on Fe( 110) . Other studies identify surface species present during
decomposition of formic acid on nickel (Mohri et al., 1978) and during
flash desorption of C2H4 from Ru(00l) (Lauderback and Delgass, 1984).
SIMS has also confirmed the ethylidyne structure for ethylene adsorbed
on Pt ( 111) (Creighton and White, 1983). Figure 14 shows direct SIMS
observation of associative and dissociative adsorption of CO on Ru( 001)
(Lauderback and Delgass, 1983). The molecular state is indicated by
Ruco+ and Ru 2co+ ions. Finally, the angular-dependent SIMS measure-
ments of Winograd and coworkers for adsorbate /metal crystal systems
show strong angle-dependent variations in SIMS intensity characteristic
of surface symmetry (Gibbs et al., 1982). These measurements, together
with the classical dynamic calculations, suggest new SIMS methods for de-
tailed surface structure determinations (Winograd, 1981).
Catalytic Surfaces 187
Ru
Ru2
(•10)
RuC13 Ru2C13 B
(•100)
(•100) 520 K
I
>-
I-
H
(J)
z
w RuC18O
I-
z <•10)
Ru2
H Ru RuC Ru2C18O
<•100)
r--,
(•10)
<•100) A
18
FIGURE 14 Positive-ion SIMS spectra of CO on Ru( 001) after (A) 9. 0L C 0
at 320 K, and (B) 480L 13 co at 520 K. (From Lauderback and Delgass,
1983.)
Principles
EXAFS begins with the measurement of transmitted x-ray intensity as a
function of frequency. From these data one can calculate the x-ray ab-
sorption cross section as a function of energy. Each time the energy
reaches the threshold for photoemission of a core electron in the sample
material, the absorption cross section increases dramatically. Thus a
broad scan of energy, as shown in Fig. 15, produces an absorption spec-
trum with steps or "edges" characteristic of the binding energies of core
electrons in the sample. Except for accidental overlaps, each edge cor- ,
responds to a particular element. Close examination of a given edge shows
that for several hundred eV to the high-energy side of the steps, the ab-
sorption initially oscillates with energy. The oscillations beginning 50 to
100 eV above the edge, the extended fine structure, result from the con-
structive and destructive interference between the outgoing photoelectron
wave and its component backscattered from near neighbors. A pebble
dropped among reeds in a still pond produces a classical analog of this
effect.
Because of its origin, the detailed structure of the EXAFS spectrum
co_ntains information on the number and location of the neighbors surround-
ing a particular type of atom. Extraction of this information is complex
but tractable and still developing (Teo and Joy, 1981; Hayes and Boyce,
1982; Einstein, 1982; Sandstrom and Lytle, 1979). First the nonoscillatory
part of the absorption is removed by curve fitting and the EXAFS function
x(k) is formed from the equation
x(k) (19)
Ir L111
1-
z
w
oiii'
-1-
u.-
u.z
w::,
o>
CJa:
z<C
oa:
-I-
i- -
a.m
a;a:
0~
u,
m
<C
11 12 13 14
ENERGY, Kev
where the summation is over the coordination shells, rj is the radial dis-
tance from the absorbing atom to atoms in the j shell and cSj(k) the total
phase shift for emission and scattering, Aj(k) is an amplitude function
that depends on the number of atoms in a given shell; rj, a backscattering
amplitude; and the root-mean-square deviation about rj. With proper ac-
counting for phase shifts and the k = 0 point, Fourier transformation of a
kn weighting of x(k) (Stern et al., 1975), produces a radial structure
function that reflects the positions and number of atoms for each coordina-
tion shell as shown in Fig. 16. These are the data from which initial
structural assignments are made. One method of refinement of structural
parameters is to retransform a small region of radial space (say, the
nearest-neighbor-shell) back into k space. The process acts as a Fourier
filter which removes all but the nearest-neighbor contribution to the x(k)
function. Nonlinear least-squares techniques can then be used to fit the
structural parameters to this function (Via et al., 1981).
This discussion shows the origin of the EXAFS function and the radial
structure function. Further details of the theory and data reduction pro-
cedure are given in the references cited above, but a few additional com-
ments about the technique are included here. The EXAFs phenomenon re-
sults from backscattering of the excited photoelectron. X-ray absorption
is one of several ways to detect the occurrence of this effect. Alternative
ways of detecting x-ray absorption include x-ray fluorescence and Auger
electron measurements. Stimulation of core electron emission may also be
by electron bombardment (Hayes and Boyce, 1982; Einstein, 1982). The
low mean free path of electrons in solids offers opportunity for EXAFS
analysis accentuating surface structure (Landman and Adams, 1976; Einstein,
1982). Among the avenues opened by the use of electron stimulation is
the observation of extended electron energy loss fine structure (EXELFS)
in an electron microscope. This experiment gives both local structure and
high spatial resolution over a sample (Leapman et al. , 1981).
Experimental Methods
The alternative approaches mentioned above may eventually provide
routine access to EXAFS-type information. X-ray absorption measurements
can be made with conventional x-ray sources (Knapp et al., 1978; del
Cueto and Shevchik, 1977) but counting times are generally long compared
to those obtained with the intense beams available from synchroton radia-
tion (Hayes and Boyce, 1982). Since absorption must be scanned as a
function of energy, a broad continuous band of radiation is needed and
the sharp emission lines of the conventional x-ray source must be avoided.
A synchrotron or storage ring produces this radiation by the curved orbit
of a beam of high-energy electrons. This, or the Bremstrahlung
190 Delgass and Wolf
20 Ru/Si0 2 10
10 5
0 0
20 20
Ru-Cu/Si0 2
+
1
Ru-Cu/Si0 2 02
"',....,
0 10 10
X
::e
er
0
LL
VJ
2
<l: 0 0
er
f--
LL Cu/Si0 2
0
w
40 20 +
0
::,
02
f--
2
c.:,
<l:
::e 20 10
0 0
20
Cu-Ru/Si0 2
10
10
5
o-+-~~~-r-~--.-'---~
0 2 4 6 8
0
R, A
Applications
EXAFS structural studies of interest in catalysis have ranged from examina-
tion of supported metal carbonyl clusters (Besson et al., 1980) to analysis
of transition metal coordination in zeolites (Morrison et al., 1980). To
illustrate the method, we focus on applications to supported metals and
HDS catalysts.
In a series of papers, Sinfelt, Via, and Lytle report EXAFS of sup-
ported metals and bimetallic clusters. Studies of OS, Ir, and Pt on
silica and alumina (Via et al., 1979) utilized samples with 1 wt % metal
loadings and percent metal exposed ( dispersion) of 70 to 100% and com-
pared results to values for the pure metals. Nearest-neighbor distances
for the supported metals were within 0. 02 A of the pure metal values. Co-
ordination numbers for the nearest-neighbor shell were 7 to 10 for the
catalysts, lower than the bulk value of 12 because of the high dispersion
of the metals. The high surface-to-volume ratio of the metals also caused
high root-mean-square displacement values for the catalysts compared to
the bulk metals. In general, the close agreement between the interatomic
distances for the catalysts and the bulk metal speaks against structural
rearrangement of the small metal clusters (Burton, 197 4). Distortions in
structure have been observed, however. Moraweck et al. (1979) report
Pt nearest-neighbor distances shortened by 0.12 A for 12-A Pt particles
in Y zeolite. Interestingly, this value returned to the Pt-Pt bulk distance
after adsorption of hydrogen. Joyner ( 1980), in discussing the data of
Via et al. (1979), notes that the radial structure functions for Pt and Ir
on silica are consistent with three-dimensional face-centered-cubic particles,
but Ir and especially Pt on Al2O3 appear to have variations in peak in-
tensities beyond the first neighbor distance that are best described by
rafts with ( 100) orientation.
EXAFS of supported bimetallic clusters has included the RuCu (Sinfelt
et al. , 1980) Os Cu ( Sinfelt et al. , 1981), Ptlr ( Sin felt et al. , 1982), and
RhCu (Meitzner et al., 1983) systems. Here a new dimension is added to
the power of the technique because EXAFS of edges corresponding to each
element can be compared to analyze element proximity. For both RuCu
and OsCu, where the metals are essentially immiscible, copper coats the
group VIII metal. Ru(Os) in these catalysts has interactomic distances
corresponding primarily to Ru(Os) neighbors. The Cu, on the other hand,
is coordinated extensively to Ru(Os) as well as to Cu. Figure 16 shows
the effects of 02 on the transform of the weighted EXAFS function for both
Cu and Ru. Note that the data are taken at low temperature to improve
resolution. The intensities of lines below 2 A are suppressed in this data
because of the restricted region of k space used for the transform. Thus
the interpretation of the results is based mainly on the major metal-metal
192 Delgass and Wolf
Mossbauer Spectroscopy
The Mossbauer effect is a nuclear gamma-ray resonance with such high
precision that spectral features reflect the chemical state of the correspond-
ing atom. The requirement of a relatively low- lying nuclear excited state
restricts the number of isotopes convenient and possible for use in cataly-
tic experiments to those shown in Table 3. Isotopic abundances indicate
the fraction of the naturally occurring element which is the Mossbauer
active isotope. When the technique applies, it is a powerful method for
Catalytic Surfaces 193
TABLE 3
Mossbauer Natural
Mossbauer Parent .\-ray energy abundanqe
isotope Parenta half-lifeb (keV) ( %)
Principles
The Mossbauer effect can be thought of as the nuclear equivalent of opti-
cal spectroscopy. The source of radiation is generally a metastable iso-
tope which decays to the nuclear excited state of the Mossbauer isotope.
Decay from this excited state to the ground state emits the Mossbauer
y ray. Resonant absorption can then occur if this y ray impinges on a
nucleus of the Mossbauer isotope in its ground state. Since the y-ray
energies are high ( 104 to 105 eV), the Mossbauer atoms must be bound
to a solid to prevent the recoil "kick" from destroying the resonance.
The area under a Mossbauer absorption line is a measure of the probability
of 11 recoil-free 11 emission and absorption, which in turn is related to the
coupling of the Mossbauer atom to the solid. This relation is complex
(Debrunner and Frauenfelder, 1971), but spectral areas can be used as
194 Delgass and Wolf
0.98
• "'
I •
• •
.
• • •
• (a)
0.96
,
.•,•
0.94
• •• .
............~.:. .•.,,.
• ••
-. •~.;
'
.,#_,,.
1.00
•• •
w
t- 0.98 >
•I \•
-.:
<(
a:
t-
z •
::i 0.96 • ( b)
0
u • •
0
w
••
•
N
...J
0.94
..~-
<(
:!!:
a:
0
z ,,,,,tt::;:
tfl; ~
,
I
0.98
•• ••
~ \
• •
• • • •
:-
( c)
0.96
• •
• • •
.,.'• ••
-
0.94
••
••
( d)
0.98
material can also have different effective magnetic fields. This is the case
for x-carbide (Fez. 5c) where three different sites produce 18 overlapping
lines. When the volume of a magnetically ordered crystallite becomes small
enough, thermal energy, kT, may be sufficient to flip the entire coupled
spin system fast enough to cancel out the magnetic field at the nucleus.
The Mossbauer effect shows this conversion from a magnetic to a super-
paramagnetic state when particle diameters are of the order 30 to 150 A ,
depending on the material and the temperature of the measurement (Morup
et al. , 1980).
Experiment
In the typical Mossbauer experiment, y rays pass from the source, through
the catalyst absorber wafer, to the detector. The source is mounted on
an electromechanical drive which imparts a back-and-forth motion with a
carefully programmed velocity along the y-ray path. The velocity causes
a Doppler shift in the energy of the y ray and is thus the means of scan-
ning energy. A periodic triangular velocity versus time function is common.
The Doppler shift corresponding to velocities ranging from -10 to + 10 mm/
s is sufficient to scan the full range of 57Fe shifts and splittings. The
detected count rate (number of counts in a fixed dwell time) is collected in
a multichannel analyzer or minicomputer whose repetitive sweep is synchro-
nized so that each channel corresponds to a given source velocity. By
convention, spectra are plotted as percent transmission versus velocity,
with positive velocity indicating motion of the source toward the absorber.
Sources must have a strong, narrow, single emission line. They con-
sist of the parent of the Mossbauer isotope well bonded in a cubic matrix
and are available commercially. 57Co diffused into a Rh foil is typical for
57Fe experiments. The detectors are usually proportional or scintillation
counters, but solid-state devices are also used. Full systems, including·
the drive, alignment track, detector, data accumulation, and output device,
and all associated electronics are commercially available. Absorber cells
for control of the catalyst environment are also available, but are often
custom made (Delgass et al., 1976; Shen et al., 1981; Clausen et al., 1979).
The cell is a vacuum-tight enclosure with facility to heat and cool the
catalyst wafer in a selected gas environment and Be windows for transmis-
sion of the y rays. Special dewars are necessary if both source and ab-
sorber must be cooled to liquid-helium temperature, as for 99Ru (Clausen
and Good, 1977).
In the transmission mode discussed above, the optimum sample size is
1Ql8 atoms of 57Fe atoms per cm2 for each line in the spectrum. A 5 / S-
in. -diameter wafer typically contains 0.1 to O. 8 g of catalyst. This value
gives signals in the transmission range 90 to 99%, big enough to see, but
not so big as to cause excessive broadening due to reabsorption (Margulies
and Ehrman, 1961). Iron loading below 1 wt % usually require use of iron
enriched in 57Fe, available from Oak Ridge National Laboratories. The
time required to obtain a spectrum depends on the strength of the source
and varies from 10 min to 2 4 h, with 4 to 6 h being common. Transient
effects are best followed by operating the spectrometer in the constant-
velocity mode and following the intensity of a given peak as a function of
time (Raupp and Delgass, 1979).
An alternative to the approach just described is the source mode.
Here the catalyst must be made with the radioactive parent isotope. It is
Catalytic Surfaces 197
Applications
The Mossbauer effect is a seasoned tool in catalysis research and accounts
for advances in the understanding of bulk solids (Topsoe et al., 1973),
supported metals and alloys (Garten, 1976), oxides (Lund and Dumesic,
1982), sulfides (Topsoe et al., 1981), carbides (Amelse et al., 1978;
Niemantsverdriet et al., 1980), catalyst genesis and activation (Boudart
et al., 1977), oxidation-reduction behavior (Garten et al., 1970), support
interactions (Tatarchuk and Dumesic, 1981), and the dynamics of some
catalytic processes (Raupp and Delgass, 1979).
In deciding what information the Mossbauer effect can provide about
a catalyst, one must bear in mind that the radiation penetrates the sample
completely and, generally, all Mossbauer atoms in the .sample contribute to
the spectrum. As the fraction exposed ( dispersion) of the phase contain-
ing the Mossbauer atom increases, the Mossbauer effect becomes more sen-
sitive to the surface. Surface sensitivity is probably best checked experi-
mentally by observing the spectral perturbations caused by adsorbed
gases.
A few specific examples of Mossbauer studies are outlined here. Gar-
ten (1976), Garten and Sinfelt (1980), and Vannice et al. (1978), have
shown that iron forms bimetallic clusters on SiO2 and Al2O3 with a variety
of metals, including Pd, Pt, Ir, and Ru. Lund and Dumesic (1982), have
observed a support interaction between Fe and SiO2 that involves SiO2
migration over the iron phase, and Tatarchuk and Dumesic ( 1981), have
reported one between Fe and Ti02 involving dissolution of Fe in the TiO2
phase. The role of Sn in a supported PtSn steam dehydrogenation catalyst
has been carefully detailed by Gray and Farha (1976). The recent 57co
source experiments of Topsoe et al. (1981) use the Mossbauer parameters
to identify a mixed CoMo sulfide as the active site for hydrodesulfurization.
It is of interest in this study that 57Fe-doped into CoMo catalysts does
not probe the correct cobalt chemistry (Clausen et al., 1978).
Figure 18 illustrates information obtained on supported iron-cobalt alloy
catalysts by Stanfield and Delgass ( 1981). Spectra A to C show nearly
complete reduction of iron since paramagnetic Fe2+ or Fe3+ states would
contribute extra spectral intensity in the region 0 to 2 mm. The change
in splitting of the outer lines shows that the effective magnetic field fol-
lows the expected composition variation and that iron-cobalt alloys with
the nominal composition have been formed successfully. Other spectra show
that improper pretreatment can completely prevent alloy formation. Spectra
D to F show that increasing Co concentration supresses carburization of
the catalyst during Fischer-Tropsch synthesis. The complex spectra of
the carbides lie between - 4 and +4 mm /s. Constant-velocity data taken
in situ at the velocity of the rightmost FeO line can give a dynamic trace
of the amount of carburization as a function of time.
198 Delgass and Wolf
100
96
92
88
100
98
96
94
100
Cl
99
UJ
I-
98
I- 97
i:
en
96
z 95
cc 94
a::
I-
100
-.. ... .,.,. . ...
I-
z 98 ~
UJ
Magnetic Resonance
Nuclear magnetic resonance (NMR) accurately measures the properties of
a nuclear spin system. To an even greater extent than with the Mossbauer
effect, these nuclear properties can reflect detailed chemical structure and
bonding information. Electron spin resonance (ESR) measures the energies
of the valence electron spin system directly and thus provides a sensitive
measure of the chemical state of species having a net electron spin. In
both measurements an applied magnetic field orients the spins, and transi-
tions between spin states are observed by absorption of electromagnetic
radiation. NMR absorptions are in the radio-frequency region, while ESR
is in the microwave.
Catalytic Surfaces 199
Principles
The magnetic resonance effect is easiest to visualize for a spin-1/2 system.
In the presence of a magnetic field, the magnetic moment associated with
the spin will precess about the magnetic field direction. This motion is
quantized and for a spin 1 /2 system only two z components of the spin vec-
tor are allowed, the +l/2 and the --1/2 states. The energy of the spin
system in the presence of the magnetic field is proportional to the product
of the size of the field and the z component of the spin. Thus, as the
magnetic field increases, the energy separation between the +l/2 and -1/2
states increases proportionately. At a given magnetic field strength,
resonant absorption of energy will occur when the frequency v of the ap-
plied electromagnetic radiation is such that hv is equal to the energy sepa-
ration between the +1 /2 and --1 /2 states, as shown in Fig. 19. In real
systems spins are not isolated in free space, but reside in atomic or nu-
clear environments which are generally not isotropic and can provide a
variety of perturbations that affect the energy of the system. In general,
one must write down a spin Hamiltonian that describes the appropriate
interactions and use it in fitting the data obtained.
In ESR the proportionality between the electron spin and the magnetic
field is indicated by the g tensor. This tensor has three principal values,
which deviate from the free electron value because of the interaction be-
tween the electron spin and orbital motion. Account must also be taken
of the fact that the powder samples typical of catalysts have crystallites
at all possible orientations with respect to the applied magnetic field
(Lunsford, 1972). Hyperfine interactions, the coupling of electron and
nuclear spins, cause additional splittings in ESR spectra and can be
200 Delgass and Wolf
I
I
I
I >-
J~
I~
lw
z
IS
I en
1z
I~
I
I
100 gauss
.______,
160160
170160
...__._----'_ _._____.__ _.__~~~~~~P7o i10
NMR Applications
4
0
3
Si/Al = 1.35
80 90 100 110
o[p.p.m.]
FIGURE 21 Observed (at 79. 6 MHz) (upper) and simulated (lower) high-
resolution 29si NMR spectra with magic angle spinning for a Si/Al ratio
of 1. 35 in synthetic faujasite. (From Ramdas et al. , 1981.)
Nagy et al. ( 1982), used cross polarization (coupling of the proton and
29Si resonances) to identify silanol groups in the spectrum of ZSM-5.
Although magic angle spinning is certainly important to applications
of solid-state NMR to catalysts, it is not always necessary. Slichter
( 1981) has reported a very interesting set of 195pt NMR experiments on
Pt/Al2O3 samples supplied by Sinfelt. The data were obtained by the
spin echo technique. The lines observed were very broad, about 4. 5
kG, the range of chemical shift between diamagnetic Pt compounds and Pt
metal. The large shift of metallic Pt, called the Knight shift, arises from
the polarization of the spins of the conduction electrons. Analysis of the
peak shape as a function of Pt dispersion (fraction exposed) shows that
the amount of diamagnetic Pt is directly related to dispersion. The
spectra were interpreted to indicate that adsorption of gases on the sur-
face ties up the otherwise free electrons of. the metal and effectively
demetallizes the surface atoms. Direct observation of such fundamentally
important phenomena can have a great impact on our understanding of
catalysis.
Fourier transform l3c-NMR of species adsorbed on catalyst surfaces
has also been effective. Nagy et al. (1982) have been able to follow the
isomerization of 1- butene to 2- butenes on a tin - antimony oxide catalyst.
Gay (197 4) observed a variety of molecules adsorbed on silica and ex-
amined their mobility. Cirillo et al. (1980) have used proton NMR to
Catalytic Surfaces 203
Incident Beam
Surface
Auger Electrons
(AE) 11--+--+---"l't---Back Scattered Electrons
( BSE) I micron
Characteristic X- ray
(CXR)
X- ray Continuum
(XRC)
Co Ka
Si Ka
>-
1-
vi
z
w
1-
z
ENERGY
(al
iii
>,
0
0u 0.20 o - SMALL PORE, 8v = 0.15
"'E
u • - LARGE PORE, 8v = 0.20
'Cl 0.16
z
Q 0.12
~
a:
I-
z 0.08
w
(.)
z
0
(.) 0.04
~
:J
0 0
<l 1.0 0.8 0.6 0.4
j FRACTIONAL RADIUS
( bl
Instrumentation
A brief discussion of the major components of the various instruments used
in electron probe microanalysis and SEM is given below; several books
(Postek et al., 1980; Goldstein and Yakowitz, 1975; Thornton, 1968) and
review articles (Sargent and Embury, 1976; Johari and Samudra, 1974) on
SEM, and EPMA (Heinrich, 1980; Purdy and Anderson, 1976) are available
for a more detailed description.
Figure 3 shows the schematics of a TEM, an electron probe microanalyzer
(EPMA), and a SEM. These instruments are equipped with a system to
produce and focus an electron beam and with a system for detection and
analysis of x rays. The EPMA is designed primarily for x-ray analysis, with
an electron- beam intensity which optimizes the x-ray yield and a low-magnifi-
cation optical microscope for viewing the sample. The SEM, on the other
hand, is designed to obtain images which, under ideal conditions, can be
magnified in the 20x to 100, 000x range with resolutions of 70 to 100 A.
Because of the greater versatility of the SEM, it is described in more de-
tail in the following paragraphs.
The SEM differs from the TEM in that images are produced from second-
ary electrons generated by the electron beam. Thus the sample need not
be transparent to electron transmission as in TEM. Electron impact creates
a volume of primary excitation (see Fig. 22) from which elastically scat-
tered ( backscattered) and inelastically scattered electrons or secondary
electrons are emitted. Secondary electrons have low energy (less than
50 eV), and therefore only those electrons near the surface can be emitted
and detected. Secondary and backscattered electrons are emitted outward
in all directions. An electron detector system is used to collect both
types of emitted electrons and produce a signal proportional to their in-
tensity. The detection of secondary electrons depends on the sample
topography. Electrons emitted from the specimen surfaces facing the de-
tector will show a bright face, whereas those emitted from surfaces facing
away from the detector will not be detected, creating a shadowing effect.
Furthermore, as the name indicates, an SEM is equipped with deflecting
coils which permit scanning the electron beam over the sample in a raster
mode. The raster pattern of the primary electron beam is synchronized
with the scanning pattern of a cathode ray tube (CRT) used to display
the detector signal so that a two-dimensional image of the scanned area is
produced. Images are produced in the CRT or a TV, and permanent
records can be obtained directly from the CRT using an instant camera or
by videotape recording from a TV.
Of the two types of x-ray energy analyzers, WDS is the preferred mode
of analysis from the standpoint of x-ray spectroscopy and is used exclusive-
ly in x-ray spectrometers as well as on EPMA instruments. WDS analyzes
one wavelength element at a time and requires mechanical components to
rotate the crystal as well as electrical components. Crystal alignment is
quite important, and WDS is difficult to use with rough surfaces. EDS
analyzers are used in most SEMs and in some electron probes. EDS pro-
vides a faster and easier survey analysis of the elements but at lower
energy resolution and lower sensitivity, and it does not cover the entire
spectrum, especially of light elements such as carbon. Clearly, for
versatility one would like to have an SEM capable of using high beam
intensities such as in EPMA and equipped with both WDS and EDS
analyzers. For high-resolution microscopy work or x-ray spectroscopy
work, separate instruments are preferred. Figure 23a shows the x-ray
Catalytic Surfaces 207
spectra of one spot on the sample. However, the beam can be scanned
over the sample with the analyzer fixed on a certain energy so that only
x rays corresponding to a specific element are displayed. This mode of
operation produces an x-ray map of the element in question over a line
(line scan) or area under analysis. Another way of obtaining elemental
distribution is to move the sample under the fixed electron beam. This
technique is particularly useful when analyzing catalyst pellets because it
permits one to scan the entire width of the pellet.
For electron microanalysis, the sample must have a flat surface. For
powders, the sample is first embedded onto a plastic medium, which,
after drying, is ground to reveal the cross section of its interior. Con-
ductive coatings ( C, Au) are evaporated onto the surface of nonconductive
materials (Purdy and Anderson, 1976). For SEM, the sample is mounted
on a small stub coated with adhesive which holds the particles as received
or after fracturing to reveal the interior.
Applications
Specific applications of SEM and EPMA to catalysis are discussed by
Sargent and Embury (1976) and Purdy and Anderson (1976). SEM is
used in general for physical characterization of catalyst particles, such as
particle size, shape, surface structure and porosity, makeup of aggregates,
and dispersion of one phase into another. The practical magnification and
resolution of the SEM is relatively low compared with the TEM and STEM,
which are preferentially used for examining crystallites in the size range
1 to 10 mm.
X-ray emission capabilities of the electron microprobe or SEM instru-
ments are used to obtain bulk chemical information about the materials
present in the sample. The most important application is to measure the
distribution of catalytic materials or impurities over the cross section of
catalyst pellets. A classical example is the effect of catalyst preparation
in the distribution of the active catalyst inside pellets. The metal profiles
inside the pellets can be followed as a function of preparation conditions.
Depending on the method used, the catalyst can be deposited uniformly
inside the pellet, or it can concentrate toward the external face of the
pellet. Extension of this application will increase our understanding of
catalyst preparation.
Another classical application is the study of metal deposition occurring
during dehydrodesulfurization of heavy residuum (Tamm et al., 1979).
Figure 23b shows the V content of a catalyst as a function of position in-
side the pellet, as obtained using an EPMA. The poisoning of catalysts
due to impurities is an area of study in which EPMA and SEM are partic-
ularly useful tools.
kr 2
u =
2
( 21)
where k is the force constant that measures the stiffness of the spring and
r is the displacement from the center of mass. The motion of this system
is sinusoidal and the frequency is given by v = (21r)-l ✓ k/µ, where µ =
m1m2 /(m 1 + m2) is the reduced mass. The simple result of the harmonic
Catalytic Surfaces 209
( 22)
E = hv (v + ½) ( 23)
E ( 24)
90..-------.....----~--~--~---~-~
78
66
o 54
0
w"
~ 42
<l
CD
a:
0
~ 30
<l
-5'----'----'------'------'---L------'
2400 2250 2100 1950 1800 1650 1500
WAVE NUMBERS ( cm- 1)
IO
A= ln 1 = i:::Cd ( 25)
Experimental
In the past, the majority of IR studies have been carried out using disper-
sive IR instruments operating in a transmission mode. However, Fourier
transform infrared (FTIR) spectroscopy offers a number of advantages over
212 Delgass and Wolf
are certain general guidelines. The disk is pressed in a die which must
have highly polished surfaces to prevent the disk from adhering to the die
surfaces. In some cases it is convenient to condition the powders with a
certain degree of moisture and temperature prior to pressing. Transparency
increases when the crystallites of the powders are very small (silica and
alumina prepared by hydrolysis of the chlorides in a HrO2 flame produces
small particles). An open pore structure (i.e., low die pressure) is de-
sirable to facilitate transport of reactants inside the disk. In the case of
supported catalysts, metal loading should be such that crystallite size
should not exceed 100 A. Pt can be loaded from 5 to 10% on silica ( Cabosil)
or alumina aerogel and still give a good absorbance spectra. The support
should not absorb in the same frequency as the adsorbate. Other methods
of sample preparation include evaporation of the metal onto an IR window,
forming a thin film; however, the sensitivity is much less than when the
metal is highly dispersed in a porous support (Pritchard and Catterick,
1968). The books of Little (1976) and Hair (1967) contain details of disk
preparation, and the IR chapter in the Delgass et al. (197 9) book also con -
tains useful information in this regard.
In transmission experiments, the disk is placed in a cell containing
special IR windows ( CaF2, sapphire, etc.) and equipped to meet the pres-
sure and temperature requirements of the experiment. Several cells de-
signs are reproduced by Little (1976) and Hair ( 1967). Newer designs
for transient experiments consist of small-volume cells capable of rapid
response to changes in feed concentration and temperature (Savatsky and
Bell, 1982; Kaul and Wolf, 1984) .
When the solid is completely opaque to IR, the pressed salt method can
be used. The opaque solid is first ground and mixed with a halide trans-
parent to IR (KBr, CsI) and can then be pressed into a self-supporting
disk. Depending on the material, dilutions of 1/100 to 1/400 sample per
halide are used. The disadvantage of this technique is that access to the
surface by gases is lost and therefore adsorption or desorption studies are
no longer possible. However, the technique is useful when analysis of the
structure of the catalysts rather than the adsorbate-surface interaction is
sought. Other methods that have been used are deposition on a liquid
matrix and in a solid argon matrix (Pritchard and Catterick, 1976).
Reflectance techniques have been used with opaque samples that do not
permit transmission. Specular reflection has been used in the case of metal
mirrors such as single crystals or foils and, in principle, provides an attrac-
tive combination with other spectroscopic techniques involving flat surfaces.
Diffuse reflectance spectroscopy (DRS) is used when the reflecting surface
is rough and the incident radiation is reflected (scattered) diffusely. Such
radiation must be collected by a hemispherical or elliptical reflector and
focused into the detector. Klier (1980) summarizes the literature, theory,
and application of DRS to the study of adsorbed species on catalysts.
New developments in vibrational spectroscopy (excluding IR excitation)
are reviewed in the monograph by Bell and Hair ( 1980). They include
electron energy loss spectroscopy (EELS), which is useful with single crys-
tals or metallic foils; inelastic electron tunneling spectroscopy (IETS), used
to study metal-insulator junctions; and neutron scattering spectroscopy
(NSS).
Applications
Rather than an extensive listing of the many IR studies published in the
literature, the major classes of applications in connection with catalysts are
214 Delgass and Wolf
summarized below. The reader is referred to the several review papers for
specific applications.
Bulk Structures: Studies of the structure of silica surfaces and acid
oxide surfaces, including ::-.lumina, silica-alumina, and molecular sieves, are
summarized by Hair ( 1967). A classical example of the use of IR in struc-
tural analysis is the work of Flanigan et al. (1971), who, using KBr-zeolite
disks, compared the spectra of various A, X, and Y zeolites and hydroxy-
sodalite and assigned IR bands to specific structural groups on each zeolite.
In more recent studies (Pichat et al., 1974), the degree of crystallinity of
the zeolite has been related to the IR bands occurring near 560 to 380 cm-1.
A relation between degree of crystallinity (as obtained from IR) and crystal
size (obtained from XRD) has also been attained.
IR Studies of Adsorbed Molecules: A great deal of the IR work relevant
to catalysis has been done with adsorbed molecules. The review of Eichens
and Pliskin (1958) summarizes studies of hydrocarbons (ethylene, ethane,
acetylene, olefins) on nickel and CO chemisorption on Pd, Pt, iron, and
rhodium. Much of this work consisted of structural assigment of the ob-
served IR bands to elucidate the type of bonding involved. In the case of
CO chemisorption, IR can be used to detect the number of metal atoms
bonded to CO by the observation of frequencies corresponding to linear CO
(CO/M = 1), bridged CO (CO/M = 1/2, or two CO per metal (CO/Rh= 2).
Observation of frequency shifts with surface coverage, crystallite size, and
so on, are also important in the elucidation of the CO-metal interaction. IR
studies of NO adsorbed on metals and oxides have also been used as a probe
to elucidate the type of sites existing on supported catalysts (Peri, 1974).
Significant frequency shifts have been observed when hydrogen, from
hydrogen-containing molecules, is bonded to the OH groups of silica. Such
frequency shifts are interpreted in terms of charge transfer or changes in
the OH dipole due to the presence of the adsorbed molecule (Basila, 1968).
One of the classical examples in the use of IR spectroscopy to examine
the nature of active sites is the differentiation of Brl$nsted or proton donor
acid sites and Lewis or electron acceptor acid sites. Ammonia (or nitrogen-
containing molecules gives absorption bands near 3333 and 1639 cm-1 if in
the NH3 configuration (Lewis acid) and near 3125 and 1428 cm- 1 if the NH:
form (Brl$nsted acid). The frequencies of the coordinatively bonded mole-
cules usually shift with coverage, which is interpreted in terms of the
strength of the acid sites. Basila (1968) presents a review of IR studies
of the acidity of silica-alumina and zeolites, together with frequency assign-
ments for ammonia and pyridine.
It has already been mentioned that isotopic substitution can be used to
elucidate the structure of surface complexes; H2 on ZnO, ethylene-oxygen
on Ag, and propylene on ZnO are a few examples discussed in some detail
in the book by Delgass et al. ( 197 9) .
Infrared Kinetic Studies: If the rate of reaction can be correlated with
the rate of formation or disappearance of an IR band, it can be concluded
that such species is a reaction intermediate. If the reaction is carried out
in a batch cell under transient conditions, and if the IR spectrometer is
capable of measuring spectra in the time scale of the reaction experiments,
transient IR experiments premit one to determine the kinetics of surface
species and the reaction mechanism. The use of transient techniques in
catalysis, although proposed some time ago by Tamaru ( 1964), has been the
subject of various review articles (Tamaru, 1964, 1978; Bennett, 1976;
Kobayashi and Kobayashi, 1974).
Catalytic Surfaces 215
Raman Spec_troscopy
Raman spectroscopy has much in common with infrared spectroscopy, but
since it records vibrational spectra from scattered rather than absorbed
radiation, it gives slightly different and often complementary information.
The availability of intense, monochromatic laser light sources compensates
for the low scattering cross sections, and commercial spectrometers are
capable of recording Raman spectra of catalytic materials and adsorbed
species. The main advantage of this technique is that absorption by the
solid matrix does not interfere with the low-frequency bands. Thus vibra-
tional modes of the catalyst itself and of the bond between the adsorbate
and the catalyst are accessible by Raman spectroscopy. Since the effect
requires a change in polarizability with vibration rather that a change in
dipole moment, spectra show strong peaks for nonionic bonds and sym-
metric vibrations. The method has been particularly successful for the
study of hydrodesulfurization catalysts containing molybdenum. It has
also been used to study adsorbed aromatic molecules and electrochemical sur-
faces. Theory, experimental considerations, and examples of applications
are discussed below. Review articles by Hendra ( 197 4) , Cooney et al.
( 1975), Egerton and Hardin ( 1975), and Haller ( 1979) provide further
information.
Principles
Experimental Methods
A Raman spectrometer consists of a light source, the sample scattering
chamber, a monochrometer, and a detector. A laser light source is essential
for surface work. Argon ion (514.5 nm and 488.0 nm), helium-neon (632.8
nm), and krypton ion ( 647. 1 nm) lasers are in current use. This light is
highly collimated or passed through an interference filter to remove back-
ground radiation accompanying the laser line.
The light scattered from the sample can be viewed at any angle, but
0°, 90°, or 180° are commonly used. Cells are typically glass with an
optically flat window. Because of the relative high power of the laser
light, care must be taken to avoid sample decomposition or excessive heat-
ing by the exciting radiation. The light can be scanned across the sample
(Zimmerer and Kiefer, 1974) or the sample can be rotated (Cheng et al.,
1980) to avoid this problem.
To obtain the Raman spectrum, the scattered intensity must be
measured as a function of frequency. A monochrometer accomplishes this
Catalytic Surfaces 217
t
C
0
{
C
t
0
\
0 0
/
I
C
\ 0 0
Bending, 113
Applications
Raman spectroscopy applies to the study of vibrations within the catalyst
itself and to those of adsorbed molecules at the surface. The utility of the
method for studying catalysts themselves is well illustrated by the growing
literature on the genesis, precursors, and sulfided forms of molybdenum-
containing hydrodesulfurization catalysts.
Molybdenum is usually added to the alumina support by impregnation
with an aqueous solution of (NH 4) 6Mo 7O24 to the point of incipient wetness.
As summarized by Wang and Hall ( 1980), the metal deposition process is
complex. At high pH, the molybdenum species in solution is monometric
Moo}-, while the polymolybdate species Mo 7o 24 6- predominates at low pH.
Furthermore, the local pH in the pores can be modified by the buffer
capacity of the alumina and by the evolution of ammonia. Spectra of both
wet (Fig. 26) and dried catalysts prepared at carefully controlled pH of
8. 6, 3. 9, and 1. 0 show the ability of the Raman spectroscopy to follow the
molybdenum chemistry (Wang and Hall, 1980). At pH 8.6, peaks at 326
cm-1 and 905 cm-1 identify the major species as MoO42-. Bands at 215 cm-1
and 365 cm-1 show Mo 7o 2 46- to dominate at pH 3.9 and 1.0.
Raman spectra also yield much information about calcined or oxidized
catalysts. Zingg et al. (1980) have used the chracteristic spectra of MoO 3
and Alz(MoO4) 3 to show the appearance of MoO 3 when molybdenum sup-
ported on alumina exceeds monolayer coverage and that increased calcination
temperature or duration converts MoO3 to Alz(MoO4) or another tetrahedral
Mo species. A number of authors have reported on the interactions of Mo
with alumina (Brown et al., 1977a,b; Jeziorowski and Knozinger, 1979; and
Dufresne et al., 1981). In general increasing Mo coverage of the surface in-
creases the two-dimensional aggregation of octahedral Mo species, as indicated
by increasing frequency of the Raman bands. The aggregated Mo species in-
teracting with alumina support has a characteristic Raman line in the
950-cm- 1 region. Details of the effects of addition of Ni and Co to MoO /
AlzO3 catalysts have also been elaborated (Cheng and Schrader, 1979a;
Jeziorowoski and Knozinger, 1980; Knozinger et al. , 1981).
Schrader and Cheng (1982) reported that sulfiding of Mo/Al2O3 in 10%
HzS /Hz at 400°C produces a sample with a Raman spectrum characteristic
of MoSz, although slightly broadened and shifted. Studies by these
authors of the effects of Mo loading, sulfiding temperature, and susceptibility
of the sulfide to reoxidation show MoO3 to be difficult to sulfide at low
temperature, isolated Mo species to be the most difficult to sulfide, and
polymolybdate species to sulfide most easily but to produce vacancies
caused by reduced Mo. Brown et al. ( 1977b) and Payen et al. ( 1982) also
Catalytic Surfaces 219
955
1100 1000 900 800 700 600 500 400 300 200 100
CM-1
report Mos 2 spectra from sulfided catalysts. The latter paper demonstrates
the spatial resolution of the Raman microprobe, which takes advantage of
the ca. 1 µm spot size of the laser radiation.
The Raman literature on adsorbed molecules is not large, but a number
of interesting findings have been reported. Studies of molecules with
aromatic rings offer good examples of the utility of the Raman measurement .
Raman spectra of benzene adsorbed on silica show only slight peak shifts
from the spectrum for liquid benzene, but the intensity of the 994-cm- 1
ring breathing band is significantly reduced. Egerton et al. (1974) in-
terpret this result as a decrease in polarization of the TI electrons and an
indication of TI bonding of the silica surface. Surprisingly, thiophene shows
similar TI interaction with surface SiOH groups by loss of intensity in the
ring breathing vibration at 834 cm-1 (Tam et al. , 1975). Pyridine, on the
other hand, indicates heteroat0rn interaction with a silica surface by a fre-
quency shift in the ring breathing mode from 922 cm-1 in the liquid to
1007 cm-1 at low coverage, where hydrogen bonding dominates (Hendra
et al., 1971; Egerton et al., 1974). In addition, these studies report
220 Delgass and Wolf
In all of these techniques, the appearance of more than one peak in the
spectrum indicates heterogeneity in the reaction energetics of the surface
or the adlayer. Quantitative interpretation of these results can be difficult
(Gorte, 1982), but detailed analysis of data is possible (Falconer and
Schwarz, 1983) and even fingerprinting of such complex phenomena on
catalysts can be very helpful in differentiating and developing new catalysts.
Principles
In flash desorption spectroscopy, molecules desorb from the surface directly
and are pumped from the vacuum system. If the ratio of pumping speed to
system volume is high and the heating rate is not excessive, the desorption
rate is proportional to the pressure in the system or to the mass spectrome-
ter signal above background. In the absence of readsorption
n
d0 -kd,00
= ---'--- ( 26)
dT s
where 0 is the fractional coverage of the surface, n the order of the desorp-
tion, S the heating rate dT /dt, kd, o the preexponential factor of the de-
sorption rate constant, Ed the activation energy for desorption, T the
absolute temperature, and R the gas constant. In general, kct, o, Ed, and
even n can be a function of coverage. If these factors are constant and
the measured signal is p:roportional to d0/dt, then setting the derivative of
Eq. (26) equal to zero produces the following relation describing the peak
maximum:
( 27)
Here 8m and Tm refer to values at the peak maximum. Note that for first-
order reactions Tm does not depend on 0, and Ed can be calculated if S
and kd,0 are known. A rough estimate for Ed (kcal/g mol) is given by
Tm/16 (Madix, 1980).
At high carrier gas flows and in the absence of readsorption and dif-
fusion limitations, TPD is equivalent to FDS. Increasing degrees of
sophistication must be added to the analysis when coverage dependence of
the parameters, readsorption, or diffusion limitations apply. As outlined
succinctly by Falconer and Schwartz ( 1983), variation of heating rate and
initial coverage; partial integrations of curves to produce desorption rate
isotherms; detailed analyses of peak width, shape, and skewness; and
direct curve fitting provide a variety of approaches for maximizing the re-
turn from TPD experiments. Intrusion of transport and readsorption
problems cannot always be avoided, but recent analyses have provided
quantitative guidelines for optimizing the design of the experiment (Herz
et al., 1982; Lee and Schwartz, 1982; Gorte, 1982). Even under ideal
experimental conditions, fast interconversion between various surface
states can hide information from view by temperature-programmed methods.
Nevertheless, this approach creates a useful family of tools for characteriz-
ing gas-surface energetics and surface reactivity.
222 Delgass and Wolf
Experimental Methods
TPD /TPR began as a simple and inexpensive experiment. Purified carrier
gas or reactant passes through one side of a thermal conductivity cell, over
the catalyst, and through the other side of the cell. In the absence of
desorption or reaction, the thermal conductivity cell is balanced and gives
a zero reading. When a linear temperature program is applied to the fur-
nace around the sample, the temperature of the small catalyst charge is re-
corded by a delicate thermocouple placed in the bed and a desorption or
reaction event is recorded by the imbalance in the thermal conductivity cell,
which is mounted near the reactor exit to minimize the delay time. Higher
sensitivity can be gained by using a flame ionization detector, but a more
flexible apparatus is created when the detector can identify the composition
of the reactor effluent. Since analysis must be done at the speed of the
temperature program, a mass spectrometer is the most versatile detector
and quadrupole mass spectrometers are often used. Accuracy and fast re-
sponse require a well-designed inlet system connecting the atmospheric
pressure reactor effluent to the low-pressure environment needed for ioniza-
tion and mass detection. Further details of experimental design and opera-
tion are discussed by Falconer and Schwarz (1983).
Applications
Temperature-programmed techniques have been widely applied to catalysts.
Falconer and Schwarz ( 1983) cite over 100 references. Our purpose here
is to illustrate temperature-programmed desorption, reduction, ·reoxidation,
and reaction with a few representative examples.
Temperature Programmed Desorption: Anderson et al. ( 1979) have ex-
amined H2 desorption from Pt as a function of metal dispersion (fraction
exposed) on different supports and of alloying with Au on silica. Broaden-
ing of the H2 desorption profile with increasing dispersion was attributed
to an increase in the number of high-energy sites at high dispersion. Al-
loying of Pt with Au decreased the amount of H2 desorption but not the
peak position, showing that Au acted only as an inert diluent in the Pt sur-
face. For some metals, adsorption of hydrogen can be activated. H2 TPD
as a function of adsorption temperature has revealed strong activated ad-
sorption effects for a variety of cobalt catalysts ( Zowtiak et al. , 1983).
CO shows complex, multipeaked desorption spectra for many metals. In
studies of the effects of sulfur poisoning on CO desorption from Ni/SiO2,
Zagli and Falconer ( 1983) showed that sulfur preferentially removes the
highest-energy CO adsorption sites. In an interesting contrast to the find-
ings for H2 desorption, Foger and Anderson ( 1979) showed that alloying
Au with Pt changed the CO desorption spectrum significantly even though
pure Au does not adsorb CO ( see Fig. 2 7) .
Temperature- Programmed Reduction: This experiment is based on the
premise that the reducibility of metals on a catalyst surface can be a sen-
sitive function of the surface chemical environment (Holm and Clark, 1968).
Reducibility is typically measured by H2 consumption during a linear tem-
perature program. In the first application of this method to supported
catalysts, Robertson et al. ( 1975) elucidated the conditions favoring alloying
of Cu and Ni on SiO2. Precalcination tended to maintain separate phases
with identifiable reduction peaks for each metal. After direct reduction
and intervening calcination, temperature-programmed reduction showed one
Catalytic Surfaces 223
395K
♦
r,..
/
.I '· ' ·,
----
720K
. ' ♦ r
I ' ....... _.,,.... ----......._ '.
"'
~
C) I. ii
ii
~
i '\
\ ci
1~K
.0
\
0 E
:G ~
...."tl0
C
0
I• t\
t
~
~
·;::; 573K
. . ~j!\ a.
Cl)
.; ♦
a. • .\
E
0 !!l
....0
C
Cl)
u
,::, E c.E
C Cll
.,. · .. \
C CL>+-'~ •
8 ····· "tl
··.\
C
_____ _ ----------
...... -· Cl)
···~·,;.;
400 500 600 700 900
temperature/K
REFERENCES
INTRODUCTION
The reactants within a porous catalytic pellet are consumed by chemical re-
actions and replenished by transport processes. Competitive kinetic and
transport rate processes affect the observable rate and selectivity of a
catalyst. The engineering implications of this interaction between the diffu-
sional transport and chemical reactions were pointed out first by Damkonler
(1937), Zeldovich (1939), Thiele (1939), Wheeler (1951), and Weisz and
Prater ( 1954). The most comprehensive review of the subject is the mono-
graph by Aris (1975).
A porous medium consists of a complex matrix of many interconnected
channels of v·arying diameters and lengths, through which the reactant
species have to diffuse in order to reach the active catalytic sites. Ob-
viously, accurate geometric models of a porous structure cannot be devel-
oped. A proper analysis of the performance of a catalyst requires use of
a reasonable, simplified model which incorporates the essential chemical and
physical properties of the pellet. This is usually accomplished by use of
a single-phase pseudohomogeneous model. This crude representation elimi-
nates the distinction between the solid and fluid phases within the pellet
and simplifies considerably the prediction of most properties which are of
engineering importance.
We describe here methods of predicting the impact of the coupling be-
tween the chemical and transport rate processes on the activity and selectiv-
ity of porous catalytic pellets. This information is essential for the rational
selection, testing, development and application of catalysts. We start with
a review of the rate of transport within and to porous materials.
239
240 Luss
DKA
RT grad PA (1)
r·
NA
2rp ( 8RT 5 2 ( 2)
DKA = 3 TIMA 3 rpuA
n x.N. - x.N.
_p_ grad x. = ) 1 1 )
( 3)
RT 1 ~ D ..
i=l l]
i:fj
AU.
1
D .. = ( 4)
11 3
2
rpp dp
N = ( 5)
8µRT dz
are small compared with the mean-free-path length, the local averaged flux
vector, which describes the flow per unit total cross section, is related to
the interstitial local average concentration gradient in the following way:
( 6)
(7)
Ep is the pellet void fraction, and <rp>, the mean pore diameter, is com-
puted as
<r > =
p
f
O
00
r f[ E(r ) ] dr ""'
p p p
2E
pbSg
(8)
where f[ E( rp)] drp is the fraction of the void volume with pores of radius
rp to rp + drp. The tortuosity factor, , , accounts for the tortous path
of the molecules in the porous medium and the varying pore cross section.
This empirical factor depends mainly on the porous material, its porosity,
and the method of preparation. The value of , is usually in the range 2
to 7. Wohlfahrt ( 1982) presented correlations of , for several types of
porous catalysts. The data for catalysts prepared from compacted powders
were correlated as
( 9)
where m depends on the porous material. Typical data and values of the
parameter m for several catalysts are described in Fig. 1. Additional data
were reported by Probst and Wholfahrt (1979). Feng and Stewart (1973) pre-
dicted that , should be about 3 for isotropic systems with no dead-end
branches.
It is reasonable to assume that the fluxes in a porous media, with pores
that are wide compared to the mean free path length, still satisfy the
Stefan-Maxwell relations if the binary diffusion coefficients are replaced by
effective diffusion coefficients
(10)
Omata and Brown ( 1972) pointed out that the tortuosity factor is not neces-
sarily the same for both Knudsen and molecular diffusion. However, with-
out detailed measurements, this is a necessary assumption.
Similarly, it is reasonable to expect that the forced flow through a
porous media satisfies the relation
N =
BoP ~
( 11)
µRT dz
242 Luss
Aff.( __
-----,------,------,----~o
m
._ t::. 0.70 V-qxide col. (S02 -oxid) 1
Y 0.85 Ni0-col. unsintered
._ x 0.95 corb.onyl-iron pellets. 5 μ.m ~!</~/
__ 2
+ 1.05 porous Ag. 65 μ.m ~•xf 2
//✓.• tn(E /T)
o
j
~ 1.10 boehemite, 90 μ.m /", ~ __ 3
D 1.60 porous boehmite 70μ.m / ~/
/
" ' 1.65 .., ""· " " ' " ~ - -4
- -5
'- - -6
-
'
-3
/
/(
/
-2
- fn (E/(2-E))
I
-I
- -7
where the permeability of the medium, Bo, depends on the geometry and
structure of the pores.
A method of finding the flux relations in the intermediate situations,
where the three transport mechanisms may be of comparable importance,
was proposed by Mason and Evans ( 1969). They suggested that the rate
of momentum transfer by collision with the walls and among molecules
should be combined additively. This leads to a set of n independent equa-
D
tions for the diffusive fluxes N. :
l
ND D D
n x.N. x.N.
1
RT grad pi - --
e
l
+I: ] l l ]
(12)
Dki j=l D~.
l]
i=j
De
A
RT grad PA ( 13)
where
1 - (1 + O'.)XA
1 1
-= --+ (14)
De e e
A DKA DAB
Diffusion-Reaction Interactions 243
and
Cl. = ( 15)
1 n
N~ = RT LG .. grad p. ( 16)
1 j lJ 1
-1
where the elements of Gij are those of the matrix F . The entries of F
are
x.
1
F.. = for i :f- j
lJ
D~.
lJ
( 17)
n x.
F ..
11
= --
1
e + :E _J_ for i = j
Dki j=l D~.
lJ
i:f-j
Mason and Evans assumed that the total flux is the sum of the diffusive
flux and viscous flow:
N. = N~ +
1 1
N':1 ( 18)
where
= (19)
Substitution of Eqs. (18) and (19) in Eq. (12) gives a relation for the
total fluxes:
(ADD FLOWS)
NV
-1
"'
_J
~
a:_-, BULK
N
..__,.,
-0 -0 DIFFUSION
+z
§ VISCOUS
~ FLOW
a:.- IN
..__,.,
-0 -0
KNUDSEN
a:.-, ..
-0 -0
DIFFUSION
DIFFUSIVE
FLOW
FIGURE 2 Electrical analog for the additivity rules for the gaseous fluxes
according to the dusty-gas model. (From Mason et al., 1967.)
10,000 Bulk
diffusion
1,000
~
a,
E 100
0
0
a
a,
a. 10
t Typical
1 molecular
♦ s,ze
Pressure , Pascals
FIGURE 3 Transition between bulk and Knudsen diffusion for typical cata-
lysts. (From Andrew, 1981.)
Diffusion-Reaction Interactions 245
The isobaric flux relations are usually not applicable under reaction
conditions. The reason is that the set of isobaric fluxes through a porous
medium has to satisfy the Grahm relation,
n
:E N. /M. = 0 ( 21)
i=l 1 1
n
:E N.M. = 0
1 1
( 22)
i=l
where
g .. (r ) G .. (r )f[ ic:(r )] dr
lJ p l] p p p
{~
( 24)
2
r f[ic:(r )] dr
p p p
0
and Gij(rp) are the entries of the matrix G for a cylindrical capillary of
radius rp. Feng et al. (1974) have shown that the integrals in Eq. (24)
may be described rather closely by a two-term approximation even for
pellets with a wide pore size distribution. This avoids the need to com-
pute Gij for a wide range of rp and simplifies considerably the application
of this model. A major advantage of this model is that it incorporates
information about the structure of the porous medium into the determination
of the empirical transport coefficients. A comparison of the predictions of
this model with experimental data was presented by Feng et al. (1974).
For isobaric binary systems Eq. ( 23) reduces to Eq. (13) with
1 - ( 1 + a)x ]-1
______ A f[E(rp)] drp ( 25)
DAB
246 Luss
k
L v.A. = 0
1 1
( 26)
i=l
1
v. k V.x. - v.x. n x.
L L
1 1 l J 1 1
= --+ + V. i = 1, 2, k
D.
1
e e
Dki j=l D:.
l]
1
j=k+l D:.
1]
'
( 27)
k V.
-
1
= -x.L _]_
i = k+l, n
D: 1
1 j=l D:.
l]
'
Wakao and Smith ( 1962) developed a completely predictive model for the
binary, isobaric flux in compressed powder catalysts which have a bimodal
pore size distribution. They refer to the small pores within the powder
particles as micropores and to the interstices between the particles as
macropores. Wakao and Smith assume that the one-dimensional flux con-
sists of three contributions: (a) flux through macropores having a radius
of ra, (b) flux through micropores which have a radius of ri, and (c)
flux through a series of micropores and macropores. They denoted the
Knudsen coefficient and void fraction corresponding to the macro and micro-
pores by DKAa, DKAi, Ea, and q, respectively. Their model predicts
that
where
2 2
DAB DAB Ei. / (1 - Ea)
D
a = 1 - axA + DAB/DKA
D. =
1 1 - axA + DAB/DKA.
( 29)
a 1
e e
1 (1 + a)xA (L) + DAB /DKA
== ln ( 30)
RTL(l + a)
1
where
( 31)
Noting that
Hp ( 32)
e e
the values of DKA and DAB are determined by measuring the flux at
several pressures. This technique is very sensitive to leaks next to the
wall and this prevents its use at high temperatures.
The most widely used transient technique is the pulse response of either
a chromatographic column ( Cerro and Smith, 1970; Haynes and Sarma, 1973)
or a single pellet (Suzuki and Smith, 1972; Dogu and Smith, 1976). The
main advantages of this method are that it can be applied to particles of
arbitrary shapes, it accounts for the contribution of dead-end pores, and
it can be used to measure the diffusivity at high temperatures and pressures.
Its main disadvantage is that the interpretation of the data is based on
simplifying assumptions which are not always valid.
The chromatographic technique consists of measuring the first and
second moments of a tracer that has been injected into a packed bed of
porous pellets at several different flow rates of the inert carrier gas. The
theory used to interpret the measurements is described in detail by Cerro
and Smith (1970). The accuracy of this method is higher for adsorbable
gases and improves with increasing particle size and bed length and with
decreasing effective dispersion in the bed.
Experimental measurements and theoretical predictions of gaseous trans-
port through porous media are usually dominated by the flux through large-
diameter pores. However, most catalytic sites are present in micropores,
and it is questionable whether the effective diffusivity is adequate for
characterizing the transport under reaction conditions.
Surface Diffusion
Most gases are adsorbed to some extent on solid surfaces. The migration of
the adsorbed species is referred to as surface diffusion and is particularly
important for porous materials with large surface area and for strongly
adsorbed species. The surface diffusion fluxes combine additively with the
gaseous diffusive fluxes and therefore can be computed separately. The
surface diffusive flux may be determined from a Wicke-Kallenbach diffusion
cell operating at low pressures, so that the gaseous diffusion is of the
248 Luss
( 33)
s
DApbS o-
= ___i:,__ grad Cs ( 34)
T A
Ds p S
= A b g K (T) grad CA ( 35)
T A
( 36)
For low surface coverage the diffusivity may be computed from the site
hopping mechanism,
s :\ 2 :\ 2v ( EAd)
DA = 2T* = -2- exp - RT ( 37)
where :\ is the average hopping distance, T* the lingering time, and v the
vibrational frequency of the adsorbed molecules. Combining Eqs. ( 35),
( 36), and ( 37) gives
( 38)
Thus the surface diffusive flux increases with decreasing pore size (increas-
ing Sg) and may either increase or decrease with temperature, depending
on the sign of E~ - E1.
The surface diffusivity usually depends on surface coverage and hence
on the pressure and composition of the gas phase. Higashi et al. (1963)
predicted that
Ds(e = O)
= ( 39)
1 - e
Diffusion-Reaction Interactions 249
Diffusion in Zeolites
Many important industrial catalysts consist of small aluminosilicate ( zeolite)
crystals incorporated in a porous matrix. These crystals have narrow ( 5
to 10 A diameter) structured channels through which the reactants and
products have to migrate. The diameter of the pores is often close to the
molecular dimension of the reacting species. Therefore, small differences
in the shape of a molecule can have a large impact on the migration rate,
and this can be utilized to create large differences in the catalytic selectivity
of the catalyst. The diffusional processes in zeolites can affect significantly
the selectivity of catalysts as only molecules which are smaller than a
critical size can enter the pores and only products smaller than this size can
leave the pores. Moreover, the restricted size of the cavities prevent forma-
tion of large intermediates. Consequently, by a proper design of the pore
size it is possible to engineer a shape selective catalyst which will produce
a desired species at a concentration which exceeds significantly the equilib-
rium concentration. This will occur if the desired product can leave the
cavity, at which it is being formed, at a much faster rate than the other
products. For example, when xylene is produced by the alkylation of
toluene with methanol on a conventional catalyst, three different isomers
of xylene are obtained. When the same reaction is carried out over certain
zeolites, the product is essentially pure para-xylene, as the effective dif-
fusivities of the ortho and meta isomers are smaller than those of the para
isomer by three orders of magnitude.
It is customary to assume that the rate of migration in zeolites can be
described by an activated diffusional process so that
e
NA = - DA grad CA ( 40)
even though this is probably not the proper functional dependence. The
reason is that the movement in the narrow pores of the zeolite is definitely
not random, as it should be for a diffusional process, as the potential
energy of a migrating molecule must be influenced by the attractive forces
of the lattice at least when they pass through the openings between the
cavities. Moreover, in the case of counterdiffusion the flux in one direction
may be strongly hindered by that in the opposite direction, even though
this effect is not predicted by Eq. ( 40).
The values of the effective diffusivity are usually determined by gravi-
metric sorption experiments [see, e.g., Goring (1973)]. Riekart ( 1971)
presented a theoretical analysis of this method and its pitfalls. Eberly
250 Luss
u
I \'
Cl)
\
en
\
"''Eu
\ I
\ I
c v-- \ I \
-
Cl)
·;:; I
..::::
I
u
Cl)
0
I\\
I
I \
C
·en
0
i
-~ ~ - ·-
H
-
I
.2
ci \ I
\ i/
\ w
10·13
0 I 2 3 4 5 6
\_
7
~
8 9 10 II 12 13 14
EDAB
= ( 41)
T
( 42)
T
The equilibrium partition factor, KP, is the ratio between the concen-
tration of species A inside and outside the pore and depends on A, the
ratio of pore to molecule diameter. For small solvent molecules, Kp satisfies
the relation (Ferry, 1936)
K = (1 - >..) 2 (43)
p .
When either the solute or the solvent adsorb on the surface Kp may be
much smaller than the value predicted by Eq. ( 43). For example, Satter-
field et al. (1973) measured a partition factor of 1/ 183 for A of 0. 38.
The resistance caused by drag exerted on the moving molecules by the
walls is expressed through the drag coefficient,
K = (1 - A)m+ 2 (44)
r
where m is between O and 2. Combining Eqs. ( 42), ( 43), and ( 44) gives
ED AB (1 - A) 4+m
e
DAB= ( 45)
T
( 46)
where x is the bulk-flow correction factor, which accounts for the influence
of the convective flux. This factor is equal to unity for equimolar counter-
diffusion and is close to unity for dilute mixtures. In applications the factor
is often assumed to be unity. Its exact value is given by the relation
(Geankopolis, 1972, p. 254)
X = ( 47)
where
( 48)
and (RN - XA)LM is the ln mean of RN - XAs and RN - XAb. The special
case of diffusion through a stagnant film Eq. ( 47) reduces to
k 2/3
( 50)
jD = : (pD:B)
( 51)
Dwivedi and Upadhay (1977) found that the following relations represented
well most of the available data about mass transfer between a fluid and pel-
lets in packed beds:
( 55)
close to the exterior surface, so that the average reaction rate (per unit
volume of catalyst) depends on the diffusion-reaction interaction. Thus
we expect the observable (or net) reaction rate to depend on the ratio be-
tween the time constants of the chemical reaction and the diffusion within
the pellet.
The overall impact of the diffusional resistances is usually assessed by
computing the effectiveness factor, n, which is defined as the ratio between
the observed reaction rate to that obtained when neither concentration nor
temperature gradients exist between the ambient phase and any point with-
in the pellet. Clearly, the larger the deviation of the effectiveness factor
from unity, the more important is the influence of the transport resistances.
A comprehensive survey of the literature about the effectiveness factor can
be found in the monograph by Aris (1975).
We illustrate the procedure of computing the effectiveness factor by con-
sidering the case of a first-order, isothermal, irreversible A -+ B reaction
occurring within a spherical catalytic pellet. For the sake of compactness,
we denote from now on by C and De the concentration and effective dif-
fusivity of species A. The concentration of the reactant satisfies the
equation
C = C at r = R ( 57)
s
dC
0 at r = 0 ( 58)
dr
sinh ¢s
( 59)
s sinh ¢
where
s= r
-
R
¢ = R ~IT ( 60)
"De
The parameter ¢ is defined as the Thiele modulus and is the square
root of the ratio between the time canstant for diffusion ( TD = R2 /De) and
that for the chemical reaction [TR = CAslr(CAs) = 1/k]. The Thiele modu-
lus is independent of the surface concentration of the reactant only in the
special case of a first-order reaction. The inset in Fig. 5 describes the
concentration profiles for several values of the Thiele modulus. For ¢
smaller than about 0. 3 ( 'D < 0, l'IR) the concentration throughout the pellet
is close to that at the surface. This region is referred to as the kinetic-
controlled regime. For large ¢ ( TD > 10,R) the concentration decreases
exponentially with distance from the surface. We refer to these conditions
as the diffusion-controlled or diffusion-limited regime. Here the reaction
rate in the interior of the catalyst is rather low compared to that at the
exterior shell. The region close to ¢ = 1 or 'D = 'R is referred to as
the intermediate region.
Diffusion-Reaction Interactions 255
1.0 - - - - - - -
0.5
0.2
0.1
0.05
0.02
0.01 '----'--~~~-~-~-~~~-~-1~00
0.1 I 10
cp = R..,/k71)e
n = 23 ( ¢ coth ¢ - 1) (61)
¢
Vr(C)[
A = p Sx s 2De lq C ]-0.
s r(C) dC
5
( 62)
1.0
0.8
f:"
0.6
iu Slab
if 0.4
en
en Spher cal pellet
Cl)
C
Cl)
-~ lnfinit C ind r
u 0.2
J!
w
(n + l)kCn-l
VP s
A ( 63)
sX
and Fig. 7 shows that the n versus qi graph for a first-order reaction ap-
proximates closely those of reactions with different orders.
When the reaction rate is a nonmonotonic function of the concentration
of the limiting reactant, such as the Langmuir-Hinshelwood rate expression
1.0
8
6
f:" .5
ls .4
0
~ 3
en
en
Cl)
C 2
Cl)
tu
-w
Cl)
01
0.1 05 1.0 5 10
r(C) = kC (64)
(l + KC) 2
the effectiveness factor may exceed unity for some intermediate values of
the Thiele modulus (Roberts and Satterfield, 1966). This occurs when the
surface concentration exceeds the value corresponding to the maximum rate.
In these cases a reduction in the concentration of the reactant by the dif-
fusional limitations can increase the reaction rate over that corresponding
to the surface concentration and the corresponding n may exceed unity.
For certain rate expressions the interaction between transport and chemical
rate processes can lead to steady-state multiplicity over a bounded range
of the Thiele modulus, so that several values of the effectiveness factor
may be obtained for certain kinetic parameters and pellet dimensions. This
behavior is rather uncommon and it can be proven (Luss, 1971) that it can-
not occur for any rate expression that satisfies the condition
of the pressure gradient on the transport within the pellet. This simplified
model enables a rapid computation of the ratio between the effectiveness
factor that accounts for the volume changes (n') to that which ignores it
( n). Typical results for a second-order reaction are shown in Fig. 8.
They indicate that when the reaction decreases the number of moles (m < 1),
the bulk flow toward the center of the pellet increases the effectiveness fac-
tor above that obtained when the volume change is not taken into account
(i.e., n' > n). On the other hand, when the reaction increases the num-
ber of moles (m > 1), the outward bulk flow causes n' to be smaller than
n. The influence of the change in volume is decreased by the presence of
inerts (i.e., by a decrease in xAs, the mole fraction of the reactant at the
surface).
When the influence of external mass transfer is not negligible, the
boundary condition on the surface of the catalyst becomes
( 66)
where n is a vector normal to the surface. For a symmetric pellet the sur-
face concentration is uniform and it can be shown that for a first-order
reaction (Aris, 1975)
1 1 /1.2
n
==
nD(/1.)
+ --
Bi (67)
m
1.6
A-mB
Second-order reaction
1.4 spherical pellet
1.2
T)'
1.0
7i 0.5
0.8
0.6
Ci)
10
0.4
-I 0 2 3
FIGURE 8 Dependence of the ratio n' /n on the volume change modulus for
a second-order reaction. (From Weekman and Goring, 1965.)
Diffusion-Reaction Interactions 259
where
( 68)
Bi
m
and nn (A) is the effectiveness factor for the case of negligible external
mass transfer resistance (i.e., when Bim is infinite). It follows that the
effectiveness factor is the sum of an internal resistance, which is the re-
ciprocal of n in the absence of an external mass transfer resistance, and
an external transport resistance of A 2/Bim. Note that in the presence of
a mass transfer resistance, the asymptotic value of n for large A is Bim / A 2
rather than 1 / A •
Aris (1975, Sec. 3. 9) has proven the remarkable result that Eq. (67)
is valid for reactions with arbitrary kinetic expressions for large values
of the Thiele modulus. Yortsos and Tsotsis (1982) have generalized this
result for pellets with nonuniform catalytic activity.
In most practical problems Bim exceeds 10. Thus, according to Eq.
( 67), the value of n may be affected by the external mass transfer re-
sistance only when nn is considerably smaller than unity. This observation
led to the development of a rule of thumb that it is possible to encounter
cases in which the external mass transfer resistance is negligible while the
internal diffusional resistance is appreciable, but the converse does not oc-
cur. Note that this conclusion would not be valid if Bim could attain small
values.
In trickle-bed reactors one has often to compute the effectiveness fac-
tor of a liquid-filled catalytic pellet, of which only a fraction f of the ex-
terior surface is wetted by the liquid. Tan and Smith ( 1980) and Mills
and Dudukovic ( 1980) have shown that the corresponding effectiveness fac-
tor for a first-order reaction can be approximated by the relation
1 - f
n= + ( 69)
where CL is the concentration of the reactant in the bulk fluid, CL* the
liquid phase concentration of the reactant in equilibrium with the bulk gas
concentration, and Biw and Bin the mass transfer Biot numbers for the wet
and dry parts of the pellet, respectively. Herskowitz and Smith ( 1983) pre-
sented a comprehensive review of the influence of wetting on the effective-
ness factor of liquid-filled catalysts.
d ln r
m
E == -R ( 72)
a
rm == k(T)f(C)n ( 73)
E == E + O. 5 d ln 11 (E + R d ln De) ( 74)
a d In <jJ dT-1
e
d ln DA
Ea == 0. 5E - 0. 5R ( 75)
dT-l
The effective diffusivity is proportional to Tm, so that the last term on the
left-hand side of Eq. (75) is equal to 0. 5mRT, which is usually very small
in comparison to 0. 5E. We conclude that the apparent activation energy in
the diffusion-controlled regime is about half its intrinsic value. When the
external mass transfer resistance is not negligible, d ln T) /d ln <jJ + - 2 for
large <jJ, so that
E ( 76)
a
In this case the apparent activation energy is very small and is independent
of the intrinsic activation energy.
We conclude that transport intrusions mask and decrease the observed
activation energy. The reason for this effect is that increasing the tempera-
ture decreases the time constant for the chemical reaction and the effective-
ness factor. This, in turn, decreases the sensitivity of the reaction rate
to changes in the temperature. This behavior is clearly illustrated in Fig.
9, which describes the logarithm of the rate of cumene cracking at various
temperatures for catalysts of different sizes (Weisz and Prater, 1954). The
Diffusion-Reaction Interactions 261
u
Q)
(/)
-9/ . O Experimental Values
'E
~
u
10-G
t,
fr
·029
~
c,,, 0
0 :t "·Os ' "o,
"', .....
0:: ,3 C
..... 0
C:
' 'o ....
.Q
u ' "o, .... ,o
....
0
Q)
0:: fr~' 1?5
'
"o, 'o'~'
..... .....
Ctr, O'--...
"'O
', ''
~ '
:::,
(/)
---- ---- 'o :
0
Q)
',,
~ 10- 7 0 ----
----
----
420°c 400°C 380°C
I I I
13 1.4 1.5 1.6
Temperature - - 1- xl0 3
T° K
data show that the slope of the graphs, or equivalently the apparent activa-
tion energy, decreases by a factor of about 2 as the particle's radius in-
creases from ·o.0056 cm to 0.175 cm.
Diffusional intrusions may also disguise the functional form of the rate
expression. Consider as an illustration the case of an nth-order reaction
for which the external resistance is negligible. Here
r m == ( 77)
The slope of the logarithmic graph of the observed rate against the concen-
tration of the reactant is defined as the apparent reaction order n':
d log r
log De )
(n _ 1 _ d
m == n + .!_ d log n
n' == ( 78)
d log C 2 d log A d log C
It follows that the apparent and true orders are equal if the experi-
ments are carried out in the kinetic-controlled regime in which n is essen-
tially independent of A. In the diffusion-controlled regime the asymptotic
slope of d log n /d log A is -1 and the apparent order depends on the re-
lation between the concentration of the limiting reactant and the effective
diffusivity. When the changes in the concentration of the reactant do not
affect ne, Eq. (78) predicts that
I n + 1 ( 79)
n == - - -
2
262 Luss
Thus the apparent and true orders are different for all but first-order re-
actions. The diffusional intrusions disguise the true order and shift it
toward unity. For example, a second-order reaction behaves as if it is of
order 1. 5.
When the changes in the reactant's concentration are accomplished by
varying the total pressure of a gaseous mixture and if gaseous bulk diffu-
sion is the dominant mechanism, then
d log De d log De =
= -1 ( 80)
d log C d log p
Substituting Eq. (80) into Eq. (78) we get that for large A,
n' = ~ ( 81)
2
Thus in this case diffusional intrusions disguise the order of all but zero-
order reactions.
We conclude that it is essential to account properly for the influence of
diffusion to avoid pitfalls in the analysis and modeling of kinetic data.
( 82)
It follows from Eq. (61) that for a first-order reaction the ratio between
the two observed rates satisfies the relation
3A l coth 3A l 1
(83)
3A 2 coth 3A 2 1
Diffusion-Reaction Interactions 263
The two equations ( 82) and ( 83) can be solved for A 1 and A 2, which in
turn can be used to compute 11 1 and 11 2 . The method is very sensitive to
experimental errors if both experiments are conducted in the diffusion -
controlled regime [i.e., when (rm)l/(rm) 2 "' R 2 /R1]. In this case addi-
tional experiments with smaller pellets need to be carried out. The advantage
of this method is that, in principle, two experiments suffice to determine the
effectiveness factor. However, to minimize the influence of inherent experi-
mental errors, it is preferable to conduct experiments with three or four
different particle sizes and determine the Thiele modulus and effectiveness
factor that fit best all the experimental data.
Equation ( 83) is rigorously correct only for a first-order reaction. How-
ever, when the generalized definition of the Thiele modulus is used [Eq.
( 62)] , the effectiveness factor is a rather insensitive function of the kinetic
expression if the rate is a monotonic function of the reactant's concentration.
Thus this method gives a reasonable estimate of 11 for many non-first-order
reactions.
Weisz and Prater (1954, p. 167) have shown that the effectiveness fac-
tor for an nth-order reaction could always be related to the parameter
b.
<P= (3V )2
_E_ ( 84)
sX
which contains only measurable quantities. They noted that for reactions
of order zero, one, and two, 17 exceeds 0.95 if <P is smaller than 6, 0.6,
and O. 3, respectively. Thus they suggested that <P < 1 be used as a
rapid diagnostic for the absence of important diffusional limitations. The
major advantage of this criterion is that it does not require any information
about the rate expression or the kinetic parameters. Unfortunately, this
useful criterion fails for rate expressions that are very sensitive to changes
in Cs. Using singular perturbations (Wedel and Luss, 1980), it can be
shown that 11 deviates from unity by less than 5% for a spherical pellet if
cp < 6~ ( 86)
where ~ is the conversion for which the reaction rate is 0. 9 of r(Cs> · For
example, ~ is 0.1 for a first-order reaction, so that according to Eq. (86),
17 > 0. 9 if <P < O. 6, which is in close agreement with the Weisz-Prater
criterion (85). The agreement between the two criteria is not always close,
as illustrated by the reaction
CO 2 + C + 2CO
264 Luss
r = (87)
1 + 4PCO + 50, 000P CO
2
For a feed of pure carbon dioxide at 1 atm, I; is equal to 0. 55 x 10-5 and
Eq. (86) predicts that n > 0. 9 only if <l> < 3. 3 x 10-5, while Eq. (85) pre-
dicts that n > 0. 95 only if <l> < 3. 75 x 10- 5 . Both predictions are much
smaller than the value of unity predicted by the Weisz-Prater diagnostic.
We conclude that (a) if <l> is larger than unity, diffusional limitations
definitely exist; (b) if <l> is much smaller than unity, diffusional intrusions
are absent; and (c) if <l> is slightly smaller than unity, knowledge of the
form of the rate expression is needed to decide if diffusional limitations
affect the observed rate.
The presence of diffusional intrusions may sometimes be detected by
changing the effective diffusion coefficient. This may be accomplished
when gaseous diffusion dominates by using reaction mixtures containing a
large excess of an inert diluent. If the same rate is obtained for mixtures
with inerts of widely different molecular weights, and hence binary diffu-
sion coefficients, it can be assumed that intraparticle diffusion is not limit-
ing the rate. This test cannot be used for nonisothermal reactions since
the difference in the inerts leads to differences in the heat transfer co-
efficients, and the difference in the pellet temperatures may mask the
results.
Koros and Nowak ( 1967) proposed to use as a diagnostic test for the
presence of diffusional limitations the fact that the reaction rate can be pro-
portional to the number of catalytic sites only in the kinetic regime. They
suggested to prepare catalysts with different number of active sites but
similar diffusional properties either by pelleti zing mixtures of catalyst parti -
cles with inert powder or by inpregnating the catalyst with different amount
of the active component. Certain reactions are structure sensitive, so that
their intrinsic activity depends on the crystallite sizes. Thus a failure to
satisfy this test does not always imply the presence of diffusional limitations.
A detailed discussion and illustration of the application of this test was pre-
sented by Madon and Boudart ( 1982).
The external mass transfer resistance is assumed to be negligible if the
conversion does not change upon an increase in the linear velocity in an
isothermal packed-bed reactor the length of which is adjusted to give a con-
stant residence time. In nonisothermal cases thermal gradients may mask
the results of this test.
In gas-liquid slurry reactors the test consists of checking the con-
stancy of the rate as the agitation is increased. Chambers and Boudart
( 1966) pointed out that at the low Reynolds numbers encountered in many
laboratory reactors, the transport coefficients may be rather insensitive to
changes in the flow rate, and this diagnostic test may lead to erroneous con-
clusions. Figure 10 illustrates the application of this diagnostic test to the
oxidation of SO2 using catalyst particles of two different sizes and beds of
two different lengths. The external mass transfer resistance is negligible
in these cases, as changes in the velocity do not affect the conversion.
Pore diffusion limitations are present at 470°C, as the conversion depends
on the size of the pellets.
Diffusion-Reaction Interactions 265
0
Cf)
"' PARTICLE BED V0L(ml)
DIAM (mm) 20. I 0.
f--
w 60 5.88 0 D
...J I 14 e ■
~
LL
0
z 40
0
1n
0::
w
z> 20
0
u
0
50 100 150 200
W/F, g CAT./(M0L S02 /HR)
Mears (1971b) has shown that for an nth-order reaction the interphase
concentration gradient can be ignored if
V
Sp< 0.05 ( 88)
X
kl
A -Pl
k2
B -P2
266 Luss
(89)
In any useful catalyst k 1 » k 2 , so that the time constant for the fast re-
action is much smaller than that for the second reaction and the rate of
the desired reaction is affected by the diffusional limitations much more than
is the rate of the undesired reaction. In the absence of diffusional limita-
tions n 1 = n 2 = 1, so that
( 90)
( 91)
( 92)
Thus the diffusional resistance taxes the desired reaction at a higher rate
than it does the undesired reaction. We conclude that it is essential to
minimize the diffusional resistance to get a high selectivity for this reaction
network.
Next consider two consecutive first-order reactions
( 93)
2
2 /1.lCl
17 2c = /\.2C2 ( 94)
2 8
where
#
V
I\.,
1
= ___E.
s i = 1,2 ( 95)
X
i
Diffusion-Reaction Interactions 267
8 =
C. = C. i = 1, 2 ( 96)
1 18
Solution of Eqs. (93) and (94) gives the point ratio of the two fluxes (i.e.,
the differential yield of component 2) as
dC 2 dC2s
-8
dC 1 = dCls
( 97)
s
where
kl /\2
1
s = = ( 98)
k2 8 /\ 2
2
dC2s
---- = ( 99)
dCls
( 100)
For all useful catalysts s » 1 and the asymptotic yield in the diffusion -
controlled regime is much lower than that obtained in the kinetic regime.
Equation ( 97) indicates that the differential yield depends on the local
C2 8 /C1 8 ratio. The concentration of the desired intermediate at the exit
of an isothermal plug-flow reactor is found by integration of Eq. (97) to be
268 Luss
where
p = ( 102)
s p - 8
P( 8 s 1) p - 1
( 103)
C/0) 8
s p -
---+
c 1 (0) 8s 1 p - 1
Note that when 8 = 1, the expressions for C 2(L) IC 1 ( 0) in Eqs. (101) and
(103) simplify considerably. An increase in the diffusional resistances (in-
creasing /\i) decreases the conversion at which the maximal yield is ob-
tained and reduces its value, as illustrated by the example shown in Fig.
12. Thus it is not possible to compensate for loss of yield due to diffu-
sional limitations by increasing the conversion or equivalently the reactor
~
0.
C:
90
0
'iii
:;;
>
C:
0
(_) 80
0~
I[)
r<)
0 70
Q.)
C:
Q.)
'o
0
:i 60 Butene - Butad iene - CO 2
co
0
"C
ai 50
;;:: 0 2 4 6 8 10
Particle Diameter, mm
A1~ A2~'A3
.8 S = 16
§ 8 =I
u
- .6
C2 (0) = 0 P="i
'
...J
~N
u .4
.2 DIFFUSION
CONTROL
.4 .6 .8
Conversion
dC2s
--=---
8s c2s
{ - s [ ~
n1J\ (Biml
-+--- 1+-- - - -
dCls 8s - 1 els 8s - 1 Biml Bim 2
(104)
Van de Vusse ( 1966) has presented a similar analysis for cases in which
the first reaction is of order n while the second is of order m, where
n, m = 0, 1, 2.
The analysis above indicates that the yield for two consecutive first-
order reactions can be expressed as a function of the effectiveness factor
for a single first-order reaction. Wei (1962) was the first to develop a scheme
for predicting the yield for a general network of first-order reactions in terms
of the effectiveness factor for a single reaction. A different approach to the
solution of the same problem was presented by Aris (1975, p. 345).
Consider now the two simultaneous reactions
(desired, of order n)
(undesired, of order m)
270 Luss
f klAn dv f (A/As)n dv
V V
p
s = = so ( 105)
f k2Am dv f (A/As)m dv
V V
p p
k
so = k_!_(A
2 s
)n-m (106)
When both reactions are of the same order, the ratio between the rate
of formation of P 1 and P 2 is independent of the concentration of A, and the
selectivity is equal to k 1 /k 2 . In this case the diffusional resistances affect
only the rate of consumption of the reactant.
When the two reactions are of different orders, the selectivity is equal
to the intrinsic one only when no diffusional limitations exist (i.e., when
the concentration of the reactant is uniform throughout the pellet). How-
ever, when diffusional limitations exist, we expect them to tax at a higher
rate the reaction with the higher order. Thus diffusional resistances can
either increase or decrease the selectivity, depending on the sign of m - n.
The intuitive guess is verified by Eq. ( 105), which shows that the selec-
tivity is enhanced by diffusional limitations if the order of the desired re-
action is less than that of the undesired one. The converse is true when
n is larger than m.
It is not possible to obtain a general, explicit expression for the
selectivity of this reaction network. Roberts ( 1972) derived some explicit
asymptotic expressions for the selectivity and the interested reader is re-
ferred to that paper.
The analysis of the three two-reaction networks illustrates that it is
often possible to predict the qualitative influence of diffusion on the yield
of a desired product from knowledge of its impact in the single-reaction
case. This ability to predict the qualitative influence of various variables
on the yield is very useful. Obviously, a quantitative prediction of the
yield requires a numerical solution of the governing species balances.
Numerical procedures for solving these equations are described in Chapter 1.
In certain molecular sieve catalysts ( zeolites) the effective diffusion
coefficients of some species may differ by several orders of magnitude from
those of the other. In these cases diffusional limitations may have a pro-
found influence on the product distribution and on the yield of the desired
product. For example, the xylene mixture produced by alkylation of toluene
on a zeolite ZCM-5 catalyst can have para-xylene far in excess of the bulk
gas-phase equilibrium concentration. Wei (1982) has analyzed this selectivity
enhancement and showed that it was caused by the large difference in the
diffusivity between the para-xylene and the ortho- and meta-xylenes.
Diffusion-Reaction Interactions 271
Max(T) - T
______ s < Sb (1 - q, *) ( 107)
Tb
T Tb
s ( 108)
== S*q, *
Tb
where
(-t.H)DeCb
S* == (-t.H)kcCb
Sb ==
;\eT hTb
b
( 109)
k ;i._e Bi V
S* m
r == h
C
Bih
Bi
h
== _E_
S
== Sb De ==
X
Note that air the terms on the right-hand side of Eqs. (107) and (108) are
observable quantities. When q,* == 1, Max(T) ~ Ts and Ts+ Tb(l + S*)
(i.e., the pellet has a uniform temperature which exceeds by S*Tb that of
the bulk phase). When q,* + 0, Max(T) < Tb(l + Sb) and Ts ~ Tb and
most of the temperature rise is within the pellet. Dividing Eq. (108) by
Eq. (107) gives a bound on the ratio between the inter- and intraphase
temperature gradients,
Ts - Tb fq,*
,--,---,--,--- ~ --- (110)
Max ( T) - T 1 - q,*
s
The foregoing criteria are most useful for estimating whether any of the
temperature gradients are negligible. This information is very useful, as
the analysis of a limiting case in which either the intrapellet or the inter-
phase temperature gradients are negligible is much simpler than that of the
general case.
Single-Reaction Case
Interphase temperature gradients are usually the dominant ones for gas-
solid reactions. We examine here the impact of the interphase gradients on
an nth-order catalytic reaction A + B occurring in a porous pellet in which
the intraparticle gradients are negligible. The corresponding species and
energy balances are
( 112)
1 + B* - y s
( 113)
B*
where
(114)
Substitution of Eq. ( 113) into Eq. (112) gives a single equation describ-
ing the steady-state temperature. For example, for a first-order reaction
with an Arrhenius temperature dependence the dimensionless steady-state
temperature satisfies the equation
Ys - 1 = Da(l + B* - y )X(y )
s s
6
= f(y )
s
( 115)
where
k(Tb)V
Da = p (116)
y =
k S
C X
r
m
( 117)
(118)
C
s 1 - q,* ( 119)
Cb=
Substitution of this result and Eq. (108) into Eq. (118) gives
(120)
100 , - - - - - - - - - - - - - - - - - - - - - ,
E
Y=--=20
RTb
LINEAR KINETICS
i3 .c 10
2...
......
I-~
u
U>
!=""
.I L----'----'----'-.L..L-U..U--'--'-~~~-~~~~~
.001 .01 .I
( 121)
three steady-state solutions exist for all Damkohler numbers in the region
ymm·-1
> Da > yfmax- 1 ( 122)
f(ymin) (ymax)
where
= y( 2 + S*) ± lyS*[yS* 4(1 + S*) l
Ymax,min ( 123)
2(1 + S*)
Similar criteria may be derived for reactions with different rate expressions
(Chang and Calo, 1979; Tsotsis and Schmitz, 1979; Leib and Luss, 1981;
Luss, 1980).
The existence of steady-state multiplicity may lead to a hysteresis in
the reaction rate or surface temperature when one of the operating condi-
tions, such as the ambient concentration or temperature, is slowly changed.
Figure 14 illustrates this behavior for the oxidation of butane on a platinum
wire ( Cardoso and Luss, 1969). The gas temperatures at which a sudden
increase or decrease in the wire's temperature occurs upon a slight change
700
ci
.,E
I-
., 500
u
't
::,
(/)
Cf)
I-
300
(124)
S h(T
X S
- Tb) = (-LiH) f k(Ts)Cn dv (125)
V
p
1 + S* - y
s
= ( 126)
S*
Substitution of Eq. (126) into Eq. (125) and rearrangement gives the
following equation for the dimensionless surface temperature:
Ys - 1 = S*DaX(y )
s
C +
S* -
S*
n
y s) n.[/\.(y )l
1 S
( 127)
where
V · k(T )Cn-l ( __E_)' k(Tb )Cn-l
b b b
Da =__E_ /\. 2( 1) =
sX k
C
S
X
D
e
(128)
n-1
2 2 ( 1 + S* - y s )
/\. (ys) = /\. (l)X(ys) S*
k(T )C nn. S* -
S S 1
n = ( 129)
n S*
k(Tb)Cb
and its value may exceed unity. The main influence of the pore diffusion
limitations is to reduce ni from the value predicted in their absence.
The model predicts that steady-state multiplicity may exi'st in certain
cases. It is difficult to derive simple, explicit criteria predicting the
276 Luss
(131)
Sharper bounds may be obtained for specific A ( 1) and similar criteria may
be derived for nth-order reactions. Studies by Nielsen and Villadsen (1984)
and Hu et al. (1985a,b) have revealed that this model predicts that up to
five steady-state solutions exist for some nth-order reactions and set of
parameters. In contrast, the lumped model predicts that at most three
solutions can exist for any nth-order reaction.
When the interphase concentration and temperature gradients are
negligible, the steady-state species and energy balances are
C 1 + 13 - y
c = 13
( 135)
s
where
( -fl H)C De
s T
13 = y - - ( 136)
T
s
Thus the steady state is the solution of a single equation of the form
(137)
where
2 r(C , T )
R s s ( 138)
C De
s
Diffusion-Reaction Interactions 277
1000 o - - - - ~ - - ~ - - - . - - - - ,
6
u
~
.,"'"'
.,
C:
>
:;:
u
.2'
w
.01 ~~~~~~~~~~~~
.I I 10 100 1000
cp = Rfi75°
FIGURE 15 Nonisothermal effectiveness factors for a first-order reaction
in a spherical pellet. (From Weisz and Hicks, 1962.)
r(y,T)
r(C,T) s
f(y) = ( 139)
r(C , T ) r(l, T )
s s s
17
V
1
f f(y) dv ( 140)
p V
p
( 142)
278 Luss
The behavioral features of this case are similar to those found for the limit-
ing models discussed before (i.e. , the effectiveness factor may exceed
unity and multiplicity occurs for certain values of the parameters). The
interaction between the interphase and intraparticle gradients may cause
the appearance of two distinct regions of multiplicity, as shown in Fig. 16.
The two multiplicity regions may overlap, giving five steady-state solutions.
IOOO
y•27
/Jb• I /3
Bim•30
Bih" I 0
i::-- 100
::;
ua
LJ..
.,"'"'
.,
C
>
·.;::
0 10
.!!!
w
-Vp&
.I 10
Thiele Modulus -
Sx D8
Multireaction Networks
Temperature gradients may have a significant influence on the yield of a
desired product in a multireaction network. Whenever the activation ener-
gies of the various reactions are not equal, thermal gradients affect the
ratio among the rates of the different reactions and hence the intrinsic
yield. The temperature gradients also affect the ratio among the time con-
stants for diffusion and reaction and hence the influence of diffusion on
the yield.
It is impossible to analyze the behavior of all reaction networks and
rate expressions. Thus we shall discuss just two typical two-reaction net-
works and comment on the behavior of more intricate networks.
We start by examining a case of two consecutive reactions, Ai + A2 +
A3. To simplify the analysis, we ignore intraparticle concentration and
temperature gradients and assume that only interphase gradients exist.
The corresponding steady-state species and energy balances are
( 145)
( 146)
( 147)
The three equations may be combined to give the following equation for the
dimensionless temperature:
( 148)
where
k.V (-L'IH.)k .C.b
Da. - _2__E... !3* =
l - k .s
Cl X i
l
hTb
Cl I
( 149)
where
1
n:I' = i = 1, 2
1 1 + Da.
1
When both Damkohler numbers are very small (D~ << 1), the external
effectiveness factors n:I' are close to unity and Eq. (150) becomes
1
dB
= ( 151)
dA
In this case the temperature gradients affect the yield only by changing
the ratio ki/k 2 .. When E1 > E 2 the temperature gradients enhance the
yield, while the converse occurs if E 2 > E 1 . When the Damkohler numbers
are not small, temperature gradients affect the rate constants as well as the
diffusional limitations.
An analysis of Eq. (150) indicates that it may have up to five different
solutions, even though at most three exist when only one reaction occurs.
Balakotaiah and Luss ( 1982a) have proven that multiplicity can exist for
some Damkonler numbers if and only if at least one of the two .reactions is
exothermic and the set Yi, Si, and o satisfies at least one of five conditions
given in that work. Moreover, they showed how to determine the Damkohler
number for which multiplicity exists. The interested reader is referred to
that work.
When multiple steady states exist in this system , the bifurcation diagrams ,
which describe the yield or surface temperature as a function of a slowly
changing state variable, may be much more intricate than those found for
the single-reaction case. Moreover, the number of different types of bi-
furcation diagrams tends to increase rapidly with the number of the re-
actions (Balakotaiah and Luss, 1982b, 1983b; Harold and Luss, 1985).
Figure 17 describes a case in which two hysteresis loops are completely
nested within a large one. Obviously, it would be easy to miss the internal
nested loop in an experimental study, unless there exists some theoretical
guidance about its existence. The existence of these "exotic" bifurcation
diagrams points out the need for a thorough analysis of the impact of ther-
mal gradients, to avoid pitfalls in the design and operation of the reactor.
When the influence of intraparticle concentration gradients is taken into
account, the equations that describe the dimensionless steady-state tempera-
ture becomes more intricate (McGreavy and Thornton, 1970) and their analy-
sis is more tedious. We shall not discuss this case here.
Intraparticle temperature and concentration gradients may have an im-
portant influence on the yield of the desired intermediate A2 for this re-
action network. Butt ( 1966) has shown that even when the activation
energies of both reactions are equal, the intraparticle gradients may affect
the yield when both reactions are exothermic. In some extreme cases, the
temperature gradients may even change the sign of the yield, so that
instead of producing the desired species the reaction consumes it. When
E 1 = E2 the temperature gradients do not affect the ratio between the two
Diffusion-Reaction Interactions 281
3.9 % co
500 4.2 % C2 H6
G
!!...
w
er
=> 400
!,c 11
er
w
a.. 11
::::;:
~
w 300
.....
.....
w
....J
....J
w
a.. 200
'
I
.....0 .
(152)
( 153)
282 Luss
(154)
(y
2
- y )(13* -- 13*)
1 2 1
> 4(1 + 13*)(1 + 13*)
1 2
( 155)
The last condition [Eq. (155)] may be satisfied even if both reactions are
endothermic-a rather surprising result in view of the fact that multiplicity
cannot occur for a single, first-order endothermic reaction.
When intraparticle concentration and temperature gradients exist, the
species and energy balances can be solved numerically and the selectivity
is computed from
f k 1(T)C dv
V
p
s = (156)
f k/T)l•' dv
V
p
When the intraparticle resistances are small ( ¢ << 1), the selectivity ap-
proaches asymptotically the value of k1(Ts)/k2(Ts). For large diffusional
resistances the selectivity approaches a different asymptotic value which
depends on the reaction heats and activation energies of both reactions. Fig-
ure 18 illustrates some typical results obtained by <Z>stergaard ( 1965) for two
exothermic reactions. As expected, the asymptotic selectivity in this case is
enhanced by temperature gradients when the activation energy of the de-
sired reaction exceeds that of the undesired one (i.e. , E 1 /E 2 > 1).
The impact of the thermal gradients on the intrinsic selectivity of any
multireaction network can be determined rapidly by use of the external re-
sistances model. When all the reactions are either exothermic or endothermic,
Y1 /Y2 =1.4
2.0...._---------+--+-----------,
kI B
A~
~c
(f)
,;=30
A=2 0
Sx Voe
1
cf) < n Sy
( 158)
When n - 13y is close to zero, the perturbation approach used to derive Eq.
(158) is no longer applicable. In this case the asymptotic expansion of the
effectiveness factor for large values of cp (Petersen, 1965) can be used to
derive a different criterion. Mears (1971b) suggested using a value of 13
for the right-hand side of Eq. (158) when both n and yl3 are close to
unity. Criterion ( 85) can also be used in this case to predict when the
intraparticle gradients do not affect the rate by more than 5%.
The major resistance to heat transfer is in the boundary layer for gas-
solid reactions. Mears (1971a) has shown that interphase temperature gra-
dients cause less than a 5% deviation in the rate if
V
Bl. = h _E_ <22
S . ( 160)
a Ae x
284 Luss
( 161)
( 162)
cp < In - Yb 1\ I (1 + n cD *)
This criterion reduces to Eq. (158) when the external resistances are
negligible ( cp « 1).
Although the diagnostic tests are very useful, the estimation of some
of the relevant parameters may be difficult at times. In such cases direct
experimental tests may have to be carried out to check for the impact of
the thermal gradients.
A common test for external gradient is checking for the influence of the
flow rate on the conversion at a fixed space velocity. If no effect is found,
it is concluded that the external resistances are not important. Unfortunately
radial temperature gradients usually affect the conversion in an integral
packed-bed reactor more than do the interphase gradients. Thus this test
does not provide a conclusive answer as to whether the interphase resistance
is important. A direct examination of the influence of the interphase gra-
dients can be carried out either in a well-stirred heterogeneous catalytic
reactor, sueh as the Berty reactor, or in a recycle reactor in which radial
temperature gradients can be eliminated.
ACKNOWLEDGMENTS
I wish to thank John Villadsen, Arvind Varma, and Stig Wedel for helpful
comments.
NOTATION
p pressure
p quantity defined by Eq. (102)
r radial position
r measured reaction rate
m
r pore diameter
p
r(C) reaction rate
R particle radius; universal gas constant
Greek Letters
Cl ratio of molar fluxes, defined by Eq. (15)
B Prater number, defined by Eq. (136)
E porosity of pellet
1) bed voidage fraction
t: dimensionless length, r /R
n effectiveness factor
n* external effectiveness factor = 1 / ( 1 + Da)
8 fraction of surface covered
:\ ratio of molecule to pore diameter; average hopping distance
Af thermal conductivity of fluid
:\e effective thermal conductivity
A normalized Thiele modulus, defined by Eq. (62)
11 viscosity
\! vibrational frequency
\!. stoichiometric coefficient
1
s conversion at which rate is 0. 9 of initial rate
p density
Pb bulk catalyst density
0 ratio of heats of reaction = fl H 2 /ll H 1
T tortuosity factor for
T* lingering time
¢ Thiele modulus with R as characteristic length
qi observable modulus defined by Eq. (84)
qi* observable modulus defined by Eq. ( 88)
X bulk-flow correction factor
REFERENCES
INTRODUCTION
Reactions between gases and solids play a major role in the materials
processing industries, encompassing a broad range of operations, such as
extractive metallurgy, combustion of solid fuels, environmental control,
energy generation, and catalyst manufacture and regeneration. Several ex-
amples of gas-solid reactions of industrial importance are cited in Table 1.
The breadth and diversity of systems encountered in gas-solid reactions, as
evident from the table, suggests that any attempt at formulating a unifying
theme for the design of gas-solid reactors would not meet with much success.
However, one can recognize a number of common steps in the overall design
of gas-solid reactions, a combination of which may be used in the develop-
ment of models and formulation of design strategies for these systems. It
is in this spirit that the present chapter attempts to thread together the
otherwise diverse systems.
The foremost consideration in the analysis and design of these systems
is the mode of contact. The number of reactor types (or modes of contact)
is very large in the chemical industry. Even for the same operation, for
example, calcination of lime, different types of reactors ( e. g. , rotary kiln ,
flat hearth, fluidized bed, moving bed) are used. A similar situation pre-
vails in many other gas-solid reactions involving calcination, decomposition,
roasting, and so on. The fixed-, fluidized-, and moving-bed techniques
appear to be most commonly employed and have received greater attention
from both the theoretical and practical points of view. The other modes of
contact, less commonly employed, include horizontal moving bed, pneumatic
conveyor, rotating cylinder, and flat hearth furnace. Although a priori
selection of the mode of contact is difficult, a choice will have to be made
at as early a stage as possible-certainly before any significant effort is
put into the detailed design.
This makes it necessary to undertake an experimental program with a
view to obtaining some qualitative and semiquantitative information regarding
the system. The tools of mathematical modeling should be invoked at this
293
""c:o
,4'>.
catalyst
~-
4. Reduction of iron ore with Moving bed Reaction of two gases Tsay et al. (1976) G
Q
CO and/or H 2 with same solid (J)
Fixed bed Osman et al. ( 1966); Barner I
~
""'c:r,
296 Doraiswamy and Kulkarni
SINGLE-PARTICLE STUDIES
Basic Steps in Gas-Solid Reactions
Despite the bewildering complexities that can occur in the study of a single
particle, the formulation and accounting of these complexities can be sim-
plified if one adheres to and understands the basic steps involved. Figure
1 sketches a solid particle reacting with a gas species to give products of
reaction. The typical elemental steps involved include gas-phase mass
transfer, diffusion inside the pores, adsorption of reactants, and reaction
and desorption of products. Although these steps occur in succession,
any one or more of these might be rate limiting.
The rate of reaction for the particle as a whole for a slowly reacting
system will be influenced by the surface kinetics (the intrinsic rate). For
somewhat faster reactions, pore diffusion intrudes to limit the rate. For
still faster reactions with exothermic effects, the temperature gradient
across the particle dimension or the gas film may become the limiting factor.
In the extreme case of very rapid reactions, mass transfer across the
fluid interface may become the controlling factor. It is necessary to
demarcate these Cf\ntrolling regimes-for in a given situation when, say,
gas film mass transfer is controlling, it would be wasteful to show undue
concern for the detailed reaction mechanism. These considerations are com-
mon to catalytic and noncatalytic gas-solid reactions.
An important point that differentiates gas-solid reactions from their
catalytic counterparts is the fact that here the solid is also involved as a
reactant. The continuous consumption of the solid reactant leads to in-
evitable structural changes during the reaction, and the system as a whole
is always in a transient state. An important implication of this is that
even the controlling regime might continually change with time for the
same particle.
Gas-Solid Noncatalytic Reactions 297
POSITION OF
REACTION ZONE
WITH TIME
'.:2:
...J
LL
(f)
<(
~ - - CA g
(.!)
UNREACTED
SOLID
I
I GAS
I CONCENTRATION
I PROFILE
I
FIGURE 1 Basic steps when a solid particle reacts with a gas species.
Basic Models
The relevance of the basic steps in gas-solid reactions has brought out a
number of features that are more or less unique to these types of reactions.
It is necessary now to model these features such that a further insight
into the behavior of these systems can be gained using numerical experi-
ments. As already mentioned, it is obviously not possible for a single
model to incorporate all the features of gas-solid reactions. In fact, dif-
ferent classes of models have been postulated and used to describe these
systems. In the present section we briefly summarize these basic models,
and in the next present a state-of-the-art discussion of the extension of
these basic models to different situations of greater practical relevance.
A comprehensive review has recently been published on the modeling of
gas-solid reactions by Ramachandran and Doraiswamyr. (1982b) (see also
Doraiswamy and Sharma, 1983).
(1)
( 2)
2
RA
C
= 4TTR.l k S CA.l ( 3)
The rate of reaction per pellet at any time t accounting for all the three
resistances is obtained simply by summing Eqs. (1) to ( 3) as
Gas-Solid Noncatalytic Reactions 299
1 1 ( 4a)
+--+--
RAd RAc
or
(4b)
( 5)
Rk
_g_ 2/3
X + [1 - 3(1 - x) + 2(1 - x)]
2D
e
3k 1/3
+ ___g_ [ 1 - (1 - x) ] ( 6)
k
s
t + t + t .
ash react10n
( 7)
where Tf, Ta, and Tr, represent, respectively, the time required for com-
plete conversion if film transfer, ash diffusion, or reaction alone were to
control the rate. The functions fo, f 1 , and f2 and the various T's assume
different forms for different geometries of the particle and are defined in
Table 2 together with other relevant parameters.
It is evident from the relationships present in the table that the time
required for a given conversion x depends on T, which in turn depends
on (a) the radius of the particle R, (b) the concentration in the gas phase
CAg• (c) the molal density of solid PB, and (d) the stoichiometric coeffi-
cient VB, in addition to kg, De, or ks, depending on whether film, ash
diffusion, or reaction controls.
It may be noted that the dependence of T on pellet size is different for
controlling regimes. Thus it is first order in R for reaction control,
second order for ash diffusion control, and 1. 5 to 2 order for film diffusion
control. By varying the size of the particle it is therefore easy to delineate
the controlling regime.
c.,
c::,
c::,
Controlling Flat
regime plate Cylinder Sphere T
pBR
Film diffusion , X X X
f 0 (x) = vB (8 + l)kgC Ag
2
2 2/3 pBR
Ash diffusion, X x + (1 - x) ln(l - x) 1 - (1 - x) + 2( 1 - x)
f 1 (x) = 2vB (S + l)DeC Ag
t,
1 - pBR 0
Reaction, X (1 _ x)l/2 1 - (1 _ x//3
n ~
f 2(x) = ;;·
vBkSCAg ~
s:l
3
aThe conversion x = 1 - (r/R)S+1, where S = 0, 1, and 2 for flat plate, cylinder, and sphere, respectively. '<
s:l
;::s
i:l.
:,:::
i::
~
s:l
~-
Gas-Solid Noncatalytic Reactions 301
n = ( 8)
In view of the changing rate RA, the effectiveness factor is also changing
with time and the following general implicit equation can be derived:
1 - R.
l
(9)
R.
l
n-1
where Sh = kgRIDe and Da = ksRCAb / De. The movement of the inter-
face ~ with time appearing in Eq. (9) can be obtained by integrating Eq.
(5), where the term RA on the right-hand side can be replaced by RA
given by Eq. (8).
The case considered thus far assumes linear kinetics. It is possible for
a reaction to follow fractional-order kinetics with respect to the gaseous re-
actant. Typical examples are the reduction of Cr203 by hydrogen (Chu and
Rahmel, 1979) and oxidation of ZnS (Cannon and Denbigh, 1957). In many
instances the reaction rate may also be represented by Hougen-Watson (H-W)
kinetics. In general, in the presence of such nonlinear kinetics, no analyti-
cal expression for the conversion-time relations can be obtained. Numerical
integration procedures for power law kinetics using SIM have been proposed
by Sohn and Szekely (1972) and for H-W kinetics by Ramachandran (1982).
The case of zero-order reaction has been reported by Simonsson ( 1979).
A zero-order reaction typically exhibits sharp transition between the kinetic
and diffusion control regimes. The combination of first- and zero-order
kinetics has been analyzed by Kam et al. ( 1976) for the case for oxidation
of carbon.
SIM is a phenomenological model, and in the extreme case of reaction
control or ash diffusion control requires only one parameter-the relevant
time factor T-to describe the system. The model predicts total conversion
of solid in a finite time and is well suited for many practical systems. But
it cannot account for such features as the leveling off of conversion of the
S-shaped nature of the conversion-time curve.
302 Doraiswamy and Kulkarni
where m and n refer to the orders with respect to the gas and solid, re-
spectively. A distinctive feature of the volume reaction model is that the
rate of chemical reaction depends on the activity and concentration of the
solid reactant. This means that only for certain values of n (n < 1) can
the solid reactant be completely reacted at any point in a particle and its
concentration reduced to zero.
The general conservation equations for the gaseous and solid reactant
species for the volume reaction model illustrated in Fig. 2 can be written
as
( 10)
(11)
and
The boundary conditions required for the solution of the model are
t=O,R=l: (12)
dCA
>
A A
dCA
t > 0, R 0: A
= 0 (14)
dR
(;')
A
r,,
I
Cl)
£
E:
CAg Bo CAg Bo
r-~ I z
0
;:s
(')
I A
I ...
A
I ~
t=O~ I) ...g·
::0
Cl)
I L--- o A
R (')
0 ...s·
GAS FILM LOW cf> ;:s
r,,
LARGE 4> (----m=I ,-met)
CAg
Bo
Zone I - Ash layer
R 0 R 0
LOW Cl> LARGE Cl> ( INDICATING THE DEVELOPMENT
OF THREE ZONES)
FIGURE 2 Concentration profiles for the homogeneous model for various Thiele moduli.
c,.,
C
c,.,
304 Doraiswamy and Kulkarni
At higher values of <P (</> > 0.2) the concentration profile within the pellet
cannot any more be neglected and both Eqs. ( 10) and ( 11) need to be
solved simultaneously. An especially important case from the practical
standpoint is when the order with respect to the gaseous component is
unity (n = 1). In this situation it is possible to combine Eqs. ( 10) and
( 11) into a single equation by defining a cumulative gas concentration as
2 2
V 1jJ = <P [1 - exp(-ijJ)] (18)
A A
O·O
O•I 1·0 10·0 100•0
DIMENSIONLESS TIME, f
FIGURE 3 Effect of reaction orders on x versus f plots based on volume reaction model
for slab geometry; Bim = 00 • (From Dudukovic and Lamba, 1978b.)
c.,
C
c:n
w
c:,
0,
TABLE 3 Conservation Equations for Heat and Mass for Volume Reaction and Particle-Pellet Models
ac
Volume reaction model N A ~~ (i2 acAA)- cp2cmcn exp [ y
1 at - R2 aR (1 - ~)]
aR A B
aT
A
N 2 ~ = aT + A2 --;:;:- + f3 cp2cmcn exp [ y
A2 m AB (1 - ~)]
at aR R aR
A
ac Am"'n
B
~ CACB exp
at
[y(l - ;)]
acA A aT
R = 1: A = Sh(l - CA); --;:::- = Nu( 1 T)
aR aR
A
ac t,
a _ aT _ 0
R = 0: -A - --::;;:- - 0 is
;;;·
aR aR
~
A
t T 3
= O·. CA = 0' = 1' CB = 1 '<
A
;:l
where A..
;,:::
k Cm Cn-lf R 2t t
N = v Ab Bs c ;>;'
A
1 DeB
2.
P C k Cm n-1 2 Q
N = s ps v Ab CBs fOR t ..,,s::,
2 k' I
e C/l
&
A.
(-LiH)DeBCAb ~
0
sm = ;:l
k'T (')
e b
....s::,s::,
2
.:z....
1 ac cl CA 2 acA 2A2 A a' c=;·
--A-
Particle-pellet model N1 A =--+-
<PrGiCA ::0
Cl)
clt aR2 i "R s::,
(')
....
~ s·
a' ..,,;:l
=
N1 ~ a2 2 clT <P2;2
A A
2 A A
T2 +- - + s .c
m G1 A
clt clR R clR
A
clrGi A a'
-A-= -c
A
at
where
exp[y(l - 1/T)]
a' =
vfcR~BcAbks
Nl -
1 -
DepSrGO
2
vR p s C _e.sMBCAbk s
Nl -
2 - k'r
e Go c..,
0
--.:i
aThe conversion x =1 - (r/R)S+l, where S = 0, 1, and 2 for flat plate, cylinder, and sphere, respectively.
308 Doraiswamy and Kulkarni
comprising a product zone nearer the surface and a reaction zone within
the pellet.
Ishida and Wen (1968) divided the total reaction time into two periods
(i.e., the constant-rate period and falling-rate period), in analogy with
the drying process. The time-conversion relations for the two periods are
x=--~~--~-~-----
3(<!> coth <I> - l)t
(constant-rate period) ( 19)
<1>2[1 + (1/Sh)(cj> coth <I> - 1)]
and
3 3Ri
A A
t
A
- ( l + 2- ) --
= l +<1>2 ( 21)
er 6 Sh
)
relationship between the interface position and time, which is given im-
plicitly as
t = 1 - (, DeB
DeS
ln
Ri sinh
'
sinh cj>R.
A
<I>
l
<I> 2 2 A
<1>2 3 [DeB
R.) + ( 22)
A
+ 3Sh (1 - Ri ) + Des (1 l
: ~ ] [ <I> coth(<l>I\) - 1]
In the two- zone models described above, when the rate of reaction is
very rapid, the concentration of the gas species drops very sharply in the
reaction zone. The reaction zone can then be further subdivided into two
zones, comprising the actual reaction zone where the bulk of the reaction
occurs and a core of completely unreacted solid. This has led to the de-
velopment of so-called zone models (Bowen and Cheng, 1969; Mantri et al.,
1976). A common feature of these models is the existence of a reaction
zone of thickness !::,, Y which is a function of the Thiele modulus. Mantri
et al. (1976) have prepared a plot of !::,, Y versus <I>, which is reproduced in
Fig. 4. Such a plot is useful in parameter estimation. The width of the
reaction zone (!::,, Y) can be independently determined from measurements
using electron probe microanalysis (see Prasannan and Doraiswamy, 1982).
For extremely large values of <I> , the reaction zone width becomes very nar-
row, leading to the sharp interface model.
Ramachandran and Doraiswamy ( 1982a) considered the case where the
reaction is zero order with respect to both gaseous and solid reactant
Gas-Solid Noncatalytic Reactions 309
1-0~~,--~~~,~~~~--------~---~-~----,
\
\ ''
I !
i I
>- \ ~ .---m =1 ( Mantri et al, 1976)
<l
IJJ
z
•~ ~ i I II
0
~ ! !Ii I:
\\ ~'N
N \' I Ii I
z t-----+---+----+----l-"'---f-+-----+-"~-~'_ _,!_-+--+--+--+-r--t-:_ _ _ ···-
0
1--
ii
u
<!
IJJ 11
0:
lJ.. 0·1
0
(/)
! '
(/)
IJJ
z ·-- --+--+--,-+-+----+---"'>c--+-----+--+---->---ll\-.->rt---+--+-+-----t
::.:: t-----+----+-------+-!----7e--+-~--~-- _____,,,__ _ _--+---+--' -+---+-~->t-----f
,,/\_ -t----------1
~
:z: i =o
\ ~
1-- 1-----+---+---+---+---+---<
i
m
'
_J
<! f-------_j (Dudukovic and Lomba, 1978 b ~ I 1
\/
1-- !
z
I\ ' '
I\
0·01 ~-........,-~~~~-'-'-~-----___,_-~___,____,_'\....,. .._~~---~
2 10 100
THIELE MODULUS, q:,
species. For finite concentrations of gas within the pellet (no severe dif-
fusional limitations), this case leads to the simple solution
X = t ( 23)
6
cjJ ,,:; ( 24)
er (1 + 2 /Sh) 1/2
For values of cjJ > ¢er, the governing diffusion equation has to be solved
for the zone where the actual reaction occurs and the position of this zone
310 Doraiswamy and Kulkarni
shifts with time. Once the zone is formed, the reaction process occurs
within this zone until the solid there gets completely exhausted. The re-
action then jumps to another zone, where the phenomenon continues. In
this case, therefore, we have a physical picture of where the reaction zone
jumps from one position to another, and Ramachandran and Doraiswamy
(1982a,b) have termed this the jumping zone model. The jumping zone con-
cept is illustrated in Fig. 5.
24
(f)
lJ..I
z 20
0
N
z
0
I- 16
u
<t
lJ..I
0:::
u.. 12
0
0:::
lJ..I
CD
~ 8
:::)
z
_J
<t
I- 4
0
I-
0 ,,
2 3 4 5 6 7 8 9 10
THIELE MODULUS, 0
FIGURE 5 Number of reaction zone that develop in the pellet for various
values of ¢.
Gas-Solid Noncatalytic Reactions 311
. COMPLETELY REACTED
GRAIN
SCHEMATIC OF
GAS A PARTIALLY REACTED GRAIN
SCHEMATIC OF
A PARTIALLY REACTED PELLET
4TIDeGrGirGO (C
= A - CA1') ( 25)
rGi - rGO s
( 26)
( 27)
Once the rate of reaction for the individual grain is known, we can proceed
to write the overall pellet equation as
2 3( 1 - f)
I/ CA= RGA 3 ( 28)
4Tir 00
312 Doraiswamy and Kulkarni
where the term in parentheses refers to the total number of grains in the
pellet volume. The term RQA involves a knowledge of the interfacial posi-
tion rm within each grain, which is a function of both the time and position
within the pellet. To evaluate this, a stoichiometric balance on the solid
reactant B can be written in analogy with Eq. (5) for an individual grain
as
The term CA appearing in RaA in this equation fixes the position of the
individual grain in the pellet .
The appropriate boundary conditions to the problem are
dCA
r = R: De dr = kg(CAb - CAs)
dCA
r = 0: --= 0 ( 30)
dr
t = 0:
A(nonporous) + A (porous)
A(porous) + Product
The first stage could represent a simple physical process or may involve a
porous intermediate, formed out of reaction, that further undergoes reaction
according to the second stage. The reduction of hematite and manganese
oxide (De Bruijin et al., 1980) and uranium oxide (Le Page and Fane, 1974)
with hydrogen follows such a sequence:
FeO Fe
The crackling core model has been used successfully in the interpretation
of experimental data for these systems.
The model envisages two stages, each of which is characterized by a·
certain characteristic time, and the model therefore involves at least two
parameters. As before, Tg represents the time required for complete con-
version of the grain, and Tc represents the time required for the original
nonporous particle to become completely porous. In the limiting case of
fast crackling (T << Tc), the controlling processes shift over to individual
grains and one ofiserves a simple homogeneous ·model. The individual grains
FRESH PARTIALLY
PELLET PELLET REACTED PELLET
PELLET
follow the shrinking core model with either reaction or ash diffusion control-
ling. In view of the processes within the grain controlling, the conversion-
time relationship becomes independent of the pellet dimensions. In the
other extreme of slow crackling, the processes within the grain (in the
porous part of the pellet) get over much faster, and for the pellet as a
whole one observes shrinking core behavior with reaction control. Typical
of such situations (see Table 2), the system time constant shows linear
dependence on the size of the pellet.
The study of the limiting cases as observed here makes possible some
comparisons with the earlier particle-pellet model. The case of Tg » Tc is
identical to the case of Tg » Td in the particle-pellet model. For the re-
verse case Tg << Tc, however, SIM with reaction control prevails as against
SIM with ash diffusion for the particle-pellet model. In view of the differ-
ent size dependencies in these regimes, studies with different sizes of
particles can afford a distinction between the two types of models.
In the intermediate regime where both Tg and Tc are of comparable
magnitude, the model yields an algebraic equation for the conversion-time
relationship which can readily be used. The basic feature of this model is
that it predicts the S-shaped curve observed experimentally in some sys-
tems. Also, in the event that Tg -+- 00 , the crackling proceeds faster,
rendering the pellet porous and taking it to some intermediate level of con-
version (xI). Subsequent conversion to 100% cannot, however, be observed
in view of large Tg· The model also explains the leveling off of conversion
below 100%, as observed in some systems.
The simple crackling core model could be extended, for example , by re-
moving the assumption of no diffusion resistance to gas inside the porous
part of the pellet. Also, one might consider a volume reaction model in the
porous part of the pellet rather than a shrinking core model for the in-
dividual grain.
Nucleation Model
An alternative approach to provide an explanation for the observed sigmoid
behavior in some gas-solid systems has been attempted in a class of models
which are generally referred to as nucleation models. Nucleation effects
are often significant in systems such as reduction of metallic oxides. In
these systems the process proceeds with the generation of metallic nuclei,
which subsequently grow and finally overlap. The rates of these individual
processes strongly affect the conversion-time behavior of the system. In
the event that the nuclei generation rate is faster, the whole surface gets
covered with the metallic phase and the reaction proceeds in a topochemical
manner. On the other hand, for a slow generation rate, the metal-oxide
interface is irregular and different considerations prevail in estimating the
conversion-time relations.
An empirical model that relates the conversion to the time has been pro-
posed by Avrami ( 1940) :
dx
= kx a (1 - x) b ( 32)
dt
1
x = Sk 3 N k f ( exp(-k ft f)(t ( 33)
growth n,o n ) 0 n n
where Nn O is the number of germ nuclei per unit solid volume at the begin-
ning, and' knf and tnf are the rate constant and time required for nucleus
formation, respectively.
Bhatia and Perlmutter ( 1980) have also analyzed this problem using the
population balance approach. The possibility of both homogeneous and hetero-
geneous nucleation around a germ nucleus is considered and the basic Avarami
model has been modified to include a term for the initial volume of a growth
nucleus.
Some experimental data on the formation and growth of nuclei for the oxida-
tion of copper iodate and reduction of wustite have been provided by Neuburg
(1970) and El-Rahaiby and Rao (1979). Some aspects of the theory of nuclea-
tion have also been discussed (Rao, 1979).
Detailed formulations accounting for the effect of bulk flow have been pre-
sented by a number of authors (e.g., Beveridge and Goldie, 1968; Gower,
1971; Sohn and Sohn, 1980) for the sharp interface model. The bulk flow
within the solid assumes greater importance for reactions with volume change,
and typical examples of industrial gas-solid reactions with volume change are
The conservation equation for the mass of reactant in situations of this type
should include a term for bulk flow and can be represented in analogy with
the gas-solid catalytic systems (Weekman and Gorring, 1965) in dimensionless
form as
( 34)
R = 1: CA= 1 ( 35)
( 36)
( 8 + l)V
k p ( 37)
¢ = 2( 8 + l)D
e
( 38)
The concentration profile for the gaseous reactant as obtained from the solu-
tion of Eq. (34) can be related to the consumption of solid as follows:
dR.
1
--;:-=- ( 39)
dt
where
A
t =
p ( 40)
( 8 + l)V t
p
ln(l + 8) t X) 2/(B+l) -
1 _ CB+ 1)(1 - 2(1 - x)
8 </)2 B - 1
( 42)
= p(x)
In general, the net effect of volume change is to change the time required
to attain a given extent of conversion by a factor 8/ln(l + 8). It is also
possible to incorporate the effect of external mass transfer in the presence
of volume change effects. The conversion-time relationship can now be ob-
tained as
t [l _ (1 _
x
)1/(B+l)l + ¢2[ 8 ( ) + 2(1 + 8)
ln(l + 8) P x Sh
x] ( 43)
Nonisothermal Effects
T.
1
sin µRi
A f(µ)
fl sin
R. R.
1 1
µ cot µ + Nu - 1 = 0 ( 45)
' - R.1___,,---
f( ') = _______ R~) + !(_!__
13 Sh
- 1) <,3 - R.3)
1
Da exp[y(l - 1/T.) ]
1
( 46)
p k'
B e
P2 = C (47)
MBps psDeCAb
f(µ) =
(Nu - 1) 2 + μ2 ( 48)
2
Nu(Nu - 1) + µ
dR.
1
-,.,- = n ( 49)
dt
the application of the phase rule suggests one degree of freedom. Each
temperature T d therefore has a fixed value of partial pressure Pd of the
Gas-Solid Noncatalytic Reactions 319
product gas P, and once this value is reached, the reaction starts and the
front moves inside. The process is controlled either by heat or gas diffu-
sion through the product layer and typically yields SIM behavior.
In the event that heat transfer through the ash layer controls, the re-
action interface stays isothermal and the equation for SIM with ash diffusion
control and De replaced by k~ (in the definition of T in Table 2) represents
the conversion-time behavior. Where gas diffusion through the ash layer
is controlling, the variation of De with temperature (De o:: Tl/2 in the
knudsen regime: De o:: TL 5-2 in the bulk diffusion regime) should be ap-
propriately accounted for (Mu and Perlmutter, 1980).
Nonisothermal effects have also been analyzed for the volume reaction
model by Shettigar and Hughes (1972), and for the particle-pellet model by
Calvelo and Smith (1970). The latter analysis is based on the pseudo-steady-
state hypothesis, which is not valid for heat transfer. The governing
transient equations for heat and mass for the volume and grain models are
presented in Table 4 together with the relevant boundary conditions. An
analysis of the complete transients for the particle-pellet model indicates a
shift in the temperature maximum from the surface to the center with
progress of time (Sampath et al., 1975). Nonisothermal effects along with
structural variations have not yet been analyzed.
where ex: 1, cx: 2 , and cx: 3 are constants and B refers to solid concentration
VB + VI
3 f =f +(1-f) Levenspiel (1979)
c co co VB - \! s s
f
D =D ~
e eo f
co t,
0
where VB and Vs refer to molar volumes of species and B and s per mole a
i;;·
of solid. v 1 refers to molar volume of inert per mole of solid B. ~
~
3 '<
1 ...., f A
C ;:l
4 = (:Gao) where rG refers to the radius of the grain Particle-pellet Ramachandran A.
1 - f
co model and Smith :,::
( 1977a) i:::
D f ~
e C A
D- = f
eo co ~-
:;')
Eventually, with progress of time, the pore will be completely A
blocked. The time required for pore closure is obtained as Cl)
~
'
E:
1 1 + z
= Bi1 [ Z zv zv f ) Particle-pellet Georgakis et al. 0
- 1 (1 - f )2/3 ( 1 - . zv co ;:s
p \) model (1979)
co 2
1
A
+ 1 - l 1+-z\)-f ) ~
Z - 1 1 2/3 ] ( ....
t=;·
\) (1 - fco) (l _ fco)l/3 1 -zv co
::0
~
C')
vCpBMC ....
where Zv = v p (1 s·
;:s
B C fc)MB c,,
D 1 - f
e co A 3
5 = 1 - (y - 1)(1 - rGi) Variable grain Garza and
D f
eo co model Dudukovic
( 1982)
where y refers to the ratio of the volume of solid product
formed per unit volume of reactant consumed and refers rm
to the dimensionless position of the shrinking core in the
grain. The time required for pore closure is obtained as
Da { 2 [y + (1 _ y)r\3] 2/3}
T = l - n + - f 1-n +
1 - y
where
f i1'3
co ]
r\ = [1 + (1 - f )(1 - y) c.:,
co ts)
._
Gas-Solid Noncatalytic Reactions 325
PRODUCT C
~ ss/;r-
i
'
I
I
- ~ '
SOLID B
~ -a:: ~SOLIOB
ASSOCIATED
0
a. WITH THE
~1 PORE
\ DIFFUSION LENGTH
\ FOR GAS A
AREA OF UNIFORM
GAS CONCENTRATION
(a ) ( b ) ( C )
dx
A = (1 - x)[l - 1/J ln(l - x)] 112 ( 50)
dt
and
1/2
CA ( 1 - x)[ 1 - 1/J ln(l - x)]
A
dx
-;;;-- = ( 51)
dt 1 + S'Z/1/J{[l - 1/J ln(l - x)]l/ 2 - l}
where
The parameter S' characterizes the diffusional resistance to the flow of the
gaseous species in the product layer. For 1/J = 0, Eq. ( 50) reduces to the
volume reaction model with n = 1, and for 1/J + 1 the behavior closely ap-
proaches the grain model. It is apparent, therefore, that the concept of
reaction order with respect to solids is closely related to the structure of
the solid, and the random pore model for the first time provides a rational
meaning to the order of reaction with respect to solids. The relation be-
tween 1/J and n is graphically illustrated in Fig. 10.
Several distributions for the parameter 1/J can be assumed, and Bhatia
and Perlmutter ( 1981a) have shown that a uniform pore size leads to the
lowest reactivity of solid. Also, for a given pore size distribution, an
optimal structure exists for highest activity of solid.
328 Doraiswamy and Kulkarni
0-8
z
Q
I-
u 0·6
..,
ct
...a::
0
..,a:: 0•4
0
a::
0
0·2
t = + ( 53)
s;
For S' + 0 and this equation reduces to the cases of kinetic control
00 ,
Substituting these expressions for S* and s;in Eq. (53) and integrating
leads to the desired conversion-time relationship. A comparison of pre-
dictions obtained using the grain model and the random pore model for a
set of parameter values is illustrated in Fig. 11.
Sintering
The temperature variations within the pellet in the presence of an exother-
mic reaction result in sintering, which causes a decrease in the effective
diffusivity of the pellet. Alternatively, the grain size increases and the
specific surface area of the grain decreases. Simple empirical laws such
as exponential decay of diffusivity with reaction (Evans et al., 1973) or
first-order decay in surface area (Ranade and Harrison, 1979, 1981) can
be used to account for sintering. The primary influence of sintering is to
decrease pore intersection. This causes a decrease in porosity and an in-
crease in the tortuosity factor of the pellet. These effects have been
taken into account by Kim and Smith (1974). Chan and Smith (1976), and
Ramachandran and Smith ( 1977b). The combined effect of chemical reaction
and sinterin'g on the diffusivity in the pellet has been expressed by the
relation
3 2
(1-f)(rGi)](l-f) ( 58)
0 rGO p
( 59)
where kp, analogous to the conventional rate constant, represents the rate
constant for pore removal.
13' = 1 {3 1 = 10
1·0,- --=
1/
0· 8 I- I! 1
// ✓ /3 = 50
1/',
-
·,
>< -~
; 0·6
0
f/)
0·4l
u
i II /
GRAIN MODEL
0·2
RANDOM PORE MODEL
t:,
0
z
cii'
~
p
0 L - - - - . . . L . . . - - - - - - ' - - - - . . l . - . - - - - - 1 . . - - - _ _ J L . ._ _ _.L_
_ __J
0 2 4 6 8 iO 12 3
14
fl '<
TIME , t p
~
P.
FIGURE 11 Compariso n of conversio n prediction s for several models for various values
~
of S'. Parameter s are ljJ = Zv = 1, ¢ = 0. E.
;>;'
p
~
i::.
Gas-Solid Noncatalytic Reactions 331
1
As ~ (ocRS 3
~A) == ¢ 2
dX
A ( 60)
R aR aR at
dx CA
A == (61)
F(x)
dt
1/J == f t
0
A
CA dt
A
== fx f(x)
0
dx ( 62)
( 63)
d2
f(x) - - + 8 f~x) d; + f'(x)(d: )2 - k(x) == 0 (64)
dit 2 R R dR
ANALYSIS OF REACTORS
TABLE 6 Functional Forms for F(x) for Different Gas-Solid Reaction Models
-n
1 (1 - x) Volume reaction
model
(1 _ x)l/3 + (1 _ x)2/3
2 -l - Sh Grain model
(1-x//3 (1-x)2/3
----- + ------'-----'---- Grain model
3 -l - Sh Sh[Z + (1- z )(1- x)] 1/3
\) \)
with structur-
al variations
(1-n) /n
4
1
n 1 -
1
X
ln ( 1 ~ x) Nucleation
model
Zv= 1- 5
0-8
>C
0-6
z
0
vi
a::
UJ
>
z
0 0-4
u
0-2 n=3
UNREACTED GAS IN
REGION
REACTION
FRONT
(
REACTED ,._REACTION
REGION FRONT
t
GAS IN
(a) (b)
a
dT
336 Doraiswamy and Kulkarni
Product:
R=l)
"
= 0
( 66)
The initial and boundary conditions associated with these equations ex-
pressed in dimensionless form are:
Initial conditions:
YA (z, T~ 0) =0 ( 67)
cc ( z, T ~ 0) = 1.0 ( 69)
8( z, T~ 0) = 1.0 ( 70)
Boundary conditions:
YA (z = 0, T > 0) = [YAo +
3A 4( 1 - fB) y A I R=l]/[, + 3A 4(1 - fB)]
8* . 8
( 71)
y' (0,T)
C
=1 - YA (0,T) ( 72)
cc(0,T) = 8( 0, T) ( 73)
8*A (1 - f ) + 1
3 B
= l+A/1-fB) ( 74)
Product:
( 76)
where the dimensionless radial position of the reaction front inside each
grain is given by
Gas-Solid Noncatalytic Reactions 337
( 77)
and the initial and boundary conditions associated with the internal field
problem are given in dimensionless form as follows:
Initial conditions:
Boundary conditions:
clyA
-,.._-(z,0,T) = 0 (81)
clR
aye
-,.._-(z,0,T) = 0 (82)
clR
clyC _ V clyA
-,.._-(z,1,T) - v' -,.._-(z,1,T) ( 84)
clR aR
f ~ = 0~ - ~ (85)
B a, az ex:
az
The change of superficial gas velocity with respect to the axial position is
obtained as
( 86)
where
cx:(0,T) = 0(0,T) (87)
cl 0* = A R - 3
A (0* - 0) (88)
cl T 6 1 f 7
p
338 Doraiswamy and Kulkarni
( 90)
Equations ( 65) to ( 90) completely define the system subject to the as-
sumptions stated earlier. No analytical solution to this set of equations
exists and numerical methods have to be employed. The model involves
formulation of several dimensionless groups which express the rate of one
process in relation to another. For large and small values of these param-
eters, the system approaches one or the other asymptotic limit. In what
follows we shall qualitatively analyze the influence of these dimensionless
groups. ,
The dimensionless group A 6 ( = -t, H /CpsTo) involves the heat of re-
action. In the event that A 6 approaches zero, the system behavior tends
to be isothermal. Even for finite values of A6, isothermal behavior can be
approached if A 5 defines the convective heat transfer through the wall of
the reactor in relation to the axial heat transfer through the gas phase in
the bed. The parameter A4 is a measure of the relative rate of mass trans-
fer across the gas-solid interface to the rate of mass transfer 'through the
gas phase in the bed. For large values of A 4 , the flow through the bed
becomes controlling, and in the limiting case, the gaseous reactant gets
completely consumed at some axial distance in the bed. The sharp inter-
face thus formed moves along the axial coordinate with time. In the other
extreme of very low values of A4, the transfer across the fluid-solid inter-
face takes control. More strictly, at low values of A 4 , the controlling
regime is shifted from the external field to the internal field.
The internal field is specified in terms of two other dimensionless
groups. The group A 1 measures the relative rate of the chemical reaction
in relation to the internal gas diffusion, while the group A 2 measures the
relative importance of external gas film mass transfer to internal diffusion.
For a specified value of A4 depending on the value of A 2 , the bed behavior
approaches either gas-film control (A2 + 0) or a stage where the entire
bed behaves as a single pellet with a uniform environment of gas around
(A2 + large value). The parameter A1, for a specified value of A 4 , de-
termines whether reaction control or diffusion control would prevail in the
system.
The advantages of a skeleton analysis of this type is that it provides
asymptotic solutions to the general model as well as guidelines for the be-
havior of the model. Thus, for isothermal systems (A6 = 0) with a very
small value of the parameter A4, it is seen that any of the three mechanisms
( gas film, internal diffusion, or reaction) in the internal field will govern
the reactor behavior. These equations can be solved analytically to obtain
the following expressions for the extent of reaction ( cj>*) in the bed.
Diffusion Control
In view of constant concentration of gas everywhere in the bed, the pellet
and the bed becomes indistinguishable from each other and the extent of
reaction in the bed is obtained as
Gas-Solid Noncatalytic Reactions 339
¢* == 1 - z 31 ( 91)
1 - R Zl
1 - YA ::: -:;;--- ( 93)
1 - Zl
R
3
( 94)
A
¢* ::: 1 - rGi
( 95)
¢* ::: T ( 96)
In the other extreme case, where the gas flow through the bed becomes
controlling in relation to its transfer across the gas-solid interface, the con-
trolling regime lies in the external field. This was the case analyzed by
Evans and Song (1974), who considered isothermal and nondispersive condi-
tions in the reactor and spherical pellets with no external mass transfer
resistance. For this case the gas concentration varies with axial position
in the bed and each pellet is subjected to a different environment. A re-
action modulus a analogous to the reaction modulus A 1 was defined, and
their numerical results indicate that after an initial period the plot of the
extent of reaction against position in the bed shows a sigmoid shape which
subsequently travels through the bed at constant velocity. The sigmoid
shape corresponds to the reaction zone width, and the material lying outside
this zone is either completely reacted or unreacted. For higher values of a
the reaction width increases and for sufficiently large values can cover the
entire bed length. The simple model of Evans and Song (197 4) has been
extended further by Ranade and Evans ( 1980) , who additionally considered
the nonisothermal nature of the bed. The variation of velocity and gas
properties with the temperature profile in the bed, as formulated in the
general equations here, has, however, not be accounted for. The authors
used the model to describe the reduction of commercial iron ore (taconite)
with hydrogen, and generally satisfactory simulation was reported. A
340 Doraiswamy and Kulkarni
( 97)
Moving-Bed Reactors
A number of contacting arrangements can be envisaged for moving bed
systems:
In most of these modes of contact the gas and the solids flow pattern
is closer to plug flow; however, deviations from ideality are expected in
certain situations and can easily be accommodated. In many situations the
uptake rate of gas by the solids is marginal in comparison with the net flow,
resulting in an uniform environment of gas all around the bed. In such
situations the conversion of solids leaving the reactor is the same as that of
a single particle exposed to a gas for a time equal to the residence time of
the particle in the reactor.
For the case of varying gas compositions, the model equations under
isothermal conditions can be formulated as follows:
F p (dx/dl)
s s
- R A = 0 ( 98)
M A C
s
2 2
D A p fB(d CA/dl )
g C g
( 99)
M
342 Doraiswamy and Kulkarni
fB pg F
1 d 2x dx _g_ d 2C _ dC)
- + = 0 (100)
Pe dz 1 - f F (p~g dz 2 dz
s dz 2 B PS s
A Z(l fB)
d 2C pg
-1- - - dC C dx
= 0 ( 101)
Peg dz2 dz F ps dT
g
1 dx I
X =XO+ Pe ( 102)
s dz z=0
1 dCI
C = co+ ( 103)
Pe dz z=0
g
dx
dz
0 = dC
dz
I z=l (104)
F p C dT
g g pg ~ = ha(T - T ) ( 105)
MA C dl s g
The equation suggests that the temperature change in the axial direction
is due only to the effect of heat transfer from the pellets. The heat
balance on the solid phase yields
Gas-Solid Noncatalytic Reactions 343
dT
s
(1 - fB) p C = ha(T - T ) + (-llH)RA ( 106)
s ps dl g s
T = T 1 0 (107)
g go
Fluidized-Bed Reactors
Fluidized-bed reactors represent a multiphase system consisting of two, or
more correctly, three phases. As a prerequisite to the design of these re-
actors, it is necessary to know the gas flow through the constituent phases
as well as their volume fractions, extent of mixing, and rates of interphase
mass transfer. Several models depicting the behavior of the fluid bed are
available in the literature, and the present treatment presupposes a knowl-
edge of these essentials. Relationships exist between the properties of the
bed and the diameter of bubbles (which grow along the bed due to coales-
cence) , expansion of the bed, and gas transfer from the emulsion phase.
The predictive equations for obtaining these properties of the bed are
listed in the section on estimation of parameter values.
344 Doraiswamy and Kulkarni
The chief features of the fluid bed as used for the noncatalytic reactor
differ from those for the conventional catalytic reactor. The main depar-
tures arise due to different considerations associated with the solid phase.
In noncatalytic systems the solid acts as a reactant and therefore its con-
sumption during the reaction should be accounted for in contrast to cataly-
tic systems. The reaction brings about changes in the size and shape of
these particles which affect the fluidization behavior. Nondecaying catalytic
systems can be operated in the batch mode with respect to the solid, but
the consequences of reaction and solids consumption often require that the
noncatalytic systems be operated on a continuous basis. The solids feed to
these reactors would generally contain a size distribution. Besides its in-
fluence on the fluidization behavior, the size distribution has a direct effect
on the residence-time distribution and therefore on the conversion of the
solid reactant. In catalytic systems, the gas mixing and interchange co-
efficients play an important role in deciding the conversion in the reactor.
In noncatalytic reactions, the degree of backmixing and residence time of
particles are additional important factors. Conventional catalytic reactors
operate with sufficiently fine particles so that processes within the particles
can often be ignored. In noncatalytic reactions with size distribution of
solids, pseudohomogeneous conditions cannot always be assumed and explicit
recognition of the processes within the catalyst particle becomes necessary.
In the discussion that follows we attempt to progressively incorporate some
of these complexities.
1
E(t) = exp [- ~ ] (110)
t(R.) t(R.)
J J
where t(Rj) is the average residence time for particles of size Rj and E(t)dt
represents the fraction of the particles that have a residence time between
t and t + dt. This information on residence-time distribution can be com-
bined with a suitable model for computing the conversion in a single parti-
cle, to yield the average conversion of solids in the reactor:
FT f
R
M F (R). l [ t ]
x=
00
where RM is the maximum size in the feed and Fs(R)j is the quantity of
particles of size Rj entering with the feed.
However, the analysis ignores any loss of particles due to elutriation.
We shall now consider this effect.
Gas-Solid Noncatalytic Reactions 345
Effect of Elutriation
Elutriation rates from fluidized beds depend on many factors: size distribu-
tion of particles; particle characteristics, such as shape and attrition be-
havior; mode of operation of the reactor; location and type of internals;
feedboard height; and so on. Often, many of these factors are interrelated,
and it is customary to express the rate of elutriation on the basis of an
elutriation constant E* as follows:
or
Rate of removal of solids of = E* (Fraction of bed weight)
size R. per unit bed area s consisting of size R.
] ]
or
W(R).
= E* ___l (112)
s w
where E! may now be viewed as a specific elutriation constant. The two
quantities E* and E: are related simply as follows:
A
E* = E* c (113)
s w
The following general equation, based on the experimental data for batch
operations with binary mixtures, has been suggested by Wen and Hashinger
( 1960):
(115)
Knowing t(Rj), we can use Eq. ( 115) to predict the solids conversion in
the presence of elutriation.
Other studies on elutriation include those of Sycheva and Donat ( 1974),
Tanaka and Shinohara (1972), Gontanev and Paulin (1975), Lange et al.
( 1977), and Horio et al. ( 1980).
346 Doraiswamy and Kulkarni
dR
dt = - k = constant ( 116)
dR k
dt = R
(117)
The parameter k in the first case is related to the rate constant ks for the
SIM by
vksCAiMB
k = ----- (118)
PB
growth of mass
Solids solids solids leaving solids in increase
in in in elutriation and out of solid
( 119)
feed outflow stream of the + within the = 0
(kg /s) (kg/s) (kg /s) interval interval
(kg/s) (kg/s)
( 120)
The terms E*(R), (SF), and r(R) represent, respectively, the elutria-
tion constant defined by Eq. ( 113) , the shape factor of the particles, and
Gas-Solid Noncatalytic Reactions 347
the rate of change of particle size. Equation ( 120), valid for a particular
size range, can be supplemented by a balance over all sizes to give
F s,2 + F s, l F
s,0
== (SF)W JR ¢(R)r(R)
R
dR ( 121)
RM
W (R R3 [iR (122)
~o
s,
== LRM r(R) I R
M
F R3
s,0 ( 123)
Wr(R)
batch reactor. The model has also been used and considerably extended
by Amundson (see Bukur et al., 1977). Tigrel and Pyle (1971) have used
this model for the not-too-different problem of catalyst deactivation. Kunii
and Levenspiel (1969) and Kato and Wen (1969) have extended their models
to gas-solid noncatalytic systems. A general model for noncatalytic beds
should take account of variation in both size and density of particles. No
model that takes account of all the realities in the bed is however available.
A particularly useful model that takes account of some of the complexities
in practical systems has been suggested by Chen and Saxena ( 1978).
Based on a more rigorous description of the bed, Chen and Saxena
have shown that the solids in the emulsion phase may have a net downward,
stationary, or net upward movement, depending on the rate of solids feed.
As a result, other parameters, such as bubble volume fraction and rise
velocity, become dependent on the solids feed rate. A detailed solids popu-
lation balance has been formulated and a computer simulation program has
been presented by these authors. The results show that the extent of
gas bypassing through bubbles is reduced when the solids feed rate is in-
creased.
These authors have also proposed a criterion to predict the direction
of solids movement in the emulsion phase. An illustrative plot of this
criterion is reporduced in Fig. 14. The quantities Fcl and Fez in this
figure are defined as follows:
p AC (1 -
S
f mf)s W b PsAcswb (1 - fmf)( 1 ~ 0 - swb O)
Fcl == u - u
1 + swbfmf mf 1 + swbfmf
dW ( 125)
r
dt
and
OS - 1 + o dW
r
wb ( 126)
F = F +
cl cl 1 -- o dt
where Wr is the weight of the solids in the reactor and p the average
particle density over the entire bed.
If F 0 < Fc1, the solids move down in the emulsion, whereas for Fo >
F c 2 , them move upward.
.,u
"'
'Eu
w
(/)
<!
J:
Cl.
z
0
(/)
u
:::J
~
w
w
J:
I-
z
0
>-
I-
u
0
_J
w
> A B C
0
_J
( DOWN FLOW ( NO NET FLOW OF ( UPFLOW OF
0 OF SOLIDS ) SOLIDS ) SOLIDS)
(/)
exist in shallow fluidized beds (Highley and Merrick, 1971; Chavarie, 1973;
Fan et al., 1979; Fan and Chang, 1980; Grace, 1980). The remarks, gen-
erally applicable to gas-solid catalytic and noncatalytic systems, are much
more pertinent to the latter case in view of the solids being involved as a
reactant. A rigorous model for the gas-solid fluid-bed reactor therefore
should account for the radial dispersion of gas and solid reactant and for
temperature distribution. These considerations would lead to a far more
complex formulation, which may be difficult to use practically. However,
simplifying assumptions, suitable to each case, can be made to get the
qualitative behavior of the bed, which will be far more realistic than that
obtained using the models for tall beds.
Thus one might consider the applicability of the simple two-phase
theory with the emulsion phase at minimum fluidization conditions and com-
pletely mixed--in this case, only in the axial direction. The bubble phase
would be considered to move in plug flow. The solids could be introduced
at the center or at the bottom and overflow occurs at the farther end. The
solid and gas feed temperatures can be identical or might differ, depending
on the specific case. The formulation of the model requires accounting of
the gas in the bubble phase. In the interest of generality, an overall heat
balance to take care of nonisothermal situations can also be readily written.
350 Doraiswamy and Kulkarni
Emulsion Phase
Solid reactant: The material balance on solid S in the emulsion phase
over the control volume can be written as
rate of
net rate of net rate of disappearance solid B
Accumulation B in by B in by of solid B in feed
of solid B dispersion +
convection due to stream
reaction
3CB) F
3x - rB + H(l o)
exchange
net rate
Accumulation net rate of of gas consumption
of A
of gaseous = + A in by + with the due to
in by
species A convection bubble reaction
diffusion
phase
f 3CA
_ _ e l 3
mf 3t xB 3x
+~
()
!:.
H
f0
H
( 127)
The overall energy balance for the controlled volume can be written
as
Gas-Solid Noncatalytic Reactions 351
FMBC
+ H ps (TB O - T) + ( 1 - o)( -L'I H) r A ( 128)
The set of Eqs. (127) and (128) describe the fluid-bed behavior for
a shallow bed. In the form given, these equations are quite complex and
no analytical solution is possible. Chang et al. (1982) have solved these
equations under steady-state conditions on the assumption of isothermality
of operation and no radial variation of concentration of gaseous component.
Also, the reaction rates rA and rB are related through stoichiometry, and
zero-order and first-order dependence on solid concentration was considered.
The analytical results obtained by the authors are summarized in Table 7
and should be useful in a quick estimation of reactor performance.
The general model developed above has been applied to the case of
roasting of zinc sulfide, with the following general conclusions: The lateral
A n
cplc Ae
Zero order
2<P3
A
<P2I1(pxf)[Io(p)Kl(p) + Il(p)Ko(p)]
First order (CB)exit = 2 A A A
2 n n-1
p = <<P
1 Ae
c )112 cpl =
vBkL CAOCBO
DeB
FL 2 FL
cp 2 = (1 - o)HDeBCBO <P3 = DeBCBO(l - o)
352 Doraiswamy and Kulkarni
Elutrioted Partially
solids spent gases
t
ICgl
Cyclones
Fo---,;:
Solids S toge I
teed
Stage 3
1i--P-r-o•d~:t
Fg I Cgo
Gaseous reductont
The RTD function for any particular size of feed solids dp is given by
Eq. ( 110) , where the average residence time of solids of size dp is given
by
t(d ) ( 129)
p
F 1S (d )
e P (130)
E(d ) = W S (d )
p 1 1 p
(131)
and
f (dp)max s 0 (D
p
) d(d )
p
(d)
p
since
( 132)
(d)
/ p max
S(d ) d(d ) = 1
(d ) . . p p
p min
2 -1/y.)
1 - X 1 - 3y. + 6y. - e 1 ( 133)
1 1
where
t.(d )
1 p
( 134)
T.(d )
1 p
1 Effective diffusivity
f
Molecular diffusivity D ~
DAe = AB 'f
where
t,
312 ( _! + 1/2 0
D .. = o. 0018583T .l) ~
l] M.
Pa~.11.. Mi J ;;;·
l] l] ~
i:::i
M molecular weight of species i, 3
= '<
i:::i
a,11 = constants in Lennard-Jones potential ;::s
energy function A.
:,;:
= tortuosity factor E.
'f ;,;'
i:::i
sg = total surface area at porous solid
~-
c;')
19,400f 2 A
('/)
C I
Knudsen diffusivity DAk = Cl)
TfSgps
(- ~t/2 ~
E:
1 1 1 0
z
Effective diffusivity + -- ;:l
D DAe C')
in transition region e DAke A
.....
~
'<::
km .....
;:;·
2 Flow permeability = [, •("K~!) Asaeda and Toei (1979)
kmo ::ti
•15r• (I)
g
.....
where KN, the modified Knudsen number, o·
;:l
is defined as ('/)
c
KN =
nR T)l/ 2(1 - f)
(__g__ µS
8MA fc p
where µ refers to the viscosity of the
gas and S is the specific surface
Vo)
c:n
c:n
c:.,
<:11
0,
Heat transfer coefficient Nu = 2 + 1. 8Re 0 · 5Pr 113 Re > 100 Glidden and Crafield
( 1970)
Nu = 0. 36Re O. 94 Re < 100
t,
2.876 0.3023 0
General correlation for --+ -
flh = - Re -- Gupta et al. ( 1974)
fluidized beds Re 0. 35 ~-
"'~
Q
::l
Bed-to-wall heat transfer = 35. 8(k' ) O. 6d-O. 36 pO. 2 (MKS units) '<
hbw g
Botterill (1975)
p s Q
coefficient ;:J
0..
:,::
7.2k' (1 _ f )2/3 i:::
?;'
Particle-to- horizontal h = f + 26. 6u 0 · 2c p d Zabrodsky et al. ( 1981) Q
.,
stages and tubes d pg g p ;:J
p
c;:i
Interchange coefficients in fluid beds
~
I
Ct.l
u D 1/2)l/2 £
Bubble-emulsion mass and heat mf + 5. 85 (
k be -- 4 · 5 --- bg E:
db d5/2 z
transfer coefficient 0
b ;::s
0
A
Q
h U C k'C
/ g pg::___ g 1/2) 1/2 '<
-be= 4.5 mfg
- pg + 5.851--; Kunii and Levenspiel c;·
-
,5/2
db·, ( 1969) ::0
(I)
A
0
c:.,
c:,,
--..:i
w
<:Tl
Co
TABLE 10 Recommended Equations for Computing Basic Parameters of the Fluidized Bed
g( PS - P )d
g p o. 85 (~) o. 13
1. Minimum fluidization 2.4 X 10 5 [ μ2 + 33. 7 Broadhurst
2
velocity p g u mf pgg(ps p g )dp3 J pg and
Becker
( 1975)
0. 01 < Remf < 1000, 500 < p /p < 50, 000
s g
3 t,
p g(p - P ) d 0
s s g p ~
1 < < 10 1;,·
2 ~
]J
Q
3
'<
2. Bubble diameter d = ct_ - ( d - d ) expL O· 3 Z ) Q
~o bm bm bO \ dt ;::I
A.
:,:::
where
E.
;,.'
Q
¾m = 0.652[A/Uo - umf)lo. 4
~-
c;)
a__ i::i
[A (U - U )JO. 4 ('/J
7::>0 = 0. 347 C O mf I
ti)
no S:.
5:
<:
3. Bubble velocity ub = u umf + o.n1 lgdb 0
0- ;:s
0
i::i
i::i
-
u0 - umf ~
4. Bubble fraction in bed 8 = -o·
Ub
::0
Cl)
§
oocb fmfub
=
5. Cloud fraction in bed 8
C ocb 1 ocb = Umf
-s·
;:s
('/J
K(Uo - umf)
7. Attrition rate = 2.73 x 10- 8 <K< 9.11 x 10- 8 Merrick and
M
Highley
( 1974)
w
c:n
co
360 Doraiswamy and Kulkarni
The preceding section was concerned with models for gas-solid noncatalytic
reactors. These models were formulated in terms of dimensionless groups
which consist of the physical quantities and structural parameters of the
system. The present section is devoted to the estimation of these proper-
ties. Some of the physical quantities can be measured directly or are
readily available in the literature. On the other hand, certain other proper-
ties, such as effective diffusivity and heat and mass transfer coefficients,
have to be obtained using proven relationships. Several of these param-
eters are not specific to gas-solid noncatalytic reactors, but occur very
often in operations of gaseous mass transfer in porous materials such as
catalytic reaction, adsorption-desorption, drying, and so on. Consequently,
a large volume of literature exists on the estimation of these properties un-
der a variety of conditions. We present in Tables 8 to 10 the recommended
equations for these properties for use in design.
NOTATION
f, f pellet voidage
C
fo initial porosity
f 0(x), f 1 (x), f 2(x) functions of conversion defined in Table 2
2
h heat transfer coefficient at the wall, calls •cm •°C
w
H total height of the bed, cm
362 Doraiswamy and Kulkarni
pd decomposition pressure
Greek Letters
CJ, diffusivity ratio, De/Deo= also refers to dimensionless
superficial gas velocity in Eq. ( 65)
s shape factor equal to O, 1, and 2 for slab, cylinder, and
sphere, respectively
364 Doraiswamy and Kulkarni
Sm exothermicity factor
y Arrhenius parameter, defined as E /R gTb
REFERENCES
Eroffev, B. V., Proc. 7th lnt. Symp. Reactivity of Solids (1961), p. 553.
Evans, J. W. and M. G. R!:\:µade, The grain model for reaction between a
gas and a porous solid-,,,a refined approximate solution to the equations
Chem. Eng. Sci., 35, 1261 (1980).
Evans, J. W. and S. Song, Application of porous pellet model to fixed, mov-
ing and fluidized bed gas-solid reactors, Ind. Eng. Chem. Process Des.
Dev., 13,146 (1974).
Evans, J. W., J. Szekely, W. H, Ray, and Y. K. Chaung, On the optimum
temperature progression for jrrev(;lrsible non-catalytic gas-solid reactions,
Chem. Eng. Sci., 28, 683 (1973).
Fahim, M.A., N. Wakao, and J. D. Ford, Gas-solid reactions: I. A grain-
cell model for complex reactions, Can, J. Chem. Eng. , 56, 725 ( 1978).
Fan, L. T. and C. C. Chang, Modeling and simulation of dynamic and steady
state characteristics of shallow fluidized bed combustions, 2nd Congr.
North American Continent, Las V!ilgas (1\ug. 24-29, 1980).
Fan, L. S., K. Miyanami, and L. T. Fan, Transients in isothermal fluid-
solid reaction systems-modeling of the sigmoidal-conversion-time be-
haviour of a gas-solid reaction, Chem. Eng. J., 13, 13 (1977).
Fan, L. T. , K. Tojo, and C. C. Chang, Modeling of shallow fluidized bed
combustion of coal particles, Ind. Eng. Chem. Process Des. Dev. , 18,
333 ( 1979).
Fukunaka, Y. , T. Monta, Z. Asaki, and Y. Kondo, Oxidation of zinc sulfide
in a fluidized bed, Met. Trans. B, 7, 707 ( 1976).
Fuwa, A. , E. Kimura, and S. Fukushima, Kinetics of iron chlorination of
roasted illmenite ore, Fe2TiO 5 in a fluidized bed reactor, Met. Trans.
B, 1, 643 ( 1978).
Garza-Garza, 0. and M. P. Dudukovic, Solution of models for gas-solid
noncatalytic reactions by orthogonal collocation on finite elements
with moving boundary, Chem. Eng. Sci., 6, 131 (1982a).
Garza-Garza, ·o. and M. P. Dudukovic, A variable rise model for gas-solid
reactions with structural changes, Chem. Eng., J., 24, 35 (1982b).
Gavalas, G. R. , A random capillary model with application to char gasifica-
tion at chemically-controlled rates, AIChE J., 26, 577 ( 1980).
Georgakis, C. , C. W. Chang, and J. Szekely, A changing grain size
model for gas-solid reactions, Chem. Eng. Sci., 34, 1072 ( 1979).
Glidden, B. J. and R. R. Crafield, Gas particle heat transfer coefficients
in packed beds at Reynolds numbers between 2 and 100, Br. Chem.
Eng., 15, 481 (1970).
Gokhale, M. V., A. T. Naik, L. K. Doraiswamy, Gas-solid reactions: an
unusual observation in the disproportionation of potassium benzoate to
terephthalate, Chem. Eng. Sci., 30, 1409 (1975).
Gontaney, V., and A. Paulin, Rud.-Metal. Zb., 4, 379 (1975).
Gower, R. C. , A determination of the transport-limited reaction rate for a
gas-solid reaction forming a porous reaction product, Ph.D. thesis,
Lehigh University ( 1971).
Grace, J. R., Fluidized bed reactor modeling-an overview, 2nd Chem.
Congr. North American Continent, Las Vegas (Aug. 24-29, 1980).
Gupta, S. N. , R. B. Chaube, and S. N. Upadhyay, Fluid-particle heat
transfer in fixed and fluidized beds, Chem. Eng. Sci., 29, 839 (1974).
Hartman, M. and R. W. Coughlin, Reaction of sulfur dioxide with lime-stone
and the influence of pore structure, Ind. Eng. Chem. Process Des. Dev.,
13, 248 (1974).
Hartman, M. and R. W. Coughlin, Reaction of sulphur dioxide with lime-
stone and the grain model, AIChE J. , 22, 490 (1976).
368 Doraiswamy and Kulkarni
INTRODUCTION
373
374 Froment and Hofmann
Froment ( 1975, 1976b), Froment and Hosten ( 1981), Hosten and Froment
(1984), and Hoffmann and Hofmann (1976a,b). Additional difficulties arise
when internal diffusion is limiting. It is generally too complicated-if not
impossible-to derive both the kinetic equation and the diffusional parameters
simultaneously from the usual kinetic experimentation. The intrinsic kinet-
ics should be obtained first and in the absence of any diffusional limitations.
The diffusional parameters are determined in a second stage by experimenta-
tion with particles of larger size (Dumez and Froment, 1976) or by purely
physical measurements using, for example, the Wicke-Kallenbach cell or the
gas chromatographic technique (De Deken et al. , 1982). Other complications
arise from catalyst deactivation by coking, poisoning, and sintering. Sev-
eral reviews deaJ with this phenomenon (Froment, 1976a, 1980a, 1982; Butt,
1978, 1980, 1982; Delmon and Grange, 1980; Pommersheim and Dixit, 1981).
It should be emphasized here that the main deficiencies in the modeling
of fixed-bed catalytic processes originate from incomplete and inaccurate
chemical kinetics. Unfortunately, this is insufficiently recognized by those
who have the background to contribute to this area: the chemical engineers.
After this brief discussion of qualitative design aspects and of problem areas
encountered in the quantitative design based on the fundamental approach,
the latter will now be dealt with in detail.
CLASSIFICATION OF MODELS
Pseudohomogeneous Heterogeneous
T=T·C=C T -:f- TS; C -:f- CS
S' S
The first model of the heterogeneous category is derived from the basic
pseudohomogeneous model AI by considering temperature and concentration
gradients over the film surrounding the catalyst particles. The second
model, BII, still one-dimensional, adds gradients inside the catalyst particle
to the preceding model. Finally model BIII considers axial and radial gra-
dients in the reactor as well as inter- and intraparticle local gradients.
The problem is now that of quantitatively expressing these phenomena,
particularly the dispersion. This is generally done in terms of a continuum-
type model, but so-called cell models, accounting for the two-phase nature
of the reactor, have also been used. In continuum models the overall flow
is considered to follow parallel streamlines, although not necessarily at a
uniform velocity. Any mixing caused by the presence of the packing is
modeled in terms of a Fickian, diffusion-type mechanism. This requires the
flux of a component between two points to result from a large number of
steps, each independent of the preceding one, as in a random walk. The
flux resulting from such a mechanism is proportional to the gradient, just
as in molecular or turbulent diffusion. The proportionality factor between
the flux and the gradient is lumped with the molecular and turbulent dif-
fusivities into an "effective" diffusivity or dispersion coefficient. Whereas
the basic model AI leads to first-order differential equations (ordinary for
steady state, partial for transient operation), the models including disper-
sion lead to second-order differential equations.
For nonisothermal situations, heat transfer has to be included in the
model. In the basic pseudohomogeneous model, AI, heat is considered to
be transferred by the overall convection only. When axial and/or radial
dispersion is added, yielding models All or AIII, heat is also transferred
by effective conduction. This is a mode of heat transfer occurring in a
pseudosolid that lumps the fluid and solid and therefore the mechanisms as-
sociated with each phase.
In heterogeneous models, heat and mass transfer from the bulk to the
catalyst surface is described in terms of convective mechanisms. Transport
mechanisms inside the particle are expressed in terms of effective diffusion
and conduction, with the appropriate effective diffusivities and conductivities.
In model BIII the dispersion in the bed is accounted for in a way analogous
to that used in the pseudohomogeneous equivalent, AIU, but the mechanisms
are separated into those occurring in the fluid and solid phases, respectively.
Because of their nature, continuum models, based on effective transport
mechanisms and leading to differential equations, are adequate only from a
certain bed depth and a certain ratio of bed to particle diameter onward.
The first cell models were one-dimensional and consisted simply of a
series of completely mixed tanks, each associated with a single particle.
They lead to algebraic equations for the steady state and to ordinary dif-
ferential equations for transient situations. Unlike continuum models, these
cell models cannot generate backmixing. This feature was only introduced
later by the backflow cell models. Although the properties of this type of
cell model were thoroughly analyzed (Roemer and Durbin, 1967), their ap-
plication seems to be lagging behind. However, Deckwer (1974) has ap-
plied them to nonisothermal reactors.
Cell models contain the property of infinite speed of propagation of a
signal. To avoid this, a time delay would have to be introduced between
the cells, but this has not been done so far (Sundaresan et al., 1980).
Any sophistication of the model, such as allowing for a coupling between
the particles by radiation or by considering a cell to contain the back half
Fixed-Bed Gas-Solid Catalytic Reactors 377
of a particle and the front half of a particle in the next row, destroys the
simplicity of the computation.
Cell models can also be used for heterogeneous situations, when, for
example, heat transfer resistance in the external film and mass transfer
resistance inside the particle have to be accounted for. Two-dimensional
cell models were introduced by Deans and Lapidus ( 1960). In these models
the cells of a given row are connected to the next, downstream row, which
is offset one-half cell width, thus causing radial mixing. Generally, heat
is considered to be transferred through the fluid phase only. This has
been shown to lead to serious errors, however (De Wasch and Froment,
1971). Kunii and Furusawa ( 1972) have accounted for all possible heat
transfer mechanisms in a fixed bed, according to the lines set by Yagi and
Kunii ( 1957) and Kunii and Smith ( 1960), to be discussed further in this
chapter, but the computational advantage of the original cell models with re-
spect to the continuum models is then completely lost.
The equivalence between the predictions of continuum and cell models
has been studied extensively for both one- and two-dimensional cases (Aris
and Amundson, 1957; Olbrich et al., 1966; Sundaresan et al., 1980; Varma,
1980). It should not be forgotten that the cell models were developed for
mathematical convenience. In spite of their seemingly closer relation to
reality, they are still far from true hydrodynamic models. The cell size,
for example, is not the void fraction between particles: it is calculated to
match the results of residence-time-distribution experiments. To achieve
this, the cell size in the radial direction has to be O. 9 times the particle
diameter.
The models used in this chapter are exclusively of the continuum type.
With present-day numerical techniques and computers, integration of differ-
ential equations no longer presents great challenges. The methods available
for this will be mentioned briefly in the appropriate sections.
( 1)
ai
4 dt (T - Tw) - (-.6.H)pBrA = 0 (2)
2
fp u
= ~ ( 3)
gd
p
378 Froment and Hofmann
d G)O. 9 -6(d /d )
0.813 ( _E__ e P t ( 4)
µ
The ratio dp /dt determines the void fraction, particularly in the vicinity of
the wall and therefore the flow conditions in that region and is introduced
in an empirical way. The range of application of these equations is limited,
however, since they predict a zero value of ai at zero Reynolds number
dpG /µ, thereby ignoring the contribution of the solid phase and of natural
convection.
De Wasch and Froment ( 1972), who measured heat transfer over a range
of Reynolds numbers extending from 30 to 1000, correlated their results
as follows:
a?d c µ d G
== _!.___.E.
;\ + 0 . 033 -;\-
p p
-μ- ( 6)
g g
where a;
== 2. 44A~r/dt 413 and -¼r is calculated from a correlation to be
presented in the section on the two-dimensional pseudohomogeneous model.
Equation (3) is the pressure-drop equation for turbulent flow, to be
used in conjunction with the friction factor correlations discussed below.
The friction factor f is generally correlated in the following form versus
the void fraction and the Reynolds number:
1 - s (a + b1--- -
f==---
3 Re
€) ( 7)
€
) 1. 2 0 2
f==6.8 (1 - s Re-· for 300 < Re < 60,000 ( 8)
3 1 - €
€
which implies that a and b are not true constants, in agreement with
Tallmadge ( 1970).
~
~
(l)
i::i.
tb
(l)
i::i.
c;)
A
Cl)
TABLE 2 Values of Parameters in Ergun-Type Friction Factor Correlations I
Cl)
0
McDonald et al. (1979) 1. 8 (smooth particles) 180 Re < 10,000 ~
1 - E
4. 0 (rough)
2
4 d
Mehta and Hawley ( 1969) 1.75 [1 + ¼(1 ~PE)d] 150 1 + - ___E.
6 (1 - E)dt
t
Re
Tallmadg-e ( 1970) 1. 75 4. 2 Re 516 0.1 < -1-- < 10,000
- E
c;.,
--:i
co
380 Froment and Hofmann
V
d' = 6 _£
p sp
where Vp and Sp are the volume and surface area of the particle. With
hollow rings, however, this correction factor is not accurate enough.
Brauer (1957) introduced the following groups to relate the results for hol-
low rings to cylinders:
V
d = 6 ___£x_! En ( 9)
p 8 cyl
with
V S
E = P cv1 and n
S V
p cyl
according to Reichelt and Blasz ( 1971). The void fraction E in packed beds
of spheres has been correlated by Haughey and Beveridge ( 1969) in the
following way:
(10)
( 11)
Douglas and Eagleton (1962) have integrated Eqs. (1) and ( 2) (with a.i = 0)
for zero-, first-, and second-order kinetics and expressed the results in
terms of exponential integrals, which are tabulated functions.
Fixed-Bed Gas-Solid Catalytic Reactors 381
d(u C.r)
S 1
Z a .. p 8 r. (12)
dr . l] J
J
x. =
1
I
with Fi =
Za .. p 8 r.
dx. . l] J
1 r ,_J_ __
dr u p R
so g 0
for both centrifugal and centripetal flow. The radial axis is directed in
the flow direction and Ro is the radial distance, measured from the reactor
vertical axis on ward, where the feed enters the bed.
The energy equation can be written
r Za .. (--LlH)p 8 r.
dT j l] J
(13)
dr c u P R0
p so g
The pressure drop is still calculated from Eq. ( 3) with f as given in Eq.
( 7), but with us in the Reynolds number varying with position. The
boundary conditions are obvious.
382 Froment and Hofmann
TABLE 3 Simulation of Reactors with Axial and with Radial Flow for the
Reforming of a c 6 Stream
CCC4 67,808
Dimethylbutanes 10,164
Methylpentanes 17,279
n-Hexane 40,656
Methylcyclopentane 20,845
Benzene 11,056
Hydrogen 9,986
100,000 77,794
Total hydrocarbon feed rate: 167,808 kg /h
Molar ratio recycle/He feed: 6.00
Molar ratio H 2 /HC feed: 4. 20
Weight of catalyst: 63,000 kg
The simulation results are given in Table 3. The selected radial con-
figuration leads to a pressure drop which is slightly lower than the axial,
yields the same product distribution, and looks acceptable from a practical
point of view.
For several reasons already referred to, multibed operation is required
when the temperature effects of the process are too pronounced. The dis-
tribution of the catalyst over the various beds and the inlet temperatures
to each of these are design variables. Well-establishe d rigorous techniques
such as dynamic programming (Bellman, 1957; Aris, 1960) can be used to
derive optimal values for these variables. Examples have been published
for ammonia and sulfuric acid synthesis and CO conversion by the water-
gas shift reaction. Figure 1 shows the result for SO3 synthesis using
Capelli's rate equation (Froment and Bischoff, 1979). Analogous results
and a comparison of several optimization techniques were presented by
Chartrand and Crowe ( 1969).
A conversion versus temperature diagram is a convenient way to repre-
sent the operation of a reactor for the case of a single reaction. It does
not, of course, contain any information as to where in the reactor a given
set (x, T) is reached. For an adiabatic bed the relation (x, T) is obtained
from the equivalent of Eq. ( 11). In Fig. 1, the curve re represents the
equilibrium line, the curve r Am the locus of optimum reaction rates in an
adiabatic bed, and the curves r 1 , r 2 , r 3 and r r 1. 2, 3
r are loci of
--------
0.8
0.6 .<__~ r.
' / ~
--✓~
'
./ '-
0.4 '' /.
/ ''
y,· .._.. r.
., m
/ '
'
'
0.2 ''
,K [ r ]kmol/kg cat hr
'' r~m
600 650 700 750 800 850 900 T<"Kl
optimum inlet and outlet conditions for each of the three beds. The profit
function includes the benefit resulting from the conversion and the penalty
associated with the cost of catalyst and operation. To achieve optimal oper-
ation with an exothermic equilibrium reaction, the temperature has to be
lowered as the conversion increases. The multibed adiabatic reactor per-
mits only a sawtooth temperature profile. Optimal reaction rate in each
point can only be obtained by following the rm curve, and this can only be
attempted in a reactor with continuous heat exchange, either of the multi-
tubular type or of the internal heat exchanger type, as mentioned earlier.
Tubular Reactors with Continuous Heat Exchange: Multitubular reactors
with catalyst inside the tubes are generally modeled by considering only
one tube, supposed to be representative for all of them. This is generally
justified when the heat-exchanging medium is either well stirred or flows
along or across the tubes in a single pass. When, however, the shell side
of the bundle is baffled and the heat transfer medium flows through it in
several passes, the complete bundle has to be considered, to account for
the different conditions in each tube and for the interaction between tubes.
The latter case will not be considered here; let it suffice to refer to work
by McGreavy and Dunbobbin ( 1976, 1978).
One problem that is of particular importance when exothermic reactions
are carried out in reactors of the type considered here is the occurrence
of temperature peaks, called hot spots. The operating conditions, such as
the feed concentration and temperature, or the coolant temperature and the
tube diameter, have to be chosen judiciously to keep the hot spot within
limits. What this limit is can be decided on by external constraints such
as safety or catalyst stability, or by what Van Welsenaere and Froment
(1970) called intrinsic constraints or criteria, related to the nature and the
parameters of the reaction and to the operating conditions.
Bilous and Amundson ( 1956) were among the first to draw attention to
the sensitivity of temperature profiles to the properties of the reaction or
to the operating conditions. Barkelew (1959) derived, from an extensive
set of simulations, simple intrinsic rules that are useful in early stages of
design to select ranges of safe operation and to set limits on the geometry.
Unfortunately, the results were obtained for a distorted temperature de-
pendence of the rate coefficient. The problem was taken up later, with
the Arrhenius dependence of the rate coefficient, by Dente and Collina
(1964), Marek et al. (1969) (also Hlavacek, 1970), and Van Welsenaere and
Froment ( 1970). The latter compared the various results in a diagram repre-
sented in Fig. 2.
The approach followed by Van Welsenaere and Froment has been ex-
tended to first-order reactions carried out in the presence of interfacial
temperature gradients and intraparticle concentration gradients (model BI!)
by Rayadhyaksha et al. ( 1975). Recently, Morbidelli and Varma ( 1982)
derived simple criteria for all positive-order reactions. The procedure for
obtaining the critical values is explicit but requires a (single) numerical
integration of a differential equation. All other parameters being equal,
runaway is more likely the lower the reaction order.
The detailed design or simulation of a reactor requires numerical integra-
tion to generate the various profiles inside the tubes. An example of one
aspect of the design is given in Fig. 3, which shows reactor temperature
profiles in axial direction and their sensitivity with respect to the salt bath
temperature in a-xylene oxidation over a V 2o 5 catalyst (Froment, 1967).
Fixed-Bed Gas-Solid Catalytic Reactors 385
2.5
N
s
2.0
INSENSITIVE
1.5
/.
/ RUNAWAY
/
/ ,
/
/ , 'I A- - B
4/ / 2 1st order
1.0 1/
l lo = lw
4 6 10 20 40 60 100
6T 374•c
80
z = z'/dp
The figure shows how, beyond a certain salt bath temperature, runaway
leading to an almost adiabatic temperature rise occurs. The phenomenon
illustrated here is parametric sensitivity, not instability sensu strictu. The
latter cannot be generated by this type of reactor model when the wall
temperature is constant.
The parametric sensitivity of a multitubular reactor with coolant in co-
current flow and varying in temperature was recently studied by Soria
Lopez et al. ( 1981). In certain cases it is important to optimize the temper-
ature profile when a sequence of reactions with different temperature de-
pendencies is taking place or when the process is reversible and exothermic,
as in ammonia, methanol, and so 3 synthesis. Again this is best illustrated
in a conversion versus temperature diagram such as the one presented in
Fig. 1 for S03 synthesis. In this diagram the rm curve represents the
sets (x, T) associated with maximum rates, so that following this set (x, T)
in the reactor ensures maximum conversion with a minimum amount of cata-
lyst. The temperature profile that achieves this can be obtained through
the use of Pontryagin's (1969) maximum principle. Murase et al. ( 1970)
performed such calculations for an ammonia-synthesis reactor, but the
practical realization is not so simple, because unrealistic heat transfer rates
are required. Optimal temperature profiles may also be obtained by appro-
priate dilution of the catalyst bed with inert particles (Butt and Weng,
1976; Froment, 1971; Narsimhan, 1976).
Autothermal operation becomes possible when the heat of reaction is
sufficient to heat the feed to the reaction temperature. In modern multi-
bed adiabatic ammonia synthesis reactors the effluent and the 'feed exchange
heat in an external heat exchanger. Internal heat exchangers whereby
heat is exchanged between feed and reacting gases are also encountered,
again in ammonia synthesis. The equations for the simulation and design
of such reactors are given below.
For autothermal operation in a multibed adiabatic reactor for a single
reaction with key component A (Fig. 4):
Catalyst bed:
(14)
dT
dz up c
s g p
Boundary conditions:
Catalyst bed: x A ( 0) == xi
~
~
(1)
0..
I
OJ
(1)
0..
c;-:i
i::i
Cl)
I
T(Z) :T2 (Z') Cll
~
0..
z:O C")
i::i
i::i
-
~
T2 (0) = Te
-o·
::0
T(O) i . - - - - - - - - - - - - - - - - , T 1 (Z') :T0 (1)
z:Z i::i
(')
0-
~
z':z'
r,
z'=O
l r1coi = ~
...A(0): X, &.-o::::::::=-------------'-------------__jL.._~
T. Te I Z: 0 Z : Z z': Z' z' = 0
I
c:.,
Oo
""I
388 Froment and Hofmann
T 2(0)=Te
T iZ') = T(Z)
(-llH)pBrA T - T
dT
= - 4
u 1
(15)
dz uspgcp dt uspgcp
dT l T - T
-4 _Q_ 1
= p
dz dt U C
s g p
Boundary conditions:
xA = xi at z = 0
z = 0
z = z
z::0
T1 :: T
z::Z
x(Z)
III
where
C
4U AO
N (16)
dt cppgrA(T 0)pB
390 Froment and Hofmann
4UL 1
( 18)
u sC p p g dt y - 1
When transients have to be accounted for, the time derivative also en-
ters into the models. Most dynamic studies have been carried out by means
of the one-dimensional model with plug flow [Eqs. (1) to (3)]. Even then
the computational requirements become important. The dynamics of fixed-
bed reactors were discussed by Ray (1972). An interesting case of tran-
sients was studied analytically by Mehta et al. ( 1981)--so-called wrong-way
behavior-a reduction of the feed temperature may lead to a transient
temperature rise because of the different speeds of propagation of concen-
tration and temperature disturbances in the bed. The cold feed cools the
upstream section of the reactor and decreases the reaction rates and there-
fore the conversion in that region. The less converted cold fluid then con-
tacts hot catalyst, thus leading to a substantial temperature rise. Again,
the key parameters determining the magnitude of the response are the
adiabatic temperature rise, the activation energy, the heat transfer capacity,
the coolant temperatures, the magnitude of the disturbance, and the reac-
tor length. For a first-order reaction carried out in an adiabatic reactor
and for a zero-order reaction in a cooled reactor, simple expressions can
be derived for the maximum temperature rise. For the first case the expres-
sion is as follows:
(19)
where w represents the ratio of the temperature of the feed after and be-
fore the disturbance.
Fixed-Bed Gas-Solid Catalytic Reactors 391
= 0 ( 20)
0:.
dT
A - U p C 4 d: (T - Tw) + (-liH)pBrA = 0 ( 21)
ea dz2 s g p dz
at z = 0
dT
u p c (TO - T) -),_
s g p ea dz
dC dT
= 0 at z = L
dz dz
:\ :\ o
ea ea
( 22)
:\ :\
g g
with 1./Ja = 1/Pema of the order of 0. 75 and A~a/Ag of the order of 8 to 10,
which is close to values measured for A~r/ Ag, to be discussed later. This
would lead to a value for
u p c d
s g p p
:\
ea
« Pe
ma
( 23)
and
(-L'iH)rA pBd
0 p
- - - - - - - - <<
(TO - T )u p c
Pe
ha
w s g p
Even when effects are noticeable at the inlet they are not necessarily felt
at the exit when total or equilibrium conversion is achieved inside the re-
actor, of course, but intermediate states may be affected. When the rate
of reaction is maximum at some intermediate position (e.g., because of a
hot spot) the criteria above are inadequate. Evidently, the steepness of the
temperature peak or of the concentration gradient determines whether or
not axial dispersion has to be accounted for, but generally, a priori criteria
are not available. Again according to Young and Finlayson ( 1973), axial
dispersion is negligible when
Fixed-Bed Gas-Solid Catalytic Reactors 393
dx
«
I
max Pe
d(z/d ) ma
p
( 24)
max I dT
d( z/d )
p
« Peha
dT
Pe~a dz' + f(T) = 0 ( 25)
where
z
z' = Pe' =
d ma
p
2
k(T
f(T) = (D )0)L ( E ) ( TO)
pB(Tad - T) exp R'To l - T
ea s
This equation may lead to a monotonic relation between T(Z) and To, yield-
ing unique steady-state profiles or, for a certain range of parameter values,
to a relation as shown in Fig. 7.
With such a relation three steady-state profiles are possible for inlet
temperatures (To)3 < To < (To)1, Of the three values of exit temperatures,
T(Z), corresponding to a To inside that range, only the outer two are
stable and can be observed without external action. The runaway associ-
ated with multiplicity of steady states has different properties from that
generated by parametric sensitivity, discussed under the basic plug-flow
model, AI.
Indeed, as To is increased along branch A, the exit temperature, T( Z) ,
increases progressively up to T(Z) 1 . For a value slightly exceeding (To)1,
the exit temperature T(Z) jumps to T(Z)2. Notice the discontinuity in
T ( Z): whereas in the parametric sensitivity case any exit' temperature can
be achieved, in the present case the range T(Z) 1 < T(Z) < T(Z)2 is
394 Froment and Hofmann
I
I
I
I
----+--------
1
I
I
I
I
I
I
I
--r-----;----r--------+-----+-- -
T(Z) 2 T(Zl
excluded for the C O and flow rate that were selected. This is clearly an
instability in the restricted sense. Indeed, if the inlet temperature is
lowered from (To)2 onward, T(Z) will progressively decrease along branch
C until a value T(Z)3 is reached. If T(Z) is further reduced, T(Z) will
jump downward to T(Z)4, a value that differs from T(Z)3. The temperature
history exhibits a hysteresis, which is typical for an unstable system.
Several criteria for detecting multiplicity have been derived, either through
an analytical approach or through numerical computations. It is clear from
Fig. 7 that a necessary and sufficient condition for uniqueness is the ab-
sence of a hump, or in mathematical terms that no bifurcation occurs. The
hump is not a sufficient condition for multiplicity, however, since this is
possible for a certain range of To values only. In short, multiplicity
would be possible only for strongly exothermic processes with a very high
activation energy, carried out in reactors with considerable influence of
axial mixing.
According to Hlavacek and Hofmann ( 1970), for first-order reactions
multiplicity would be possible as soon as
sry > ~
4y
400r-----------------,
t:8
Bo
II 200
4
uil
--
Dea
100
2
0.05 0.1
n -1
k(T0 )C 0 L
Da: - - - - - -
Pe A
ma ea
Peha
clT
-;\ = a (T - T ) at r = R ( 26)
er clr w w
This wall heat transfer coefficient should not be confused with the heat
transfer coefficient, ai, of the one-dimensional model, which lumps the re-
sistance to heat transfer completely in the film near the wall.
Since in industrial reactors the flow rate is generally high, the contri-
bution of axial effective diffusion can be neglected. The model equations
can then be written, for steady state, in an isobaric reactor and no change
in number of moles:
(D cl 2C 1 cl C
er)s (3r2 + r 8r ) = 0 ( 27)
( 28)
at z = 0, 0 < r < R
( 29)
at r = 0 and r = R
Fixed-Bed Gas-Solid Catalytic Reactors 397
3T
3r =0 at r =0
( 29)
C(
3T w
3r = ~ ( T - Tw) at r =R
er
Notice that axial effective diffusion has been neglected in this model for
the reasons explained in the preceding section.
Like Dea, the effective radial diffusivity is obtained from correlations
Pemr versus Re. In Pemr the velocity is the interstitial, so that (Der)i is
derived from this. Again, (Der)s = E(Derh• Correlations for Der have
been derived from experiments. According to Fahien and Smith (1955),
for Re > 10,
Pe
____m_r____ = 10
1 + 19.4(dp/dt) 2
The denominator contains the ratio dp/dt, to account for the radial non-
homogeneity of the packing.
For heat transfer De Wasch and Froment ( 1972) obtained the following
correlation for air and a V2O5-TiO2 catalyst:
0.0025
t.. \ 0 + -------Re ( 30)
er 1 + 46(d /d ) 2
er
p t
0. 0115dt
C( = a 0 ·+ - - - - R e ( 31)
w w d
p
Yagi and Kunii ( 1957) and Kunii and Smith ( 1960) developed models
for calculating Aer and aw from fundamentals. In these models the flux by
effective conduction is considered to consist of two contributions: the first
static, independent of flow conditions, the second dynamic,
( 32)
The model for the calculation of A~r contains the mechanisms mentioned
above. Zehner and Schliinder (1970) developed a slightly different con-
cept yielding the following equation:
\0
er = ( 1 - /l"=s) (1 + E C(~sgdp) + _ _ _ _ _ 2_✓_1_-_E
_ _ _ _e
t..g /\ 1 + [(a d /A ) - B](\ /A )
rs p g g s
( 33)
398 Froment and Hofmann
f{1
with
a d
B - 1 ~ ( ~ -
1 + [(a d />.. ) - B](A />.. ) + 2B >..
rs p g g s g
where B = b[(l - s)/s]l0/9 with b = 1.25 for spheres and 2.5 for cylin-
ders and Raschig rings.
The dynamic contribution >.. t is obtained from
er
where 1/Jr = 1/Pemr· From the heat transfer experiments of De Wasch and
Froment ( 1972), the following correlation for 1/Jr can be derived:
0.14
( 35)
whereas Yagi and Kunii ( 1957) obtained values between 0.10 and 0.14
Yagi and Wakao (1959) and Yagi and Kunii (1960) also derived the following
correlation for Cl.w and developed a model along the lines adopted for the
modeling of Aer to predict this parameter:
a d
~ ( 36)
>..
g
where 1/Jw = 0. 041. Values of a~dp /Ag in cylindrical beds are of the order
Of 3. 0, depending on the solid, its size, and the ratio dt /dp. Hennecke
and Schlunder ( 1973) also presented a correlation for aw. based on an ex-
tensive set of experimental data. Spechia et al. (1980) have presented new
data and correlations, both for >.. t and a . The numerical problems asso-
er w
ciated with the solution of sets of second-order nonlinear partial differential
equations have been thoroughly investigated and various techniques, such
as the implicit Crank-Nicolson scheme (Grosjean and Froment, 1962) and
orthogonal collocation (Finlayson, 1971), have been used and compared with
one another (Mihail and Jordache, 1976). Computer programs for their
application are available (Hoffmann et al. (1977); Lerou and Froment,
1982; Dente et al. ( 1972). Yet for situations that are very demanding in
computational efforts, such as those involving transients, it may still be of
interest to use a model with a structure requiring less computation, but
containing, nevertheless, certain features of the two-dimensional model.
An "equivalent" one-dimensional model has been developed that aims at re-
producing- the radially averaged concentrations and temperatures generated
by the two-dimensional model. By matching temperature profiles in the
Fixed-Bed Gas-Solid Catalytic Reactors 399
1 1 dt
= --+ ( 37)
a.. a. 8A
l w er
30
25
20
T-To(°C)
15
10
I
I
I
--- -------'
5
nearly equal parts and the reaction rate is significantly varying with
radial position, while the temperature profile is deviating from parabolic.
In the reactor with internal tube diameter 0. 71 cm, the D. T is 13°C, with
nearly two-third accounted for by the wall film resistance; the reaction
rate is nearly uniform in the cross section and the temperature profile is
very nearly parabolic. In this case a one-dimensional model would be suf-
ficient to successfully simulate the reactor, provided that the heat transfer
coefficient elf would be adapted to account for the influence of the radial
temperature profile, as is done in Eq. ( 36).
Hofmann and coworkers (Hofmann, 1979) studied reactions with widely
different heat effects in a sophisticated bench-scale tubular reactor allowing
axial and radial profiles of conversion and temperature to be measured.
This work again emphasizes the high degree of accuracy required in the
modeling of reaction and heat transfer under severe conditions. The ex-
pressions for the static contributions to >..er and ¾ contain a number of
parameters which are not always available with a sufficient accuracy: even
the apparently trivial solid conductivity, As, is a problem, in particular
with complex catalysts (Hoffmann et al., 1978).
Discrepancies between observed and predicted parameter values are more
likely also at low dt /dp, for which the reported data show a wide scatter
and for which deviations from plug flow should no longer be described by
a Fickian mechanism. Recently, a non- Fickian model was developed by
Chang ( 1982) , but much remains to be done in this area.
Little has been done also to account for the radial variation in the
velocity caused by the nonuniform void fraction. The latter has a value of
1 at the wall and decreases in an oscillating way to a rather constant value
around the central axis. The following empirical correlation was derived
for the void fraction in a bed of spheres by Martin (1978) from the experi-
mental data of Benenati and Brosilow ( 1962):
E.
m1n
+(1- E •
mm
)r 12 -1 ,.;; r' < 0
{
E(r')
-0. 25r' 7T
E
oo
+ (E •
min
- Eoo )e cos a- r' r' ;;;, 0
where r' = 2(r/dp) - 1 and a = 0. 816 for dt/dp = 00 and 0. 876 for dt/dp =
20.3. Emin occurs at a distance of (1/2)dp from the wall, while Eoo re-
fers to the value in the axis. For beds of spheres Emin equals 0.2 and Eoo
roughly 0.4, depending on dt/dp. For a dt/dp of 8, Schwartz and Smith
(1953) measured velocities near the wall twice as high as those in the axis.
Accounting for the point values of the flow velocity into the treatment of
their radial heat transfer data, Lerou and Froment ( 1977) came to values
for >..er very close to those predicted by the correlation ( 30), in which the
dependence on the Reynolds number was arrived at through the variation
of the global flow rate.
Figure 10 shows a comparison of radial temperature profiles in an
o-xylene oxidation reactor, computed on the basis of uniform flow velocity
and a flow velocity distribution induced by the local void fraction (Lerou
and Froment, 1977).
Again it is clear that considerable sophistication is required in the
modeling of demanding situations. It is unrealistic to believe that gross
Fixed-Bed Gas-Solid Catalytic Reactors 401
100
Tw:: 361 °C
axis
radial ml!an
wall
----------
1.4 1.6 1.8 2.0
REACTOR LENGTH(m)
I tiHI rA(T)pBd:E
( 37)
( 1 + a d8 /;\
4;\ R 1T 2 w p er
er w
Clearly, there are cases where there is no justification for not using a
two-dimensional model in designing or simulating a reactor. And from the
work of Hofmann and coworkers (Hofmann, 1979), this would seem to be
true for kinetic analysis also, when pronounced hot spots are inevitable.
Finally, it should be added that the mathematical structure of the reactor
model as presented here cannot generate multiple steady states (Young and
Finlayson, 1974). The parametric sensitivity of the model has been investi-
gated numerically along the Barkelew approach by Agnew and Potter ( 1966).
Heterogeneous Models
Plug-Flow Model with Interfacial Gradients
Model Equations and Correlations for the Parameters: When the trans-
fer of heat and mass from the bulk gas phase to the catalyst involves
significant gradients in the vicinity of the surface of the particle, the
model commonly used to describe such a situation in a fixed-bed reactor
is of the heterogeneous type. It is written, in the steady state, for a
single reaction, constant density, and isobaric operation:
Fluid phase:
dC ( 38)
-us dz = k gv
a (C
4a.
I
( 39)
Solid phase:
( 40)
( 41)
( 43)
0.563
ENU= 1.oo(REe) Pr 0 • 33 ( 44)
Evidently, these transfer coefficients between bulk gas and a bed of parti-
cles differ from those between a gas and a single particle, but Martin
( 1978) and Gnielinski ( 1982) expressed Nu in terms of that for a single
particle, Nusp, which is in turn first related to laminar and turbulent con-
tributions:
( 45)
with
and
up
s g
Js7;
p
and Re'
].! E
The Nusselt' number for the packed bed is then calculated from
Nu = f Nu ( 46)
a sp
For a less than 5% deviation in the rate equation, due to interfacial tempera-
ture gradients alone, he derived ( 1971a)
_(-11H)rApSdp
< 0.15 R'T ( 48)
2hfT E
GR' T ( 3p A + ~ cl p A) = ( 49)
M pta k 3z G 3t pA
m V g S
Fixed-Bed Gas-Solid Catalytic Reactors 405
sp
+__:_g:_- aT)
=T -T ( 50)
G at s
k
~(PA ( 51)
d
= -12 p ( 52)
12 s
d aT
hrCTs - T) + f csps at
s
( 53)
t = 0, z ;;i: 0:
t ,f: 0, z = 0: PA -p
- A '
T=T
0
0
The rate equation for nickel reoxidation, derived from bench-scale experi-
mentation, was written as
k'KApAc!i
( 54)
rNi = 1 + KApA
with rNi in kmol/kg cat•h, CNi in kmol/kg catalyst, and k' in kmol/kg
catalyst •h. The simulation was carried out for a reactor with a diameter
of 1. 8 m and a length of 2. 5 m, operated adiabatically. The reoxidation
gas was fed at 250°C and at an absolute pressure of 1. 5 bar. The oxygen
partial pressure in the feed was 0. 075 atm. Its mass flow velocity amounted
to 1342.8 kg/m2•h. The equivalent catalyst diameter was 0.014 m and the
catalyst bed density 950 kg/m3 reactor. The initial Ni concentration was
0.00624 kmol/kg cat, and the hydrogen concentration, 0.00093 kmol/kg
cat. The set of equations was integrated along the characteristics by
406 Froment and Hofmann
0
T5 , C CURVE TIME HRS
1400 7 1 0.2
2 0.4
3 66
4 08
1200 5 10
6 I 2
7 11.
1000
lb2 = 0 075atm.
800 G = 131.2.8 kg/m 2 hr
600
400
200
0+---------r-----------,,--------,----
ns 1.0 1 s Z,m
(a)
0.5
0~-------,--------r-------r-::-4"
o 0.5 1.0 1.5 Z.m
CHi Po2 = 0.075 aim
::-0 G = 1342 .8 kg/m2hr
CH2
1.0 r r
0.5
FIGURE 11 (Continued)
100
0.L HOURS
-100t---------;:,-::------~------~--
o 0.5 1.0 1.5 Z,m
100
0. 8 HOURS
o-1-------
-100t--------------~------~----
0 0.5 1.0 1.5 Z,m
FIGURE 13 Heat production and transfer rates for various gas and
catalyst temperatures.
-----=-=.;-__...,_-
1200
400
0 .1 .2 .3 .4 0 .1 .2 .3 .4
z Im) z (m)
(a) (b)
layers of catalyst to reach the upper steady state. In case B the initial
bed temperature is 560°C. The feed is rapidly heated from 393°C onward
and it takes only a few centimeters to ignite the reactor to the upper
steady state.
Experimentally, the characteristics associated with Fig. 15 would have
to be checked to distinguish between the causes of runaway: parametric
sensitivity or multiplicity of steady states. Similar, although less drastic
behavior would be calculated for orders higher than one. For the more gen-
eral Hougen-Watson-type rate equations, which account for adsorption of the
reacting components, the results may differ in some aspects (Cardoso and
Luss, 1969).
The analysis of the multiplicity of steady states caused by interfacial
gradients proceeds along the lines described earlier. A priori criteria for
testing multiplicity associated with interfacial gradients were reviewed by
Luss ( 1976). Briefly, for exothermic reactions uniqueness is guaranteed
in a cross section in the reactor with bulk conditions (C, T) when
V k(T) cn-l
p ps
C( = ~------
s k Sn--l
p g f
dC ( 55)
-us dz = k a (C
g V
( 56)
D
( 2 dCs)
e d
( 57)
s2 ds s ds
( 58)
dC dT
s= 0:
ds
s
=
ds
s
== 0
( 59)
d dC
k (Cs - C) = -D s
s = _E_:
2 g s e ds
dT
h (Ts - s
T) = -1c
f s e ds
s
D = ____s_ _ __ ( 60)
e T(l/Dm + 1/DK)
tortuosity, T, because these are randomly oriented (i.e., not along the
normal from the surface to the center). De can be measured using the
steady-state Wicke-Kallenbach method (1941) or the transient gas chroma-
tographic technique, which also accounts for the contribution of dead and
pores (Van Deemter et al., 1956).
Probst and Wohlfahrt ( 1979) presented empirical methods for estimating
De, Several pore structure models have been proposed for calculating De
(or T), since reliable correlations are available for Dm and DK and since
Es is easily measured. No such models are available for Ae, except that
of Butt ( 1965), based on the simple pore model of Wakao and Smith ( 1962),
but temperature effects inside the particle are generally negligible when
the reaction does not involve any component of the solid. The numerical
effort introduced by the integration of the system of second-order (non-
linear) differential equations for the solid phase in each of the nodes
used in the integration of the fluid-phase equations is substantial, in
particular for complex reactions, even with modern collocation methods.
It has been shown, both by calculations and experimentally, that intra-
particle temperature gradients are generally negligible, so that Eq. ( 58)
can be dropped. Also, when there are external gradients, these are gen-
erally only temperature gradients. The system of equations then reduces
to:
Fluid phase:
dC
-us dz ( 61)
s
h,.a (T - T) (62)
I V S
Solid phase:
(63)
d
At E;, = _£_,
2 . -D
dC
= p s r A (C ss , T ss )
e dt;,
dC
h (Ts
f s
T) = -(-b.H)D e -
dt;,
( 64)
dC
s
At E;, = 0: dt;, =0
and the usual boundary conditions for the fluid phase. Clearly, the
problem is considerably further simplified for first-order reactions, for
which an analytical solution for Eq. (63) is possible. The result is gen-
erally cast into the following convenient form:
414 Froment and Hofmann
1 3¢ coth 3¢ - 1
11 = ( 65)
¢ 3¢
where 11, the effectiveness factor, is the ratio of the actual rate to that in
the absence of diffusional limitations, that is, when the surface conditions
prevail throughout the particle and
is a modified Thiele modulus, which, like the original Thiele modulus, con-
tains the rate coefficient and the effective diffusivity and therefore varies
with position in the reactor whenever there is a temperature profile. The
use of ¢ leads to a unique relation between 11 and ¢, whatever the shape
of the particles, for both low and high values of the modulus and to dif-
ferences between cylinders and spheres smaller than 15% for intermediate
values, as shown in Fig. 16.
The 11 concept allows replacing Eq. ( 57) [ or Eq. ( 63)] , and when it
is included, Eq. ( 58), by the algebraic equations
k a (C - Cs) ( 66)
g V S
s
hfa (T - T) ( 67)
V S
0.6
0.4
0.2
( 69)
( 70)
</l =
12 sp
s
V rA(C ,T )p
P s s s
s
[f c:
C
so
D 'A(Cs ,Ts)p dCJ-1/2
e s s s
( 71)
The use of this "generalized modulus" extends the application of Eq. (65)
to any shape and to any type of rate equation, even the Hougen-Watson
form, but still only for a single reaction. Equation ( 71) also shows that
for orders different from one, the surface concentration enters into the
modulus, so that 11 is a paint value, varying in the reactor, even when
the latter is isothermal. Evidently, the use of 11 does not yield the con-
centration profile inside the particles, but this is generally not of concern
in the reactor design stage. When it is of importance to have information
on intraparticle g-radients-for example, when coke or /and poison are
deposited inside the catalyst and an insight is required into the relation
between the catalyst structure and penetration depth of coke or poison,
as exemplified by work of Summers and Hegedus and co-workers in auto-
mobile exhaust purification (Summers and Hegedus, 1979)-the required
calculations can be disconnected from the reactor design and can be carried
out for surface values generated in the reactor simulation. Various criteria
have been derived for evaluating, on the basis of observables, whether or
not it is necessary to account for intraparticle gradients. A rather extensive
set of proposed criteria is given by Butt (1980). A few only are given here.
For the absence of concentration gradients in an isothermal particle-in other
words, to have a value of n > 0.95-Weisz and Prater (1959) proposed
2
rAp s d p 6.0 for zero-order reactions
< 0.6 for first-order reactions ( 72)
4D Cs 0.3 for second-order reactions
e s
with Sp and y taken at surface conditions Cs and Ts. For the absence of
s s
combined intraparticle and interfacial gradients ( n == 1 ± 0. 05), Mears
(1971a,b) proposed
1 + 0.33y[(-fl.H)rAp d /2hfT]
s p (74)
n - S y[l+ 0.33n(rAp d /2k C)]
p s p g
When both sides of this equation are divided by rH, the resulting equation
asymptotically behaves like the relation between 11 and ¢ [Eq. (65)], since
418 Froment and Hofmann
0.5
rr;
!'E tends toward rtt as the latter goes to zero and becomes proportional to
as rH tends to infinity. The relation n = rE /rH versus rH is shown in
Fig. 17.
Dumez and Froment ( 1976) also considered the full set of equations
( 55) to ( 58). They derived a value of 5 for T from rate measurements at
various sizes and the knowledge of the intrinsic rate. With Dm and DK
calculated from published correlations and s s determined by physical
measurements, De was calculated from Eq. ( 60). The model equations ( 57)
and ( 58) were integrated in each node used in the integration of the fluid
field equation by collocation. In their work on steam reforming of natural
gas on a nickel-alumina catalyst, De Deken et al. (1982) obtained a T of
4. 5 from the gas chromatographic technique, using finely crushed catalyst
as a column material. The effectiveness factor was very low with this
very active catalyst: on the order of 0. 02 to 0. 04. The reaction was con-
fined to a very thin layer near the surface, but nevertheless still repre-
senting an internal area of about 1000 times the external surface area.
The model used in the reactor simulation considered interfacial tempera-
ture and intraparticle concentration gradients, leading to equations (61) to
( 63). Two continuity equations were required to define the composition of
the reaction mixture. The rate equations were of the Hougen-Watson type
and the generalized modulus concept [Eq. (71)] was used. Strictly speak-
ing, this concept is limited to a single reaction, but an approximate relation
could be established between the two independent reactions determining
the process. Figure 18 shows the variation of nctt 4 and nco along the
reactor for typical operating condition. The discontinuity at a bed depth
of 6 m results from the use of a different catalyst size farther downstream.
Notice that both n are essentially zero at the inlet, where the reaction
rates are extremely high. The L'i T over the external film surrounding the
catalyst is very small: 4°C up to 6 m, 3°C from there onward, and 2°C
Fixed-Bed Gas-Solid Catalytic Reactors 419
0.07
0.06
0
u
""
0
z 0.05
<(
'St
I
u
""
(/)
a:
0
f-
u
<(
lL
(/)
0.03
(/)
w
z
w
>
i== 0.02
u
w
lL
lL
w
0.01
0
0 2 4 6 B 10 12
AXIAL REACTOR COORDINATE [ml
and less from 10 m onward. Neglecting this t:,,. T would further simplify the
set of model equations without significantly modifying the results.
The model equations, considering axial and radial gradients in the reactor,
interfacial and intraparticle concentration, and temperature gradients, can
be written, when use is made of the effectiveness factor 17 , either in its
analytical expression or just formally, to abbreviate the system of equations
(De Wasch and Froment, 1971):
Fluid phase:
(D ( cl 2C + .!_ ac)
) u
ac = k a (C - Cs) ( 76)
er s cl r2 r clr s dZ g V s
;x/er ( cl 2T + .!_
ar2 r
!'a!_) __
r
U p C
s g p az
clT
= hrv(T - Ts)
s
( 77)
420 Froment and Hofmann
Solid phase:
C = co at z = 0, all r
T = TO
clC
clr =0 at r O, all z
clT
clT s
clr = clr =0
clC
= 0
clr
r:/w(T w T) = / clT
er clr
at r R, all z
clT
s
clw(T w T) = As
s er clr
The second term in the right-hand size of Eq. ( 79) expresses heat trans-
fer in radial direction involving both the solid and fluid phases. The two-
phase character of the model is also reflected in the boundary condition for
heat transfer at the wall. The model parameters are now D , 1c f 1c s
er er' er'
f s
a , and a .
w w
The effective conductivity and wall heat transfer coefficient concept,
used in the two-dimensional pseudohomogeneous model (Yagi and Kunii,
1957; Kunii and Smith, 1960; Zehner and Schliinder, 1970), is not directly
applicable here. In this concept the heat transfer mechanisms are lumped
according to static and dynamic contributions (Re = 0 and -f. 0, respectively)
and not according to phase, as was done by Singer and Wilhelm ( 1950).
However, Yagi and Kunii (1957) considered the following heat transfer
mechanisms, grouped here according to phase:
Fluid phase:
1. Conduction
2. Convection
3. Transfer from fluid to solid
4. Radiation from void to void
Fixed-Bed Gas-Solid Catalytic Reactors 421
Solid phase:
1. Conduction
2. Conduction from particle to particle through contact surfaces
3. Conduction through the stagnant film surrounding the contact
surfaces
4. Radiation from particle to particle
,/er = s(;\
g
+ Bd Cl
p rv
+ p C D
g p er
) ( 80)
>- s = B(l - s)
(81)
er (y/A ) + {1/[(;\ /¢,) + hfdp + Cl d l}
s g rs p
f
/er
Cl = - - Cl ( 82)
w >- w
er
>- s
s er
Cl =--Cl ( 83)
w >- w
er
Ts
s
T
400
C°C)
JB0L----0....1_25
_ _ _ _0.....5_0_ _ _0.....75_ _ __,
r
R
FIGURE 19 Simulation of hydrocarbon oxidation by means of two-dimension-
al heterogeneous model. Gas and solid radial temperature profiles. (After
De Wasch and Froment, 1971.)
0.75
z (ml
422
Fixed-Bed Gas-Solid Catalytic Reactors 423
The heterogeneous nature of the case dealt with here results from
interfacial gradients, but again these were shown to be negligible. De
Deken et al. ( 1982) used a two-dimensional model to simulate a process in
which the interfacial gradients could be neglected, but not the intra-
particle concentration gradient-the steam reforming dealt with earlier.
Figure 21 shows radial temperature profiles at various bed depths.
The maximum difference in process gas temperature between the centerline
and the inner tube wall amounts to 33°C, which is not excessive and per-
mits the radially averaged temperature to be simulated accurately by means
of the corresponding one-dimensional model with a heat transfer coefficient
calculated from Eq. ( 37).
Note that the model is really a heterogeneous model, but that since
there are no interfacial gradients and since the intraparticle concentration
gradient is accounted for by means of the effectiveness factor concept, its
structure is that of the pseudohomogeneous two-dimensional model AIII,
750 z = 9m
___ ..........
u
2....
,;·
~ f--
f-- w
w er
er :J
f--
:J <(
f--
<( er
er w
a.
w
a.
z = 6m
:a:
:a:
w
w
f--
f-- -'
en -'
s:
<( <(
Cl
en w
en co
w :J
u 150 f--
0 er
er w
a.
z
~
z = 3m
sooL------
o ~ ~ ~ M W
NORMALIZED DISTANCE FROM REACTOR CENTERLINE
with n multiplying the rate term rAPB. Again because there are no inter-
facial gradients and because the particles are isothermal, the radial heat
transfer parameters are those of the pseudohomogeneous model, Aer and a.w.
k
u 3y = 4J.(y -y) ( 84)
3z dt s
h
U p C 3 T = 4 __i (T - T) ( 85)
s g p 3z dt s
g
At the wall surface, where the reaction occurs (and with the rate of disap-
pearance of CO taken to be positive),
Fixed-Bed Gas-Solid Catalytic Reactors 425
p
k _g_ (y - y ) = r (86)
g Mm s CO
( 87)
where Ss represents the surface area per volume of solid in the monolith
cell. The boundary and initial conditions are
T = T 0 (t) at z = 0
y = Yo(t) (88)
T = T s. (z) at t = 0
s
l
The second model is of the two-dimensional type, but with laminar flow,
since the Reynolds number in the duct ranges from 20 to 400. Continuity
equation for CO:
D 1 cl ( cly)
mrarrar (89)
( 90)
D ~ cly
m M clr
m
r=R
clT
A clT
g
ar Ir=R = (-LiH)rCO + at
s
( 91)
where rco is expressed in kmol/h and unit wall surface area. The boundary
and initial conditions are
T T at r = R, all z
s =
T T at t = 0
s = s.
l
T = TO(t) at z = 0
y = y 0(t)
426 Froment and Hofmann
The one-dimensional model may have multiple steady states, but the
two-dimensional may not. Figure 22 shows that the lower steady-state pro-
files of Ts and T of the one-dimensional model are obtained when the mono-
lith is heated from an initial low temperature, while the higher steady state
profiles are reached when the converter is cooled from some initial high
temperature. For intermediate initial temperatures the final steady state
may lie between those shown. The unique Ts and T profiles of the two-
dimensional model are closer to those corresponding to the lower steady
state of the one-dimensional model.
The two-dimensional model is definitely a more realistic model of the
monolith, but it is computationally much more demanding. This is why it
is of interest to investigate whether or not it is possible to approximate it
by means of the one-dimensional model-overlooking for a while the multi-
plicity of steady states associated with the latter. The curves related to
the one-dimensional model in Fig. 22 were calculated for constant values of
the Sherwood and Nusselt numbers, kgdt/Dm and hfdt /Ag, respectively.
To come to an exact fit, however, these numbers have to continuously
vary along the reactor. The Nu number, for example, would have to be
calculated, for each axial position, from the temperature gradient at the
wall, generated by the two-dimensional model:
j
8.0
Nu,Sh '
4.36
5.0
11 3.0
0 2.5 50 7.5 10
Z(cm)
= 2(aT/3r)lr=R
Nu ( 92)
Ts - T
where T is the cup m1xmg temperature of the fluid. The Sherwood num-
ber would be obtained in an analogous way. Figure 22 also shows how
Nu and Sh, taken to be identical in this case, vary with axial position.
Also shown is the ratio of the reaction rate at wall conditions to that at
mixing cup conditions. This ratio varies strongly with position and be-
comes infinite when the gas reaches the wall temperature, in the reaction
zone, after light off.
To avoid the two-dimensional simulation as a prerequisite for one-
dimensional calculations, Heck et al. (1976) approximated the Nu profile
before the discontinuity by the value for pure heat transfer with constant
heat flux and that beyond the discontinuity by the value corresponding to
constant wall temperature. Sundaram and Froment (1979, 1980) derived
the local Nu for laminar flow and in the absence of reaction from a large
number of two-dimensional simulations. They came to the following correla-
tions:
with
where Nuoo is the asymptotic Nu number (e.g., 2.28 x 10- 2Re 0 · 8 , in agree-
ment with the Dittus-Boelter correlation). Sundaram and Fromont (1979,
1980) also showed that Nu depends strongly on the properties of the reac-
tion. For endothermic reactions and both laminar and turbulent flow they
correlated the Nusselt profile versus the dimensionless adiabatic tempera-
ture rise, the Lewis number, and the dimensionless activation energy. The
discontinuity in the ratio ( 92) for exothermic reactions at T = Ts precludes
a correlation that would be as accurate as that given for endothermic
reactions.
The preceding discussion once again illustrates the importance of a repre-
sentative model, not only to come to the highest possible accuracy, but also
to avoid the prediction of a behavior that may not be real at all. The
question of whether or not multiplicity is possible in a monolith converter
remains largely unanswered, even if Hlavacek and Votruba (1974) pre-
sented experimental evidence for it. This has been explained in terms of
axial heat transfer in the wall. It is more likely, however, to result from
428 Froment and Hofmann
CONCLUSION
NOTATION
T2 coolant temperature, K
Greek Letters
CL bed-to-wall heat transfer coefficient in one-dimensional model,
1
kJ/m2•s•K
a .. stoichiometric coefficient of component i in reaction
1]
a radiation coefficient between particles, kJ /m 2 •s •K
rs
radiation coefficient between voids, kJ /m 2 •s •K
wall heat transfer coefficient in two-dimensional model, kJ /m 2 •s• K
static contribution to a , kJ /m 2 •s•K
w
dimensionless Tad in a film surrounding a particle [kg( -t, H)C I
hfT]
dimensionless T din a particle [D Cs(-t,H) /A Ts]
a e s e s
dimensionless adiabatic temperature rise in a reactor
[(-L',H)Co/pgcpT O]
y dimensionless activation energy (E/RT 0 , E/RT, E/RT:)
(-t,H) heat of reaction, kJ /kmol
adiabatic temperature rise, K
void fraction of bed, m3 /m 3
g r
E.: void fraction of particle, m3 /m3
s g p
a group (M L/u p ) , m 3 •s/kmol
m s g r
catalyst effectiveness factor based on surface conditions (Cs, Ts)
s s
catalyst effectiveness factor based on bulk gas conditions ( C, T)
effective conductivity inside a particle, kJ/m•s•K
A effective axial conductivity of bed+ gas, kJ/m•s•K
ea
Ao static contribution to the effective axial conductivity kJ /m •s ·K
ea
A effective radial conductivity of bed + gas, kJ /m •s •K
er
Ao static contribution to the effective radial conductivity, kJ /m •s •K
er
Af effective radial conductivity for gas phase, kJ /m •s •K
er
As effective radial conductivity for solid phase, kJ /m •s •K
er
A gas conductivity, kJ /m •s •K
g
].l dynamic viscosity, kg /m •s
inside particle, oriented toward surface coordinate , m
p
bulk density of bed, kg cat Im!
gas phase density, kg/m 3
g
3
catalyst density, kg cat/m
p
T tortuosity
Thiele modulus [= (V /S )(k/D )]
p p e
432 Froment and Hofmann
1/Pe
ma
1/Pe
mr
REFERENCES
Leva, M. , Cooling of gases through packed tubes, Ind. Eng. Chem. , 40,
747 ( 1948).
Liljenroth, F. G. , Starting and stability phenomena of ammonia-oxidation
and similar reactions, Chem. Met. Eng., 19, 287 (1918).
Liu, S. L. and N. R. Amundson, Stability of adiabatic packed bed reactors.
An elementary treatment, Ind. Eng. Chem. Fundam., 1, 200 (1962a).
Liu, S. L. , R. Aris, and N. R. Amundson, Stability of non adiabatic packed
bed reactors, Ind. Eng. Chem. Fundam., 2, 12 (1963).
Luss, D. , Interactions between transport phenomena and chemical rate
processes, Chem. React. Eng., Proc. 4th Int. /6th Eur. Symp.,
Heidelberg, Dechema (1976), p. 487.
Luss, D. , Steady state and dynamic behavior of a single catalytic pellet, in
Chemical Reactor Theory. A Review, L. Lapidus and N. R. Amundson,
eds., Prentice-Hall, Englewood Cliffs, N.J., (1977), p. 191.
Marek, M. , V. Hlavacek, and T. M. John, Modelling of chemical reactors:
XI; Nonadiabatic non -isothermal catalytic packed bed reactor. An
analysis of a two-dimensional model, Coll. Czech. Chem. Commun. , 34,
3664 (1969).
Marin, G. B. and G. F. Froment, Reforming of CB-hydrocarbons on a Pt-
Al2O3 catalyst, Chem. Eng. Sci., 37, 759 (1982).
Martin, H. , Low Peclet number particle-to-fluid heat and mass transfer in
packed beds, Chem. Eng. Sci. , 33, 913 ( 1978).
McDonald, I. F. , M. S. El Sayed, K. Mow, and F. A. Dullien, Flow through
porous media, Ind. Eng. Chem. Fundam., 18, 199 (1979).
McGreavy, C. and B. R. Dunbobbin, Some aspects of the design of multi-
tubular fixed bed reactors for highly exothermic reactions, Chem.
React. Eng., Proc. 4th Int. Symp., Heidelberg, 1976, Dechema (1976),
p. Ill- 96.
McGreavy, C., and B. R. Dunbobbin, Operational flexibility consideration
in the design of multitubular reactors, Chem. React. Eng. - Houston,
ACS Symp. Ser., 65, V. W. Weekman and D. Luss, eds., ACS,
Washington, D. C. ( 1978).
Mears , D. E. , Diagnostic criteria for heat transport limitations in fixed
bed reactors, J. Catal., 20, 127 (1971a).
Mears, D. E. , Tests for transport limitations in experimental catalytic re-
actors, Ind. Eng. Chem. Process Des. Dev., 10, 541 (1971b).
Mehta, D. , and M. C. Hawley, Wall effect in packed columns, Ind. Eng.
Chem. Process Des. Dev., 8, 280 (1969).
Mehta, P. S., W. N. Sams, and D. Luss, Wrong-way behavior of packed
bed reactors: I. The pseudo-homogeneous model, AIChE J., 27, 234
(1981).
Mihail, R. and C. Jordache, Performances of some numerical techniques used
for simulation of fixed bed catalytic reactors, Chem. Eng. Sci. , 31, 83
(1976).
Morbidelli, M. and A. Varma, Parametric sensitivity and runaway in tubular
reactors, AIChE J. , 28, 705 ( 1982).
Murase, A., H. L. Roberts, and A. 0. Converse, Optimal thermal design
of an autothermal ammonia synthesis reactor, Ind. Eng. Chem. Process
Des. Dev., 9, 503 (1970}.
Narsimhan, G. , Catalyst dilution as a means to establish an optimum temper-
ature profile, Ind. Eng. Chem. Process Des. Dev. , 15, 302 ( 1976).
Oh, S. H., L. L. Hegedus, and J.C. Cavendish, Mathematical modeling
of catalytic converter lightoff, AIChE J., 26, 935 ( 1980).
438 Froment and Hofmann
Yagi, S. and D. Kunii, Studies on heat transfer near wall surface in packed
beds, AIChE J., 6, 97 (1960).
Yagi, S. and N. Wakao, Heat and mass transfer from wall to fluid in packed
beds, AIChE J., 5, 79 (1959).
Yagi, S., D. Kunii, and N. Wakao, Studies on axial effective thermal
conductivity in packed beds, AIChE J. , 6, 543 (1960).
Young, L. C. and B. A. Finlayson, Axial dispersion in non-isothermal
packed bed chemical reactors, Ind. Eng. Chem. Fundam., 12, 412
( 1973).
Young, L. C. and B. A. Finlayson, Mathematical modeling of the monolith
convertor, Chem. React. Eng. II, Adv. Chem. Ser., 133, ACS,
Washington, D.C. (1974).
Zehner, P. and E. U. Schliinder, Die effektive Warmeleitfiihigkeit
durchstromter Kugelschuttungen bei maszigen und hohen Temperaturen,
Chem. Ing. Tech., 42, 933 (1970); 45, 272 (1973).
7
Fluidized-Bed Reactors
PETER N. ROWE and JOHN G. YATES University College London,
London, England
INTRODUCTION
441
442 Rowe and Yates
~ Products
Cyclone
separator
Freeboard
space
Inter
Interstitial phase bubble
Interstitial phase exchange phase
phase
OE
t
fluidizing
gas
Total flow= Ot
at velocity U
(a) (b)
3, Interphase exchange
4. Chemical kinetics
The three hydrodynamic factors are discussed in detail below, but first it
will be useful to consider some of the more basic features of gas-fluidized
beds that have important implications for their use as chemical reactors.
d3( p p )g
ii
-- 'IT
p s - f (1)
Qmf
umf =-
A
( 2)
( 3)
M ( 4)
pbulk = HA
( 5)
so that
M
H(l - E) = Ap ( 6)
s
from which it is seen that the product H(l - E) in Eq. (3) is constant.
Equation ( 6) also shows how bed voidage and its variation is calculated
from the measurement of bed height. A difficulty arises in measuring
particle density Ps when the particles are porous, as is commonly the case
with materials such as catalysts (Knight et al., 1980; Knight and Rowe,
1980). The density required for this purpose is the ratio of particle mass
to the volume enclosing all solid material together with gas contained in all
pores and cavities (i.e., gas that is not part of the flowing stream).
Up to the point of fluidization the bed behaves as a packed bed and
pressure drop can be calculated from well-known semiempirical equations.
For fine particles where the local Reynolds number is small, the Carman-
Kozeny equation is suitable and can be written for minimum fluidization
conditions (Richardson, 1971)
3
Emf tip
umf = - - - - - 2 - ( 7)
5( 1 - Emf)
where S is the particle specific surface. Combining this with Eq. (3)
yields
( 8)
2
0. 0006d ( p - pf) g
U = p s ( 9)
mf µ
It is useful from this to remember the way in which Umf varies with size,
density, and viscosity, but it is not an accurate predictor for most pow-
ders of practical interest. It should be noted that when considering a
fluidized-bed chemical reactor, fluid density and viscosity and the particle
density will generally be fixed by chemical and thermodynamic considera-
tions. Umf will then be determined solely by particle size to which it is
quite sensitive, at least with finely divided particles.
Fluidized-Bed Reactors 445
Defining
(12)
Ga= ( 13)
we have
2
Remf + 51. 4 Remf - 0. 0366Ga = O (15)
or
-5 1/2
Remf = 25. 7[ (1 + 5. 53 x 10 Ga) - 1] (16)
differing greatly from spheres in overall shape (e.g, plates and needles)
may not be readily fluidized.
A purely empirical correlation due to Leva ( 1959) becomes, in SI units,
7.9 ) 0. 94
X pf
( 17)
0.88
]J
and is valid for Remf < 10. At higher values the result of Eq. (17) is
multiplied by the correction factor shown in Fig. 2. Leva's equation is
simple to use and reasonably reliable but not as good as Eq. (14).
A little insight comes from considering the experiments of Rowe ( 1961).
The drag force was measured on an isolated spherical particle held in a
fluid stream and the result expressed as drag coefficient varying with
Reynolds number. Similar measurements were made under identical condi-
tions except that the observed spherical particle was closely surrounded
by similar particles also held stationary. The results are summarized in
Fig. 3, from which it is seen that at a given Reynolds number drag co-
efficient is increased by a factor of about 70 when an isolated particle is
surrounded by close neighbors.
If a particle is to be held stationary in an upward-flowing stream, the
conditions of Eq. ( 1) must apply whether the particle is isolated or one
within a fluidized bed. The product CDU2 must be the same for these
two cases:
( 18)
a:
0
I-
u
<(
u..
z
0
j::
u
UJ
a:
a:
0
u
CJ)
<i: 02
>
UJ
-l
105
o0 o
104 u 0 o 0 oo
---+ 0 o®uo
. F
i
Co
103
/
0 0 000
...
00
102
'' CLOSE PACKED
''
- ''
10
u
"' 'ISOLATED
''
''
,0-1
10-1
'' NEWTON, Co=0.44
where c 01 and CDmf refer to the drag coefficients under isolated and mini-
mum fluidization (closed packed) conditions, respectively. The relationship
between these two is revealed by Fig. 3.
As is further seen from Fig. 3,
(19)
and
( 20)
24
( 21)
Re
70 X U ( 23)
mf
448 Rowe and Yates
and therefore,
2
0.0008g(ps pf)d
umf =
p ( 24)
µ
( 26)
= 8. 4Umf ( 28)
Thus
It is now seen that, excepting those expressions that treat skin friction
and from drag as additive, equations for predicting minimum fluidization
velocity are of the form
U f = kg( p ( 30)
m s
TABLE 1
K a b C d
l.
2
-½
-½
0
0
j
Fluidized-Bed Reactors 449
TABLE 2
-m
ReT m UT/Umf = smf
Apart from the insight given by the approach above, it shows the re-
lationship between Umf and UT, which is of considerable practical importance.
It is fundamental to any consideration of a fluidized-bed chemical reactor
that it should be operated at a fluid velocity greater than Umf but not in
excess of UT if particles are to be retained in the bed. Practical powders
are generally made up of a range of particle sizes, so there is a correspond-
ing range of UT (but not of Umf). The above is therefore only a guide to
an estimate of elutriation, but it is a useful one.
Intermediate values of the ratios given by Eqs. ( 23) and ( 28) can be
derived from the work of Richardson and Zaki ( 1954). As is mentioned in
the next section, liquid fluidized beds expand uniformly as liquid velocity
increases, and the relationship between voidage and velocity can be
described by
where m is constant for a given system but varies with ReT. A particular
case of Eq. ( 31) is
and this has been evaluated in Table 2 for the case of uniform spheres,
where Smf = 0. 4 and using values of m found by Richardson and Zaki
(1954). The end conditions agree well with the previously described and
quite independent experimental measurement.
Particulate Fluidization
u
log -
UT
= m log [1 - (H:p )]
s
( 33)
from which it is seen how bed height varies with velocity when plotted
against logarithmic coordinates.
Uniform expansion of this kind is generally referred to as particulate
fluidization and for most purposes it can be regarded as of uniform particle
concentration throughout. The particles are not stationary but mix fairly
rapidly by a process akin to eddy diffusion. The (modified) eddies in the
liquid carry particles with them causing both lateral and longitudinal disper-
sion.
Solids Classification
The observation that certain powders undergo considerable expansion be-
yond the point of minimum fluidization and only begin to bubble when an-
other critical gas velocity, Umb, is exceeded has led to the acceptance of
the principle that such powders should be grouped together and their
fluidization properties considered separately from those materials that show
more "normal" behavior and begin to bubble at Umf · Moveover, experience
with a wide range of particulate solids in gas fluidized beds has shown there
to be other modes of behavior that are different from those of the foregoing
materials, and as a result it has been found convenient to divide all pow-
ders into four groups according to criteria of particle size and density.
Such a scheme of classification was suggested originally by Geldart (1973)
and it has now become firmly established. It classifies powders as belong-
ing to Groups A, B, C, or D as given in Table 3. Although in practice
the divisions between the groups are somewhat diffuse, making it difficult
in some cases to assign a powder firmly to one group or another, the clas-
sification does nevertheless provide a broad guide to the type of behavior
that may be expected from a given powder. It is useful to represent the
four groups of materials on a "phase diagram" showing the density differ-
ence ( Ps - Pg) plotted against particle diameter dp (Fig. 4). Here the
boundaries between groups C and A and groups B and D are entirely
empirical. The A /B boundary, however, may be defined on the basis of
whether or not a powder begins to form bubbles at its minimum fluidzation
velocity. For group A materials, Umf/Umb ,( 1, while for group B, Umf/
Umb > 1; a convenient dividing line would thus be one for which Umf /Umb =
1. Baeyens and Geldart ( 1973) correlated Umf and Umb with particle and
gas properties for a wide range of commonly used powders and showed that
for air at ambient conditions the A /B boundary is given approximately by
the line
d (p - p ) = 2 x 10 5 ( 34)
p s g
Range of Range of 0
-s
(/)
particle size particle density
Group (μm) (kg/m3) Behavior when fluidized Examples
,IS.
g)
452 Rowe and Yates
'15000
~
012000
9-Vl
~1000
u
C
11: 500
-~
1J
~
.gi 200
(1.)
0
100'------'------'------'---_L_L_J_J__L.L_ __JL-_L__L_JLLLLL-'--------'------'
10 20 50 100 200 500 1000
Mean particle size (μm)
( 35)
QB
-==U-U ( 36)
A mf
which gives an immediate estimate of the bubble flow for any operating
velocity.
The two-phase theory is fundamental to most models of fluidized-bed
chemical reactors. Gas in each of the two phases has a different residence
time and pattern of contacting with the particles. In realistic situations there
is generally some exchange between the phases.
Two obvious corrections are necessary to Eq. (36), although they are
often small enough to be neglected. First, as the bed fills with bubbles
the overall average height increases but the cross-sectional area available
for interstitial flow is reduced. Second, there is necessarily a pressure
Fluidized-Bed Reactors 453
drop across the bed and therefore gas must expand as it rises. Volumetric
flow and therefore gas velocity consequently increases with height. As
Table 2 shows, Umf is largely independent of gas density (or varies in-
versely as its square root for large particles), so that the excess flow avail-
able for bubbles (U - Umf) increases with height. It can be shown (Rowe,
1978b) that these two corrections lead to
( 37)
Properties of Bubbles
In many ways the bubbles in gas fluidized beds have similar properties to
bubbles in a true liquid. They have a roughly similar shape, they rise at
about the same velocity, disturb the surrounding medium in much the same
way, and coalesce and break up. However, they differ in several points of
detail and the analogy must be drawn with care. Bubbles are fundamental
to the behavior of gas fluidized-bed reactors, so it is important properly to
understand their properties as much is now known about them from research
experiments.
In any realistic reactor there will be many bubbles, but it is helpful
first to examine the properties of single bubbles in isolation. Because the
dense phase of closely spaced powder particles is opaque, bubbles cannot
normally be seen within the bed and special experimental techniques are
required to reveal them. One such technique is the so-called two-dimension-
al bed, where the powder is confined between glass plates perhaps 1 cm
apart. This effectively exposes a thin slice of the bed and the bubbles
454 Rowe and Yates
C) '-
----- --- /
( 38)
The standard deviation of a single observation is very high and even under
ideal experimental conditions prediction of velocity for a particular bubble is
subject to much error. Even with large numbers of observations it is not
possible to confirm that Eq. ( 38) is the correct form and it is chosen simply
on the basis of analogy with bubbles in liquids. From many data it is clear
that the constant of proportionality in Eq. ( 38) is unity within the limits of
experimental error. For the purpose of reaction engineering it is behavior
of the average bubble that is of interest, and for this, Eq. (38) is adequate
and as good as any other. From this equation it is seen that bubbles rise
at a few tens of cm /s and the practical range of velocities is less than one
order of magnitude.
The indentation at the bottom of a bubble is a wake of particles travel-
ing with it and roughly circulating as indicated in Fig. 6. It is very like
the attached vortices behind a bluff body moving through a liquid at
10 < Re < 100. The wake grows as further particles are captured until it
becomes unstably large, when a large portion is shed-again closely
analogous to behavior in a true liquid. Pursuing this analogy suggests that
the fluidized particles have a viscosity of 10- 2 N •s /m2, but it can be mis-
leading to attribute a true Newtonian viscosity to the fluidized system. At
high shear rates particles will come in contact with each other, and apparent
viscosity will change abruptly to elasticity. The system has been treated
as a rheological fluid (Rietema, 1967), but such an approach has not ad-
vanced our understanding very far.
The continuous growth and discontinuous shedding of wakes accounts
in part for the variability of velocity. It also accounts for the fact that
instantaneous pictures of bubbles show a variety of wake sizes. The
Fluidized-Bed Reactors 455
VB
V
w = 3
( 39)
3
nd B
= 24
( 40)
Additionally, the wake fraction increases with the absolute size of the bub-
ble so that bigger bubbles appear flatter, but this is a fairly small effect
and for most practical purposes Eq. ( 39) is adequate. Both wake fraction
and velocity appear to be independent of particle properties.
•
: - - FLOWING PARTICLES
••
PRESSURE DIFFERENCE
• /DRAG GAS WITH THEM
••• •
RETURNS IT TO THE
BUBBLE
•
••
••
•
•
FIGURE 8
'
Formation of gas cloud around fast-moving bubble.
is actually in contact with particles. Only this fraction of gas can react at
any instant, although since the whole is circulating, each element will have
a limited period of reaction time. Furthermore, since a necessary condition
for this hydrodynamic situation is that UB > Ui, gas forming the cloud has
a shorter residence time than interstitial gas. Plainly these limitations have
important consequences in reaction engineering and the mechanism described
above forms a basis for reactor modeling.
It is evident that the two velocities, UB and Ui, are important param-
eters in determining the nature of gas flow through the bed. They are
independent of each other. UB depends only on bubble size, as shown by
Eq. ( 38). Ui is proportional to Umf, which in turn depends on the gas
and particle properties as given by Eq. ( 9), (14) , or (17). For small
values of Umf, when clouds are likely to form, interstitial gas velocity de-
pends primarily on particle size, roughly as d§. The important ratio UB /Ui
is then proportional to d! 12 /d;. It should be noted that conventionally, Umf
is expressed as a superficial velocity
Qmf
umf = -
A
( 41)
(42)
Clouds form around the bubbles whenever UB > Ui, that is, when the
ratio
a. =
u.l > 1 ( 43)
A simple but elegant theory (Davidson and Harrison, 1963) treats the bub-
bles as perfect circles around which concentric clouds form the diameter,
being given by
= ( ~ ) 1/2 ( 44)
a. - 1
d
C = (~)1/3 ( 45)
dB a. - 1
16
15
14
IXI
-::!
c.> 13
""
12
11
10
rn 2 3 4 5 6 7 8 9 10
o<.
1.17
( 46)
a - 1
( 47)
460 Rowe and Yates
~
e:.:=:1 Va=~ ]:d~~Q_
36 8
ca.2xds
but during this time the gas has advanced as far as the dashed line
indicated. The volume within the outer boundary is Qt plus the volume
occupied by particles in the eccentric annular region.
This annular region now contains excess gas, and therefore the local
powder voidage, E, must increase. Such increase is unstable and evidently
when the bubble detaches and begins to rise through the unstable ex-
panded region, it relaxes and the excess gas pours back into the bubble,
almost certainly through its base. The experimental evidence shows that
this is completed by the time the bubble has traveled little more than one
diameter. Since eight bubbles form each second, it is a very rapid se-
quence of events and hydrodynamic equilibrium is achieved in a time of
order 10-1 s.
Referring again to Fig. 11, the upper bubble is now stable and will
have formed a cloud around itself if the velocity ratio is appropriate. Half
the gas in this cloud and bubble first passed into the dense phase and then
returned to form a stable bubble. This brief but efficient contact between
gas and particles can lead to good reactor performance in this shallow layer,
and a model for this is developed later in this chapter.
Bubbles coalesce readily for although the fluidized powder has a property
equivalent to surface tension, it is small. The rate of coal~scence depends
essentially on the closeness or concentration of bubbles. From this it is
possible to postulate the way in which bubble concentration will change
with height, and combining this with the assumption that the bubble flow
remains constant, bubble size can be estimated. The empirical constant is
fitted from the data, leading to (Rowe, 1976)
(U + h )3/4
0
( 48)
1/4
g
d4/3 1/3
B(O)g
(49)
(U - U )2/3
mf
i
m
"O
er
w
1---
w
2
<(
0
\d
w
_J
m
m
:::J
m
z 8 = ( U-Umi)112 ( h+h 0 / 14
<(
w
2 g1/4
r---;
ds<o) ✓✓
~.✓ O-c.1----------------------
-ho_o BED HEIGHT h _____.
U ) 0. 4
mf
d = ( 50)
e 0.2
g
( 51)
( 52)
n 8g3/4
= ( 53)
A TI(U - U )1/2(h + h )9/4
mf 0
n
N= ( 54)
8 3/4
( 55)
+ h )9/4
0
from which it is seen that bubble concentration falls rapidly with increas-
ing height. A large industrial-scale reactor operated at a fairly high gas
velocity may bubble furiously near the bottom but appear almost quiescent
at the top. ·Under these conditions bubbles can be treated as isolated in
much of the upper part of the reactor.
The question is commonly asked: Is there a maximum bubble size?
But it is an academic question without much practical importance. Equation
( 48) implies growth without limit and, while it is based on coalescence fre-
quency observed on a fairly small scale, on an industrial scale it does fit
the few data there are. Certainly, bubbles of diameter in the region of
1 m have been reported from more than one source. Rate of coalescence
falls off rapidly with concentration so that rate of growth declines with
height, and it requires an impossibly large and deep bed to observe bub-
bles much more than 1 m in diameter. It is inconceivable that close bubbles
should fail to coalesce just because the distributor plane is far below. Cer-
tainly, big bubbles tend to break up, but then the fragments all too com-
monly recoalesce. Evidence and logic suggest there is no upper limit, and
the possibility of experimental proof seems remote.
On the contrary, there is surely a lower size limit. A bubble of parti-
cle size is meaningless. The bubble has reality only when particles can
flow around is as a pseudofluid. This suggests a lower limit of order 102 x
dp. There is no experimental evidence for bubbles less than about 1 cm
in diameter, but observation would be difficult.
a bed initially with, say, black particles forming the lower half and white
ones above with a horizontal interface between (Rowe et al., 1965b).
Figure 14 indicates the kind of displacement that occurs as first one
and then successive bubbles disturb the initial arrangement. Each bubble
carries wake material to the surface, spilling some enroute while streamline
motion draws up a spout or drift profile. Repetition complicates the pat-
tern and the whole quickly becomes well mixed. If bubbles tend to rise
in the center, the overall motion is a convection pattern, up the center
and down the sides. This reverses if bubbles rise near the walls and
more complicated patterns occur in large beds.
It is important to realize from these demonstrations that particle mixing
is caused solely by displacement by the bubbles. Without bubbles there
can be no mixing. There is no mechanism equivalent to molecular diffusion
whereby neighboring particles may jostle and exchange positions-except in
the wake. In spite of appearances to the contrary, particle movement is
relatively orderly and predicable to a limited degree.
It follows from this that the rate of particle mixing depends on the
bubbling rate. It is directly related to the excess gas flow rate (U - Umf),
as seen from Eq. (35). In most realistic circumstances, the bubbling rate
is such that mixing occurs rapidly, and in the majority of cases it is appro-
priate to treat the particles as perfectly mixed. The circulation rate can
be estimated roughly (Rowe, 1973) from
Ahwf
t
C
=------'-'------- ( 56)
0. 6 QB [1 - (QB /AUB)
TOP
I INCREASING
lru-Umtl
i
BED X I
HEIGHT
h I
I
I
BOTTOM+---+----+
0 x 1 x O x
FRACTION OF JETSAM-----+
(U-Um1)-O ( U-Umi)-SMALL ( U-Um1)-LARGE
I
PERFECT SEGREGATION PARTIAL SEGREGATION I PERFECT MIXING I
)1.1 )0.7
[ (U:;);
(U ) ]1.2 P
+ 0.9(P; - 1
d
(d: - 2.2x 112 (H*) (58)
H* = 1- exp (- !) ( 59)
PERF~'fl1 - ----+--~-
I
i
MIXING
I
INDEX
M
COMPLETE
SEGREGATION 0_,.-~:______L__ _ _ _ _ __
Umt Uro
GAS VELOCITY U -
and hB /W refers to heat transfer between the bed and its containing walls
or immersed surfaces.
Heat transfer between gas and particles is usually very rapid but only
because of the enormous surface area presented by finely divided solids and
because of their large heat capacity on a volume basis compared with that
of the gas. The transfer coefficient hG /S is small, near its lower limiting
value, because the local Reynolds number is small, as explained earlier.
The local number can be estimated from (Rowe and Claxton, 1965)
Nu ( 60)
2
B = ( 63)
3E
and
--0 28
(2 - 3n) / ( 3n -- 1) = 4. 6 5Re · ( 64)
Consider the case where fluidizing gas enters the bed at a different
temperature from the particles. Assume that the particles are uniform
spheres and are perfectly mixed by bubble disturbance as described above.
Further assuming no heat loss and that the solids have a much greater
heat capacity per unit volume than gas, it is readily shown that the depth
of bed over which 90% of the gas change in temperature occurs is given by
( 65)
i
d
Sh = kG/S ( 66)
Fine Powders
Fine powders behave differently from coarser ones in ways that are important
for reaction engineering, and some of the previous description requires
modification. Fine powder in this context means Geldart's group A powders
(Geldart, 1973), which are roughly defined as lying in the range
( ps pf)d~ > 10 6
( 68)
(p
s
-- p )d
f p
< 2 x 10 5
30 < dp < 200 µm. Below this size they are very difficult to fluidize
uniformly and tend to channel ( group C) , and above it they behave as
hitherto described ( group B). The classification is approximate at best,
depends also on other poorly understood particle properties, and there is
a gradation of behavior and not abrupt change. Most powders clearly
show group A behavior when dp < 100 µm.
The distinguishing feature of group A powders is that they expand uni-
formly when fluidized at low gas velocities and do not begin to bubble until
a higher velocity, Umb, is reached. For group A powders Umb /Umf > 1.
This is illustrated by Fig. 17, which shows how bed height changes with
gas velocity.
The uniformly expanded state is quite stable. There is no hysteresis
and the same height is observed whether gas velocity has increased or de-
creased. The first appearance of bubbles is a breakdown of this stability,
and observations around Umb are not very reproducible, making it diffi-
cult to determine with precision.
Behavior in the region Umf < U < Umb is closely akin to that of liquid
fluidized beds as described briefly earlier. The height or bed voidage
varies with velocity as Eq. ( 31) except that the constant of proportionality
is less than UT. As a corollary, the exponent m is greater than observed
with liquids at the same Reynolds number.
With decreasing average particle size this group A behavior becomes
more marked. Bed heirht can double before bubbling begins when Umb/
Umf i
3. Expansion is increased by the addition of fines to the powder,
which has the effect of reducing mean particle size dp·
Many catalyst powders prepared for use in fluidized-bed reactors be-
have as group A and fluid-bed cracking catalyst (FCC) is a good example.
Expansion of the dense phase and increased interstitial flow above Umf has
important consequences in reactor behavior and modeling. Since this oc-
curs only with fine powders where interstitial flow is necessarily small, in-
crease in this very effective phase can increase reactor performance
markedly.
~ I
~
- h ..,.._ _ __,, I I BUBBLING
1◄ ~
I UNSTABLE
REGION
o-+--------1----t---------1,-------
0 Umt Umb
GAS VELOCITY u--.
FIGURE 17 Variation of bed height with gas velocity for group A
powders.
470 Rowe and Yates
i
0
~
LL }
GROUP A
POWDERS
_J
<r:
i=
i=
t.f) INCREASING
0::: FINES CONTENT
w
f-
z I IDEAL.: 2 PHASE THEORY ( GROUP B POWDER)
I
I
I
Omt
o--------'-----------------
0 TOTAL FLOW 0---
►
behavior at the same volumetric flow rate as pressure increases and this
is the condition in all that follows.
It is commonly reported by plant operators that fluidization is "smoother"
as pressure increases, and this is said to be because the bubbles are
smaller. The evidence for this is very slender because of the difficulty of
observation, but the conclusion is widely accepted. Data from research ob-
servations under pressure are scarce, again because of the difficulty of
observation, but what little evidence there is points to the conclusion that
proportionately more gas flows interstitially as pressure increases (Rowe
and MacGillivray, 1980).
The ratio Umb /Umf for class A powders does increase with increasing
pressure but not dramatically, about 25% for a fivefold increase in pressure
(Rowe et al. , 1982). Certainly, some group B powders show group A be-
havior as pressure increases, and this is not predicted by the criteria of
Eq. (68). An alumina powder of dp = 450 µm that is typically group B at
NTP began to show group A behav10r at pressures as low as 2 bar and
showed it markedly at higher pressures (Rowe et al., 1983). X-ray cine
photographs of this powder fluidized with nitrogen show that as expected,
bubble size decreases with pressure and the average volume is halved at
around 60 bar. Again, this is not a dramatic change. Bubble frequency
increases and the visible bubble flow varies approximately in proportion
with A(U - Umb). The bubble velocity coefficient ✓ uB /( 1/2)gdB increases
by about 50% at 30 bar and thereafter changes little.
It should be noted that Umf falls with increasing pressure as predicted
by Eq. (14). Terminal falling velocity, UT, also falls with pressure. The
change can be considerable, and for the 450 µm alumina referred to above,
Umf falls to one-third of its atmospheric value at about 60 bar. UT falls
to about one-fifth over the same range. The change increases with parti-
cle size. Equation (14) fits the presently available data very well up to
pressures of 100 bar.
Change of Umf with pressure means that at constant volumetric flow
rate the bed will be fluidized at a greater multiple of Umf as pressure in-
creases. The development of group A behavior means that a larger pro-
portion of gas will flow interstitially, and the net result may be a reduction
in bubble flow with consequently smaller bubbles. These changes would
improve reactor performance.
With the 450-µm alumina (the only material so far to be studied system-
atically in this way), dramatic changes do occur at pressures greater than
about 80 bar. As this pressure is approached, the wake obtrudes more
deeply into the bubble and they begin to break up by wake reaching to
the roof, a mode of breakup never observed at lower pressures. At 80 bar
the bubbles are no longer clearly observable, and it may be that the system
has changed toward particulate fluidization.
( 69)
where A is the bed area, M the bed mass, and K* (kg/m2•s) a first-order
rate constant. Then for an approximately constant bed mass,
where Xi0 is the initial mass fraction of elutriable particles. A great deal
of work has been carried out to establish relationships between K * and the
properties of fluidizing gas and bed particles, and as a result a number of
correlations have been devised and some are listed in Table 4. It must be
K*gd 2
p
0.0015Re~· 6 + 0.01Re~· 2
10'( :~ ,)""
u2
0 -3
39,1 X ¾ 581, 8 X 10
2
g PPS gd P
p s
-K*
--
pgUO 1.15
2
u2
0 -3
7, 02 • 10 3 ( : O 2 ) ;;;, 581, 8 X 10
d 2
g PPS g pps
Fluidized-Bed Reactors 473
TABLE 4 (Continued)
K*
o. 5
K*
= 4.6 x 10-2 ~
(U -U )2
0 gdp ts J p
Re~.3 ( s Pg
-p
g) 0.15
_mi mf )
u )o.5 u 0.25]
K~=A+130exp [ -10.4 ( ;s (u
Pg O O O
K*" 33 (1 - ':::) 2
Bachovchin et al. ( 1979):
K* = 3. 35 x 10 5 - -_( U
0 - )4. 67 (p_g )1. 62(L ) (D~
;x-)1.15
~ PS d d
pg p p
where
d = average size of particle elutriated
p
X = fraction of fines at the bed surface
s
2 1. 65
Column
diameter, De
bed height, L;
Investigator Experiments freeboard, H ( m) Gas Distributor
I //
~MERRICK AND
20 HIGHLEY
/ /---COLAKYAN ET AL.
10 )/ -,rn, A<D wm
5 WEN AND
HASHINGER AND
0 TANAKA ET AL.
~
(/)
(\J
E 2
---Ol
.x
•~
0.5
02
0.1 ~ - ~ - ~ - - ~ - - _ L _ - - - '
0.3 05 1 2 5
U (m/s)
-dVb Cbc
dt = k S .(Cb - C.) molls ( 71)
gc Cl C 1
where Vbc i.s the volume of the bubble plus cloud, Sci the surface area of the
cloud-dense phase interface, and Cbc and Ci the concentrations of gas in the
bubble-cloud and interstitial phases, respectively. The gas-solid system
is then modeled on the basis of transfer from a drop of one immiscible
liquid rising through another, the drop diameter being equal to the cloud
diameter de. The Sherwood number, She, for mass transfer from a
sphere of uniform composition in the appropriate range of Reynolds number
( 30 < Rec < 2000) is given, according to Rowe et al. ( 1965a) , by the
expression
k d
ShC = ~ - 2 + 0.69 Sc 113Re 112 ( 72)
D - c
Sc = µ ( 73)
pD
Re (74)
C
with D being the molecular diffusivity of the gas and UR the relative veloc-
ity between bubble and interstitial gas: UR = Ub - Ui. The bubble
478 Rowe and Yates
2
k 1rd s
gc C
Qbci =
vbc
( 75)
3. 9sD Sh
C
v2/ 3
be
( 76)
q = 31r U d2 ( 77)
4 mf b
db being the bubble diameter, Vb the bubble volume, and Sbi the inter-
phase surface area.
The mass transfer coefficient kbi is evaluated on the basis of the
analogy with diffusion from a gas bubble rising in a liquid:
( 78)
( 79)
+ 5.85
(
Dl/2 1/4)
5~4 ( 80)
db
The third "classical" model is that of Kunii and Levenspiel ( 1969), who
combined elements of the foregoing two methods and considered the ex-
change process to take place in two stages. The first stage involves
transfer from the bubble to the cloud region and is described in terms of
a coefficient Qbc identical with the bubble-to-interstitial phase coefficient
Qbi of Davidson and Harrison. In the second stage gas is considered to
be transferred from cloud to interstitial phase by a diffusive process,
described by the coefficient Qci, which may be evaluated on the basis of
the penetration theory of Higbie ( 1935):
Fluidized-Bed Reactors 479
BU 112
Q . = 6. 78(Emr b) ( 81)
Cl d3
b
The two transfer processes are assumed to occur in series, so that the
overall flow rate of gas from bubble to interstitial phase, Qbi, is given by
1 1
= -- + ( 82)
Qbi Qbc
Calculated
value
Model Exchange coefficient cs- 1)
3. 9ED Sh
C
Partridge Qbci = v2/3
0.245
and Rowe
(1966) be
(Dl/2gl/4)
Davidson Qbi = 4.5(°::) +
d5/4
3.21
and Harrison
b
(1963)
QbcQci
Kunii and Qbi = 0.466
Levenspiel Qbc + Qci
(1969)
single bubbles the best agreement with experiment was shown by the
model of Murray (1965, 1966) (which ascribes a modest value to the
through-flow), modified on the basis of penetration theory to give an over-
all transfer coefficient for spherical bubbles of
12
+ -- ( 83)
d3/2 7T
b
The value of Qbi from Eq. ( 83) calculated for the ozone-air system con -
sidered in Table 6 is 1. 34 s- 1.
( 84)
where Ub is the mean velocity of bubbles in the bed and db their mean
diameter. Equation (84) appears to give the best estimate of the inter-
phase transfer coefficient in freely bubbling, three-dimensional beds of
nonabsorbing particles.
REACTOR MODELS
This was one of the earliest models to be based on the two-phase theory,
and although its basic assumptions represent an oversimplification of the
physics of fluidization, it has been successfully applied in a number of
cases. The assumptions on which the model is based are as follows:
1. Gas bubbles are evenly distributed throughout the bed and are
of equal size.
2. Reaction occurs only in the dense phase, where gas flowing at U f
is either completely mixed or in plug flow. m
3. Gas is exchanged between the bubble and dense phases by the
convection-diffusion mechanism discussed earlier.
( 85)
1 - Se
-x + k'
where
QbiH
X -- ( 86)
ubvb
umf
s 1 -
u
( 87)
and
k' ( 88)
Here H is the expanded bed height, Hmf the height at mm1mum fluidization,
Ub the bubble velocity, Vb the bubble volume, and k a first-order reaction
rate constant. The interphase transfer coefficient Qbi is given by Eq.
( 80) and this leads to an expression for X in terms of the bubble diameter
db:
X =
H
[4. 50 (:mf) + ( 89)
p
( 90)
( 91)
Se
-x (1 - Se -x) 2
( 92)
+
1 -- Se
-x + k'
Inspection of Eq. ( 92) shows that for large values of the interphase ex-
change term X, the model, as would be expected, reduces to that of a
CSTR. Furthermore, Eq. (92) predicts that conversion can never be com-
plete even for very fast values of k':
Se
-x
m2e -m 1H ( 1 -- :tumf)]
( 93)
where m = m1 with the positive sign and m = m2 with the negative sign.
In both forms of the model the variable playing the most important role is
the bubble diameter, db, since it determines, among other things, the ex-
tent of interphase gas transfer. In the earlier publications an average
value of db for the whole bed was estimated from the reaction data of
other workers, but more recently, Darton ( 1979) has proposed a method
whereby the variation in bubble diameter with bed height may be allowed
for. The method is based on a deterministic model of bubble growth by
stagewise coalescence and leads to the following expression for the inter-
phase transfer term:
484 Rowe and Yates
(4A
-vlm: )3/5] l)( 96)
The use of Eq. (95) in conjunction with the "dense phase completely mixed"
equation ( 92) was shown by Darton to give reasonably good predictions of
the conversions measured by Fryer and Potter ( 1976) using a 0. 229-m-
diameter reactor fitted with a bubble cap distributor with 61 caps, giving
Ao = 675 mm2.
( 97)
( 98)
Here kr is the first-order reaction rate constant, Qbc and Qci are the
interphase exchange rates defined in Eqs. (8) (Qbi = Qbc) and (81),
and the y terms represent the ratios of solids dispersed in bubbles, Yb,
clouds, Ye, and interstitial phase, Yi, to the total volume of bubbles
in the bed:
(99)
Fluidized-Bed Reactors 485
( 100)
The degree of gas-solid contact, and hence the extent of reaction, depends
strongly on the values of the y terms, and the model in its simplest form
takes Yb = 0 while y c is calculated from
( 101)
where the ratio of bubble volume Vb to wake volume Vw is found from the
empirical correlation of Rowe and Partridge ( 1965). The value of Yi is
found by substitution of Yb and Ye in Eq. (99). The Kunii-Levenspiel
model was found by Chavarie and Grace ( 1975) to show the best agreement
of all the several models they tested against experimental results of the
ozone decomposition reaction in a large two-dimensional fluidized bed, al-
though they found some of its simplifying assumptions to be self-compensat-
ing.
A much more sophisticated treatment of the same basic model has been
developed by Potter and his co-workers who included a consideration of
reaction in the dense phase of the bed and incorporated equations to allow
for the change in bubble size with bed height. Their so-called counter-
current back mixing model has been well reviewed by Potter ( 1978).
Shell Model
The two models discussed earlier although firmly based on the two-phase
theory of fluidization, do incorporate empirical relationships derived from
experiments with laboratory-scale equipment, and this has caused the
validity of their application to large industrial units to be questioned. A
number of different approaches to the modeling of large beds have there-
fore been explored, and although most remain hidden behind the cloak of
industrial secrecy, one such approach has been discussed fairly fully in
the open literature (van Swaaij and Zuiderweg, 1972, 1973; de Vries et al.,
1972). The Shell company, faced with designing of fluidized bed reactor
for their solid-catalysed hydrogen chloride oxidation process, adopted a
combined theoretical and empirical attack on the problem in which data from
a number of beds of increasing diameter were used to obtain scaleup corre-
lations. The theoretical basis was the two-phase theory model of van
Deemter ( 1967), which assumes that:
clCAb
+ N (CA CA.) 0 (102)
3 !; a b 1
32
CA
1 b
N (C CA ) + N r CA.1 = 0 (103)
a A. NE 3 !; 2
1 b
Here !; is the dimensionless bed height (h/H), and Na, NE, and Nr are
dimensionless groups defined as follows:
1. The number of interphase transfer units, Na= k' H/U, where k'
is a mass transfer coefficient g g
2. The number of interstitial phase mixing units, NE = UH/fiE where
fi is the volume fraction of bed occupied by interstitial gas and E
is a mixing coefficient
3. The number of reaction units, Nr = k'H /U, where k' is an effective
rate constant for dense phase
The two hydrodynamic groups Na and NE were found from the results of
tracer experiments in beds 0. 3, 0. 6, and 1. 5 m in diameter. Thus from
the residence-time distribution of tracer gas, the following expression for
the height of a transfer unit, Ha, was obtained:
1. 06) ( 3. 5 - 2. 5 ) ( 104)
Ha= ( 1. 8 - Dl/4 Hl/4
Then Na = H /Ha, Equation (104) was predicted to be valid for the micro-
spheroidal catalyst in beds with heights and diameters of up to 10 m. The
term NE was found from values of E measured in experiments with labeled
solid particles in pilot-scale beds up to 3 m in diameter; E is plotted as a
function of bed diameter in Fig. 20, and values of Nr and Na are given
as functions of solids fines content and gas velocity in Table 7. The
dimensions of the full-scale reactor were calculated in the following way.
Bed diameter was found in a straightforward way from known stoichiometry
of the process and a realistic value of the fluidizing gas velocity. An
estimated figure for bed height was put into Eq. (104) and a value of Ha,
and hence Na, calculated. The latter, along with the empirical NE and Nr
terms, were then substituted into the solutions of the two simultaneous
equations (102) and (103) and an overall reactant conversion calculated.
The difference between this calculated conversion and the required value
was then adjusted by choosing a second value of the bed height and re-
peating the calculation. The method, although costly in terms of pilot
plant work was claimed to result in a satisfactory final design.
E(m%)
2
(SPRAY-DRIED
1.0 (CRACKING SILICA,24'/o
8 CATALYST FINES)
MAY)
6
0.1
8
6
2
•
0 ·010:---~1~-~2--~3---'-4----,'5
D(m)
that equalization of flow is observed only after the bubble has risen some
distance into the bed. The sequence of events is illustrated in Figs. 11
and 12, and the conclusion that is drawn from the visual evidence is that
during the period up to the time of detachment of the bubble, td, the un-
accounted or· invisible gas has passed into the dense phase, causing the
particles to expand to a void fraction E: in excess of Emf. The time td is
clearly related to the frequency of bubble formation n (Hz) by
1
== ( 105)
n
Conversion
Percent u relative to H Ha
fines (mis) equilibrium (m) Nr Na (m)
and during this period the volume of gas entering the dense phase and re-
acting is Qotd(l - xo), where xo is the fraction of flow that forms the
visible bubble. Further, if we assume that the gas entering the dense
phase undergoes a pseudohomogeneous first-order reaction with the particles
at a rate given by
(106)
Now if the time taken for the bubble gas to reach equilibrium (i.e.,
the time for the bubble to form completely) is te and if the mean residence
time of the gas in the expanded dense phase is 0. 5te, then Eq. (107)
becomes
When the bubble has formed completely, the gas it contains will be made
up partly of that which has been in contact with the dense phase and
partly of that which has not, so that at equilibrium the fraction of A re-
maining unreacted inside the bubble will be
t = (110)
e
so that if the bubble velocity is known, the residence time of gas in the
expanded phase may be calculated. Now the velocity of a bubble in a
Fluidized-Bed Reactors 489
( 111)
3 rr 3
( 112)
Vb 46 db
Qor
= XO (113)
nb
Hence
= 0. 259V~/ 6 ( 116)
1/6
te = 3.86He(::) ( 117)
The value of the third parameter in Eq. ( 109), the voidage of the
expanded dense phase, s, is at present unknown, but reasonable values
in the range 0. 4 to 0. 7 may be assumed for the purpose of an illustrative
calculation. Combining Eqs. ( 109) and ( 117) , the fraction of reactant A
remaining unreacted in the bubble phase at a height He above the distribu-
tor is
6
CAb x 0 + (1 - x 0) exp [ -1.93(1 -
- C = s)k H (nb)l/
- ] (118)
AO s e QO
= 7 Hz
490 Rowe and Yates
= 5xl0- 4 m3 /s
-1
= 1, 5, 10 s
-1 -1 -1
E k
s =1 s ks =5 s k
s = 10 s
. t. Volume fx1vsx(1-E:mtl
::/{~wr~of particles entrained
.,-:·,.-,.-.. 1
.,\:/·,-:\-. Volume (1-f) x :3Vsx (1-emt)
~fG~~s~~~ \\\(}:'-returns to bed
bubble ~ -~ Bed surface
·Q.·.
.
. .
Bubble
. . volume,Vs
.
.
Particle of
volume Vp
CAH i
Reactant .
concentration
CA
where QB is the volumetric flow rate of bubble gas and A is the bed cross-
sectional area. The total holdup of particles in the freeboard, V, is
(U _
f _ - _umf)A(l
_ _3_ _- _Emf)
__
V = (120)
( 121)
Now if the particles are equally spaced, the volume Vc of the gas cell
surrounding each particle is given by
492 Rowe and Yates
3V
p
V (122)
C
(123)
j 1
r
C Ah fh
1
( 125)
3(U -
The mass transfer coefficient hM may be found from the expression of Rowe
et al. (1965a):
= hMdp
Sh ( 127)
D
- - - Plug Flow
- - - - Complete Mixing
02
( 129)
The terminal fall velocity may be obtained from graphical correlations be-
tween ReT and the velocity independent group 2dp pg( Ps - Pg) /3µ2
(Kunii and Levenspiel, 1969) , and hence the Sherwood number and hM may
be calculated .from Eqs. ( 128) and ( 129).
Solutions to the equations were obtained for various combinations of the
parameters, and it was shown that under some circumstances a greater level
of conversion can be obtained in the freeboard than in the fluidized bed it-
self (Fig. 22). Experimental support for these conclusions has been pro-
vided by Miyauchi and Furusaki (1974) and Furusaki et al. (1976), who
have also developed theoretical mac.els of the effect.
Conclusions
It would seem from the discussion presented in this section that three zones
need to be considered in the design of a fluidized-bed reactor: First, the
entry zone near the distributor where fresh reactant gas first comes into
contact with bed particles and where bubbles are in the early stages of
development; second, the fluidized bed itself, where in general reaction is
controlled by mass transfer between the bubble and interstitial phases;
and third, the freeboard zone above the bed surface. The necessary de-
sign equations for each zone are quite different and must be examined
thoroughly for the full range of potential operating variables before the
overall performance of a reactor can be predicted with confidence.
NOTATION
c /s area of bed, m2
3
concentration of reactant A, mol/m
494 Rowe and Yates
TI 2 1 2
drag coefficient (single particle) = F / 4 dp 2 pfu
specific heat of gas, J /mol •K
molecular diffusivity, m2 / s
bed diameter, m
particle diameter, µm
volume fraction bubble holdup
drag force on a single particle, N
g acceleration of gravity, m/s 2
h height above distributor, m
Greek Letters
a velocity ratio (UB /Ui)
/\.p pressure drop across the bed, N tm 2
E bed voidage
µ fluid viscosity, N •s tm 2
3
powder bulk density, kg /m
fluid density, kg /m 3
particle density, kg /m 3
Fluidized-Bed Reactors 495
Special Numbers
Subscripts
B bubble
C cloud
D distributor plane
f fluid
F flotsam
G gas
H plane at height h
i interstitial
I isolated
J jetsam
mf minimum fluidization
mb minimum bubbling
s solid (particle)
T terminal falling
W wake
REFERENCES
REUEL SHI NNAR The City College of the City University of New York,
New York, New York
INTRODUCTION
Coal gasification reactors are devices that contact coal with reactive gases,
usually oxygen and steam, to produce gaseous products, generally CO and
hydrogen or methane. Proposed or existing configurations include fluidized
and countercurrent moving (nonfluidized) beds and entrained flow reactors;
product compositions depend on the coal type and the reactor configuration.
The dry ash free composition of a typical eastern United States bituminous
coal is roughly CHo. sOo.1• In excess of 40 wt% of this material will volatilize
with slow heating, yielding a product containing tars, oils, water, methane,
hydrogen, CO, CO2, and other gaseous products. More of the coal may
volatilize with very rapid heating.· The porous residue, or char, consists
mostly of carbon and inorganic ash.
Typical proximate and ultimate analyses of Illinois No. 6 bituminous coal,
an eastern U.S. coal which is used subsequently for illustrative purposes,
are shown in Table 1. The following primary reactions can be expected to
take place between the carbon in the char and the gaseous reactants:
Oxidation:
Gasification:
C + H 20 t CO + H 2 LiH = +32.2 ( 3)
499
500 Denn and Shinnar
Wt %
Proximate
Ash 9.6
Moisture 4.2
Volatile matter 34.2
Fixed carbon 52.0
Wt %
dry ash free basis
Ultimate
C 77.3
H 5.9
N 1.4
s 4.3
0 11.1
Methanation 3H 2 + CO ➔
+- H 2o + CH 4 ll H -52.4 (8)
1
Oxidation: H2 +
➔
H 20 L'IH = -58. 6 ( 9)
2 °2 +-
Reactions (7) and (8) can also take place between the same species in the
devolatilization products; in addition, the volatiles are combustible, and the
higher-molecular-weight constituents might crack. The catalytic activity of
the ash, which differs from coal to coal, is likely to affect the rates of
both the heterogeneous and gas-phase reactions.
Many other reactions between the major species might also occur, but
other reactions of possible interest are derivable from this basic set. The
methanation reaction
➔
+- .!.3 CH 4 + ~co
3
is simply the sum of one-third reaction (5) and two-thirds reaction ( 3), for
example. Only four reactions are, in fact, independent for the seven chemi-
cal species made up of three elements, but the remaining five are included
here because of their possible importance. Reactions (1) to (3) and (5) and
(2) to (5) and (7) form useful independent sets.
and oxygen. Air- blown gasifiers, which are normally an integrated part
of power plants, will not be treated here. The gas obtained from medium-
btu gasifiers has several uses, each of which requires a different gas com-
position and hence affects design considerations.
SNG
Although interest in pure SNG production has presently subsided, it was
the main driving force for many recent developments in gasification tech-
nology. There are two criteria that distinguish SNG production from fuel
gas and syngas gasifiers, based on the fact that the total yield of methane
per mole of coal is proportional to CO + H2 + 4CH4:
Syngas
CO and H 2 are used in the manufacture of many chemicals. They can also
be converted to transportation fuels, either via a Fischer-Tropsch process
or via methanol and further conversion of methanol by zeolites. For each
use a special H2 /CO ratio is required. In all such cases any methane
formed in the gasifier is a by-product that has to be separated from the
product. This by-product mBthane can either be sold or reformed to
syngas.
The need to separate methane does not necessarily imply that for syn-
gas it is always desirable to minimize methane production. As we will show
later, gasifiers with high thermal efficiency always produce significant
amounts of methane, and eliminating methane production imposes severe
penalties on the design. These penalties therefore have to be weighed
against the cost of separating the methane from the final product. The
penalty is very low in the production of methanol and in some Fischer-
Tropsch processes, but is significant for many chemicals. The separation
penalty also depends on the scale of the plant and the value of the
methane by-product.
In a synfuel plant that is coproducing SNG and liquid fuels, the total
clean fuel has a higher heating value that is proportional to CO + H2 + 4CH4,
502 Denn and Shinnar
SuR - b - 2m)CO
+ SpRH 2o ( 10)
I = (11)
For a given coal (a and b fixed) and essentially complete carbon conversion,
this combination of products is uniquely fixed by the oxygen-to-carbon
feed ratio and is independent of gasifier type. An alternative form when
there is no CO2 in the feed , based only on product gas mole fractions , is
CO + H 2 + 4CH 4
I = (12)
CO + CO 2 + CH 4
1 - b
R ;;,
2
The minimum oxygen rate for partial combustion, which we denote Re, is
then
1 - b
R = (13)
C 2
(14)
2(R - R) = I - m ( 15)
C
2
R c
2(
- (R - R) ,.:; Su ,.:; - R -
R c
1)
R + -
2
(16)
CASI Fl ER TYPES
There are four broad classes of reactor configurations: moving (or "fixed")
bed, entrained flow, fluidized bed, and molten bath. The last of these is
fundamentally different from the first three and is not discussed here.
Numerous designs have been proposed within each class, and we will focus
here on generally applicable principles and a few representative designs
that are in or near commercial use. There is a complete compilation of re-
actor descriptions, operating ranges, and operating histories in Nowacki
(1981), and very useful descriptions in Bissett (1978) and the proceedings
of an EPRI conference on synfuels (EPRI, 1981). We focus here on reactor
design principles as applicable to coal gasifiers.
♦ Feed Coo I
Cool Lock
Tor
Distributor ~
Gos
G role
Grote
Drive
H2 39.1 37. 5
co 17 .3 39.5
CO 2 31.2 21. 5
CH 4 9.4
C2H6 0.7
HS+
s
cos 1.1 1.1
Inert 1.2 0.4
506 Denn and Shinnar
caking coal, and the choice of this particular example is for comparative
purposes only. The current applications of this type of gasifier, such as
at SASOL, are limited to reactive, noncaking coals, although successful
gasification of caking coals has been reported in stirrer-equipped reactors.
The moving- bed gasifier can be conceived as operating as shown in
Fig. 2. The coal first contacts hot product gases and is dried. The
volatiles are then driven off by relatively slow heating. Next, the char
contacts a hot, oxygen-free gas, enabling the endothermic gasification re-
actions ( 3) and ( 4) to occur. Finally, the remaining char enters a region
of oxygen-rich gas, allowing combustion to take place.
There are two important consequences of this reactor configuration.
First, the volatiles are released in such a way that they cannot react with
oxygen. Thus the methane, CO, and hydrogen from the volatiles appears
in the product gas, as does the tar. The condensible liquids are generally
cool product
gos
Drying Zone
(moisture driven off}
En dot herm ic
Devolotilizotion Zone
( cool gos, tor, and)
oil driven off
Thermally Neutral
Gasification Zone
GI (Ii t t I e or no oxygen }
~ Endothermic
N
C
-
0
u
0
GI
0:: Combustion Zone
(oxygen rich gos}
Exothermic
ash
' steam
+ +
unreoc ted air or
carbon oxygen
Entrained flow reactors are devices in which coal particles that are typically
about 100 µm in diameter are fed cocurrently with the steam and the oxidant.
The coal may be transported either in a gas stream or in a water slurry;
in the latter case the suspending water provides the steam for gasification.
Bissett (1978) has provided a comprehensive review of the characteristics
of entrained flow reactors.
Two entrained flow gasifiers have reached major commercial status. The
Koppers-Totzek atmospheric reactor, shown schematically in Fig. 4, was
first put into operation in 1952. The coal is fed through opposing jets.
The steam-to-oxygen ratio is less than unity, and the combustion zone is
508 Denn and Shinnar
Cool Lock
t-Wosh Cool"
Cool Distributor
and Stirrer
- - - - - Quench Water
Slog Lock-----
-
H.P.
Gas Steam Orum
Outlet
Steam-
Boiler -
L. P. 1--~----.--n:
Steam
Drum
Boiler Feed
Water
Quench
Tonk
Cool-Water Slurry
- Synthesis Gas
Generator
Refractory Lining
- Water In
Water Quench
Section Slurry Out
Fluidized Bed
No pressurized fluidized-bed gasifier is as well developed as the examples
cited above of other gasifier configurations, and it is therfore appropriate
to discuss here some of the problems faced in the design and scaleup of a
fluid-bed gasifier.
The only economically available fluid-bed gasifier is the atmospheric
pressure Winkler, which was developed in the 1920s for German Braunkohle.
The reactor operates only with very reactive coals, and carbon conversion
is limited to 90%. Typical effluent data are shown in Table 3. Ruhr
Chemie has developed a pressurized version that will operate at 30 atm,
and a demonstration plant is planned. The published estimates claim that
overall performance characteristics will be identical to the old Winkler, but
with 95% carbon conversion.
A fluidized bed can in principle be staged, and it therefore has a po-
tential advantage over a true countercurrent reactor. Conditions in the
devolatilization zone can be adjusted independently of those in the reaction
zone in order to crack tars and maximize methane production; the tempera-
ture profile in a countercurrent reactor cannot be controlled, and the
residence time in the devolatilization zone is quite short. There are also
several inherent disadvantages relative to a reactor like the slagger. One
is that the gasification zone temperature is limited by the need to prevent
agglomeration. No good data exist on the maximum permissible temperature.
The second is that a significant amount of carbon must be maintained in
the gasification zone in order to achieve reasonable reaction rates. If this
H2 38.44
co 33.36
CO 2 21.4
CH 4 1.8
R = O2 /C 0. 96
Steam/O 2 1. 52
Cold gas efficiency 74. 7
Net efficiency 56.8
Coal Gasification Reactors 511
zone is mixed, the ash leaving the reactor will contain excess carbon; this
is the reason for the limited conversion in the Winkler.
There are two further problems that affect the Winkler and all other
fluid-bed gasifiers under development:
1. Some of the partially converted coal disintegrates into fines. Fines
are difficult to convert, as shown in Chapter 5, and they are swept from
the gasifier and tend to adhere to the wall of the cyclone. If fed back to
the bed, buildup of fines could reduce the bed density. Reducing the load
on the cyclone requires a low bed velocity that is high enough to prevent
ash agglomeration. This problem is solved in the Winkler by adding oxygen
near the top of the bed, raising the temperature of the dilute phase and
preferentially combusting the fines. (There are no detailed data to indicate
if the fines really combust, or if the combustion is in the gas phase and
the fines convert because the increased temperature.) The net result is
that the Winkler operates as a partial combuster, with R < Re.
2. The combustion reaction near the oxygen inlet is much faster than
can be dissipated either by the gasification reaction or by the mixing of
the fluid bed. The method used to date to overcome this fast reaction and
prevent agglomeration and high temperatures is to dilute the oxygen with
either steam or cold recycle gas to act as a heat sink. The Higas and Syn-
thane reactors developed in the United States required as much steam as a
diluent as the dry ash Lurgi, eliminating most potential economic advantage.
An alternative way to overcome the problem is to increase the mixing in-
tensity near the nozzle.
Recent American development work has concentrated on two pilot plants,
the UGas gasifier of IGT and the Westinghouse fluid-bed reactor. Both are
currently conceived as single-stage gasifiers (e.g., Schwartz et al., 1982)
in that the coal is fed directly to the fluid bed and there is no separate
zone for devolatilization. They therefore produce less methane than a gasi-
fier designed to have a separate devolatilization zone with independent
temperature control, although not all of the methane formed by devolatiliza-
tion is reformed. The major achievement of these programs has been the
development of an ash agglomerating zone at the bottom of the gasifier. The
ash agglomerates grow much larger than coal particles and hence separate
out at the bottom of the bed and can be removed selectively. A high
fluidization velocity is required to prevent agglomeration of the coal parti-
cles, especially in caking coals; this permits a reasonably high coal concen-
tration to be maintained in the bed, while removing ash at the bottom having
a much lower carbon content.
Both the UGas and Westinghouse reactors have demonstrated the feasibil-
ity of ash agglomeration and segregation. The Westinghouse has operated
thus far with coal conversions below 90%, and usually below 85%, mainly
because of carbon loss due to imperfect fines recovery. The Westinghouse
has also operated with large heat losses, both because of nonadiabatic
operation and heat losses in the fines recycle. Pilot data for R - Re are
therefore quite negative (-0. 2), although Westinghouse claims that the com-
mercial gasifier is projected to operate with a positive value of R - Re
comparable to that of the dry ash Lurgi. The UGas has operated until now
only at low pressure (ca. 3 atm), but claims to have achieved 95% coal con-
version. Results of both gasifiers were significantly better for reactive
coals than for bituminous coals, as would be expected from simple kinetic
considerations.
512 Denn and Shinnar
STOICHIOMETRIC ANALYSIS
[Some steam will, of course, appear in the effluent for starting formulations
above this line, since the analysis assumes complete conversion and neglects
any possible chemical equilibria, including that of the water-gas shift re-
action (7).] The shaded trapezium area thus represents the most desirable
area for gasifier operation.
The operating range can be further restricted by the condition of auto-
thermal operation (overall thermal neutrality): the exothermic reactions
must produce just sufficient reaction enthalpy to drive the endothermic re-
actions (assuming that an external heating source, such as a nuclear re-
actor, is not to be used). We suppose that the inlet and outlet streams for
char gasification are at the same temperature, which we will take to be 700°C
for this discussion. Let X 1, X 2, and 1 - X 1 - X 2 represent the fractional
conversion of carbon through each of the basis reactions ( 1), ( 2), and ( 3),
respectively. Thermal neutrality is then represented by
and the thermal efficiency based on the lower heating value (LHV) of the
feed char at 700°F will be 100%. The overall reaction for thermal neutrality
is the one-parameter family
C + o2 + CO 2
100 e--,----,-----,--,----~•---,
A: I B
l
'- ......._ Loss due to steom feed
>,
0
C:
90
'--------J
r--- --- --- --- --•
Q)
·;:;
A
w 80 Loss due to oxygen B
0
+ feed
E
~
Q)
..c:
I- 70 B
60
0 2 4 6 8 10
Steam/Oxygen (Molar)
Overall reaction C + 0. 2750 2 + O. 45H 2o -+ C + 0.1950 2 + 1.61H 2O-+ C + 0. 0150 2 + O. 985H 2O -+ C + 0.180 2 + 0. 428H 2O -+
Thermal efficiency 81 72 87 86
aConditions: feed and outlet temperature, 700°F; no heat recovery from products below 7000F; Btu requirements of feeds, 220
Btu/scf oxygen, 1130 Btu/lb steam, both at 700°F and 400 psia.
Source: Shinnar and Kuo ( 1978).
516 Denn and Shinnar
two limiting analysis leads to the operating diagram shown in Fig. 8. The
quadrilateral ABEF bounds the autothermal region and lies within the region
of possible complete utilization of carbon and steam. The characteristics of
the corner points are summarized in Table 4. If methanation could be car-
ried out within the gasifier, it is clear that operation should be along line
EF. Kinetic constraints, to be discussed subsequently, currently preclude
this option, however. Thus it is clear that the desirable region for opera-
tion of a gasification reactor is close to point A.
The assumption in this analysis that all reactions go to completion is
not as restrictive as it might appear. The oxygen and steam utilized to con-
vert carbon must satisfy the constraints outlined here, which thus define
upper bounds on efficiency. Equilibrium, kinetic, and transport limitations
provide information regarding excess steam. Oxygen utilization will always
be essentially complete.
(18)
CO+ 0.85H 2 + 2.85CH 4
The lower EL, the higher the net efficiency. (For an SNG plant we would
replace the denominator with CO + H 2 + 4CH 4 .) Points E and F in Table 4
Coal Gasification Reactors 517
are clearly superior to points A and B in having lower values of EL, but
there are several reasons why this stoichiometric limit cannot be approached.
The first is a process constraint. The calculations in Table 4 assume
that product gas can be heat exchanged with the feeds and only consider
the heat requirements of chemical reactions. The actual heat requirements
are greater. Gasification requires high temperatures (>1500°F) without a
catalyst. It is impractical to heat exchange a high-temperature product
stream, for two reasons:
In present commercial gasifiers the only way in which heat is fed back
from the product gas to the gasifier feed is by countercurrent gasifiers.
This exchange recovers a large fraction of the sensible heat of the product
gases and hence gives an inherent advantage to countercurrent gasifiers,
since they require less heat to be supplied to the gasification zone and
therefore less oxygen. In a cocurrent or well-mixed single-stage gasifier
the only way in which the sensible heat of the product gases can be re-
covered is a process steam. Since the steam can also be produced directly
from a combustion of coal, we suffer the penalty incurred in separating the
incremental oxygen that is required to supply the heat to raise the product
to gasifier temperature.
The second reason that points E and F are inaccessible with current
gasifiers is the thermodynamic consequence of the kinetic rates of the dif-
ferent gasification reactions. These points require methane formation by
reaction ( 6), where no H 2 is produced. Reactions ( 3), ( 4), and ( 8) are
all faster thah reaction ( 6) at normal gasification conditions, and reaction
( 7) is generally much faster than all the others. Thus, while the equilibri-
um conversion of reaction (6) is high at high temperatures, the other
product gases will also be present in the reactor and the global equilibrium
must be taken into account. Methane yield at global equilibrium is low at
temperatures above 1100°F, except at very high pressures (Shinnar et al.,
1982). At low temperatures, where methane is the dominant product, steam
conversion is approximately 50%, and the increased steam requirement re-
moves any advantage over point A (at least for fuel gas).
It is important to emphasize that the inability to obtain a high methane
yield at high temperatures is not a rigorous thermodynamic constraint but
is a consequence of the fact that the primary gasification reaction is
C + H2O + CO + H2. Methane is formed mainly by consecutive processes
involving reactions ( 5) and ( 8); in neither case could the product exceed
the equilibrium composition. If, on the other hand, one could find a
catalyst that promoted reaction (6) or some other reaction (e.g., 1.5C +
H2O + 0. 5CH4 + CO) via a surface mechanism that does not first require
formation of molecular hydrogen, there is no thermodynamic reason why
methane yield consistent with the equilibrium yields of these latter reactions
could not be approached. Present catalysts, such as potassium carbonate,
do not allow this, at least not as presently applied, and very high pressure
operation would only present means of obtaining a high methane yield with
high steam conversion.
EL is shown as a function of temperature i.n Figs. 9 and 10 under
equilibrium conditions for an eastern and western U.S. coal, respectively,
518 Denn and Shinnar
T (Kl
IOOO 1200 1400 1600 1800
3.00-......----,-----,,-----,----,---,
\ O Dry Ash Lurgi
\ 0 x Slagger
\ + Texaco
\ A Shell - Koppers
'<I" \ \ A
\.\ \
I D Koppers -Totzek
u
cf~ 2.00
N .\ D
<i +
+
0
I "'
I()
~,\ \ \
+
"' 00
0 C \, '-, A
1-----:'·--.;:..:.::..=::.::::.=-------:i
..
I
+ 1.00 - · - · - . - . ~ - - - -
0
u D --:.::::::-.-:.:_--.-
_ _ _ _x_
...J
w
0 L-.-.....1.--....L..--..I----''------'----'
1200 1800 2400 3000
T (°F)
T (Kl
I000 1200 1400 1600 1800
3.00 ..;.::.;:..:...._..:...,.:_ ___,,-----,----,---,
\
\
...---.. \ 0 Winkler
'<I" \A x Dry Ash Lurgi
I + Shel I - Koppers
0
"'U \
0
I()
2.00 '. \
\
00
<i N \
+ + '8 \ X
o"'~ ' \.
''
I ICl
00
ci '
+ '"-. C -._
0
u
..____.. 1.00 - - - ',
o·-.::::::::_.,~-~-----
...J
w
at 400 psi with steam and oxygen fed at 1100°F and coal at ambient tempera-
ture. There are four calculations: the reactor is assumed to be either
well mixed or countercurrent, and methane is either formed and is at the
global equilibrium composition or is not formed at all. Gases formed during
devolatilization in the countercurrent gasifier do not affect the equilibrium,
while in the well -mixed or cocurrent gasifier they reduce the maximum
steam conversion. There appears to be a broad minimum in all cases around
200°F, corresponding to optimal thermal efficiency for fuel gas. The
presence or absence of methane has little effect on the location of the mini-
mum, nor does the gasifier configuration. EL increases at lower tempera-
tures, but the increase is much less steep for the cases with methane pro-
duction. If one had to operate at lower temperatures for process reasons,
methane formation would be essential for high efficiency.
The actual values of EL for several gasifiers operating on eastern coal
are also plotted in Fig. 9. We note that the slagger approaches to theoreti-
cal minimum quite closely. (The devolatilization compositions used for the
countercurrent calculations were derived from data on the slagger, so the
countercurrent reactor curve must pass near the slagger point. This has
no bearing on the discussion of relative reactor efficiencies.) The Texaco
gasifier, by contrast, lies well above the thermodynamic equilibrium line,
in part because the reactor uses a water slurry as a feed and requires
excess oxygen to supply heat for vaporization. The Shell- Koppers and
Koppers-Totzek cocurrent gasifiers, which use steam instead of water, also
lie above the optimum; the short residence time apparently precludes attain-
ment of equilibrium. EL for the dry ash Lurgi is also very large, despite
the fact that it is countercurrent. This reactor is not suitable for eastern
U.S. coal because of the high steam-to-oxygen ratio required to keep the
ash below the fusion temperature.
As shown in Fig. 10, the dry ash Lurgi performs much better on
western coal~ where the more rapid endothermic gasification reactions aid
in moderating the temperature and reduce the excess steam requirement.
There are no data available for the slagging moving bed, and none of the
commercial or semicommercial reactors have achieved results as good as
those of the slagger for eastern coal. The Texaco gasifier is not suitable
for these coals at present because the heating value is too low to permit
efficient slurrying with water.
Calculations of R under the same four assumptions are shown in Figs.
11 and 12 for eastern and western coals, respectively, together with Re
and data for the same gasifiers. R never reaches Re for any of the calcu-
lations, regardless of CH4 formation, and there is no optimum near the mini-
mum of EL. The minimum of EL is a consequence of the fact that R increases
with temperature, whereas steam requirements decrease. R is approximately
equal to Re for the Texaco, Shell-Koppers, Koppers-Totzek, and Winkler
gasifiers. The reason for this high value of R is kinetic and is not a
thermodynamic constraint; these reactors use oxygen for partial combustion
because steam gasification is too slow under their process conditions. This
is easiest to see for the Texaco and rather puzzling for the fluid bed, but
we lack any reliable data to explain the latter. R is close to the equilibrium
limit for the slagger and is still low for the dry ash Lurgi; the moving beds
are therefore the only gasifiers that operate presently at true gasification
conditions, and the slagger is the only gasifier that operates close to the
thermodynamic optimum .
520 Denn and Shinnar
T (Kl
1000 1200 1400 1600 1800
□
0.40
~ 0.30
(\J
0
T (K)
0.50 1000 1200 1400 1600 1800
0
+
0 0.30 /
/
---- --
'
0
(\J
~--c---::::=-:~~----
a:: 0. 20
_/o
- - - /X/ ----·
o Winkler
x Dry Ash Lurgi
0.10 / + Shel I - Koppers
/
0 l.-_ __j_ _-1..._ _.,L___ _.L.,_._ ___,l_ __ ,
KINETICS-FREE CALCULATIONS
will lead to reduced amounts of carbon in the ash, while maintaining the
equilibria at the top. The carbon in the ash will reach zero at a critical
carbon rate. At carbon feed rates below this critical value there will be
an excess of steam and the carbon-steam reaction can no longer be at
equilibrium at the top of the gasification zone, although the equilibrium of
reaction ( 7) will be maintained. (This behavior is contrary to the intuition
of many people and is a consequence of the countercurrent operation.)
The overall mass and energy balances and the equilibrium equations
are sufficient to define the compositions and temperatures of the effluents
( with the additional assumption that the solid and gas temperatures are
equal). The calculation therefore requires only the solution of a set of
algebraic equations. The fixed carbon-to-ash ratio must be given, since
the ash is included in the energy balance, and we use a ratio of 5: 1 as
typical of Illinois No. 6 coal. The calculations shown in Fig. 13 from Yoon
et al. (1979a) are for a gas feed temperature of 700°F and an operating
pressure of 25 atm. The solid lines are lines of constant fraction of un-
reacted carbon in the ash. The line of zero unreacted carbon represents
the case in which feed rates of carbon, steam, and oxygen are such that
the carbon-steam reaction reaches equilibrium at the top of the reaction
zone without unreacted carbon at the bottom; this line, and all points below,
are characterized by complete utilization of carbon, first by oxygen and
then by steam.
There is a noticeable change in slope of the lines of constant unreacted
carbon at a steam-to-oxygen molar ratio of about 1. 2. To the left of the
change in slope the equilibrium of the carbon-steam reaction is far to the
90
Constraints
0~
>,
- Equilibrium
<.)
C 80 - - Kinetic
Q)
........w
<.)
0 70
...
E
Q)
.c
I-
-:0
z 60
is at 400 psi.) The dashed line is for an equilibrium constant that is only
10% of the true value as a means of attempting to account for kinetic effects.
This approach to kinetir. and transport constraints in a moving-bed gasifier
has been used by Gumz (1950) and Woodmansee ( 1976).
One further useful conclusion can be drawn from this analysis. The
steam gasification reaction ( 3) is not equimolar in gaseous species, so the
equilibrium will be pressure dependent. The effect of decreasing the pres-
sure is to make the reverse reaction more unfavorable, and hence to move
the break point on the line of complete carbon conversion to the right along
the line connecting the reactions (1) and ( 3) in Fig. 6. Since all points to
the left of the break correspond to essentially complete utilization of steam,
it can be concluded that slagging moving-bed gasification will be insensitive
to decreasing pressure; this phenomenon has been observed by Ellman
et al. (1977) in pilot plant studies. Conversely, at pressures substantially
higher than 370 psi, the breakpoint would move sufficiently far to the left
to cause excessive unreacted carbon.
There is no conceptual or computational difficulty in repeating these
calculations with reaction ( 5) included in the basis in order to account for
methanation. The line of complete carbon conversion with methanation
equilibrium is shown in Fig. 15, together with the corresponding line with-
out methanation. The two lines converge at steam-to-oxygen ratios of order
unity, which is the region of slagger operation. The high temperatures
here drive the equilibrium far to the left and suppress methane formation.
Thus, for slagging operation the methanation reactions need not be con-
sidered. At the higher steam-to-oxygen ratios and lower temperatures
characteristic of dry ash moving-bed reactors, however, methanation is
thermodynamically favorable. As noted in Table 4 and in the preceding sec-
tion, formation of methane in the reaction zone increases the efficiency.
This is because methanation is exothermic and enables gasification to be
carried out with less utilization of oxygen.
Methanation Equilibrium
reactor without char recycle, such as the Texaco gasifier (Fig. 5). The
volatiles are driven off in an oxygen-rich environment in this type of re-
actor, and combustion of the volatiles is expected to occur even before
oxygen attack on the remaining fixed carbon. The volatiles must therefore
be included in the material and energy balances, and the graphical con-
structions will be specific to each coal.
It is easiest for comparison to use the fixed carbon in the coal as the
basis for calculations on the triangular diagram. The lines defining the
broad bounds of the operating region are thus shifted somewhat from those
in Fig. 6. The corresponding lines connecting reactions (1) and (3) and
reaction (2) and the H 2o vertex are drawn in Fig. 16 for a coal with the
analysis in Table 1.
The pulverized coal is fed to the Texaco gasifier in a water slurry.
The maximum slurry concentration is limited by current technology to about
70% solids by weight. This limit is shown as a straight line emanating
from the O 2 vertex. The gasifier must operate to the right of this line. A
gasifier in which the coal feed is transported solely by gas could operate
anywhere to the right of the C-0 2 axis. The 50% solids slurry line, which
is probably the practical lower limit for operation, is also shown in Fig. 16.
The effluent temperature and composition can be estimated by making
assumptions about relative kinetic rates and the available residence time.
Reaction ( 1) is assumed to occur first, and to go to completion. Since such
reactors always operate with slightly more oxygen than required to utilize
all of the carbon through reaction ( 1) , the excess oxygen is assumed to re-
act to form CO2, The residence time is then assumed to be sufficiently long
to achieve equilibrium in the gas phase. The reactor operates in the slag-
ging regime, and methanation is not expected at the high temperatures, so
Reaction Rates
All detailed reactor models require a description of the solid-gas reactions,
using models of varying degrees of detail to describe the physicochemical
phenomena in the neighborhood of a coal or char particle. The kinetic data
in the literature indicate considerable variation with coal rank in reactivity
to steam and CO2, but less variability in the rate of oxygen attack. It is
generally agreed that reactions ( 3) and ( 4), steam and CO2 gasification,
proceed at roughly the same rate, and considerably slower than oxidation.
Some published data on steam gasification rates are shown in Fig. 17.
The data represent a range of coals, pressures, and steam and hydrogen
mole fractions, so absolute rate magnitudes are not directly comparable, but
each line is at constant gas composition and pressure. The variability in
reported activation energies is a cause for concern and must affect any
modeling study. Lupa and Kliesch ( 1979) have compiled and evaluated the
available rate data. Typical data showing relative magnitudes of the several
gas-solid reaction rates in a constant environment are plotted in Fig. 18; the
combustion data are from Sergent and Smith ( 1973) and the gasification data
from Gibson and Euker ( 1975). The diffusion limits are based on a shell-
progressive model for a 10-mm-diameter particle at 2000°F and 50% carbon
conversion, which is typical of conditions in the combustion zone of a moving
bed gasifier. Gasification may be comparable in rate to combustion under
these conditions.
One of the important, still unresolved differences in the kinetic expres-
sions employed in moving-bed models is whether to include reaction ( 9), the
formation of water from hydrogen and oxygen. This free-radical reaction
would be expected to occur very rapidly in the combustion zone, but there
may be sufficient char and ash surface present to quench the reaction. The
presence or absence of gas-phase oxidation has little effect on reactor efflu -
ent properties, but it will greatly affect the computed maximum temperature
and hence the range of operability.
Moving-Bed Models
Moving-bed reactor models are of two basic types: homogeneous and
heterogeneous. The equations for the former take the gas and solid tempera-
tures to be equal, and average over the two phases, while the latter treat
gas and solid phases separately. Steady-state multiplicity and limit cycles
have been observed only with heterogeneous models. The major differences
between models are in the choice of reactions to be considered, sources of
kinetic data, details of single-particle models, treatment of devolatilization,
530 Denn and Shinnar
T (°F)
1900 1800 1700 1600 1500
1.0
..c
'C
_g.... 10-I
0
0
.0
'C
0
....
.0
0
0
CJ) ,0-2 Blackwood
E and Gray
0
0 (1978)
.0
a, Gibson and
0 Euker (1975)
0::
Johnson
(1974)
and inclusion of radial variations and heat transfer. All models assume a
single particle size and plug flow of the gas. The published moving-bed
models are summarized in Table 6. * A one-dimensional, adiabatic analysis
is adequate to establish the important operating features of a full-scale
gasifier with wall cooling at normal throughput, since the penetration dis-
tance of the wall thermal boundary layer can be estimated to be only a small
*Stillman's ( 1979, 1981) model contains an error in the energy balance which
results in computations equivalent to replacing the heat capacity Cp by
cp(l + d ln cp/d ln T). This introduces a position-dependent error in the
heat capacity that can exceed 50% in the gas phase in the region of steepest
temperature profiles. The error is unlikely to change the qualitative re-
sults published using the model, but detailed steady-state and transient
profiles are unreliable.
Coal Gasification Reactors 531
T (°F)
10 _2 _4.;.;o:;.;o:;.;o"-r--=20=-.o;;..;oa......;.1,...50;;..o;;...__1o"'To'""o____
75T"o_,
Carbon-Steam Reaction
;Rate Limited by Diffusion
Combustion Limited
_ _ / by Diffusion _
Carbon-Steam
(Wyoming)
Carbon-Steam
(Illinois)
fraction of the diameter (Yoon et al,, 1978). Wall cooling and radial varia-
tion will be important in a small-diameter pilot reactor or in a full-scale
reactor at low throughput or in a banked (hot standby) state.
All moving-bed models that have been compared with plant effluent data
have shown generally good agreement. Table 7 show results of two simula-
tions of the Westfield test on Illinois No. 6 coal in an oxygen-blown Lurgi
gasifier. The difference between the two simulations seems to be the result of
different means of treating volatile evolution and reaction, which is the
source of nearly all the methane in both cases, and is not a consequence of
the fact that one model is homogeneous and one is heterogeneous . The
effluents all satisfy the invariant relation defined by Eq. ( 12) (adjusted
to account for the H2S and C2H5). Yoon's calculations agree with the plant
data to within the uncertainty of the oxygen plant purity, but we have
already noted that effluent properties are not a reliable means of model
validation. The computed maximum temperatures are at the upper end of
the dry ash range, which is where the plant would be expected to operate,
but the maximum temperature is very sensitive to the assumptions made re-
garding the CO /CO2 selectivity of oxidation (Denn et al., 1979), while the
effluent is insensitive to this parameter. Reliable model validation would
require detailed axial profiles, which are extremely difficult to obtain in a
pressurized moving bed. Profile data of Hebden et al. ( 1954) are notable,
and have apparently not been used. Woodmansee and Floess ( 1975) have
reported data on the inside wall temperature profile in the GEGAS reactor,
but these data may not be representative of the interior.
tll
c.,
t-.:,
E, 10
2C 1525---~
t5 8 1545-----
Q)
>
0 1570,-----
.0
<(
6 1605-----
Q)
<J
C 1660-----
.,,
E
4
0
C
><
<(
2
0
2 3 4 5 6
Radial Position (ft)
1.0
Radial Position
C
0 I 1-D, adiabatic care
~ 0.8 2 1-0. boundary layer
0 3 25.3%
u
4 88.5%
.,
-0
5 96.5%
u0 0.6
:!:'
C
=> 0.4
0
C
0
u
C
0.2
~
value of this critical temperature, since the finite heat transfer rate be-
tween the blast gas and the ash is not taken into account in the homo-
geneous model, but the effect is certainly real and important. There is a
detailed discussion of the interactions between wall cooling and blast
temperature in Yu et al. ( 1982, 1983) .
The dashed line in Fig. 21 is the locus of optimal feed conditions com-
puted by Yoon et al. for Illinois No. 6 coal; it lies very close to the line
in Fig. 13 computed with the kinetics-free approach for complete carbon
conversion and no methanation. Computed lines of maximum temperature
for oxygen-blown gasification of Illinois No. 6 coal are also plotted in Fig.
21. This completes the definition of operability regions. The dry ash
reactor must operate to the right of the ll 75°C contour, but as close to
that line as possible. The point denoted "L" on Fig. 21 represents the
operating point of the Westfield test of Illinois No. 6 coal in a dry ash
Lurgi reactor (Woodall-Duckham Ltd., 1974), and it is consistent with the
reactor model calculations. A slagging reactor must operate to the left of
the ash melting temperature and, as noted previously, ideally close to point
A. Point S is the reported operating point in a BCG/Lurgi slagger at
Westfield (Scott, 1981) for a British Rossington coal that is believed to be
similar to Illinois No. 6. The steam-to-oxygen ratio is essentially the same
as at point A, and corresponds to complete steam utilization, but the carbon-
to-blast gas ratio is lower than would be expected from the model. The
model predicts more unreacted carbon than is observed in the slagger,
probably because of an inadequate description of the region near the
hearth, and this is one possible explanation of the difference in feed ratios.
As a final note on this aspect of modeling, it is useful to return briefly
to the kinetics-free method of analysis. Table 8 shows a comparison of the
gas properties above the reaction zone, but prior to devolatilization, as
computed with the detailed model and by the kinetics-free method, assuming
complete carbon conversion and no methanation with the latter. The
Coal Gasification Reactors 535
Oxygen Breakthrough
Q)
C o, • 80% of full load
N
0 □ , ■ 50%
C C
t:.,& 30%
o.Q
·.;: .....
"'·-
.c "'
:::,
0 0.40
Ea..
--
0
u-0
Q)
0(/)
L: >,
0.20
-
0-o
0 0
... Cl)
0
8:
Q)
0
<{ ~
-
oz Q)
C 0.10
0
:;:::: .....0
0.08
...
0
0
LL
0.06
0 4 8 12 16 20
Time (h)
the bed and the water jacket. Slagger tests at Westfield (Scott, 1981)
show stable operation with large load changes effected over minutes, but
the insensitivity of the effluent, even under transient operation, makes
such experiments inadequate for testing a dynamic model.
Tmax=
3000°f
Smoot, 1982; Solomon and Hamblen, 1982), but applicability of these com-
plex models to the analysis of full-scale reactors has not been demonstrated
in the open literature.
Fluidized-Bed Models
Several steady-state models of fluidized char gasification have been published
using conventional fluidization models: perfectly mixed, Davidson-Harrison ,
and Kunii-Levenspiel. The most complete such model is that of Caram and
Amundson ( 1979); other, less general treatments include those of Yoshida
and Kunii ( 1974) and Weimer and Clough ( 1980). A model briefly described
by Finson ( 1982) seems similar in concept to that of Caram and Amundson.
Caram and Amundson show good agreement with effluent data from a small
char gasifier, but the model is not applicable to an industrial or demonstra-
tion scale configuration. Finson shows poor agreement with UGas and
Westinghouse reactor data.
A number of "first principle" models to follow detailed two-phase fluid
mechanics, as well as the chemical reactions, are under development and
are described in Ghate and Martin ( 1982). Although these detailed hydro-
dynamic models seem to show the flow characteristics associated with fluidized
beds, the published descriptions indicate that they are still far from provid-
ing an engineering tool for dealing with the problems described earlier re-
garding fluidized gasifier design. The most difficult problem is near the
oxygen nozzle. This is a highly nonisothermal zone in which performance
depends strongly on the relative rates of combustion and solid mixing
around the nozzle. Both rates depend on the properties of the coal and the
540 Denn and Shinnar
REFERENCES
McDaniel, J., EPRI tests on Rukrkohle /Ruhrchemie's 165 ton per day Texaco
coal gasification plant, in Proceedings of the First Annual EPRI Contrac-
tors' Conference on Coal Gasification, EPRI AP-2394, Electric Power
Research Institute, Palo Alto, Calif. ( 1982), p. 2-1.
Nowacki, P., Coal Gasification Processes, Noyes Data Corp., Park Ridge,
N.J. (1981).
Olsen, K. Computer Modeling of the Texaco Entrained Flow Coal Gasifier,
B.Ch.E. (with Distinction) thesis, University of Delaware (1981).
Schneyer, G. P., J. L. Cook, D. H. Brownell, Jr., and T. R. Blake,
Dynamic Simulation of a Single-Stage Entrained Flow Coal Gasifier,
EPRI AP-27 40, Electric Power Research Institute, Palo Alto, Calif.
( 1982).
Schwartz, C. W., L. K. Rath, and M. D. Frier, The Westinghouse Gasifi-
cation process, Chem. Eng. Prog., 78 (5), 55 (1982).
Scott, J. E. , U.S. Coal Test Program on B CG /Lurgi Slagging Gasifier,
EPRI AP-1922, Electric Power Research Institute, Palo Alto, Calif.
(1981).
Sergent , G. D. and I. W. Smith, Combustion rate of bituminous coal char
in the temperature range 800 to 1700°K, Fuel, 52, 52 (1973).
Shinnar, R. and J. C. Kuo, Gasifier Study for Mobil Coal to Gasoline
Processes, Final Report, FE-2766-13/UC- 90D, U.S. Dept. of Energy,
Germantown, Md. (1978).
Shinnar, R., G. Fortuna, and D. Shapira, Thermodynamic and kinetic con-
straints of catalytic synthetic natural gas processes, Ind. Eng. Chem.
Process Des. Dev., 21,728 (1982).
Smoot, L. D. , Experimental data for code evaluation, in Coal Gasification
Modeling Workshop Proceedings, M. Ghate and J. W. Martin, eds. ,
DOE/METC/82-24/UC-90c, U.S. Dept. of Energy, Morgantown, W.Va.
(1982), p. 292.
Smoot, L. D. , P. 0. Hedman, and P. J. Smith, Mixing and Kenetic
Processes in Pulverized Coal Comb us tors, 2 vol. , EPRI FP-1199, Elec-
tric Power Research Institute, Palo Alto, Calif. ( 1979).
Solomon, P. R. and D. G. Hamblen, Measurement of coal gasification reac-
tions with on- line in-situ FTIR analysis, in Coal Gasification Modeling
Workshop Proceedings, M. Ghate and J. W. Martin, eds. , DOE /METC /
82-24/UC-90c, U.S. Dept. of Energy, Morgantown, W.Va. (1982),
p. 275.
Stillman, R. , Simulation of a moving bed gasifier for a western coal, IBM J.
Res. Dev., 23, 249 (1979).
Stillman, R. , Moving bed coal gasifier dynamics using MOC and MOL tech-
niques, ACS Symp. Ser., 186, 331 (1981).
Ubhayakar, S. K. , D. B. Stickler, and R. E. Gannon, Modeling of entrain-
ed-bed pulverized coal gasifiers, Fuel, 56, 281 (1977).
Weimer, A. W. and D. E. Clough, Modeling of char particle /size conversion
distributions in a fluidized bed gasifier: non-isothermal effects, Powder
Technol., 27, 85 (1980).
Wen, C. Y. and T. Z. Chaung, Entrainment coal gasification modeling, Ind.
Eng. Chem. Process Des. Dev., 18, 684 (1979).
Woodall-Duckhan, Ltd., Trials of American Coals in a Lurgi Gasifier at
Westfield, Scotland, Res. and Dev. Rep. FE-105, ERDA, Washington,
D.C. (1974).
Woodmansee, D. E. , Modeling of fixed bed gas producer performance,
Energy Commun., 2, 13 (1976).
Coal Gasification Reactors 543
Chemical reactions between a gas and a solute dissolved in a liquid are very
common in industry. In Table 1 examples of some important processes per-
formed in gas-liquid reactors are given. In such reactors the gaseous com-
ponents are dissolved in the liquid, where they react with the other
components. The fundamental analysis of these units is very complex as a
consequence of the simultaneous occurrence of diffusion and chemical reac-
tion. The hydrodynamic conditions of the system are also difficult to define.
The overall rate of the process is affected by the rates of mass trans-
fer in the g(ls and liquid phases and by the rate of chemical reaction.
Actually, the diffusivity in the gas phase is some orders of magnitude high-
er than the diffusivity in liquids. It follows that gas-side mass transfer
resistance becomes significant only in the case of very fast chemical reac-
tions.
According to the relative magnitude of mass transfer rate with respect
to reaction rate, two extreme situations can be evidenced:
545
546 Carra and Morbidelli
Stirred-Tank Reactors
These reactors, which are agitated mechanically, represent versatile equip-
ment for dispersing gases, These units are the best for systems with
Gas-Liquid Reactors 547
G G
G
Jacketed coil cooled external cooling
G G
L----1
..
... ..
"ww: L
G
....
...
.... L
. ·..
. . ......
G
IL
Spray column ejector reactor ejector Venturi
large heat effects and are particularly useful for performing slow reactions
requiring high liquid holdup.
Bubble Columns
In these columns the gas is supplied at the bottom of a tower whose height
is at least three times its diameter. Gas bubbles rise through the liquid;
the bubbling reaction creates mixing. These units are employed for relative-
ly slow reactions in which the key component is usually in the liquid phase.
They are more economical than stirred tanks.
Packed Columns
In these columns liquid and vapor pass co- or countercurrent to each other
through the passages created by the packing. They are very good for
548 Carril and Morbidelli
service that requires low pressure drop and for corrosive service because
of the wide selection of material of construction. These units are designed
as absorbers and the reaction is viewed as an accelerated absorption.
Spray Columns
Liquid is sprayed with nozzles from the top of a column and the gas flows
upward. The unit is empty, and it is required in the case of gas streams
containing solid particles. A high liquid area is created near the nozzles,
but drops coalesce and the area is rapidly reduced. For this reason these
units are generally used for relatively easy absorption duty.
Phase Equilibria
Thermodynamic equilibrium conditions between the gas and liquid phase
are conveniently expressed through a vaporization factor as
( 2)
1n c/>. =
1
2p g :Ey.B..
. 1 1] - ln(~)
( 3)
] RTp
g
where Bij is the second virial coefficient of the mixture components i and
j, Hi the Henry constant, and Yi the activity coefficient of superficial
component i in the liquid phase. It must satisfy the unsummetrical nor-
malization condition
lim y~= 1 ( 4)
x.+O 1
1
i'IH . -RT
ev,1
0. = ( 6)
1
V.1
H. = p? exp
1 1
[ v.RT
- 1- ( 8. -
1
8) 2 ~
v.
+ ln - 1- +
(1 -v. )]
1
~- ( 7)
VB VB
The preceding equations are satisfactory for solutions where both sol-
vent an~ solute are nonpolar or for slightly polar solvents. The values of
oi and o can be obtained either from Reid et al. (1977) or from Wilhem and
Battino (1973). The solubility of some gases in water as a function of
temperature is summarized in Fig. 2. An empirical correlation for nonpolar
gas solubilities in alcohol-water solutions has been proposed by Tokunaga
(1975) in terms of the alcohol volume fraction cp in liquid phase:
z
0
I-
u
er
a:
10-1
162
~
Lt..
w 1c?
_J
0
~
-4
>- 10
I-
_J
Cll
:::,
165
_J
0 He-
(/)
r'
10
-6 c> ~.. .
..... c> c>
c> .....
c>
~
.....
c>
where the empirical coefficients depend only on the nature of the alcohol
and temperature, not on the nature of the solube gas (02, CO2, N 2 or
even CH4).
At moderate pressure, </Ji ~ 1 and the concentration of the gas in the
liquid phase is small, so that Ki is simply given by the ratio between the
Henry constant and the pressure.
The second situation mentioned refers to a mixture of subcritical com-
ponents. This occurs in units in which a reaction is performed through dis-
tillation of volatile products. In this case,
K. = ( 9)
l
lim y. = 1 (10)
l
x.+1
l
log 10 HH = hI ( 11)
B
Gas-Liquid Reactors 551
where HB is the value of Henry's constant in pure solvent and I the ionic
strength of the solution:
1" 2 (12)
I = -2 /-J C.Z.
. l l
l
h=h +h +h (13)
g +
H
loglO H = I:.h.I.
] ] ]
(14)
B
Ion h+ Ion h
H+ -0.1110 Cl 0.3416
Na+ -0.0183 Br 0.3310
K+ -0. 0362 NO 3 0.3230
NH+ -0.0737 OH 0.3875
4
u+ -0. 0416 Hso 3 0.3869
2+
Mg -0. 0568 HS 0. 3718
2+
Zn -0. 0590 HCO 3 0.4286
Ca 2+ -0.0547 co z- 0.3754
3
2+
Ba -0.0473 soi- 0.3446
2+ so 2-
Mn -0. 0624 0.3275
3
Fe 2+ -0. 0602 PO 3- 0.3265
4
Co 2+ -0.0532 C 6H 5O 0.4084
Ni2+ -0. 0520 MnO 4 0.2600
Cr 3+ -0. 0986
~i:i..
~
Gas-Liquid Reactors 553
Diffusivity in Liquids
Despite different theoretical treatments available for the description of diffu-
sion in liquids, there are no satisfactory methods to predict the diffusivity
coefficients. Therefore, prediction procedures must be applied only when
experimental data are not available. Such prediction procedures can be
divided in those suitable for nonelectrolytes and those suitable for electro-
lytes. Most studies have focused on the estimation of diffusivities in dilute
solutions (Skelland, 1974). There are two theoretical approaches to the
diffusional theory of nonelectrolytes. The first is known as hydrodynamical
theory, and in it the drag of a large spherical molecule i, moving through
a continuum of small solvent molecules j, is evaluated. The following equa-
tion is derived:
D.. µ.
21..2. = ( 15)
T
D .. µ.
-? = f(molecular volumes of mixture) ( 16)
The right-hand side of Eq. (16) has been semiempirically evaluated and a
set of proposed relationships are summarized in Table 4.
The molecular volumes can be estimated by adding up the contributions
of the atoms in the molecule as reported by Liley and Gambill ( 1973), pp.
232-234). The parameter !; which appears in the Wilke-Chang equation
(Eq. 1 in Table 4), is an association factor for the solvent. It is equal to
2. 6 for water, 1. 9 for methanol, 1. 5 for ethanol, and 1 for unassociated
solvents such as hydrocarbons, ethers, and so on. The uncertainity in-
volved in assigning values to !; for the new solvents has resulted in efforts
to eliminate this factor, as in the other equations reported in the table.
The effect of concentration on diffusion coefficients can be accounted
by means of the following equation, proposed by Vignes (1966):
(D.µ.. )
x.
= (D'?.µ.) ](D?.µ.)
x. (
l
d ln
1 + d 1
y.)
l ( 17)
1 13 cone l] J 31 1 n xi
nfj and Dji being the diffusion coefficients in dilute solution; µi, µj, and
µij the viscosities of pure components and of the solution, respectively;
and Yi the activity coefficient of the solute. Equation ( 17) can be applied
to nonassociated solutions or to an associated solution with a constant degree
of association.
In an electrolytic solution both cations and anions diffuse at the same
rate, so that electrical neutrality of the solution is preserved. If complete
554 Carrll and Morbidelli
( f,M.) 1/2
Diµij
1 Exclude = 7.4 X 10- 8 - ~ - -
water as
T \7_0.6
1
solute
Diµij
3 General
T
being a = 10 for (V./V.)
J 1
< 1. 5
a = 8. 5 for (V./V.)
1 J
> 1.5
D.µ. 8 1.4ocv.1v.)
1
1I3 + (V./V.)
1
4 Organic _l_J = 8.52 X 10-
T
solvents
5 Aqueous
solutions
only
flO flO z+ + z-
D'? = 8. 931 x 10- 14 T + - (18)
1 fl~ + fl'.:_ z+z
-
where Df is the diffusivity of electrolyte; fl~ and fl~ the cation and anion
conductances at infinite dilution, respectively (mhos/ equivalent); Z+ and Z
the absolute values of cation and anion valences. Some values of fl+ and
fl'.:_, are given by Liley and Gambill (1973, p. 235). For evaluating the
diffusivities at other than infinite dilution, the following equation has been
recommended by Gordon (1937):
Gas-Liquid Reactors 555
1
(Di) cone = Df (19)
c.v.
] ]
gas out
liquid rn
where
(21a)
1 1 Hi
----+-- ( 22)
K . - k . k 0 .E.
g'1 g'1 x,l 1
is very large because of a fast reaction in the liquid phase. The mass
balance of component i in the unit under consideration may be stated as
( 24)
ac.
1 2
= -y. vc. + D.V C. R. ( 25)
at 1 1 1 1
If the bulk of the liquid is well mixed, the preceding equation needs
to be integrated over the region near the gas-liquid interface. This im-
plies an understanding of the fluid dynamics in such a region. The sim-
plest model relies on the assumption that the velocity vector !:! is parallel
to the interface. In addition, the concentration gradient vector VCi is
assumed to be perpendicular to the interface. As a consequence of these
assumptions, the convective term is dropped. This procedure is accom-
plished in classical film and penetration models. The models contain one
parameter each, which can not be specified theoretically and which reflect
the influence of the prevailing flow pattern (Sherwood et al., 1975). In the
former model the parameter is the film depth o , in which the resistance to
mass transfer J.s confined. In the penetration model, the parameter is the
mean lifetime s of the elements of fluid which are randomly replaced at the
surface.
Both parameters are semiempirically evaluated from experimental values
of the mass transfer coefficient kt without chemical reaction, as
D
0 = s = ( 26)
Attempts have been made to identify the more reliable of the mentioned
models. The general conclusion is that for describing the rate of gas ab-
sorption in the presence of chemical reaction, only small differences exist
between the two models once the same value for the purely physical mass
transfer coefficient kt is assumed. In fact, the accuracy of available
558 Carrc'i and Morbidelli
-Di(dCf/ds)s = 0
E. = ( 27)
l kJl,i(C'h - CJl,i)
Instead, the reaction factor is defined as the ratio between the total
mass flux of the component i under examination in the presence of a reaction
and the hypothetical mass flux in the absence of reaction and with zero con-
centration of i in the liquid bulk:
( 28)
The film model assumes that even on a microscopic scale the process
occurs in steady state, so that the term (clCi/clt) in Eq. (25) is dropped.
It follows that the material balances for the two components are
2
d CfA
DA - r = 0
ds 2
0 ~ s ~ o ( 30)
d 2C
fB
DB - vBr = 0
ds 2
Gas-Liquid Reactors 559
r being the reaction rate and s the distance in the liquid from the inter-
face. DA and DB are the qjffusivities of A and B in the liquid.
The boundary conditions are
s = 0 (31)
(32)
(33)
This equation states that the tr&nsfer rate of dissolved gas to the bulk
liquid must be equal to the amount reacted in the bulk plus that which
leaves the reactor in the effluent stream. By integrating the preceding
differential equations, the concentration profiles in the liquid film are ob-
tained, and from there the values of the enhancement and reaction factors
can be evaluated through Eqs. ( 27) and ( 28) , respectively.
at s = cS (34)
s s
(al <bl
ClB
s
(C)
M ( 35)
== ( 36)
1/2
M[(EA. - EA)/(EA. - 1)]
,1n ,1n
== ( 37)
1/2
tanh {M[(E . - EA)/(EA. - 1)] }
a,1n ,1n
EA. (38)
,In
M
EA == tanh M ( 39)
w
.
a:::
0
1-
u
c:i:
LL
1-
z
w
~
w
u
z
c:i:
:t:
z
w
10 10
M= VOA k C1 8/k1A
A more general case is that in which reaction ( 29) takes place through
a bimolecular reaction of order m with respect to A and n with respect to
B. This problem was studied by Hikita and Asai (1963), whose basic idea
was to linearize the reaction rate with respect to the gaseous reactant con-
centration through the approximation
(40)
n/2
M[(EA ,1n . -
. - EA)/(EA ,1n 1))
( 41)
EA = n/2
tanh{[(EA. . -
- EA)/(EA ,1n 1)] }
,1n
M_1_ [(-2-)kn
=
+
k 9-A m 1 A
C*m-lcn ]
9-A .Q,B
1/2 ( 42)
EA ,in is still given by Eq. (38). The behavior of the enhancement factor
as a function of the parameters is given in Fig. 6 for various values of n,
with fixed m = 1. The accuracy of expression (40) is sufficient for engi-
neering calculations. In Fig. 7, for a pseudo-mth-order reaction (i.e.,
100
6
4
2
w"
t 10 --::::::::::===:::::::::::::::=====:: EA.in
=10
6
4
n=1 2 3 5 10
10 2 4 6 100 2 4 6 1000
1.0
-M
110~-----------------,
106
L
.&:.
C:
"' 102
'L
'i.J 0.98
t 0.94
where CB is constant) the ratio between the approximate and the numerically
calculated enhancemen t factors is reported for various values of m as a func-
tion of the Hatta number. The same kind of accuracy is also exhibited by
Eq. ( 40) in the case of reaction ( 29) of mth order with respect to A and
nth order with respect to B.
It is worth mentioning here the large amount of literature devoted to
the definition of explicit expressions of the enhancemen t factor under the
assumption of complete gaseous reactant depletion in the liquid bulk, C Q,A ==
0. For reaction (29), first order with respect to both reactants, it has
been reviewed by Wellek et al. ( 1978), who recommende d the use of the
expression proposed by Yeramian et al. (1970):
2
M2 { [ 4(EA . _ _
1 + ---'•_m - _
l)EA . _tanh~J
_-"-,1_n _ __
. -
2(EA ,1n l)tanh 2 M M2
where Mand EA,in are given by Eqs. (35) and (38), respectively . In the
present section we have considered a particular situation for the gas-liquid
reactor which allows the neglecting of the reaction in the liquid bulk, since
this is not reached by the gaseous reactant. Deeper analysis of the problem
requires the coupling of the film equations with those describing the reac-
tor behavior. This is developed later and more general approximate expres-
sions of the reaction factor are also given.
Gas holdup E:g, interfacial area a, and mass transfer coefficients are impor-
tant parameters determining the mass transfer rates in gas-liquid reactors.
Different procedures have been proposed for their measuremen t, which can
be classified in two categories: local measuremen ts with physical techniques
564 Carra and Morbidelli
Physical Methods
The gas holdup is directly determined by measuring the height of the
aerated liquid and that of the clear liquid without reaction (Fair et al.,
1962; Marrucci and Nicodemo, 1967; Hughmark, 1967; Yoshida et al., 1970;
Eissa and Schiigerl, 1975; Yoshida and Akita, 1965; Miller, 1974). This
procedure is rapid but not very accurate. A more precise technique, in
which the gas holdup is obtained from measurements of the clear liquid
height in the dispersion at successive manometric taps on the side of the
froth container, has been proposed and employed by Burgess and Calder-
bank (1975a, b).
An electrical technique, proposed by Linek and Mayrhoferova ( 1969),
can also be used. It involves the measurements of the surface elevation at
certain selected points by means of an electrically conducting probe. The
height is determined by the vertical position of the tip at which the sum of
the contact times equals one-half of the measurement period. The y-ray
transmission technique has also been employed to determine the local gas
holdup in gas-liquid contactors (Calderbank, 1958; Calderbank and Rennie,
1962; Bernard and Sargent, 1966; Hwa and Beckmann, 1960).
From the gas holdup, the specific interfacial area can be calculated as
6s
a = __g_ ( 44)
d
sv
where dsv is the volume surface mean diameter or Sauter mean diameter, de-
fined as
~nid~
1
d = ( 45)
SV
~nid~
1
db is the diameter of the single bubble (or drop) and ni the number of bub-
bles (or drops) of diameter db. The value of d 8 v can be directly evaluated
through a statistical analysis of high-speed photomicrographs performed in
the dispersion (Calderbank and Rennie, 1962; Vermeulen et al., 1955; Porter
et al. , 1966; Akita and Yoshida, 1973; Ashley and Haselden, 1972).
The local interfacial contact area is directly evaluated by light transmis-
sion and reflection techniques. A parallel beam of light is passed through
the dispersion and a photocell is placed at some distance from it (Vermeulen,
1955). Only the unscattered part of the incident parallel beam is recorded
by the photocell. It has been shown by Calderbank (1958) that for bubbles
the scattering cross section is equal to its projected area. The total inter-
facial area per unit volume of the dispersion is related to the intensity ratio
of the radiation through the following equation:
( 46)
Gas-Liquid Reactors 565
where £ is the optical path length and Io/I the intensity ratio between the
incident beam of radiation and the transmitted beam.
Chemical Methods
The chemical methods are derived from the theory of mass transfer with
chemical reaction, previously illustrated. A gas is absorbed into a liquid,
where it reacts with a dissolved species. An excellent review of such
methods has been published by Sharma and Danchwerts (1970). By choos-
ing a reactant with adequate solubility and a suitable reaction rate, either
the products k 9,a, kga, or the interfacial area can be deduced from the
overall rate of gas absorption.
The determination of the interfacial area relies on the fact that when
the reaction between the two components in the liquid phase is mth order
in A and nth order in B if
EA.
4<M<~
2
( 47)
( 48)
For churn-turbulent flow, the difference is even larger. These results re-
veal that the photographic method is not very reliable.
The analytic determination of the absorption rates can be performed in
two limiting situations, the transport or reaction -controlled cases. In
the former case, which corresponds to instantaneous reaction regime, the
chemical systems employed are indicated in Table 5. In the latter case,
which corresponds to slow reaction regime, the employed chemical systems
are shown in Table 6.
Of course, the interpretation of experimental data relies on the model
employed to describe the gas-liquid dispersion, and customarily it is as-
sumed that the liquid phase is perfectly mixed, while the gas phase is
either in plug flow or perfectly mixed. This subject has been critically
examined by Midoux et al. (1980), who proposed a flow model for gas dis-
persion into liquids inhibiting coalescence that seems more realistic than the
plug-flow model.
566 Carra. and Morbidelli
( 50)
Adjustable
parameters Reference
Pseudocontinuous models
Axial dispersion model 1 Levenspiel ( 1972)
Multistaged dispersion model 2 Nishiwaki and Kato (1974)
Modified mixing cell model 2 Deans ( 1963)
Cross-flow model 2 Hochman and Effron (1969)
Piston diffusion 3 van Swaaij et al. (1969)
exchange model
Cell models
Series of stirred-tank 1 Dean and Lapidus (1960a,b)
model
Modified series of 3 Bang and Cholette (1973)
stirred-tank model
Backflow model Variable Miyauchi and Vermeulen
( 1963)
Dispersion backflow model Variable Nishiwaki et al. (1973)
568 Carra and Morbidelli
2
[,.
1
d cpfi
dx
2
= -Ha
2 NR
L v .. p.f.
l] JJ
X € (0,1) ( 51)
j=l
where </>fi, ¢ ti• and ¢Q,i indicate the dimensionless concentration of the ith
component in the liquid film, bulk, and gas-liquid interface, respectively;
the other quantities are defined as follows:
Gas-Liquid Reactors 569
D.
~- = 1
1 DA
ro
Ha 2 = p = J. ( 52)
j 1J.
r. D.
1
f. == ...1. k Q,i == 6
J r:'
]
where the subscript A indicates the gaseous reactant and the superscript 0
indicates a reference condition, usually corresponding to the feed stream or
the initial condition for continuous or batch operations, respectively.
It is worthwhile to recall that the last of equations ( 52) is a result of
the film theory, but it is not verified in practice since from experimental
measurements the purely physical mass transfer coefficient k Q,i appears to
be proportional to the square root of the diffusion coefficient Di.
In the solution of the liquid film model, it is only necessary to calculate
the mass flux of the ith component across the gas-liquid film (x == 0) and
the liquid film-liquid bulk (x == 1) interfaces. The first is given by
* *x-1
kn .E. C n. = k . ( C .
*
C .) (53)
x-1 1 gI gI gI
where the reaction factor E;I', defined by Eq. (28), using Eqs. (52) reduces
to 1
E.* = (
d<Pfi) (54)
1
dx x==O
The last equality in Eq. (53) is based on also using the film theory for the
gas-side mass transfer process, and in dimensionless form leads to
* <P gi
<P . = ( 55)
gi 1 + y.E.*/H;!'
1 1 1
where
H;i' (56)
1
"*
't' gi
== H*"*
i 't' Q,i ( 57)
The material fluxes at the liquid boundaries can be calculated, using Eqs.
(51), (53), and (55), through the relationships
570 Carril and Morbidelli
k,Q,.Ct</J .(E:l'/H;I')
1 fQ 1 1
(N ) = ( 58)
i s=0 1 + y.E;l'/H:"
1 1 1
(N)
i s=o
=
k ,Q,f ,Q,
0
[ I gt.(ENH'l
l l
1 + y .E;l'/H:l'
1 1 1
Ha 2
+--
si
NR
j=l
L V
l]
pf
J 0
f.
J
dx] ( 59)
as a function of the bulk concentrations <Pgi and <P ,Q,i. These can be evalu-
ated through the macroscopic balances examined later, depending on the re-
actor hydrodynamics and operation mode.
2
d <P ,Q,i
- - + n*
dz 2
( 60)
z s (0,1)
d(v ¢ .)
g g1 z s ( 0, 1)
- (J.) 0 = 0
dz 1 x=
where besides those defined in Eqs. ( 52), the following dimensionless quan-
tities have been introduced:
C u,Q, u
<P • = __g!_ z = ~ =uo- V = __g_
gt co L
V
,Q, g uo
g ,Q, g
u0 L 1 - E: ao
_g_ g
Pe = a=
g E E: ao
g g
( 63)
Gas-Liquid Reactors 571
_
(Ji)x=l - 8t ti
[
cf> .(E:"/H:")
g'l l l Ha2 NR
1 + y.E:"/H:" + - 1 : - L
v .. p.
il ] f. dx ( 64)
l l l "i j=l lJ J O J
(65)
d(v P/P 0 ) NC
(66)
g + "LJ 0
dz
i=l
p = 1 + a( 1 - z) ( 67)
PT
where a= p tgL(l - Eg) /PT and PT is the pressure at the reactor top. Note
that, using Eq. (67), the first term in Eq. (66) vanishes.
The boundary conditions for Eqs. ( 60) and ( 61) depend on the reactor
operation mode: cocurrent (n* = -1) or countercurrent (n* = 1):
Liquid phase:
1 + n* f f 1 dcjl ti f
z = vtcpti = vtcpii vt = vt (68a)
2 Pet dz
def> ti
z = 1 - n*: = 0 (68b)
dz
Gas phase:
z = 0: vf <Pf. = V cf>. -
1 ~ V =v
f
(69a)
g g'l g gi Pe dz g g
g
z = 1: ~ = 0 (69b)
dz
572 Carro and Morbidelli
Liquid phase:
L
2 NR
St.Q,
a - - Ha v ..p.f. - (J1.)x=l
~i lJ J J
j=l
Gas phase:
NC
L
f
vg = vg + (Ji)x=O
i=l
0 > 0 (70)
in
with the initial conditions, cjJ .Q,i = ¢ti at e= 0, and where
tktAa
0 = ------
1 E: ao
g
(71)
The total mass flux of the ith component entering the liquid bulk, (Ji)x=l'
is given by
( 72)
Gas-Liquid Reactors 573
-a -_
a
f
(V_g_)
V
f
213
(73a)
g
E: V
_g:_ - _g_ (73b)
f - f
E: V
g g
where the ratio between the value of a (or Eg) with and without (i.e., at
feed conditions, vg = vi) absorption is related to the superficial gas veloc-
ity. These equations are based on the assumption that the dispersed gas
phase is constituted by a swarm of spherical bubbles flowing with no break-
age or coalescence and no shape variation during shrinkage.
The use of mathematical models for the simulation of various types of indus-
trial gas-liquid reactors requires a suitable evaluation procedure of all the
parameters appearing in the model equations. In this section recommended
semiempirical relationships for the three most widely used reactor types-
sparged, packed, and mechanically agitated reactors-are reported.
Sparged Reactors
These are empty reactors where the gas-liquid m1xmg energy is predomi-
nantly introduced with the gas phase, which can be dispersed into the
liquid phase through various sparger types: single orifices, pipes with
holes, sieve and porous plates, and two-phase nozzle spargers of injector
and ejector type (Mersmann, 1978; Fair, 1967a). Main advantages of these
units are the absence of moving parts, eliminating the need for seals (less
maintenance and cost); solids handling ability; large heat transfer rate per
574 Carra. and Morbidelli
unit reactor volume; and large values of the gas-liquid mass transfer co-
efficients. The disadvantages are backmixing, particularly in the liquid
phase; high pressure drop (significant particularly at low pressure); and
the reduction of interfacial area due to bubble coalescence, significant for
Lide > 12.
Vertical bubble columns are the sparged gas-liquid reactors most widely
used in industry. Some modifications have been introduced to improve their
performance: sectionalized bubble columns (low backmixing and bubble
coalescence), horizontal bubble columns (low pressure drop), downflow bub-
ble columns (large residence time), and plate columns (large number of
transfer units). General review articles on hydrodynamics and mass and
heat transport have been reported by Fair et al. (1973), Pohorecki ( 1976),
Stichlmair and Mersmann ( 1977), Charpentier ( 1981) , and Zahradnik et al.
(1982) for plate columns, and Joshi and Sharma (1976, 1978) for horizontal
bubble columns.
Various studies on the design and simulation of bubble columns have
been reported in the literature ( Shulman and Molstad, 1950; Sideman et al. ,
1966; Fair, 1967a,b; Sharma and Mashelkar, 1968; Cichy et al., 1969; Cichy
and Russel, 1969; Mashelkar, 1970; Deckwer, 1977; Mersmann, 1978).
Shah et al. ( 1982) have published an extensive survey on the characteristic
parameters estimation for bubble columns.
These parameters are affected by the column regime, which changes by
increasing the upflow gas velocity as follows:
0.15
Slug Flow
Bubbly Flow
(a)
b
FLOW
• 0
~
0
00 0 0
.0°0'
p
0 00 0 0 O 0
0 0 0 0 O O • 0
0 0 O
0 00 0 00
· •Oo
0 0, O ,
Oo O 0
·a 0 0
?~:oo 0
0 0
0 0 o 0 o O.
0 o 0
0 o O0
o0 o0 o0 o0 o
(b)
1.4
Unstable reg ion
1.2
1.0
QJ
3::: Critical Weber
0.8 Stable region number
1 0.6
0.4
P, gct;, Pl U~oodvs
We= Bd=
0.2 4 a, 20,
0 12
gdcp!I,
2 ~-0.5(gdcp!I,
3 2)- • ( u )-0.12
d = 26d -- -- _lL
Akita and Yoshida ( 1974)
VS C
~ OJI, 2
µ JI,
V!td
g C
0,07 < d < 0.6 m; if d > 0.6 m, used = 0.6 m; u < 0.42 m/s;
C C C g
E < 0,3
g
(")
Terminal bubble rise velocity i::i
Clift et al. ( 1978) -s
;1
Re = M-O.l 49 (J - G.857) i::i
boo ~
P..
J = 0.94H0, 747 (2 < H < 59.3)
~
J = 3. 42HO. 441 (H > 59. 3) ~
P..
H = ! E M-0.149( / )-0.14
3 0 µ JI, µw E
4 c;'.l
p
gµ /P,Q, - pg) d u p Cl.)
00 I
< 10- 3 = vs b ,Q, > 0. l
M= 2 3 Re boo r
µ ,Q, ..o·
P ,Q,o,Q,
E.
A.
-
:i::i
E = g( p ,Q, pg:) d!s ct,
p
0 < 40 0
a,Q, ....0
;;i
Gas holdup Akita and Yoshida (1973)
1/ 8 1/12
s
_g -
-C (gd!p
-- ,Q,)
4 a,Q,
(1 - s ) (:;:) (~)
g
3
u µ,Q,)0.578(µ!g )-O.l l(P )0.062(µ )0.107
s = 0. 672f ( _g:___!<'.,_ -- ~ ___g_ Hikita et al. (1980)
g o,Q, P 3 p,Q, µ,Q,
,Q,a,Q,
f = 1 for pure liquid or nonelectrolyte solutions
u
e:* = g_
Ug + UJI,
F2
Fr =
2
gdcpJI,
F 2d
C
We=
a,11,P,11,
F = P,11,U,11, + pgug
148 < F < 336 kg/m2•s; 0.003 < E* < 0.24; 0.004 < e: < 0.3
g
184 < pJl,/pg < 5340; 37 < µJl,/µg < 2220; 0,055 < OJI,< 0,074 N/m
2
i
A
0.5( 3)0.1 ;:1
a= _1_ ( gdcpJl,1 gdc /.13 s:i.
3d a 2 g Akita and Yoshida (1974)
C JI, \) JI, :;:::
0
J
0.07 < d < 0.6 m; if d > 0.6 m, used = 0.6 m; u < 0.4 m/s; e: < 0.14
C C C g g
i
c;)
a= 48.7(ug/µeff)0.51 Schumpe and Deckwer ( 1981) i::i
Cl)
0.15 < d < 0.6 m; if d > 0.6 m; used = 0.6 m; u < 0.33 m/s; E < 0.3
C C C g g
u =0.08m/s;d =0.14m
g C
6
k!/.,dvs µ !/.,
0. 546 (dvsusp!/., )0. 779 ( d g 1/ 3)0. l1
2 + a - -)
~ --- _v_s_ _ Hughmark ( 1967)
n;-= p!/.,D!/., µ.Q, D2/3
.Q,
d vs ( _JLg_
D
kg= T (1 _ y) 0.083 + 6.58 d 2
T)
g . vs
0.1 < d < 1.1 m; 0.003 < u < 0.45 m/s; 0.12 0.002 m/s
C g < u ,Q, <
Gas-phase axial dispersion coefficien t
Diboun and Schiigerl ( 1967)
E = 5u d
g r C
u = relative velocity between the gas and liquid phase
r
E = 50d 1. 5 ( u / E ) 3
g C g g Mangartz and Pilhofer ( 1980)
33
E = 56.4dl. (u /E ) 3 · 56
g C g g Field and Davidson ( 1980)
O. 08 < d < 3 m; 0. 008 < u < 0.1 m/ s
C g
Heat transfer cmifficien t
Deckwer ( 1980)
h
w 2 -0. 25
= 0.1(3-eFrP r )
p,Q,Cp,Q,ug
2 c:r.
Re= ugdvspiµ ,Q,; Fr= uigdvs; Pr= Cp,Q,µ,Q,/kT,Q, Oo
.....
~
ts:,
TABLE 9 (Continued)
2
0.03 < (ReFrPr ) < 7; 6 < Pr < 985
308
h. µ
~_w__ = 0. 411 (u
__g__!_ 851( µ 4g ( k )2/3
_JI,_ T JI,
a
)-o. 3
)o. C µ Hikita et al. ( 1981a)
JI, pJl,aJI, p!I, JI,
-4 -2
5.4 x 10 < uguJl,/051, < 7.6 x 10
-12 4 3 -6
7,7 X 10 < µ Jl,g/pJl,OJI, < 1,6 X 10
C")
A
i
A
;:I
A,
s&
I
Gas-Liquid Reactors 583
The choice of one expression for the evaluation of the gas holdup is
quite difficult, due to its sensitivity to the material system, including trace
impurities. The gas holdup depends on the superficial gas velocity to the
power 0. 7 to 1. 2 in the bubble flow regime, and 0. 4 to 0. 7 in the churn
turbulent one. On the other hand, it is almost independent of pressure
values up to 1. 6 MPa (K61bel et al., 1961), of the presence of internals (mainly
for heat transfer), and of the column diameter for de > 0.15 m. It is then
convenient, particularly for noncoalescing or non-Newtonian liquids, to
evaluate Eg through a simple experimental measurement in a laboratory-scale
column ( de > 0. 15 m), with the desired material system and gas velocity.
The most accurate correlations seem those proposed by Akita and Yoshida
( 1973) and Hikita et al. ( 1980), valid for single- or multinozzle spargers
with diameter of about 1 mm or larger and for low-viscous ( µ Q, < 0. 02 Pa •s)
and coalescing liquids. Such systems are characterized by the following
condition (Mersmann, 1978):
1 dcr Q,
- - ,;;; 1 ( 74)
I':,, (5 dx
where x indicates the mole fraction of the component of lower surface ten-
sion, and I':,, 0 is the difference in the surface tension of the two components
of the binary mixture. If condition ( 74) is violated, foaming occurs in the
column and the gas holdup increases, as in the case of aqueous solutions of
electrolytes (Deckwer et al., 1974). For downflow bubble columns the rela-
tionships proposed by Friedel et al. (1980) are recommended.
The gas-liquid interfacial area per unit reactor volume, a, can be calcu-
lated from Eq. (44) using the correlations mentioned for gas holdup and bub-
ble size. In particular, the correlation proposed by Akita and Yoshida
( 1974) is recommended, which has been derived for less effective spargers
(with one or· more distributors) and can then be used in general at least
for a conservative estimation. In the case of 0.14 < Eg < 0.3, the value
of a should be calculated from Eq. ( 44) using the expressions for E g and
dvs proposed by the same authors and reported in Table 9. A more general
correlation specifically tested for two-phase nozzle spargers is shown in Fig.
10 (Nagel et al. , 1978) . The direction of flow, up or down does not
1000
500
200
"' 100
! 50
20
10
0.1 0.2 05 2 5 10 20 50 100 200 500
--Pr/Vd (KW/m 3 )
Packed Columns
The presence of packings inside the column limits bubbles coalescence,
leading to smaller bubbles, which rise with lower velocity. As a consequence,
backmixing decreases in both phases, and interfacial area and gas holdup
increase with respect to empty bubble columns. The pressure drop in-
creases, but usually not significantly (Carleton et al., 1967). High-porosity
packings, such as screen packings ( Ep 2:_ 0. 90), are particularly efficient
Gas-Liquid Reactors 585
(Chen and Vallabh, 1970). Packed columns are specifically indicated when
handling corrosive materials and when no significant heat exchange is
required.
Two main flow patterns can be operated in a packed column: trickle
flow, where the gas forms a continuous phase while the liquid phase flows
downward as a film over the solid packing and its level is below the pack-
ing; and bubble flow, where the gas flows as bubbles through the liquid,
whose level is now above the packing. A detailed description of the column
hydrodynamics and the packing characteristics is reported by Fair et al.
( 1971) and Treybal ( 1968). In Table 10 approximate values of the void frac-
tion Ep and the total dry surface area per unit packed volume at are reported
for some packings. The characteristic packing dimension is defined as
follows:
6( 1 - E )
p
d ( 75)
p
TABLE 10 Packing Characteristics and Operating Conditions for the Data Shown in Figs. 11 and 12
Packing Number of
particles per
Nominal Column unit of Dry packing Void
diameter, Temperature diameter packed column area, at fraction,
Type dn (in.) (OC) de (m-3) (cm-1) €
p
A Ceramic Intalox saddles 1/2 25 4 in. 630,000 4.7 0.78
B Ceramic Pall rings 1/2 25 4 in. 360,000 4.2
C Steel Pall rings 5/8 25 6 in. 220,000 3.5 0.93
D Ceramic Raschig rings 3/8 30 10 and 1,070,000 5.1 0.68 C")
20 cm i::i
,
E Ceramic Raschig rings 3/8 30 4. 37 cm 980,000 - - a,
i::i
Ceramic Intalox rings ;:J
F 1/2 30 io cm 385,000 - - i::i.
G Ceramic Raschig rings 1/2 25 4 in. 370,000 3.8 0.64 is:
0
K
...
0
Ceramic Raschig rings 1 25 9 in. 48,000 1.8 - ~
Ceramic Raschig rings 1 25 20 cm 50,600 1.9 0.74
PVC Raschig rings 1 25 20 cm 51,400 1. 9
L Ceramic Raschig rings 1 1/2 20 18 in. 14,000 1. 3 0.71
M Ceramic lntalox saddles 1 1/2 11-34 0.5 m 21,000 1.6 0.80
N Ceramic Raschig rings 1 1/ 2 11-34 0.5 m 13,000 1.3 0.71
0 Polypropylene Pall rings 1 1/ 2 11-34 0.5 m 15,500 1.3 0.91
p Polypropylene lntalox 2 11-34 0.5 m 6,200 1.1
saddles
<:ii
Oo
-..;i
TABLE 11 Semiempirical Expressions for Countercurrent Packed Columns <:11
Co
Co
Liquid holdup Otake and Kunigita
( 1958)
p u d 0.676(d 3gp 2)-0.44 -4
E = 6. 28 £ £ p) ~ 3. 8 X lQ
£ ~ µ 2 + d
£ µ p
£
c2 c3
Clµ£ cri
ES = Shulman et al. ( 1955)
£ 0.37
pi
u2 )l/2
r:;O (;µ U
)1/3
£ = 2,2-1:_!.. + 1.8-£
~ Buchanan (1967)
gp d2 gd
£ n n
(")
a
5 2 )0.2] A
crc 0.75( uipi)0.1(ui2a)-o.o
t ( u£p£ "".I
....E.. = 1 - exp [ -1.45( - ) - - - ;1
at cri atµ£ g criat A
;:$
at = total dry area of the packing per unit of packed volume A..
:s::
0
a 2 0 33 ~
o. uipi 041 ( uipi) · 1 ( crc ) 0 . 182 A..
....E.. = 1.045--
( -- - Puranik and Vogelpohl
at
~ atµ£ criat cri ~
( 1974)
2 -2 c;":l
0.25 < p,Q,u,Q, < 12 kg/m •s; 10 < dp < 0.0375 m p
Cl)
I
t-<
0.3 < 0,Q,/CTc < 1.3; 0.08 < ap/at < 0.8; .o·
S.
A.
Volumetric liquid mass transfer coefficient Mohunta et al. (1969) ::0
Cl)
p
Q
9 4 0
gp,Q, )2/3 (g2p,Q,)1/ (µ,Q,u!a:)l/ ( µ,Q, ~-1/2 '-:I
k a = 0.0025-- -- --- -- Cl)
2 2
0.1< u,Q,p,Q, < 42kg/m •s; 0.015 <ugpg< 1.22kg/m •s;
0. 7 1/ 3
k
_g_ = f(pgug) (J_) (ad )-- 2
atDg atµ p D t p
g g g
<:.rt
Co
f = 2. 0 for d < 0. 013 m <o
p
c:.,,
co
C,
TABLE 11 (Continued)
~
~
TABLE 12 Values of the Adjustable Parameters Appearing in Shulman's
Equation, Reported in Table 11, for Various Packings
Packing
Nominal diameter,
Type dn (in.) Cl c2 c3
Carbon Rashig rings 1 1.35 0.02 0.23
Ceramic Rashig rings 1 2.75 0.02 0.99
Ceramic Berl saddles 1 0.904 0.04 0.55
300
ia.
200
Carbon 56
Ceramic 61
Glass 73
Paraffin 20
Polyethylene 33
Polyvinyl chloride 40
Steel 75
Polypropylene and polyethylene 54
hydrophylyzed
Rashig rings
rep r,,
Spheres Pellets
TABLE 14 (Continued)
~PLG E
y = ~h
L at
E < 0.5
p
- a2
ktap = a 1 (EtDt/Dw)
u ~p
E - i LG 3 -9 2 (')
i - W/m ; D = 2.4 x 10 m /s p
L w
- 3
l
p
Et > 80 W/m, a 1 = 0.0173, a 2 = 0.5 Reiss ( 1967) ;::s
Q..
3 El::
5 < -E i < 100 W/m , a 1 = 0. 0011, a2 = 1. 0 Charpentier ( 1976) 0
~
Q..
- 3
Ei < 5 W/ m , a 1 = 0. 008, a2 =0 ~
c;)
Volumetric gas mass transfer coefficient Reiss (1967) p
Cl>
k a = 2 +
i:l-
g p
o. 07 Eg 213 .o·
~
....0..
u .6.P
~
E = g LG W/m3 (I)
p
g L n
0
....,
Liquid-phase axial dispersion coefficient Co and Bibaud ( 1971) Cl>
uQ,dp = 0.0165(UQ,pQ,dp)0.4313
EQ,EQ, µo
d 0.245 d -0.16
utdp
= 0.128 (PQ,UQ, p) (pgug p) (ad )0.53 Stiegel and Shah (1977b)
EQ,E Q, µQ, µg tp
u d u p
d ]-0.7
K._£ 1.8 [ g P g x 10 -0.005pQ,u 0 d /µ 0 (1-E )
= µg( 1 - Ep) ,., p ,., p
(E - E )E
p g g
en
co
en
596 Carra and Morbidelli
!:.P ( 76)
L
where h1 and h2 are given in Table 15 for various packings. In the case
of trickling liquid, S,Q, is given by the equation developed by Bakos and
Charpentier (1970), and the pressure drop can be estimated from Eq. ( 76)
by replacing the packing porosity Eu with ( Sp - S,Q,) to account for the
liquid film. Note that the relationsnips reported in Table 15 for the evalua-
tion of pressure drop and liquid holdup are not valid for saddles and Pall
rings; for these packings useful data are reported by Dodds et al. ( 1960),
Wen et al. ( 1963), and Reiss ( 1967). Extensive data on downflow packed
beds with foaming and nonfoaming materials are reported by Midoux et al.
( 1976). The same relationships proposed for downflow columns also give
reasonably accurate results for upflow columns (Carleton et al., 1967).
The evaluation of mass transfer coefficients and effective interfacial
areas is highly affected by the flow regime, which in turn depends on the
energy dissipation rate. In the relationship proposed by Reiss ( 1967) for
the evaluation of k ,Q, ap in liquids more viscous than water, the complementary
correction D ,Q, µ ~ • 8 = constant for constant temperature, should be applied.
In the case of kg ap, the expression developed by Reiss ( 1967) is not
valid for the trickle flow regime, where the same equation reported in Table
11 for the countercurrent case gives conservative results. Mitchell and
Perona (1979) found, for high-porosity packings (sp > 0. 7), interfacial
area values significantly larger than those given by the relationship pro-
posed by Gianetto et al. ( 1970) and Charpentier ( 1976). For upflow
Packing
Nominal diameter,
Type dn (in.) hl h2
columns the k ,Q,ap values are roughly 100% larger than those calculated
using the relationships reported in Table 14 (Specchia et al., 1974); in the
bubbly regime a conservative value, k ,Q,ap = 0. 15 s- 1 is recommended
(Charpentier, 1976).
Axial dispersion in the liquid phase can be described using the relation-
ships developed by Co and Bibaud (1971) and Stiegel and Shah (1977b) for
trickle beds and bubble-packed columns, respectively. For the gas phase,
the relationship developed by Hochman and Effron ( 1969) applies only to
trickle flow [for Re ,Q, > 650 the dispersion coefficient is independent of the
liquid flow rate; Woodburn (1974)]. For bubble-packed columns no data
are available on gas-phase axial dispersion, which can be expected to be
smaller than in upacked bubble columns under equivalent flow conditions.
TABLE 16 Qualitative Information on the Application of the Most Common Agitators in Multiphase Systemsa
Heat transfer
uAM µLM Gas-liquid Liquid-solid
Stirrer design dA/dR (m/s) (Pa•s) Baffled Wall Coil dispersion dispersion
~
.:l.
E
Gas-Liquid Reactors 599
(77)
5
p (Q )-1/4( N2d4 )-l/
-f = 0.10 if- t3
0 Jl gwAVJl
3
0.87 < pJl < 1.6 kg/m ; 0,0008 < µJl < 0.028 Pa•s; 0.025 < a!l < 0.072.N/m;
0.1 < dR < 1 m; 0.25 < dA/dR < 0.46; 0.31 <Pg/Po< 0.8
2 11/4 1/4
PT g hA dR ail
N 3d!p, = o.,. (cu,ie,)'N 2d! CJ
h A = agitator height off the tank bottom;
0.15 < dR < 0.45 m; 0.25 < dA/dR < 0.45; 0.75 < hA/dA < 1.5
(j
a s::i
Gas holdup Hughmark ( 1980)
l
s::i
2 ;::s
Q )1/2( N2d4 ¾N p
2d! Jl)l/4 A.
s =
g
O. 74 ~__JL
NV Jl
A
2/3
)l/ (
V 2/3 ~
gw Av Jl a!l Jl
~
A.
-3 -2 3
¾=2.5x1Q m;lO <VJl<51m;ug<0.053m/s
....~
c;)
Q
a,
Eu )1/2 [(P /V )0.4P0.2j(u )0.5(p ) (p )0.16
E = ( .JL.g_ + o. 000216 g JI, JI, _g: _'.!_ :__g:_ Sridhar and Potter ( 1980a) ~
g ub 0.6 ub P p .5·
ail g a i:::
E:
ub = 0.265 m/s; pa = density of air at operating conditions ~
Cl)
g
2 0
-
~
PT=P g +Pk+P q ;Pk=0.5Qpu;
g g s
P = P n ghLQ ; u = gas velocity at sparger exit
q J<, g s
-3 -2 3
¾= 2.5 x 10 m; 10 <Vil< 51 m; ug < 0.053 m/s
3 -3 -2
90 < P g/V JI, < 1700 WIm ; 2. 6 x 10 < ug < 1. 8 x 10 m/ s; 0. 3 < dR < 1. 2 m
P )m
- ( _g_ n Van't Riet (1979)
k!/,a - b 0 V !l ug
8N 3d 5 <j) Q
-E:= - 2 -
A- q=~
dRhL Nd 3
A
<P = 1 - 1.26q for q < 0.035
C"'l
A
<P = 0.62 - 1.85q for q > 0.035
- 2 3
i
A
dA/dR = 1/3; 0.006 < E < 0.4 m Is ;::s
s:i.
is::
0
Gas-side mass transfer coefficient Newman (1931)
~
s:i.
(t)
kg = 6. 5s[a.vs<:g_ YJ --~
Ci)
y = gas mole fraction of diffusing component
&lI
I:"'
Liquid-phase axial dispersion coefficient Joshi ( 1980) .o·
~
...
s::l.
(dR + H) 2N]
~
ER-= 0.116 [ 2 (l)
(dR/dA) §
8"
H = clear liquid height; valid for disk turbine impeller ;!
N2d
Fr = __A_; µ (µ ) = liquid viscosity at inside vessel (coil) wall temperature
g W C
aThese relationships have been corrected with respect to the original version according to Hughmark ( 1982).
0:,
C
c:..,
604 Carra and Morbidelli
(79)
,a,~---.------.----.-----,
Reg=ugdAP1/μ1 :
Pr1=1J1 Cp1/kn
Fr9 = u~/gdA; St= h/u 9 P1 Cpl
-~
10°
• □-,__
Vl 101
I o.e,6.£=Jacket
o. ■ =Coil
ti~
□~~
~
System; water-air
Baffled tank; H :dR
impeller has little effect on heat transfer (Joshi et al., 1982). As in the
case of mass transfer, the effect of gas sparging on the heat transfer co-
efficient decreases at higher agitation speed; in any case, it never causes
variations with respect to the ungassed case (Uhl, 1966; Nagata, 1975)
larger than about 25 to 30%. In Fig. 13 the data obtained by various
2 5
authors for the air-water system at high stirring intensity (NdA p Q, /µ Q, > 10 )
are shown (Steiff et al., 1981).
A + B. -+ = 1, 2, . . NR ( 80)
J
m. n.
r = k C le J ( 81)
j j fA fj
The isothermal liquid film model equations are used, the only exception
being the boundary condition ( 51a) for the liquid reactants (Bj and Pj),
which, since only the gaseous reactant A is considered to be volatile, is
replaced by (d</Jfj/dx)x=O = 0, In Fig. 14 the characteristic multistep be-
havior of the reaction factor EA as a function of the Hatta number in the
case of three reactions of first order with respect to both reactants (NR =
3, mi = nj = 1) is shown. Extensive comparison with the exact numerical
solution for the case of a CSTR have been performed by Morbidelli et al.
( 1984b). The percentage error of the approximate solution never exceeds a
few percent, except for multiple reactions characterized by small values of
the selectivity, where it can be of the order of 20%, The approximate solu-
tion is exact for reactions of first order with respect to the gaseous re-
actant (m = 1) and zeroth order with respect to the liquid reactant (n = 0).
For other reaction orders the accuracy of the approximate solution is more
sensitive to deviations of m from unity than of n from zero. In conclusion,
the approximate expressions reported in Table 18 are sufficiently accurate
for reactor modeling. The only exception is for multiple reactions, where
the gaseous reactant exhibits different reaction orders (i.e., mi -=I- mj); in
this case percentage errors of the order of 100% for the selectivity, also
in the range where its value is not very small, can be found.
15
a:10; Stl-oo, p1=1
i;, =!;2=!;3=1
-3
<l>t2= 4h= 10 ;<l>t,= 1
<l>t,/<!>l:= 4
10
3 3
• <t P2=10,p3=10
w
t
5
~Ha
Volatile reactant, A:
E = y' (1 - ¢,9.,A/¢,!A)
A tanh y' cosh y'
yAEA/HA
Nonvolatile reactant , B . :
J
Ej = 0; (Jj)x=O = 0
¢,£A exp(-y') ]
y' shy'
where
NR
y'2 = Ha2 L pi m. +
2
1 "'*9..A
'¥
m.-1
J "'*tj
'¥
n.
J.'
j=l J
Ha 2 ( 2 m.-1 n. 2 m. 1 -1 n. 1 )
r·= -c- p. ~ "'*tA J "'*tJ· J -pi·-1 - - -
m. + 1 <l>fA J- <l>fJ· J-
"'i
'I' 'I'
J J mj J-1
Using a similar technique, Onda et al. (1972), Hikita et al. (1977), and
Zarzycki et al. ( 1981) have developed approximate solutions for the kinetic
schemes reported in Table 19. All the reacting components are considered
nonvolatile, the only exception being the gaseous reactants A and A'; the
boundary condition (51b) has also been used at the liquid film-liquid bulk
interface (i.e., ¢, 9.,A '4 0). The approximate solutions are reported in Table
20 in the form of a system of nonlinear algebraic equations. The unknowns
are, in addition to the reaction factors EA and EA, (if A' is present), the
dimensionless concentrations of all the nonvolatile reactants at the gas-liquid
interface, ¢,1i. Comparison of the approximate values of the reaction fac-
tor with those obtained by numerical integration of the relevant equations,
for various situations, have shown that the errors never exceed a few per-
cent. It is remarkable that very similar results can be obtained for all the
kinetic schemes in Table 19 using the penetration and the surface renewal
608 Carra and Morbidelli
kl m n
(a) A+ vBB -product rl == klCA CB
kl m n
(b) A + v BB ~ v EE + v FF rl ==klCACB
k2
r2 == k 2cPcq
E F
kl m n
(c) A+ vBB - vCC + product r == klCACB
1
k2
v A' A'+ v' C C - v BB
r 2 == k 2c~,c6
kl m n
(e) A+ vBB -product r == klCA CB
1
k2
A + vcf - product r 2 == k 2C~C6
kl m n
(f) A + vBB - product r == klCACB
1
k2
v A'A' + vBB - product r2 == k 2C~,C~
m n
r == kC ACB (83)
Ci)
TABLE 20 Approximate Solution of the Film Model for the Kinetic Schemes Reported in Table 19 i:l
a,
I
f;B f;E
EA - (l - qA) = vB qB(l - <PlB) = vE qBC<PlE - cj>Jrn)
f;F
= - q (cj>* cp R.F)
vF B ,Q,F
cosh M1 - qA v C*
(d) M"' S A' R.A 0)
EA = sinh M1 Hal c:::,
f;A,CfA, (0
0:,
.....
0
TABLE 20 (Continued)
(e) E* = 1>
A
sB sc
E* = 1 - q + - q (1 - ¢* ) + - q (¢ - ¢* ) M(¢*n + V¢*q)
A A VB B Q,B vC B Q,C Q,C Q,B Q,C'
sB
E* = 1 - q + - q (1 - ¢* ) s A, ¢ 1A' [ii>, - (1 - q A,)]
A A VB B Q,B -- ¢*
VA' Q,A (j
Q
'"'$
where
6
A, A'= gaseous reactant Q
;:;l
i:i..
B, C, E, F = liquid reactant, nonvolatile
i:'l::
0
¢9-i = C'.R,/Crn; ¢,Q,i = CQ,i/Crn; si = D/DA; qA = CQ,A/CQ,A; qA' = CQ,A'/CR-A'; ~
i:i..
qB = crn1c1A E
c;:i
i::,
Ml M'1 Cl>
I
<P == tanh M1 (1- qA sech Ml); <Ii'== tanh M\ (l - qA' sech M\) I:"'
.s·
s.
i:l.
k2 m + 1 (p+q-m-n) (p+q-n-1) (p-1) * q *n :,;,
T == k p + 1 c1A qB · <Ph <PiF l<Prn Cl)
i::,
1 (')
...
0
k
V == _! C*(p+q-m-n) (q-n) m + 1 ~
k 1 JiA qB p + 1
M 2 == - 2- k D C*(m-l) en / k 2
m+l lA JiA JiB JiA
,2 _ 2 *(p-1) q 2
M - p+1 vA,k2DA,cJiA CJl,C/kJiA'
M 112 - - 2- k D C*(p-l)Cq /k 2
- p + 1 v A' 2 A' JiA' JiB JiA'
JiA
M1112 -- k lDA C*JiA' /k 2
U == V<P*(q-1) /<P*(n-1)
w rn
!;A,CR,A' 1 - q
l - qA') A - E*A
s (
1 - 3El + 3E*
A
0)
........
612 Carra and Morbidelli
M2 = _2_ (84)
m + 1
which is the Hatta number defined at the liquid bulk conditions and repre-
sents the ratio of the characteristic times of the diffusion and reaction
processes. Its value can then be used to define the reactor regime.
E:I' = (85)
l
y./H:I'
(J ) St l l ( H*) = (86)
l. x= 0 = gl' 1 + y./
l H':"
,I, - ,I,
l 't' D'i
,,,. 't' Jl,i i
( 87)
The gas-liquid interface concentration values are given by Eq. (57) and
<jl.+y.<jln•
*- gl 1)\,1 (88)
<jlgi - 1 + y./H:I'
l l
Equations ( 86) to ( 88) represent the liquid film model solution under the
condition
(89)
Such conditions has been further specified by Barona ( 1979) for a CSTR
model with a (1,1)-th order reaction of type (82) as M < 0.1.
It is worth mentioning that two subregimes can be identified with the
slow reaction regime depending, in addition to Eq. (89), on the following
conditions:
Kinetic Subregime
al.Vl2 « 1 ( 90)
In this case the chemical reaction is the rate-determining step, so that the
gaseous reactant concentration is <PR-A = <P £A, independent of the reaction
Gas-Liquid Reactors 613
rate. The gas- liquid reactor then behaves as a homogeneous reactor, where
only the liquid reactant concentrations change with time or position.
Diffusional Subregime
( 91)
M2 » 1 ( 92)
3-------------------,
<llt1/¢i°A= 4
-complete film model
---slow reaction approximation
P1=P2=1
---last reaction approximation -'
~, =~2=1
-3
¢ll=J;¢l2=10
2 Sh= oo
. .,
Lu
0.1 2 3
-M
~':, 0.5
"'
Sil= 00
$l1 /$l~=4
P, =P2=1
~, =~2=1
$l1 =1; $L2=10- 3
0!--c--,--'----.,__......_......_.i...;.i.~_::i:::::...-._....,c....u..._L____;:..:t:31,..
0.01
are quite accurate in the appropriate intervals of M values, while a lack of ac-
curacy appears for both of them for intermediate M values, depending on the
liquid holdup value a, defined by Eq. (62). It should be remarked that the
value of M is not known a priori, since in general it depends on the reactor
operating conditions through the bulk reactant concentrations (and then it is
a function of the reactor axis in the steady-state axial dispersion model, and
of time in the semiflow batch model). Therefore, care must be exercised to en-
sure that all possible values of M along the reactor axis or during time are such
as to satisfy conditions ( 89) or ( 92). Obviously, this is not true for the approx-
imate solutions reported in Tables 18 and 20, which can be applied for all re-
actor regimes.
The available solutions, valid for a specific reactor regime, and the possible
model simplifications arising from limiting values of the dimensionless charac-
teristic parameters are reviewed below for each reactor model reported earlier.
0 1.0
X
aHa2=1
X
's
'
~
X
I.,
0
0.5
0 ~Pel~ oo
4>tA =O ; 4>:A =1
X
a.. 0
~ 0.1 1.0 10 100
t -Peg
FIGURE 17 Effect of the gaseous phase Peclet number Peg on the outlet
reactor conversion, in the case of a pseudo-first-order reaction in the slow
reaction regime.
liquid bulk (Ji)x=l must be replaced by the average one, (Ji)x=l' defined
by Eq. (72), as done in the semiflow batch model.
1 d2¢ d¢
- - 2+ ~
-(A p )¢ ( 93)
Pe dz Pe 4
dz 2
where
A Pe
tgA = ( 94)
A2 - Pe 2 /4
.
C
0
·.;
L-
>
C
0
u
0.5L.....__.1..---'---'-=--- ,-'--,~----,'
~y;
0 0.2 0.4 06 0.8 1.0
For a reaction type (82) with the reaction rate given by Eq. (83), if
the gas velocity is assumed constant (v = vf = 1) and the kinetics of
g g
pseudo first order, the model becomes linear. The analytical solution can
then be obtained by standard techniques (Pavlica and Olson, 1970). In
Table 21 the solution obtained assuming a PFR model for both phases (Peg,
Pe£ -+ 00 ) is reported ( Cichy et al. , 1969) . In the same table the solution
in the case of a gaseous phase constituted of pure reactant A is also re-
ported.
Of particular practical interest is the case where the liquid phase is
described by the CSTR model and the gaseous phase by the axial dispersion
model. Then ¢ ti is independent of the axial position, so the mass balances
in the gaseous phase can be solved analytically. Those in the liquid phase
require the introduction of the average fluxes (Ji)x=l defined by Eq. (72).
Since the reaction in the liquid film is negligible, (Ni)s=o = (Ni)s=O' which
in dimensionless form can be rewritten as
St n.
(J ) -.)
(J x,l
i x=l = l X= 0
(95)
y. St .
l gl
where (J.) 0 can be evaluated from Eq. (72), using Eqs. (61) and (69) as
follows: 1 x=
( 96)
Gas-Liquid Reactors 617
for n* = -1
f = d(p + 1)
q
618 Carra and Morbidelli
f
v!l<f>ti =
b = dH{cf>.Q,i
Assuming constant gas velocity (i.e., vg = 1), the model reduces to the sys-
tem of nonlinear algebraic equations reported in Table 22, which can be
solved by standard techniques. Note that this procedure applies to all
kinetic schemes and rate expressions, including reversible reactions. In the
case of a nonvolatile component, the equations in Table 22 still hold with
H:l'
1
= O and cf>f.
gi
= 0, which lead to cf> .(1)
gi
= O.
Fast Reaction Regime
In this case the mass balance of the gaseous reactant in the liquid phase is
not necessary, since it is assumed that cf> £A = 0. Under the conditions of
constant velocity, v g = 1, and reaction factor independent of the axial posi-
tion, the mass balance of the gaseous reactant in the gas phase can be
solved analytically as follows:
cf>~A - (1 + q) 2 - (1 - q) 2 exp(-Pegq)
( 97)
Gas-Liquid Reactors 619
where
St 5
_ + ~ YA E*A /H*A ) O. ( 98)
q - (1 4 Pe 1 + y E* /H*
g A A A
(kD en )0.5
A 9,B
EA = M = _ _k_!l_A_ __ ( 99)
which is constant along the reactor axis, because the liquid phase is well
mixed, (i.e., C !lB = con st.) . In the fast reaction regime, the gaseous re-
actant is depleted within the liquid film and therefore at steady state it
follows that vB(NA)s=O = -(NB)s=o' which in dimensionless form leads to
( 100)
where (J A)x=O can readily be evaluated, using Eqs. (61) and (69), as
follows:
( 101)
cj>R,A = 0
f VB 8t tA f
V cj> = V cj> + - - - - [ cj> cj> ( 1)]
R, rn R, rn y A StgA gA - gA
For Pe + oo:
g
E* = H ,i.n/2
A a'l'R,B
f
s = _ct>.._gA_ _<_v_..g_cp.,_gA_)_z_=_l V
f
= 1
f g
cpgA
(a+ 1)(1 - A) l
vg(l) = 1 g
- (a+ l)cj>gA (1)
cj> tA = 0
f vB 8t tA f
VR,cj>R,B = VR,cj>R,B + yAStgA scj>gA
E* = H ,i.n/2
A a'l'R-B
Gas-Liquid Reactors 621
1s~------,--- --,-----f;---- ;a;;---~---,
Peg J.A.._....__ 0.1 0.5 1.0
0.1 0 • •
0.3 I:. + ■
0.6 ◊ • •
' ,f
_J
I
1
0.01 0.05
-conversion
( 102)
TABLE 25 PFR Model with the Bimolecular Reaction (82) of (m,n)-th Order
(B Nonvolatile, v g v R, =
1, y A El/HA « 1) =
m n Cocurrent (n* = -1)
1 2 c/JgA = 1/(bz + 1) (q = 1)
1 1 cp = d _ d [1 + ~+ (1 - /T="q) exp(-bz~)] 2
gA [1 + /T=q- (1 - v'l="q°) exp(-bzil=q")] 2
(q < 1)
[ 4( q - 1)( q cp A - q + 1)] 1/ 4
+ 2 arctan g r;;- 1/4
= -bz v i (q - 1)
/q=1 - ____
✓-q-(_c/J 1)_+_1
gA
1 1/2 <P = 1 (q = 1)
gA [(bz + 4) /4] 4
1/ 4 1- (1- ) l/ 4 1
= -bz(l- q) + ln 9 114 + 2arctan 114 (q < 1)
1+(1-q) (1-q)
1 0 <PgA = exp(-bz)
Gas-Liquid Reactors 623
TABLE 25 (Continued)
m n Cocurrent (n * = -1)
0 2 <P =--1_ __ (q = 1)
gA (1 + bz/2) 2
2
0 2 <P = -d[l - v-d tan(bqz/-=-a./2] (q < 1)
gA ✓ -d + tan (bqzl'=a/2)
0 1 <PgA=exp(-bz) (q=l)
m n Countercurrent (n* = 1)
j l
qc- [✓h
h [Vh - ~B - (v'h + ✓~) exp(b v'h z)] 2
1 1
<PgA = - ~ + (Vh + ~ ) exp(b Vh z)J 2 '
h 1/ 4 + (h _
"' ) 1/ 4 1/4
q4'gA h-q¢A\ 1/4
1 1/ 2 ln - - - - - - - - - " ' - - - - 2 arctan ( h g J = b zh
hl/4 _ (h _ q¢ )1/4
gA
1 0 ¢ gA = exp( -bz)
0 2
<P = ~ [,/h/q - 1 - 1) exp(-bzv'hq)J 2
(,/h/q +
gA q [/h/q - 1 + (/h/q + 1) exp(-bz/hq)] 2
624 Carra and Morbidelli
TABLE 25 (Continued)
m n Cocurrent (n * = -1)
¢ rn ( 0) = 1 - q[ 1 - ¢ gA (1)]
Any 2 ¢ rn = exp(-bqz)
St A y A Ha
b = ___,g"-----
H* (m+l) /2
A
f f
¢ gA = 1; ¢ Q,B = 1
Gas-Liquid Reactors 625
due to gas absorption according to Eqs. (73). In Figs. 20 and 21 the con-
versions of the gaseous and the liquid reactants, XA and XB, are shown as
a function of the residence time, operating with fixed gas and liquid flow
rate, respectively. The behavior represented can be explained considering
the actual reactor regime, which is defined by the value of the parameter M
defined by Eq. ( 84) (not by Mf, which is the M value calculated using the
feed concentrations).
Similarly, for the kinetic schemes reported in Table 19, the approximate
solutions of the film model listed in Table 20 can be used, thus reducing
the reactor model to a system of algebraic equations. Some useful approxi-
mations for the model solution, based on the specific reactor regime, are
given next.
( 103)
626 Carra and Morbidelli
10
'Cg =5s 1.0
.
0.8 1
0.05
0.8 0.6
X
t 0.4 0.02
X
. 0.6 0.2
0 2
-1:t (min)
3 4
t 0.4
0.2
0
0 100 200 300 400 500
-1:l=VR El/Ql (min)
(a)
1.0
0.8
0.6
111·
X
t 0.4
0.2
0
0 100 200 300 400 500
(b)
0.2
1t=20 min
0
0 01 0.2 0.3 0.4 0.5
- i: 9: VR£ 9 /Q9 (min)
(a)
1.0
1t=20 min
"'
t
(b)
v ..p.f.
lJ J J
Y/H{
(½_ = Sto-i
e,•
1 +yi /H*
i
1 + y E* /H*
A A A
1/ 2
EA = Ha~! 1 <Pf~-l<P!;J
yAEA/HA
vg = 1 - StgA 1 + yAEA/HA <PgA
Gas-Liquid Reactors 629
TABLE 28 Semiflow Batch Model in the Slow Reaction Regime, with the
Bimolecular Reaction ( 82) of Pseudo First Order (v = 1)
•
( <j)m - - 0 ) exp(-a 8)
a
1A a1 1
where
Pe I 2 2 Pe q / 2 2 - Pe q / 2
h = 4qe g /[ (1 + q) e g - (1 - q) e g ]
[forPe + 00 ,h=exp(-d)]
g
1 f
<j)gA (1 - h)
y A StgA
yA/HA
d = StgA
l + yA/HA
q = (1 + 4d/Pe ) 112
g
(104)
while those for the gas mass balance are unchanged. In the case of pseudo-
first-order kinetics (i.e. , m = 1, n = 0) , the analytical solution is possible
and is reported in Table 28.
A useful approximation has been proposed by Barona and Prengle ( 1973),
valid for slow reactions, such that aM2 < 0. 25. It consists of evaluating
¢ 1B ( 8) from Eq. (104), assuming that ¢ tA = ¢ fA, and then calculating ¢ tA
from Eq. (103) where the time derivative is neglected (i.e., d¢tA/d8 == 0).
630 Carra and Morbidelli
(n f=. 1)
(n = 1)
2 m n
aHa <j) :lA <P :lB
The gas-liquid interface mass flux can be obtained by noting from Eqs.
( 87), ( 95), and ( 96) that
( 105)
( 106)
where TR, and T* indicate the liquid bulk and the gas-liquid interface
temperature, respectively. The latter can be evaluated through the
equation
( 108)
( 109)
Gas-Liquid Reactors 633
Only one energy balance is then required for these reactors, which us-
ing the axial dispersion model (assuming the gas and liquid velocities con-
stant along the reactor axis, and the physical properties of the gas and
liquid and the heats of reaction, absorption, and evaporation independent
of temperature) is given by
d 2T
ET
dy2
NC (110)
+ a L
i=l
where on the right- hand side three contributions are present: heat exchange
with heating or cooling devices (ac is the heat exchange surface area of
coils or jacket, per unit reactor volume), heat liberated ~r ab~orbed by
evaporation or solution of the liquid [ (Ni)s=O < 0 and 1'. H = 1'. Hev] or the
gaseous [(Ni)s==O > 0 and 1'.H == 1'.Hal reactants, respectively, and finally,
the heat of reaction per unit reactor volume. This last term, in the case of
only one reaction with one gaseous reactant [see Eq. (82)], can be evalu-
ated as follows:
( 111)
1
( 112)
h
C
(113)
where the index d refers to the gas-liquid dispersion. Chen and McMillian
(1982) have recently shown that Eq. (113) is reasonably accurate for batch
bubble columns, while for packed columns it gives slightly lower values for
the effective axial thermal conductivity, due to the additional heat conduc-
tion through the solid packings.
In many cases of practical interest, as shown by Fair et al. (1962) using
a 1-m-diameter column with superficial gas velocities over 0,006 m/s, liquid
634 Carril and Morbidelli
(115)
Models of this type have been used in several theoretical studies of noniso-
thermal gas-liquid reactors (Hoffman et al., 1975; Sharma et al., 1976;
Raghuram et al., 1979; Huang and Varma, 1981c,d).
Finally, it is worth mentioning the shortcut and rigorous design calcula-
tion procedures for packed gas absorbers involving large heat effects pro-
posed by Stockar and Wilke (1977a,b) and Feintuch and Treybal (1978) and
applied to cases such as the absorption in aqueous solutions of air gaseous
streams containing ammonia or acetone or hydrogen chloride.
Steady-State Multiplicity
The steady state obtained in isothermal backmixed gas-liquid reactors is
usually unique and stable. This is not true for nonisothermal reactors,
where the interaction between the chemical reaction, the heat and mass trans-
port resistances, and the gaseous reactant solubility causes the occurrence
of multiple steady states.
Experimentally, up to three steady states have been found by Ding et
al. (1974) in a CSTR during chlorination of n-decane, while Hancock and
Kenney (1972, 1977) showed unusual dynamic phenomena, such as sustained
periodic oxcillation, in a semiflow stirred-tank column during methanol
chlorination, with hydrochloric acid in the presence of ZnCl2 catalyst, to
methyl chloride.
Earlier theoretical analyses of steady-state multiplicity and stability
were presented by Schmitz and Amundson ( 1963a-d) and Luss and Amund-
son (1967) using reactor models which assume that the chemical reaction and
the interphase mass transfer are two independent, noninteracting processes.
Thus these analyses are restricted to the case of slow reaction. Hoffman
et al. (1975) and Huang and Varma (1981d) have examined the steady-state
multiplicity for the bimolecular reaction ( 82) of ( 1, l)th order in an adiabatic
and a nonadiabatic reactor, respectively. In both cases the CS TR model
for both phases and the energy balance ( 114) has been used, and the agree-
ment with the experimental results reported by Ding et al. (1974) is satis-
factory. It is concluded that an isola with up to five steady states can occur
in an adiabatic CSTR, while in the corresponding nonadiabatic case (even
with a small heat loss) only three steady states can exist. In the case of
two consecutive reactions of the same kind, Sharma et al. ( 1976) have shown
Gas-Liquid Reactors 635
the possible existence of up to seven steady states. Note that these are
unique features of gas-liquid reactors, as in a single-phase adiabatic CSTR
a maximum of three and five steady states can occur for one or two con-
secutive reactions, respectively. Also the occurrence of an isola is not
possible in adiabatic reactors.
Analytically necessary and sufficient criteria for steady-state multi-
plicity, uniqueness, and local stability have been developed for CSTR re-
actors with pseudo-first-order reactions in the fast reaction regime
(Raghuram and Shah, 1977; Raghuram et al., 1979; Huang and Varma,
1981b; Singh et al., 1982). Under these conditions, the occurrence of
limit cycles is usually not possible. It is worthwhile mentioning the signifi-
cant usefulness of steady-state multiplicity analysis as a tool for discriminat-
ing among rival models and for the accurate evaluation of some parameters
of these models (Hoffman et al., 1975; Huang and Varma, 1981e). In the
latter work surprising agreement between the multiplicity regions predicted
by the pseudo-first-order reaction model in the fast reaction regime and the
complete (1, l)th-order model was found.
Finally, Huang and Varma (1981c) and Aluko and Chang (1982) have
examined the steady-state multiplicity of nonadiabatic bubble columns with
fast pseudo-nth-order reactions, assuming the liquid phase well mixed, the
gas phase in plug flow, and the energy balance in the form of Eq. ( 114).
Every multiplicity pattern observed in a gas-liquid CSTR is also possible
in a bubble column, and the possibility of multiplicity in the bubble column
is always higher than that in the CSTR for equivalent system parameters.
Analytic criteria are developed for the prediction of uniqueness and multi-
plicity of the steady states as a function of the system physicochemical
parameters.
. l + EMT(T x,,J
T g,J. = T g,J- O • - . 1)
T g,J+ (116)
v . .r. k
1 'J J'
~f ~
FkHk + Gk+lHg,k+l GkH g, k
NR
+ V Q,,k L (- ti HR ,J. ) r. k - qk = 0
J'
j=l
Overall material balance on the kth stage:
NC NR
v . . t. k = 0
1 ,l J,
i=l j=l
Stoichiometric equation on the kth stage:
NC
:E (x. k -
1,
y. k) = 0
1,
j=l
the solution of these systems, and most of them have been reviewed by
Hunek et al. (1976) and Holland (1981). The global Newton-Raphson
method has been successfully used for the case of distillation columns with
chemical reactions (Carra et al., 1979b ,d). On the other hand, a dynamic
simulation method was found by Bourne et al. (1974a) to be particularly
efficient in the case of gas absorbers.
The use of distillation columns with chemical reactions is quite common
in chemical industry. Mayer and Worz ( 1980) give useful suggestions on
the optimal selection, from the standpoint of energy savings, of either a
reaction column or a batch reactor mounted by a column, depending on
the relative volatilities and the reaction rates of the compounds involved.
Coupling distillation with chemical reaction is particularly useful when it
is necessary to displace the chemical equilibrium in order to increase the
desired product yield, as in esterification and transesterification re.actions
(Baratella et al., 1974). In the case of two consecutive reactions in the
Gas-Liquid Reactors 637
Xw, Yw •Yepy
0 0.5
1
4 I
I
I
yW - - :I
II
~
a..
I
16
20
0 0.001 . 02
- Xa 13' Xay' "vty' YawYay
liquid phase, where the intermediate desired product is highly volatile, the
use of a distillation column reactor can significantly improve the process
selectivity. This is the case in epichlorohydrin (Carra et al., 1979a) and
propylene oxide ( Carra et al. , 1979c) synthesis by dehydrochlorination,
which both follow the following simplified kinetic scheme: chlorohydrins ➔
epoxide ➔ hydrolysis products. In the case of epichlorohydrin synthesis
0.20
0.95 0.15
>- 0.90 ~
0.10 <.!)
a..
w
f 0.85 0.05
f
0.80 0
0 50 100 150 200 250 300 350
-Vi(cm 3 )
l02kR, a
104k g 102kia
.o·i::t'"<
(s-1)
....A.
Type of reactor ER, (mol/cm2•s•atm) (cm/ s) (cm-1)
!=,;J
(I)
Packed columns t:l
~
Countercurrent 2-25 0.03-2 0.4-2 0.1-3.5 0.04-7
....0
~
Cocurrent 2-95 0.1-3 0.4-6 0.1-17 0.04-102 0
Plate columns
Bubble cap 10-95 0.5-2 1-5 1-4 1-20
Sieve plates 10-95 0.5-6 1-20 1-2 1-40
~ 10,,___ _ _ _ __
'e
.c
c:,"'
'100 _ _ _ _ ,,
,:ff
"'
1
Therefore, for systems that are gassed at some times and ungassed at
others, the agitator must be equipped with a two-speed motor to prevent
dangerous overload when the gas flow ceases. Finally, the agitator diam-
eter, expressed in meters, can be evaluated as
(117)
where Hp and N are the prime-mover power and the agitation speed re-
ported in Tables 32 and 33 and expressed in hp and rpm, respectively;
P /Po is evaluated as follows:
Q )0.833
1+ 235.B~N:!)
Q 2.667]
ln
[ 9.155( ~ (118)
NdA
In the case of multiple impeller systems the same procedure can be ap-
plied, as reported by Hicks and Gates (1976). It is worthwhile mentioning
the alternative approach based on the Pfaudler agitation scale described by
Barona ( 1979).
The reactor dimensioning can be performed using either a modeling or
an experimental approach. In the first case, a first trial value of the geo-
metric dimensions and the operating parameters (such as pressure, tempera-
ture, and feed stream characteristics) must be selected to initiate the pro-
cedure. The process specific parameters (i.e., physical and kinetic data
of the system under examination) are then calculated or measured independent-
ly, and the self-adjusting parameters (relative to the hydrodynamics, mass,
c;)
TABLE 32 Prime-Mover Power (hp) and Agitator Speed (rpm) for Superficial Gas Velocity, u~ = 0. 021 m/s A
en
I
t"'
Equivalent volume, Veq (gal) .E"
Scale of i:::
agitation 750 1,500 3,000 5,000 10,000 20,000
E:
50,000 75,000
~
(!)
A
1 1. 5/ 125 2/56 5/84 7.5/68 15/56 30/45 100/56 150/ 45 0
15/155 25/100 50/84 125/68 200/ 68
...
0
-s
en
2 1. 5/84 2/45 7.5/125 10/84 20/68 40/56 154/84 250/84
7.5/45 14/45 200/125
30/125
3 2/45 3/84 7.5/68 10/45 25/84 50/68 250/155 300/100
2/84 3/68 5/45 10/56 25/56 75/125 125/45 350/125
2/125 3/56 7.5/84 20/45 50/45 200/45
5/56 50/56
4 3/84 5/125 10/84 15/68 30/100 60/84 150/45 250/56
3/68 5/84 10/100 20/100 40/155 75/100 200/68 300/68
5/100 10/45 15/84 30/68 60/56 150/56 300/45
5/45 10/56 20/68 40/84 75/68 200/45
5 3/56 7.5/125 15/155 25/125 50/100 100/155 250/84 350/84
7.5/155 15/68 25/84 50/68 100/100 250/56 400/100
7.5/68 15/84 25/100 50/84 100/56 350/45
7.5/84 15/45 25/56 50/45 100/68 400/56
6 5/125 10/84 20/100 30/155 60/125 125/125 300/100 500/68
5/84 10/100 20/68 30/100 60/155 125/68 350/125
5/100 20/45 30/125 60/84 125/45 300/68
30/68 60/56 350/84
7 7.5/155 10/56 25/125 40/155 75/190 150/155 400/100 600/84
25/84 40/84 75/100 150/84 400/56 0:,
,I>.
....
0:,
,i:..
t-:,
TABLE 32 ( Continued)
r:l
;:s
i;l.
Sa'::
0
....t5'
i;l.
s;
c;)
A
(ll
TABLE 33 Prime-Mover Power (hp) and Agitator Speed (rpm) for Superficial Gas Velocity, u 0 = 0.061 m/s I
g t"'
..Ei"
Equivalent volume, Veq ( gal) ....s:::A.
Scale of
agitation 750 1,500 3,000 5,000 10,000 20,000 50,000 75,000 ::0
(t)
A
(')
1 1. 5/84 3/56 7.5/68 10/45 30/68 50/45 150/45 ....0
"l
10/100 60/155 60/56 250/84 (ll
""""
TABLE 33 ( Continued )
(')
Q
~
o,
Q
;::$
Q.
s::
0
~
Q.
ct)
-·~
Gm::-Liquid Reactors 645
Scale of
agitation Description
and heat transfer) are calculated as shown earlier. All the values so ob-
tained are fed to the suitable mathematical model, whose solution leads to
the estimation of the reactor performance and then to its dimensioning and
optimization (Deckwer, 1977). The most uncertain steps of this procedure
concern the correct evaluation of the self-adjusting parameters, particularly
for bubble columns and mechanically stirred contactors, and the related
problem of the correct reactor model selection. Also, the complete physical
(solubility and diffusivity of the solute in the reacting mixture) and kinetic
(rate constant of all the involved reactions) characterization of the system
can be difficult and uncertain.
An experimental procedure can overcome these difficulties, leading to
more accurate results. In this case the equations reported earlier can be
very useful to define the kind of dependence among the various parameters.
Small-scale experiments are performed on the same gas-liquid system using
a laboratory apparatus similar in shape, agitation, and contact time to the
chosen industrial reactor. The scaling rule, which ensures the same
specific interfacial area, is to maintain constant the total power input per
unit liquid volume; that is, Pt /V 9, and uf are constant in a mechanically
g
agitated contactor, and p 9,gug is constant in a tubular sparged reactor
(Reith, 1970). Note that using this scaleup criterion, the heat transfer
coefficient hw has roughly the same values in the model and in the prototype,
.
since 1·t d ecreases f or 1ncreas1ng
. . - l/ 9 •
reactor d"iameter as dR There f ore, on
scaleup of agitated reactors with significant heat transfer, installation of
646 Carril and Morbidelli
Contact time 10- 3 10- 1 10- 1 2 X 10-l 10- 1 6 X 10- 2 2 X 10- 4 2 X 10- 2
(s) 10- 1 2 1 1 2 10 10- 1 10
Interfacial 0.3 10 10 30 4 2 2
area, A (cm 2 )
1.0 100 40 80 360 80 100 80
-1 -2 -3
k,Q, (cm•s ) 1.6 X 10 3.6 X 10- 3 5 X lQ- 3 5 X 10- 3 3. 6 X 10 1.6 X 10- 3 1.6 X 10- 2 2 X lQ- 3
X X
-2
1.6 10-l 1.6 10- 2 1.6 X 10- 2 1.1 X 10 1.6 X 10- 2 2, 1 X 10- 2 3.56 X 10-l 2 X 10- 2
10 5 kg (mol •cm-2 10 1 1 1 1 1 - 1
-1 -1
s atm ) 40 9 9 9 25 15 - 15
-1
A/V ,Q, (cm ) 20 25 20 40 20 2 X 10-3 100 2 X 10- 3
80 60 60 70 60 5.4 X 10-l 1250 10- 1
0.,
,IS.
~
0:,
>IS.
Oo
liquid l1qu1d
liquid
l1qu1d gas
SCHEME
Ire ~q-!'i
to
i°"llJ. Ii'f ~~ ~~~:u,~ ~: ~
L1auld
ll tfr TlJ l1qu1d I
BJERLE ET AL ROBERTS AND DAVIDSON AND DANCKWERTS LEVEN SPIEL
REFERENCE \
I DANCKWERTS (1970) STEPHEN AND IDANCKWERTS
DANCKWERTS CULLEN MORRIS A ND ALPER AND KENNEDY AND GODFREY
(1972 l (1957)
(1962) (1951 l (1975) (1958 l (1974 l
;s::
0
~
Q.
~
Gas-Liquid Reactors 649
relevant parameters. These, coupled with Table 31, can lead to the choice
of the most suitable laboratory unit for the simulation of a given industrial
unit (Charpentier and Laurent, 1974). Note that this equipment is usually
employed for the determination of kinetic rate constants, diffusivities, and
solubilities (Lauret et al., 1975).
A classic example of the procedure described above is the simulation of
a packed column with a stirred cell for reactions occurring in liquid film
(Danckwerts and Gillham, 1966; Charpentier, 1978; and references therein).
In this case a mutual correspondence can be determined between the agita-
tor speeds in the gas and liquid phases in the model unit (which define kg
and k Jl, respectively) and the gas and liquid superficial velocities in the
packed column, respectively.
The interfacial mass flow values measured in the laboratory unit can
be used to perform a differential or an integral simulation of an industrial
tubular reactor. In the first case, the material flux is evaluated at the
various concentration values present along the column, and reactor be-
havior is then predicted through a numerical integration (Danckwerts and
Alper, 1975; Laurent and Charpentier, 1977; and references therein). In
the case of multiple liquid or gaseous reactants or when the reaction con -
tribution in the liquid bulk is significant, the differential simulation is not
feasible, and only the integral one can be pursued, In this case the column
is simulated as a whole, using the laboratory model unit described above.
The global absorption rate in the model is measured at the same operating
conditions, including the outlet and inlet concentration values, at which
the industrial unit is operated. The global absorption rate in the industrial
unit is then given by the product of the global absorption rate in the labora-
tory unit and the ratio between the liquid flow rates in the industrial and
model units, respectively (Alper and Danckwerts, 1976). It is noticeable that
both these types of simulation procedures exhibit, in all literature applications
(Laurent and Charpentier, 1977), errors that never exceed 20%.
NOTATION
Greek Letters
ratio of the bulk liquid volume to film volume, defined
by Eq, (62)
dimensionless parameter defined by Eq. (67)
y activity coefficient
y dimensionless parameter defined by Eq. ( 56)
0 film thickness
~H a '~H ev '~HR molar heat of absorption, evaporation and reaction
(negative if exothermic)
Special Operators
V gradient operator
v2 Laplacian operator
Subscripts
d dispersion
f film
g gas
i component index
reaction index
k stage index
JI, liquid
s solid
w water
vector
Gas-Liquid Reactors 653
Superscripts
f feed
in initial
0 reference condition (feed for continuous and initial for batch reactors)
molar
* surface
partial molar
REFERENCES
Three-phase reactors, involving gas, liquid, and solid phases, are widely
encountered in industrial practice. Several examples are illustrated in
Table 1. Other examples are given by 0stergaard ( 1968), Shah ( 1979),
Shah et al. (1982), and Doraiswamy and Sharma (1983). As can be seen
from this table, solid phase can be either reactant or product or it could
be catalyst. In some cases we may have four phases, either through two
immiscible liquid phases (either as reactants and /or products) or through
two solid phases, one reactant or product and other catalyst. Although,
three-phase· systems are found in chemical, polymer, biochemical, and
petroleum industries, they are best known in hydroprocessing operations.
Two main categories of three-phase reactors are fixed- bed reactors,
which are normally used when catalyst particles are larger than 10- 3 m,
and slurry reactors, wherein the solid phase is in suspension. The most
common type of fixed-bed reactor used in industry is the trickle-bed reac-
tor, wherein liquid trickles over a fixed bed of catalyst while gas flows co-
currently downward as a continuous phase. Fixed-bed reactors are often
operated in the bubble flow regime, wherein both gas and liquid flow cocur-
rently upward and gas is the dispersed phase. In some processes, such
as for hydrodemetallization of high-metal-content heavy crude, the catalyst
needs to be replaced frequently, and a moving fixed-bed reactor is used.
In such reactors, a pulsating flow regime may prevail in the bottom part of
the reactor. As pointed out by 0stergaard ( 1968), in true slurry reactors,
solid particles are very fine ( generally less than 10- 3 m) and gas flows
mainly in and out of the reactor. In many cases, slurry reactors can be
mechanically agitated. If solid particles are large such that they form a
discrete phase within the reactor and if the liquid-solid mixture flows in
and out of the reactor, the reactor is often called a three-phase fluidized-
bed reactor. In the present chapter we concentrate on slurry reactors
(with fine catalyst particles) with some allowance for slurry flow in and
out of the reactor. Several types of fixed-bed and slurry reactors used
in industrial practice are illustrated in Fig. 1.
667
668 Shah and Sharma
TABLE 1 (Continued)
TABLE 1 (Continued)
TABLE 1 (Continued)
The nature of the gas- liquid solid reaction may often be complex. The
product of the reaction is usually soluble in the liquid phase but in several
instances the product may be insoluble in the liquid phase. In slurry and
fixed-bed reactors the liquid phase may be a reactant or may simply be a
solvent. In a special case of the slurry reactor, the particles may simply
be adsorbents. In some uncommon cases, such as demetallization of heavier
petroleum fractions, the catalyst gets laden with the product (metals in the
case of heavier petroleum fractions) .
Solid-bound catalysts and reactants have gained importance in recent
years and here both slurry and fixed- bed reactors are used. There is
an incentive to use heterogenized- homogeneous catalysts, as the problem
of the recovery of the catalyst can easily be handled using such catalysts.
There are special reasons to immobilize a soluble reactant; the objective may
be to achieve high selectivity or to avoid product contamination. In fact,
ionic reactants exchanted on ion-exchange resins have also been considered
in the literature. The solid particles may be reactant, which may be soluble/
sparingly soluble /insoluble in the liquid phase, and if insoluble, may exist
on the solid reactant as a product layer or as a discrete phase.
A variety of two-phase reactions involving a sparingly soluble reactant
can be carried out successfully using the technique of phase transfer
catalysis. Here the catalyst (PTC) forms a complex with the reactive
672 Shah and Sharma
i
Gas
l V'
) ) )>-,>
l l i r
Gas Liquid
Liquid Gas
i i
T
Trickle
flow
pulsating+
flow
Solid catalyst
L, L1 L1
Go Go Go
G1 G1
L1
•Q•O. 0 0 0 L1
••o Oo 0
oo:o:o~
O•o •o o
o o •·o·
0 Gj
0 Oo
I I
Pipe Line
Slurry reactor
L, Go
(b)
FIGURE 1 (Continued)
674 Shah and Sharma
species from the aqueous or solid phase and transports it across the inter-
face into the organic phase, where the reaction talces place. The main
drawbacks of the technique involve the separation and recovery of the
costly PTC, but these can probably be overcome by employing a solid-
supported PTC. This type of catalysis was termed triphase catalysis by
Regen (1975). The special feature of triphase catalysis is that the two re-
acting species are located in two different phases and the solid catalyst
forms the third phase.
Finally, in recent years, three-phase electrochemical reactions have
also gained some importance. Both slurry and fixed - bed reactors have
been considered where gas-liquid-solid and liquid-liquid-solid systems are
encountered, and some new designs have been suggested. In this chapter
we attempt to cover briefly the main features of gas-liquid-solid reactors,
with the principal emphasis on conventional fixed and slurry- bed reactors.
0•1 ....._...._......._..._-'--.....L-........L-.....L--'
0•01 0•1 O• 1
GG/).
(a)
Foaming
Desulfurized gas oil-carbon Cylindrical catalyst 2 +
dioxide
:,;,.-,, .. ,.. ,
pulsed Desulfurized gas oil-air Cylindrical catalyst 2 X
.
l!I flow ','\
',,:'\
10
......
<!>
Nondesulturized gas oil-helium Cylindrical catalyst 2 J.
1,
(!)
Kerosene-air Cylindrical catalyst 2 ◊
)..:
G A
[ _,_L_
Jo.,,y: CTwat
(b)
GAS CONTINUOUS
(Blurring flow, Spray Flow)
Upper Boundary
For Pulsing
-
..J
I
0
I
Ill
C)
0 TWO CONTINUOUS
PHASES
·-u...
- GI
E
::,
Lower Boundary
For Pulsing
'o 2 LIQUID CONTINUOUS___,_______......________________
1___________,__
> ( DisP,ersed Bubbles l
·1 ·2 ·4 ·6 1·0 2 4 6 10 20 40 100 200 400 1000
Inertia + Gravity forces = 1+ (1 /Fr)
Interface+ Viscous Resistances We+( 1/Re)
600
GAS CONTINUOUS
-
.~400 (Blurring flow, Spray flow)
&200 Upper boundary
"O --~-f...:.o r p u Ising
·-100
::,
CT 60
..J
-
I 40
0
I
I ll
20
g FOAM.ING
AND
..
.u..
GI
E
PULSING
:, Lowerbou~
0
2 tor pulsing FOAMING
>
1
·1 ·2 ·4 -6 1·0 2 4 6 10 20 40 60 100 200 400 1000
Inertia+ Gravity Forces _ 1+ ( 1 /Fr)
Interface +Viscous Resistances - We+( 1/ Re)
FIGURE 3 Flow maps: two-phase downflow through packed beds: (top)
nonfoaming liquids; (bottom) foaming liquids. (From Shah et al., 1981.)
Gas-Liquid-Solid Reactors 677
Talmor (1977) presented flow maps (Fig. 3) for foaming and nonfoaming
liquids using a superficial volumetric gas-to-liquid ratio versus a ratio of
driving force to resistance force. Clements and Halfacre (1979) showed
that the data of Chou et al. (1977) for aqueous solution of alcohol, and
their own data for air-isopropanol aqueous solution (0 to 48 wt %) , were
correlated by the flow maps of Talmor ( 1977) but not by the flow maps of
Charpentier and Favier ( 1975). These workers also concluded that surface
tension exerts the dominant influence over flow pattern transitions and foam-
ing in the packed bed. A Talmor flow map has been used by Patil and
Sharma ( 1981) for a tube packed with Pall rings and multifilament wire
gauge packings.
The flow regime boundaries for cocurrent upflow over a fixed bed in
terms of gas and liquid mass flow rates have been reported by several
workers (Ford, 1960; Turpin and Huntington, 1967; Specchia et al,, 1974;
Sato et al., 1974; Pittsburgh Energy Research Center, 1976). The results
of the latter study are shown in Fig. 4. Saada (1975) obtained data charac-
terizing the flow regime for small particles (d < 0. 2 cm). He also modified
the coordinates of flow maps to include the e~ects of densities and viscos-
ities of gas and liquid and bed porosity. In Saada's work, flow is divided
into two regimes. At relatively high gas flow rates, the pores of the pack-
ing are considered to be traversed by both phases together, whereas at low
,"
--
N
'E Gos-continuous or spo/..-:
u
Cl
flow ✓
I
, ,,,,,,,-
I
,✓
I
Pulsed or {
u
0 slug flow )
"ii
>
,,I
----
,,,
Ill
Ill
0 Surging flow
E
Ill
~ 0•1L.------a-u"'"b_b_l_eflow
0·1 1·0 10
Llqui d moss velocity ,GL ( g cni 2 ,-, )
gas flow rates each phase is considered to flow seperately through the
pores. The former is referred to as a two-phase pore-flow regime and the
latter as a single-phase pore-flow regime. This flow map is shown in Fig.
5. Generalized flow maps such as those of Talmor (1977), for downflow
over packed beds, are not available for the cocurrent upflow case.
Pressure Drop
Reported data on pressure drop in two-phase flow over a fixed bed cover
various flow regimes and a large range of design and operating variables.
However, most of these studies are for air-water systems. Other gas-
liquid systems have also been investigated (Clements and Schmidt, 1976,
1980b; Larkins et al., 1961; Specchia and Baldi, 1977), but more data on
hydrocarbon and foaming systems are needed. The data base of Larkin
Regime of
two-phase
pore flow
...JI
:t.. :t.
I.!)
1 Regime of
\ single-phase
\POre flow
\
\
\
\
0•01 \
\
\
\
\
\
\
0·0001 \
\
\
\
et al. 's ( 1961) correlation is relatively large and close to the conditions in
a commercial reactor and therefore is more commonly used,
In the correlation of pressure-drop data for two-phase flow in packed
beds, basically two approaches have been used, In one approach, the vari-
ables are lumped into various dimensionless groups, such as Reynolds num-
bers for gas and liquid, Weber numbers, and so on, and the pressure drop
or friction factor is expressed in terms of these dimensionless groups. The
use of Tallmadge or Lockhart-Martinelli parameters is included in this ap-
proach (Turpin and Huntington, 1967; Specchia and Baldi, 1977). The
other approach is to correlate the two-phase pressure drop with the pres-
sure drops of energy losses for individual phases in single-phase flows
under identical conditions.
Ford (1960) measured pressure drop in packed beds for cocurrent up-
flow and identified the flow regimes based on the flow that takes place in-
side the pores: namely, single-phase pore flow and two-phase pore flow.
He presented correlations having the form
1 ( tiP) (1)
gpL "i:z LG =
The values of a., x, y, and z depend on the type of flow regime. Different
values of a., x, y, and z have accordingly been suggested for the two
regimes. Saada (1975) modified the Ford correlation and replaced the µLil.ta
term by dp/dc (i.e., the ratio of the particle and column diameters),
A large number of data points obtained by the Pittsburgh Energy Re-
search Center (PERC) (1976) in highly pulsed and spray flow regimes have
been correlated by Tallmadge's correlation (1970). Sato et al. (1974), on
the other hand, correlated their data with the Lockhard-Martinelli type of
relation in all three flow regimes (i.e., bubble, pulsed, and spray).
The more widely used correlation of Larkins et al. (1961), for cocurrent
downflow is based on the second approach. It correlates the overall two-
phase energy loss for the gas and liquid passing through the reactor to the
two individual single-phase energy losses as follows:
( 2)
(t~)LG = oLG - PM ( 3)
where
( 4)
680 Shah and Sharma
Several other workers have used Eq. (3) directly (Abbot et al., 1967) or
in modified form (Reiss, 1967; Sato et al., 1973a) for correlation of their
data. Charpentier et al. (1969) derived pressure-drop correlations by
comparing two-phase pressure loss tiPLG with that for single-phase flow,
in terms of the energy-based dimensionless groups. Clements and Schmidt
(1976, 1980a,b) combined the foregoing two approaches and gave the cor-
relation for pressure drop in two-phase cocurrent downflow in terms of
Reynolds numbers of gas and liquid phases, gas-phase Weber number, and
pressure drop for the gas phase alone. Clements (1978) also gave a theo-
retical justification for this approach. Theoretical correlations for pressure
drop under trickle flow conditions have been proposed by Hutton and Leung
(1974) and Specchia and Baldi (1977).
It is important to note that in most of the studies reported, Reynolds
numbers for liquid and gas phases are considered to be the controlling
dimensionless groups. However, those studies that use systems other than
air-water recognized the role of surface tension on the pressure drop and
used either an empirical correction factor (Specchia and Baldi, 1977) or the
dimensionless Weber number (Clements and Schmidt, 1976, 1980a, b). More
data over a larger range of Weber numbers are needed.
Phase Holdups
Liquid Holdup
Total liquid holdup in a fixed-bed column is the sum of the operating and
static holdups. Static holdup, the amount of liquid in the bed after the
liquid inlet is shutt off and the column is allowed to drain, represents the
liquid retained in the pore volume of the catalyst and its packing. Operat-
ing holdup, the liquid external to the catalyst particles, depends on the
liquid and gas flow rates, their properties, and the nature of catalyst
packing. 2
Static holdup is often correlated by Eotvos number, Eo (=pLgd/ crL,
where dp is the nominal particle diameter and g the gravitational accelera-
tion). The correlation of Van Swaaij et al. (1969) indicates that smaller
particle diameter and fluid density and larger surface tension give larger
static liquid holdup. The correlation also indicates that a porous material
gives a larger static liquid holdup than does a nonporous material.
Basically, two types of correlations for the dynamic or total liquid
holdup are reported in the literature. Some investigators have correlated
the liquid holdup directly with the liquid velocity and fluid properties by
either dimensional or dimensionless relations. In more recent investigations,
liquid holdup is correlated to the Lockhart-Martinelli parameter tiPL/tiPa
or its equivalent.
For cocurrent downflow, the dimensional correlations (Satterfield and
Way, 1972; Jesser and Elgin, 1943) are very few. Most of the correlations
are in the following dimensionless form (Clements and Schmidt, 1980a;
Otake and Okada, 1963; Michell and Furzer, 1972; Buchanan, 1967; Gelbe,
1968; Mohunta and Laddha, 1965; Van Swaaij et al., 1969; Specchia and
Baldi, 1977; Davidson et al., 1959):
(5)
( 6)
where a and S depend on the flow regime. Stiegel and Shah (1977b) pro-
posed a correlation which is in a more general form:
( 7)
Turpin and
Huntington (1967)
a.
j
"C
0
.r:.
"C
·5
r:T
0·25
....I
:.
~-'-=o_.__.._........... .,.2. 1.-o,...-L----'----'--3...L·o..,......JL....1___J_4.....J.Lo...J.._...J.._...J.._s....J.L-o
(GL/Gs>°"24
2. 6 < asdp < 6. 02, and 14 < GaL < 320 for particle shapes consisting of
Raschig rmgs. Berl saddles, spheres, and irregular granules. Both foam-
ing and nonfoaming liquids have been examined. Although there are signifi-
cant discrepancies in the predictions of various correlations, qualitatively
they all indicate that the liquid holdup under trickle flow conditions in-
creases with liquid velocity and is essentially independent of gas flow rate.
Although not completely clear, an increase in particle size appears to de-
crease the liquid holdup. An increase in Galileo number for the liquid also
decreases the liquid holdup. These statements are generally verified by
three theoretical models: those of Hutton and Lueng ( 197 4), Reynier and
Charpentier (1971), and Clements (1978). It is important to note that none
of the controlling dimensionless groups (ReL, Rea, GaL, and asdp) in
liquid holdup correlations include a surface tension term (i.e., the liquid
holdup is considered to be independent of surface tension). This conclusion
needs to be verified in view of the observed dependence of flow regimes
and pressure drop on surface tension.
Gas Holdup
In a packed-bed column, the gas holdup can be evaluated if the total liquid
holdup and void volume of the column are known. However, in cases where
the gas holdup is small, it is more desirable to evaluate it directly rather
than through the difference. For cocurrent upflow in a bubble flow regime,
Ford ( 1960) suggested the relation
R 0. 2( )0. 24
E = 21.2 '( -eL
-) µL-
- ( 8)
G Rea µG
whereas Achwal and Stepanek (1976) proposed two correlations for the
bubble flow regime: one based on the homogeneous flow model and the
other based on force balance on the column.
Axial Dispersion
Liquid Phase
While in most commercial trickle-bed operations, the liquid phase is believed
to move in plug flow, in pilot-scale operations, the liquid phase can be
backmixed. As shown in Fig. 7, the axial dispersion in the liquid phase
under trickle flow conditions can be an order of magnitude higher than that
in the single phase. For trickle flow, the correlation of Hochman and
Effron ( 1969),
Gas Phase
Just as for the liquid phase, the axial dispersion in the gas phase under
trickle flow conditions is higher than that under single-phase flow conditions.
The correlation of Hochman and Effron ( 1969),
Gas-Liquid-Solid Reactors 683
Two-phase
trickle-flow
0 -'I ...J
-::,0
FIGURE 7 Pe and ReL relations for single-phase and trickle flow. (After
Hofmann, 1977.)
a-,
C 'i
c:Pc ic
D
'Jnl6
cl!,
cIll
C
,P O o 0
C f,, 06. C
....
Zl ' 6.
...J
GI tl )..6. ~ t •
0.
'-...J ~
w ',
-- -- Hei I mann and Hofmann(1"TI)',
fl,i, □ Data of Stiegel and Shah(1977a,~
'
fl Max.gas flow rate} cylindrical'
fl Min. gas flow rate column
10_1L--
□..J....._R..Je_c..Jta--1..n.i.gu....L...Lla.1.r.Lc~o-l_u...Jm'-n---'---'-'-...L...I..L.L......,__ _,
10 103 10'
//!" 3-3
Rell,c.G dp
( 10)
where PeG = UGdp/DG' ReG = GGdp/µg(l - i::), and ReL = GLdp/µL(l - i::)
for trickle flow conditions, is recommended. No similar correlations for the
bubble flow and pulsating flow regimes are presently available.
Mass Transfer
Gas-Liquid
Just as for liquid holdup, the correlations for the mass transfer coefficient
(KLaL) are reported in two ways. Some investigators correlate KLaL with
liquid and gas velocities in dimensional (Gianetto et al., 1970; Goto and
Smith, 1975; Goto et al., 1976) or dimensionless (Goto and Smith, 1975)
forms, whereas others (Charpentier, 1976; Reiss, 1967; Satterfield, 1975)
have presented energy correlations.
The dimensional correlations assume that KLaL cc U~U~, where the
value of r
and s depend on the types of packings (Shah, 1979). For very
small gas and liquid velocities Goto and Smith (1975) and Goto et al. (1976)
gave more accurate predictions. Charpentier ( 1976), Reiss ( 1967), Gian-
netto et al. (1970), and Specchia et al. (1974) gave relations between KLaL,
aL, and KL and the energy parameter. Reiss (1967) gave a correlation
KLaL = 0.173 [(t.P/t,Z)LGUoL]0,5, which was subsequently modified by
Satterfield ( 1975) and later by Charpentier ( 1976) to account for the liquid
properties. Specchia et al. (1974) gave energy correlations for both up-
flow and downflow, as shown in Figs. 9 to 11, and indicated that for the
same value of energy parameters, upflow gives a better transfer coefficient
and interfacial area than does downflow.
Better values of KL are obtained for slower liquid velocities in upflow
compared to downflow, presumably due to an increase in circulation inside
6x16 2r---.--..--,--.-,-,-,..,..,---r--..-~~~---~
...J
0
:::i 2
---....
iU)
4....----.----~--~--.---.----~~
1
0·8
0·6
0,5....__...__..__...__ _. . . J - - - - L -........__.,__......,
0·5
the liquid drops, caused among other things, by the greater slip velocity
between the liquid and gas phases. Specchia et al. (1974) also showed
that the upflow values of KLaL are, on the average, two times that of down-
flow values in pulsed and spray flow regimes because the gravitational
force leads to higher liquid holdup and pressure drop.
3 ....--~-~~~--~-~~----,---.---.--,
2
--
"j"I/I
_. 10
_,
~ 8
.x 6
4
Liquid-Solid
Under trickle flow conditions, the liquid-solid mass transfer coefficient can
be estimated using the correlation of Goto et al. ( 1975) (see Fig. 12) or
that of Dharwadkar and Sylvester ( 1977). In the pulsating flow regime the
correlation of Lemay et al. (1975) is recommended. For the packed bubble
flow column, the correlation of Kirillov and Nasamanyan (1976) is recom-
mended for large particles (dp > 3 mm) and the correlation presented in
Fig. 12 is recommended for small particles (dp < 3 mm).
10
5
3
1
data
0•7 Data were taken for
dp=0·241 cm,
0•5 0·108 cm
0•0541 cm
0.3....__..___ _ _...._____..___ _.........__....___ __.__ _.__..___ __
0·2 0·3 0,5 0-7 2 3 S 7 10 20
Liquid Reynolds number,ReL
Heat Transfer
The data reported on heat transfer in trickle-bed reactors are sparse.
Weekman and Myers (1965) measured wall-to-bed heat transfer coefficients
in a cocurrent air-water downward flow through packed column. Their re-
sults are discussed by Shah ( 197 9). A more recent work on heat transfer
in trickle-bed reactors is that by Specchia and Baldi (1979). In the low-
interaction regime, they proposed a correlation between Nusselt number and
Prandtl number and a modified liquid Reynolds number. In the high-inter-
action regime, the heat transfer coefficient was found to be independent of
gas flow rate and packing size and shape. Specchai and Baldi (1979) also
obtained some results for the effective thermal conductivity of the bed in
both low- and high-interaction regimes.
Scaleup Considerations
Experiments on the laboratory or pilot scale are invariably conducted with
25-mm-I.D. and 0.5- to 2-m-long reactors at about the same liquid hourly
space velocity as in the industrial reactor. However, the latter reactor
may have a height of 20 to 25 m. Thus the superficial liquid velocity in
the pilot reactor may be merely about 10% of the industrial unit and one
may have different flow regimes in the two cases; if this is the case, the
reactor scaleup may be seriously jeopardized. We have already emphasized
the importance of different flow regimes, in particular the different func-
tional dependence of various design variables , on operating parameters. In
fact, if the proper precautions are not taken, one may get a situation where
external mass transfer resistance may become important or dominant in the
pilot reactor but may be unimportant in the industrial reactor. There may
also be different residence-time distributions for gas and liquid phases in
the two cases~ One may often benefit by replacing expensive catalyst with
inexpensive support material of equivalent dimension when solid-liquid or
gas-liquid film resistance is important.
General Remarks
Very little is known on the hydrodynamic, mixing, and transport character-
istics of moving fixed-bed reactors. It is suggested that such reactors
should be divided on the basis of the prevailing flow regime and approximate
correlations for each flow regime should then be applied.
Some novel distillation column reactors for MTBE and for some hydro-
genation reactions, such as the conversion of isophorone to trimethylcyclo-
hexanone and trimethylcyclohexanol, have also been reported (Smith and
Huddleston, 1982; Schmitt, 1960),
In the following we discuss primarily reactor types 1 and 2. Some de-
tails are, however, applicable to other types of reactors, and these are
noted.
I
II
0•15
~
Slug flow Hete,ogeneou,
O•lO Chu,n-Tu,bulent Flow
l
~ 0•05
J ~
~~~~
Homogeneous
{Bubbly) Flow
0---------....,.....-----,,--------__,_-----....,..---
0•025 0•05 0•1 0•2 0•5 1•0
de. m .,
Bubble Dynamics
Bubble size and its distribution and bubble rise velocity have a direct bear-
ing on the performance of the bubble columns. A brief review of this sub-
ject has been given by Shah et al. ( 1981, 1982). When gas is sparged by
single orifices or perforated or sintered plates, the following correlation of
Aldta and Yoshida (1974) can be used as first approximation for the estima-
tion of average bubble size:
= (11)
Relation ( 11) has not been tested for three-phase systems. For a stirred
vessel the correlation of Calderbank ( 1967),
( 12)
lI
....:::, 1-0------.----r-----r----.------,---,----,
Q.
0•8
41 0·6
E
3 Ill
0 41
>-
Ill 2 0•4
0 :::,
O'I .c
·--~ ~0-2
~-
~
0
~
41 ....
0 o.,______..___..___~-------------~
0•02 0•06 0•1 0•14
l..loG. m/s ►
Phase Holdup
The available correlations for the gas holdup in two- and three-phase bub-
ble columns are reviewed by Shah et al. ( 1982). For slurry reactors, the
gas holdup depends mainly on the superficial gas velocity and is often
very sensitive to the physical properties of the liquid. The dependence of
the gas holdup on gas velocity is generally of the form
( 13)
where 0. 7 < n < 1. 2 for bubbly flow and O. 4 < n < 0. 7 for churn turbu-
lent flow.
A large number of correlations for gas holdup have been reported in the
literature, however, the large scatter in the reported data does not allow
a single correlation. Some of the important correlations are reported by
Shah et al. (1982). The large scatter (Schiigerl et al., 1977; Bach and
Pilhofer, 1978) is due mainly to the extreme sensitivity of the holdup to
Gas-Liquid-Solid Reactors 691
the material system and to the trace impurities, which is not well under-
stood. The easily available physical properties, such as density, viscosity,
and surface tension, are not necessarily sufficient to expalin the scatter
observed. The effect of gas properties on the gas holdup is shown to be
small (Hikita et al. , 1980). Kolbel et al. ( 1961) and Deckwer et al. ( 1980a)
have also shown a very small effect of pressure on the gas holdup .
Jeffrey and Acrivos (1976) found that for particles as small as a few
(<10) micrometers, suspensions behave macroscopically as non-Newtonian
fluids. Therefore-gas holdup values involving non-Newtonian liquids might
be useful in analyzing gas-slurry systems.
Gas holdup data in non-Newtonian media have been reported by
Nishikawa et al. (1977), Buchholz et al. ( 1978), Nakanoh and Yoshida
(1980), and Schumpe et al. (1981). Gas holdup values higher than pre-
dicted by the correlation of Akita and Yoshida (1973) were obtained. The
effect of spargers was found to be insignificant in the slug flow regime.
Hikita et al. ( 1980) compared their data with those predicted from dif-
ferent correlations and attributed the disagreement between theories partly
to the differences in the design of gas sparges. They concluded that at low
gas velocities, the single-nozzle gas sparger gives lower values of gas hold-
up than does a multi.nozzle or a porous plate sparger. Zahradnik and
Kastanek (1979) carried out experiments with sieve piates of different hole
diameters and observed that the critical gas velocity corresponding to the
onset of stable performance of a plate depends on the plate hole diameter.
Numerous data for different kinds of spargers and various liquid media
(synthetic fermentation media) have been reported by Schiigerl et al. (1977)
Oels et al. (1978). Hills (1974) and Ueyama et al. (1980) reported pro-
nounced radial holdup profiles, and Kobayashi et al. ( 1970) proposed an
empirical correlation to evaluate such a radial distribution.
Shah ( 1979) has critically reviewed the published information on individu-
al phase holdups and has recommended the correlations of Kim et al. (1972,
1975) and Hovmand and Davidson ( 1968). More recently, Dhanuka and
Stepanek ( 1978) measured and theoretically predicted the individual phase
holdups in the 0.05-m-I.D. column. Begovich and Watson (1978) determined
the individual phase holdups from O. 076- and 0.152-m-l.D. columns and
developed correlations which cover their own data and those reported by
0stergaard (1965), 0stergaard and Thiesen (1966), fl)stergaard and Michel-
sen (1968), Michelsen and fl)stergaard ( 1970), Rigby and Capes (1970),
Efremov and Vakhrusev (1970), Dakshinamurthy et al. (1971), Bhatia and
Epstein (1974), and Kim et al. (1975).
Kato et al. (1972) and Kato and Nishiwaki (1972), Ying et al. (1980a),
and Vasalos et al. ( 1980) investigated the effect of solids concentration and
concluded that an increase in solids concentration generally decreases the
gas holdup but that the effect becomes insignificant at high gas velocities
(>O .1 m Is). Ying et al. ( 1980a) also applied the correlation of Akita and
Yoshida (1973) to their data and concluded that the correlation of Akita
and Yoshida is equally adequate for the three-phase system. Kojima and
Asano (1980) measured the fractional gas holdup and average bubble diam-
eter from 0.055- and 0.095-m-I.D. contactors. The particle size was varied
in the range of 105 to 2000 µm. The liquid viscosity was varied from 1 x
10- 3 to 18. 8 x 10-3 Pa •s. The results were empirically correlated.
Liquid fluidized beds of small particles have been found to contract
upon the introduction of gas (Stewart and Davidson, 1964; 0stergaard and
Thiesan, 1966; Kim et al., 1972), while the reverse trend occurs with large
particles. The contraction can be explained by considering liquid wakes
692 Shah and Sharma
behind the gas bubbles. The liquid in the wake moved at a much faster
rate than the continuous liquid phase. As a result, the average velocity
of the bulk liquid phase decreases and the bed contracts, causing an in-
crease in the solid holdup. The large particles can cause a bubble break-
up by virtue of their inertia and hence result in an expansion in fluidized
beds. Bhatia et al. ( 1972) and Armstrong et al. (1976a) studied the effect
of solids wettability on the behavior of three-phase fluidized beds of small
and large particles, respectively. They have also qualitatively described
the role of wakes and bubbles in such bed. Kim et al. ( 1975) have re-
ported the existence of two distinct types of three-phase fluidization, which
may be termed as bubble coalescing and bubble disintegrating. The former
occurs when the particles are smaller than a critical size and the latter oc-
curs when they are larger.
Axial solid concentration has been studied by Cova ( 1966) , Imafuku
et al. (1968), Farkas and Leblond (1969), Narayanan et al. (1969), Yaman-
aka et al. (1970), and Govindrao (1975). Cova (1966) reported that high
gas and liquid velocities and high viscosities tend to give more uniform
solid distribution. Imafuku et al. ( 1968) observed that the critical gas
velocity for complete suspension depends mostly on the liquid flow near the
gas distributor, while Govindrao (1975) pointed out that particle diameter
and bed volume have a strong influence on the axial distribution of solids.
As a rule of thumb, in a cocurrent column, particles less than 100 µm in
diameter can form a pseudohomogeneous slurry, while particles greater than
that will result in some axial solids distribution.
In multistage columns Schiigerl et al. (1977) observed higher values of
gas holdup than in a single-stage column. They also noted a strong effect
of the distributor design in multistage columns for a noncoalescing medium.
However, in an air-water medium, Zahradnik et al. (1974) and Zahradnik
and Kastanek ( 197 4) observed very little effect of the distributor design
and the liquid velocity in multistage columns. Freedman and Davidson
(1969) and Botton et al. (1978) carried out experiments with ·draught tubes
and observed insignificant effects of the draught tube on the holdup values.
Wieland (1978) reported that in a bubble column with an external loop, the
holdup values are comparable to the values in a single-stage bubble column.
As a rule of thumb, it can be concluded that the effect of internals on the
gas holdup is negligible, and any correlation that fairly represents the
values of holdup in a single-stage bubble column can be used to calculate
the values in the presence of internals. As a first approximation the same
conclusion should apply to three-phase systems. The phase holdups in
mechanically agitated contactor is discussed by Joshi et al. (1982).
Axial Dispersion
Liquid Phase
The effects of suspended solid particles on liquid-phase backmixing have
been studied by Schiigerl ( 1967), lmafuku et al. ( 1968), Vail et al. ( 1968),
Michelsen and 0stergaard ( 1970), Kato et al. ( 1972), 0stergaard ( 1978),
and El-Temtamy et al. ( 1979). Shah et al. (1978) have critically reviewed
the literature and outlined the present state of the art. The correlation
reported by Kato et al. (1972) is suitable for cases where the particle size
is relatively small. The experimental observations may be summarized as
follows:
Gas-Liquid-Solid Reactors 693
1. When the particles are very small and/or the difference between the
densities of liquid and solid is small and /or the solid loading is
relatively small, the extent of liquid-phase axial mixing in three-
phase systems is practically the same as that for gas-liquid systems.
The liquid-phase axial dispersion coefficient varies with column
diameter and gas velocity, and under turbulent conditions it is
practically independent of liquid velocity and particle diameter.
2. When the particle size is large and the density difference is high,
the dispersion coefficient depends on the particle size and the
superficial gas and liquid velocities (Michelsen and Q)stergaard,
(1970).
Joshi (1980) has shown that the observation of Michelsen and q)stergaard
(1970) can be explained if the average liquid circulation velocity (Vc) is
selected as the correlating parameter. When the rate of energy input is
higher than that dissipated at the gas-liquid and liquid-solid interfaces,
recirculation of liquid occurs. The data reported by Kato et al. ( 1972),
Michelsen and q)stergaard (1970), Q)stergaard (1978) and Vail et al. (1968)
were analyzed by Joshi ( 1980). From an accuracy point of view, only
those data were analyzed for which at least 20% of the input energy is
dissipated in the liquid motion. Based on the analysis, the following equa-
tion with a standard deviation of 16% was obtained:
(14)
(15)
and introducing appropriate expressions for the bubble rise velocity and
bubble diameter, he arrived at the equation
Fr~ )1/8
( (16)
PeL = 14. 7 ReL
where
2
UOL
=-- (17)
gd
C
with the help of different existing correlations. They also observed the
effect of liquid velocity on dispersion coefficients. The observations are
supported by Kara et al. ( 1982) and Kelkar ( 1982), who noted that the
dispersion coefficients are lower at high liquid velocities than those ob-
served in the absence of solids.
Solid Phase
Kato et al. (1972) studied solid-phase backmixing under a wide range of
conditions. They found that for small particle sizes in small-diameter col-
umns, the axial dispersion coefficient for solids is the same as that for the
liquid. For relatively large particle sizes (up to 0.177 mm) the dispersion
coefficient depends on the particle Reynolds number (Shah, 1979). More
experimental investigations pertaining to solid-phase backmixing in the
presence of large particles (>O. 2 mm) are needed.
Gas Phase
The gas-phase backmixing in gas-liquid-solid systems have been measured
by Schiigerl (1967), 0stergaard and Michelsen (1968), and Michelsen and
0stergaard ( 1970). Schiigerl ( 1967) reported that at low liquid velocities,
the gas-phase Peclet number increases with the gas rate, but at high liquid
velocities, the Peclet number shows a maximum with respect to gas rate.
From Schiigerl's data, the effect of liquid velocity on the gas-phase Peclet
number is unclear, although at low velocities, the gas-phase Peclet number
appears to decrease with increase in liquid velocity. Based on studies of
many nonaqueous and aqueous systems, in 0.1- and 0.15-m-I.D. bubble
columns, Mangartz and Pilhofer ( 1980) reported the following equation for
the gas-phase dispersion coefficient :
u )3.56
D = 56.4d1. 33 ( OG (19)
G c e:G
Although the predictions of Eqs. (18) and (19) may differ up to 50%, both
correlations are recommended due to lack of sufficient literature data. More
data on three-phase systems are needed.
Mass Transfer
Gas-Liquid
Gas-liquid mass transfer in a bubble column has been reviewed extensively
by Shah et al. (1982). In three-phase bubble column reactors, KLaL can
Gas-Liquid-Solid Reactors 695
Massimilla et al. ( 1961) found that the bubble size and the rate of bubble
coalescence decreased with increasing fluidization intensity. These results
were in agreement with a subsequent study of 0stergaard ( 1966). Adling-
ton and Thompson (1965) found that the gas-liquid interfacial area de-
creased with decreasing bed porosity and was less sensitive to changes in
particle size. However, for large particles and large bubbles, Lee (1965)
showed that the gas-liquid interfacial area increased with increasing dis-
tance away from the gas distributor.
The adosrption rate depends on the gas-liquid interfacial area, the gas
residence time, and the gas- liquid mass transfer coefficient. It is the first
factor that has an important and complex effect on the mass transfer rate
in three-phase fluidized-bed systems. The study of 0stergaard and
Suchozebrski ( 1968) showed that the volumetric mass transfer coefficient
(i.e., KLaL) increased with increasing gas flow rate but was uninfluenced
by variations in the liquid velocity. Particle size was observed to have a
pronounced effect on the adsorption rate. 0stergaard and coworkers also
showed that an increase in the superficial liquid velocity had no effect on
the absorption rate in beds of 6-mm particles and in solid-free bubble
columns. In beds of 1-mm particles, however, an increase in liquid velocity
caused a marked increase in the volumetric mass transfer coefficient. These
results agreed well with the fact that both the gas holdup and bubble size,
in beds of 6-mm particles and in the solid-free bubble column, were inde-
pendent of liquid velocity, whereas in beds of 1-mm particles (1$stergaard,
1966, 1971b) an increase in the liquid velocity caused a marked reduction
in bubble size and an increase in gas holdup. The rate of bubble coales-
cence was higher at low liquid velocities than at high liquid velocities in
beds of 1-mm particles (0stergaard, 1966). An increase in the gas velocity
increases the volumetric mass transfer coefficient.
Shah ( 1979) reviewed the studies on mass transfer across the gas-liquid
interface. The best up-to-date work is reported by Joosten et al. ( 1977).
They showed that in the absence of solids, the volumetric mass transfer
coefficient can be well correlated to the total power, dissipated by stirrer
and gas, per unit volume. However, the correlation with power dissipated
by the stirrer alone was poor. Joosten et al. (1977) also found that for a
given stirrer power input and superficial gas velocity, the volumetric mass
transfer coefficient first increased with the volume of solids added. Al-
though this is in qualitative agreement with the observations of Slesser
et al. ( 1968) and Chandrasekaran and Sharma ( 1977), unlike these authors ,
Joosten et al. ( 1977), found the increase to be rather small (between 10
and 20%). Furthermore, as more solids were added, the volumetric mass
transfer coefficient remained constant at first and then started to decline
at a specific concentration that depended on solid type and particle size.
Joosten et al. (1977) explained the data based on the increase in the ap-
parent viscosity of the slurry by the addition of solids. Mass transfer in
mechanically agitated contactor is discussed further in Joshi et al. (1982).
Liquid-Solid
( 20)
Frossling ( 1938) and Ranz and Marshall (1952) showed that for large
values of Re, a= 0.6, m = 1/3, and n = 1/2. Shah (1979) has discussed
in detail the recommendations of various investigators (Friedlander, 1957,
1961; Harriot, 1962; Levich, 1962; Brian and Hales, 1969) for evaluating
the particle Reynolds number
u d
Re = _E__.12_ ( 21)
V
where ur is the relative velocity between two phases. In the case of bub-
ble columns where the solid particles are suspended, this velocity is diffi-
cult to determine. Kolmogoroff' s theory of isotropic turbulence avoids
this problem, as discussed by Shah et al. ( 1982).
Only a few experimental studies (Kamawura and Sasano, 1965; Sano
et al., 1974; Sanger and Deckwer, 1981) have been carried out in three-
phase vertical bubble columns. These investigations and the proposed
correlations using Kolmogoroff's characteristic parameters are outlined by
Shah et al. (1982). The data of Sano et al. (197 4) covers a range of
Schmidt numbers from 200 to 1400. Sanger and Deckwer ( 1981) have pro-
vided the data for Schmidt numbers ranging from 137 to 50,000. The
measured data deviated at low Reynolds numbers because the assumption
of isotropic turbulence is not justified, as discussed by Levins and Glaston-
bury ( 1972). Figure 15 illustrates that the data of these three investiga-
tors are consistent. The difference in three curves is due partly to
100
10
Sano et al.,1976
0 ~.~1....;_---~,----~,o=----~ ,o~o=---~,'-="000
4 3 1/3
( edp /vL )
Heat Transfer
Heat transfer from the reactor wall and inserted rods and coils to the
vertical flowing gas in liquid dispersion has been the subject of many in-
vestigations, and suitable correlations have been reported (Kolbel et al. ,
1958, 1960; Muller, 1958; Martins, 1959; Kast, 1963; Shaykhutdinov et al.,
1971; Burkel, 1972; Mersmann, 1975; Hart, 1976; Steiff and Weinspach,
1978; Deckwer, 1980; Deckwer et al., 1980; Joshi et al., 1980; Kato et al.,
1981). A summary of the published data collected on bubble columns and
stirred vessels is presented by Steiff and Weinspach ( 1978).
Muller (1958), Kolbel et al. ( 1958, 1960), Viswanathan et al. ( 1965),
Armstrong et al. (1976b), and Zaidi et al. (1979) measured heat transfer
coefficients from the inserted heat source to the bed (gas-liquid-solid
dispersion) or between the column wall and the bed. Analysis of the re-
ported data indicate the following behavior of gas- liquid-solid systems:
2 -1/4 ( 22)
St = a(ReFrPr )
where
h
St= _ _w__ C µ
Fr= Pr= __E__
pCpUOG K
Zaidi et al. ( 1979) have shown that the data reported by Muller ( 1958),
Kolbel et al. ( 1958, 1960), and Zaidi et al. ( 1979) can be correlated with
Eq. (22) within 20%, and the value of a is reported to be 0.1.
For design purposes, Eq. ( 22) is recommended. However, a pre-
caution is desirable for cases where no more than 80% of the input energy
is dissipated at the gas-liquid and liquid-solid interfaces and at the
column wall. Further Eq. (22) was proposed for slurry reactors, and
therefore for the case of three-phase fluidized beds, Uoa may be replaced
to get the form
h
w
(24)
Joshi et al. ( 1980) have proposed a new correlation based on the circula-
tion cell model (Joshi, 1980). They reported that in some gas-liquid-
solid systems, all the input energy due to the gas flow is dissipated at the
gas-liquid and solid-liquid interface rather than in the liquid motion. By
using the method of average recirculation velocity (Joshi, 1980), they pro-
posed the following equation to calculate the wall bed heat transfer co-
~f"
efficient:
h d
W C
k
= (0. 48)
_d_~_·3_3_g_o_.3_3_<_~-:--E_G_u_b_oo_)_P_1_,, C~L) X (
(25)
Scaleup Considerations
Laboratory experiments are invariably made in 70- to 150-mm reactors,
and in the case of gas sparged reactors, the height-to-diameter ratio may
be 3: 10. In large industrial reactors we often have a low height-to-
diameter ratio of 1: 2, and in the case of gas sparged reactors we also
normally have lower values of superficial gas velocity. Even though the
height-to-diameter ratio is low in industrial reactors, one may encounter
problems associated with the hydrostatic head of the liquid and low values
of superficial gas velocity. In particular, we have to ensure that the
solid particles concentration is uniform throughout the reactor. In some
cases we may encounter a substantial change in the superficial gas velocity
from bottom to top, but such cases have received very little attention.
When backmixing in the gas phase is relevant, one needs to ascertain
this more closely. This problem may be particularly important in mechan-
ically agitated reactors.
One must bear in mind that just as for the fixed- bed reactor, if ex-
pensive catalysts are used (say, those based on noble metals) and the re-
sistance is essentially located in the solid-liquid film or gas- liquid film,
one may benefit substantially by replacing a part of the catalyst with an
equivalent support material (say, alumina or zeolite or activated carbon)
but without the noble metal.
Micellar Catalysis
Micellar catalysis has been shown to have a remarkable effect on the rate
of a variety of liquid- liquid reactions. Micelles are aggregates of surfac-
tants formed in aqueous solutions, where the apolar groups extend into
the interior of the aggregate and the head groups are located at the
interface with water. Typically, micelles have an average radii of 12-30
A and contain 20 to 100 monomers. These micelles can solubilize large quan-
tities of materials which otherwise have a low solubility in the aqueous
phase.
Gas-Liquid-So lid Reactors 701
k + k K (D )
w
k = - - -m- -s n
-- ( 26)
obs 1 + k (D )
s n
where kw and km are the true first-order rate constants in the aqueous
and micellar pseudophases, Ks the binding constant of the reactant to the
micelle, and (Dn) the concentration of micellized surfactant.
The pseudophase model has also been applied to bimolecular reactions
by considering the distribution of both reactants between the micellar and
water phases (Bunton, 1979). For these systems the micellar effects may
be due either to the increased concentration of reactants in the micellar
medium (proximity effect) or to increased reactivity in the micellar medium
over that in the aqueous phase (medium effect). Dilution effects may come
into play when micellar concentrations are made very high because of the
decreased probability of finding both the reactants in the same micelle, and
this leads to· reduced reaction rates.
Recently, Janakiram and Sharma ( 1982) have considered the case of
slow and fast liquid-liquid reactions when mass transfer of reactant is
important. The film theory applied to mass transfer with chemical reaction
was used, wherein it was assumed that all the resistance to mass transfer
existed in a thin film near the interface (called diffusion films). The re-
action was assumed to occur in the aqueous phase only, which contained
the micelles and the reactant B. The hydrophobic reactant A was assumed
to have a low solubility in the aqueous phase. Because of their small size,
the micelles are present in the film and as A diffuses through the film, it
is taken up simultaneously by the micelles, where it reacts with the micellar
bound B. The micelles thus steepen the concentration profile of A in the
film and lead to higher mass transfer rates. By writing down transport
equations for A and B in the film and considering micellar incorporation
to be a parallel step, equations have been derived to predict mass trans-
fer rates of A in micellar systems for different regimes (Janakiraman and
Sharma, 1982).
( 27)
where
The second term on the right-hand side of Eq. (27) accounts for the
reaction in the film due to catalyst particles. A solution for the absorp-
tion rate of A with the boundary conditions
dCB
z = 0: CA = C*A' dz =0
( 28)
z = oL: CA =0
can be given as
= _c_A_*_I_D_M_A_k_l_+_D_M_A_k_s_a-=-p-
( 29)
z=O tanh (/DMAkl :lDMAksap)
Here the contribution due to the parallel reaction in the film is unimportant
as the particle is relatively very coarse, leading to low values of ap and
k 8 (in the particle size range relevant here, k 8 will be inversely propor-
tional to the particle size).
When DMAkl + DMAksap/k 1 > 3, Eq. (29) can be expressed as
( 30)
Gas-Liquid-Solid Reactors 703
2
For small dp' where ksdp/DMA = 2, a plot of [(1/DMA)(NA/CA) - k 1]
against DMAw for a specified particle size should be a straight line through
the origin having a slope of 12/ p d 2 . Thus data pertaining to different
p p
temperatures can be accommodated in a single plot. Pal et al. ( 1982) have
verified this theory for absorption of 02 in aqueous solutions of sodium
sulfide at elevated temperature and pressure with fine activated carbon
particles as catalyst.
LIQUID FILM IS
SURROUNDING THE SOLID
c"B
- - - PSEUDO- FIRST- ORDER
REACTION
-DEPLETION REGIME
0 6
LIQUID
p*
GAS
FILM
LIQUID FILM ILIBULK
Q.UID ILIQUID-FILM
t SURROUNDING
THE SOLID
FIGURE 16 Concentration profiles based on the film theory for two gas-
liquid-solid systems when the solid dissolution in the film is unimportant.
I
I
0 6
~
lil ~¼ CBS
C:: fl
0
c*
A
. I
1/ I
'., '
<(
(bl I MODEL BY UCHIDA tl ill
u.. I
0
\ I -·-·- RAMACHANDRAN AND SHARMA'S MODEL
z \ '\. I I -- --- FILM MODEL FOR NO SOLID
0
'
I I
\ SUSPENSION
~ \CA ' /CB I
a::
f-
z \ "' /
I
I
w
a
u
\
"\
" v
I
I
I
/'-
u
. I. ' I
0
0 A J..' ' X' 6
0
(a)
FIGURE 18 Concentration profiles of A and B O., ;\ 1 , ;\" are the main re-
action planes for these models): (a) in liquid film near gas-liquid interface;
(b) in the neighborhood of solid particles present in the region z = 0 to
z = ;>..,
dissolved solid, is zero at a reaction plane that is very close to the gas-
liquid interface. Here the concentration of dissolved species drops to zero
from the bulk concentration, which may well be the same as the saturation
concentration. The simultaneous dissolution of the solid particles in the
film will obviously augment the flux of the dissolved solid species and hence
the specific rate of absorption will increase. Ultimately, the reaction plane
may coincide with the gas-liquid interface and we will get a very interesting
situation where the specific rate of absorption will be proportional to the
square root of the particle area. Since for very small particles the solid-
liquid mass transfer coefficient is inversely proportional to the particle size
(Sherwood number = 2), we can conceivably get a situation where the
specific rate of mass transfer will be inversely proportional to the particle
size.
The simultaneous dissolution of very fine solid particles in the film may
lead to a situation where the "instantaneous" reaction-controlled mechanism
(but having known value of rate constant) changes over to the case of de-
pletion of reactants and eventually to fast pseudo-mth-order reaction-con-
trolled mechanism.
We also think of situations where the interfacial concentration of the
dissolved gas is comparable or even higher than the saturation concentration
of the solid particles, and in such cases we will have significant enhance-
ment in the rate of dissolution of solid particles in the film due to the in-
stantaneous reaction (Fig. 18).
The mathematics associated with those cases is evaluated by Ramachandran
and Sharma ( 1969). Sada and coworkers ( 1977, 1980) and Uchida and co-
workers ( 1975) have also applied the theory to the absorption of so 2 in
slurries of CaC03 and Ca(0H)2,
....J
- ~
0
e~ ....J a::
0
~:) 0 w
::::l....J ....J d l/l I-
d- ;::i _ <(
::i LL i:o ....J
~
:W
~
0
LL :C
I-
w
O:c I-
Wt/1 u
0 I- <( <(
- 0:: u
::::i <( ww
~LLJ
<( a: 0::
LLJ Cl:: Zo
a:
~ CA ....JZ 0 ::::iu
~
CAS
~ CAR
Controlling Controlling
mechanism rate term Remarks
Qw
_J z
2
d C..
D.. __!J_ ± T .. ± R.. = 0 ( 31)
lJ dz2 lJ lJ
where the subscript i refers to the phase and j refers to the species. Equa-
tion ( 31) is a one-dimensional model which is generally applicable to the
fixed- bed systems. If the reactor is to be operated under transient condi-
tions, the right-hand side of Eq. ( 31) will have a time-dependent concen-
tration term. In Eq. ( 31) , Dij is the axial dispersion coefficient for species
j in phase i, Ui the superficial velocity of phase i, and Tij the transfer in
and /or out of species j from phase i to other phases. For example, for a
gaseous reactant j in the liquid phase, Tij can be expressed as
Here i = L and the species is transferred in from the gas phase and trans-
ferred out to the solid catalyst phase. ~j is the reaction rate of species in
the phase i. The + sign indicates generation and the - sign indicates de-
pletion. For the fixed- bed reactor, the first two terms on the left- hand
side of Eq. ( 31) drop out. The first term on the left- hand side also drops
out for the gas phase. If the gas velocities of each phase vary along the
length of the reactor, this can be evaluated by taking a total material
balance on each phase. In general, the total number of equations that
need to be solved simultaneously equal the sum of component balances for
each phase plus the total number of overall material balances. It should be
noted that Eq. ( 31) assumes that the dispersion model applies to the reac-
tor, an assumption generally found to be reasonable. Equation ( 31) is
subjected to the boundary conditions
dC ..
D .. -22.
d -- U.(C .. C?.) at z = 0 ( 33)
lJ Z 1 lJ lJ
and
dC ..
-22. = 0 at z = L ( 34)
dz
Nonisothermal Models
Many industrial hydroprocessing reactors such as those for hydrodesulfuriza-
tion and hydrocracking operate under adiabatic or close to adiabatic condi-
tions. Since hydrodesulfurization, hydrocracking, and hydrogenation
reactions are highly exothermic, the temperature rise in such reactors is
frequently controlled by the injection of quench streams at one or more
positions along the length of the reactor. These fixed-bed (under trickle
flow conditions) reactors are usually operated under plug-flow conditions
and the reactor temperature profile exhibits discontinuities at the position
of the quenches. The maximum temperature rise in commercial trickle- bed
reactors is controlled by the amount of nature of the quench and its posi-
tion along the length of the reactor.
In commercial hydrodesulfurization reactor the catalyst bed deactivates
nonuniformly due to the deposition of metals. The catalyst deactivation is
usually counterbalanced by the increase in feed temperature in order to
maintain the constant quality of the product. This process is continued
until the temperature in any part of the reactor reaches the maximum allow-
able temperature based on the metallurgical limit. At this point, the re-
actor is shut down and the catalyst is regenerated. The time required to
achieve this maximum allowable temperature is called the reactor cycle life.
Shah et al. (1976) and Mhaskar et al. (1978) have pointed out that the re-
actor cycle life depends on the locations of quench positions (for one and
two quenches) and that by properly choosing the quench positions, one
can significantly improve the reactor cycle life. Abichandani et al. (1980)
evaluated the problem for a more generalized nonadiabatic reactor. These
studies illustrate that in industrial fixed- bed hydroprocessing reactors,
catalyst activity can be maintained at a higher level over a longer period of
time by properly controlling the temperature distribution in the reactor.
The thermal .behavior of a fixed-bed hydrocracking reactor with one or more
quenches has been evaluated by Yan (1980).
Generally, commercial fixed-bed reactors have a large catalyst bed
length-to-particle diameter ratio and they are operated under plug-flow con-
ditions. The criteria for axial dispersion effects in adiabatic trickle-bed
hydroprocessing reactors for ( a) residual hydrodesulfurization, (b) hydro-
cracking of gas oils, and (c) denitrogenation of shale oils were derived by
Shah and Paraskos ( 1975). These criteria indicate that at high conversions,
an adiabatic reactor produces a larger axial dispersion effect than the iso-
thermal operation. At low conversions, the opposite results are obtained.
Some experimental verifications of these analytical criteria are needed.
Nonisothermal Models
The steady-state thermal behavior of an adiabatic three-phase coal liquefac-
tion reactor operated under slow and fast hydrogen consumption reaction
regimes have been analyzed by Parulekar and Shah ( 1980, 1982). The
theoretical calculations were based on the axial dispersion model, and the
predictions of the model for steady-state temperature distribution in the
presence as well as the absence of quench were found to agree well with
those measured experimentally (Shah, 1981). It should be noted that un-
like in plug-flow reactor, in a backmix reactor the temperature continuity
at the quench location is maintained; and as shown by Krishnamurthy and
Shah (1979) and Singh et al. (1981), the quench gas flattens the tempera-
ture profile in the entire backmixed reactor.
The multiple steady states in adiabatic reactors have been investigated
by Singh et al. (1980). Nunez et al. (1982) studied the effects of preheater
variables on the multiple steady state in an adiabatic coal liquefaction re-
actor. Shah and Singh ( 1981) presented some experimental data in a
laboratory adiabatic reactor and showed that significant temperature excur-
sions could occur under practical ranges of operations.
Parulekar et al. (1980) examined a first-order reaction in a three-phase
bubble column reactor with the help of an axial dispersion model. For the
extreme case of a continuous-stirred-tank reactor, these authors identified
a fairly large region of five steady states for a nonzero concentration of the
gaseous reactant in the liquid phase, a fact previously observed for an
adiabatic gas-liquid CSTR (Raghuram and Shah, 1977). For the case of
partially backmixed bubble column reactors, the authors derived criteria
for the uniqueness of steady states.
SELECTION OF REACTORS
fine when we have slurry reactors and solid particles being coarse when we
usually adopt fixed-bed reactors. The selection of a reactor for a specified
duty will depend on a number of factors, and Table 4 lists the important
points.
This arrangement should improve gas dispersion and hence gas- liquid inter-
facial area.
Recent work indicates that with better control strategies and faster
analytical techniques it may become possible to use fixed-bed reactors for
the hydrogenation of edible and nonedible oils.
Data
Temperature = 70°C
Pressure = 4 atm at the top
(solutions for pressures of 8, 10, 15, and 20 atm at the top will also
be considered)
Superficial gas velocity at the top = 1 cm/s
(solutions for superficial gas velocities at the top of 0.5 and 2 cm/s
will also be considered)
Concentration of NH 4No 3 in feed = 20 wt %
Concentration of H3PO 4 in feed = 23 wt %
Desired con:'ersion of NH 4No 3 to HYAM = 80%
Hydrogen rate at the bottom = 10% excess over the theoretical requirements
-7 3
Henry's coefficient for hydrogen, H = 4. 63 x 10 mol/cm •atm
Catalyst = 2% palladium on carbon
-3 3
Concentration of active palladium, Cpd = 1 x 10 g /cm of solution
Particle size of the catalyst = 8 x 10- 3 cm
Density of catalyst = O. 6 g /cm 3
Diffusivity of dissolved hydrogen = 5.24 x 10- 5 cm 2 /s
Reaction
Solution
Rate of production of hydroxylamine phosphate
100 X 10 6
=
24 X 3600 X 131
714 Shah and Sharma
= 8. 84 mol/s
0_
NH 4No 3 required in the feed= 8 884 = 11.05 mol/s or 884 g/s
1. The gas holdup and the (volumetric) liquid-side mass transfer co-
efficient are uniform throughout the reactor. (the value of E is
calculated by using an average value of VG at the top and the bot-
tom of the column. )
2. The vapor pressure of water over the solution has been ignored,
as this is insignificant in practically all cases.
3. The catalyst particles are homogeneously dispersed throughout the
reactor.
4. The liquid phase is completely backmixed.
kL kL -2
= 0.1 or dB == - = 2. 22 x 10 cm
dB 0.9
de Rooij et al. (1977) have reported some data on fractional gas holdup for
the same system under consideration and the data can be correlated by the
following equation in the range 1.0 < v 0 < 10, cm/s:
1. 5V G
E: ==
G 30 + 2VG
( 35)
== 0.0485 (at v0 == 1.0 cm/s)
6
~ ==
dB(l sG)
6 X 0.0485
== ( 36)
-2
2.22 X 10 X (1 - 0.0485)
· 2 3
== 13. 77 cm /cm of solution
(This value of ~ is high, but for the specific system under consideration it
appears to be reasonable. )
RA' == k a[A *]
L-
== 2 10
-2 13. 77
7
X X X 4 X 4. 63 X 10- ( 37)
-7 3
= 5.1 x 10 mol/cm of solution
kSLdp
Sh = DA
( 38)
4 1/4
= [2 + 0.4c)>) Scl/ 3] ¢c
716 Shah and Sharma
where
E = rate of energy dissipation per unit mass of liquid
= VG gX
Sh= 2.02
and
Thus the Sherwood number is very close to 2 and this situation will be
valid for other operating conditions considered in this example.
Concentration of catalyst:
= 0. 05 g /cm 3 solution
6w
a
-p = pd
p
6 X 0.05
= ( 39)
0.6 X 8 X 10- 3
where k is the reaction rate constant and is given by the following equation:
k = 1.696 x 10 4 exp(-;~ 4 )
(mol) O. 66(cm) 1. 02
= 0.218 .a..-~-~-~-
(g active Pd) •s
where
a = relative activity of the catalyst and is assumed to be equal to
C
0.8
concentration of active palladium, 1 x 10-- 3 g active Pd/cm 3
of solution
R' = 0.218 X 0.8 X 1 X 10- 3(4 X 4.63 X 10- 7 ) 0 • 34
A
19.61 x 10- 7 mol/(cm 3 solution) •s
From the. individual values of RA above it can be seen that at the top
of the column, all three steps contribute to the overall resistance. As we
go toward the bottom of the column, the value of [A*] increases because of
the increase in the static head of the liquid. Further, the absorption of
gas is accompanied by considerable bubble shrinkage and the value of a is
likely to decrease along the height of the column (as we go up the column).
For the calculation of~ it is assumed that Eqs. (35) and (36) are valid.
Due to the two factors above, the rate of gas-liquid mass transfer increases
as we go toward the bottom because of the increase in both [A*] and a.
For the case under consideration we have assumed, as stated earlier, that
we have uniform values of E: and kL a throughout the reactor.
Since, in bubble column slurry reactors the liquid phase is expected to
be completely backmixed, the values of dissolved hydrogen concentration
and the hydrogen concentration at the catalyst surface will be uniform
throughout the contactor. As a result, the rate of solid-liquid mass trans-
fer will be constant (the variations in the value of ksL in the range of VG
encountered in the reactor were found to be small and hence the value of
ksL~p has been assumed to be constant).
When all the three steps contribute to the overall resistance, the rate
of dissolution of hydrogen in the liquid bulk is given by the equation
( 42)
The rate of transfer of hydrogen from bulk liquid to the catalyst sur-
face is given by the equation
718 Shah and Sharma
R' = ka C [A
A C pd s
1°· 34 ( 44)
R'A
[Aol = k a ( 45)
SL-p
G. - G
R' = 1 o (46)
A Sh/1 - s)
G. - G G. _ G 1/0.34
1 0
0 ( 47)
+ ~hyka;(l - s0 )Cpd]
= RA X S(l - E) ( 48)
( 49)
where
[A*] = H(PT + ijJhd)
(1 ( 50)
dP EG) p
1jJ = dhd
= 1033
dG
= a+ Sh ( 51)
dhd
Gas-Liquid-Solid Reactors 719
where
a kL~S(1 - E:G) {HPT - [A 0 ] } (52)
Sh 2
t
G. G = a.ht + -2- ( 56)
l 0
or
-a+ ✓ a.2 + 2S(Gi - G )
0
= (57)
ht s
Procedure for the Calculation of Height
The procedure is essentially trial and error:
1. Assume the height of the column and calculate [A 0 ] using Eq. (47).
2. Calculate the value of KL~ from Eqs. (35) and (36) based on the
aver.age value of VG.
3. Knowing [A 0 ] and kL~' calculate a and S using Eqs. (52) and
( 53).
4. Calculate ht from Eq. (57)
5. If the calculated value of ht is greater/smaller than the initial
guess, the next guess should be in between these two values.
The numerical method of partial substitution may be used for quick
convergence.
s =
k L ~ ( ~ + ka)PJ
SL-p
y = kL~S(1 - E0 )Hl/J
Total
pressure Superficial
at the gas velocity Column Height of Volume of
top at the top diameter dispersion dispersion
No. (atm) (cm/s) (cm) (cm) (m3)
The problem was reworked for several values of superficial gas velocity
and total pressure at the top. The results are given in Table 5.
Due to complete backmixing in the liquid phase, the concentration of
dissolved hydrogen remains uniform throughout the contactor. Therefore,
for cases where there is substantial difference in the top and bottom pres-
sures, desorption is likely to occur near the top of the column. It was
found that desorption occurs in all cases for values of superficial gas
velocity at the top of the column greater than 2 cm /s. We should avoid,
as far as possible, designing columns for conditions that are conducive for
desorption.
There is a remarkable effect of pressure on the volume of the contactor.
Since hydrogen is usually available from steam reformers at higher pres-
sures in the range 15 to 25 atm, it is useful to employ a pressure of 20
atm at the top of the contactor. The case of a superficial gas velocity of
0.5 cm/s at the op appears to be most reasonable. We may therefore opt
for a 97. 5-cm-diameter (say, 1. 0 m) column with an effective dispersion
height of 16. 69 m (dispersion volume = 12. 46 m3). The case of a pressure
Gas-Liquid-Solid Reactors 721
NOTATION
db bubble diameter
d column diameter
C
d particle diameter
p
d average bubble size
VS
D axial dispersion coefficient
D molecular diffusivity
m
D diffusion through solid product layer
ms
D concentration of micellized surfactant [Eq. (26)]
n
e energy consumption in Fig. 15
F Froude number, dimensionless [Eq. (17)]
r
g gravitational constant
G mass velocity
h slurry wall heat transfer coefficient
w
jD j factor in Fig. 12
k liquid-solid mass transfer coefficient
s
Kl' Kr reactor rate constants
KL liquid-side gas-liquid mass transfer coefficient
KLoverall gas-liquid mass transfer coefficient
K binding constant in Eq. ( 26)
s
K
w' Km' Kobs various kinetic constants in Eq. ( 26)
K thermal conductivity
L length of reactor
N
a absorption rate of species A
722 Shah and Sharma
p Pressure
Pe Peclet number, dimensionless
Pr Prandtl number [Eq, (22)]
power per unit volume of dispersion
volumetric gas flow rate
radius of particle
rC radius of unreacted core
Re Reynolds number, dimensionless
Sc Schmidt number ( µ p /Dm)
Sh Sherwood number (k d /D )
s p m
St Stanton number [Eq. (22)]
t time
u velocity
bubble rise velocity
relative velocity between two phases
circulation velocity
w particle loading
We Weber number in Fig. 3
conversion in Tables 2 and 3
axial distance in the reactor or within liquid film
Greek Letters
8 energy loss
Subscripts
A refers to species A
air refers to air
B refers to species B
G gas phase
L liquid phase
LG two-phase
M mixture
OL superficial liquid velocity
OG superficial gas velocity
p particle
s solid phase
wat refers to water in Fig. 2
Superscripts
0 bulk condition
* refers to interface condition
REFERENCES
Abbott, M. D., G. R. Moore, and J. L. Ralph, Paper S-5, 7th ABG Conf.
( 1967) ..
Abichandani, J. S. , R. D. Mhaskar, and Y. T. Shah, Optimum performance
of a non-adiabatic catalytic reactor, Indian J. Technol., 18, 374 (1980).
Achwal, S. L. and J. B. Stepanek, Holdup profiles in packed beds, Chem.
Eng. J., 12, 69 (1976).
Acres, G. J. K. and B. J. Cooper, J. Appl. Chem. Biotechnol. , 22, 769
(1972).
Adlington, D. and E. Thompson, Desulfurization in fixed and fluidized bed
catalyst systems, Proc. 3rd Eur. Symp. Chem. React. Eng. , Pergamon
Press, Oxford (1965), p. 203.
Akita, K. and F. Yoshida, Gas holdup and volumetric mass transfer co-
efficient in bubble columns, Process Des. Dev., 12, 76 (1973).
Akita, K. and F. Yoshida, Bubble size, interfacial area and liquid phase
mass transfer coefficients in bubble columns, Ind. Eng. Chem. Process
Des. Dev., 13, 84 (1974).
Arbiter, N., C. C. Harris, and R. F. Yap, Int. J. Min. Process., 3,
257 (1976).
Armstrong, E. R. , C. G. J. Baker, and M. A. Bergougnou, The effect of
solid wettability on the characteristics of three phase fluidization, in
Fluidization Technology, Vol. 1, D. L. Keairns, ed., Hemisphere,
Washington, D.C., (1976a), p. 453.
Armstrong, E. R., C. G. J, Baker, and M. A. Bergougnou, Heat transfer
and hydrodynamic studies on three phase fluidized beds, in Fluidization
Technology, Vol. 1, D. L. Keairns, ed., Hemisphere, Washington, D.C.
( 1976a), p. 453.
724 Shah and Sharma
INTRODUCTION
735
736 Tirrell, Galvan, and Laurence
MATHEMATICAL TECHNIQUES
If the elementary reaction steps of a polymerization mechanism are known
or can be postulated with an adequate degree of certainty, mathematical
analysis is a (somewhat underutilized) tool available to the engineer for
making predictions about product distributions.
There are two alternative generic starting points for the employment
of mathematical analysis in polymerization. One can start from the mass
balance equations on the reactor of interest. This leads to differential or
algebraic difference equations, depending on reactor type, which must be
solved to get the desired information on product distribution. Data are
needed on the rate constants of the model. This is a systematic approach,
readily adapted to the analysis of different reactor types. This method
produces an infinite set of mass balance equations, one for each possible
polymer chain length, 1 to 00 • The solution of any particular set of such
equations may be difficult and involved, but there is a catalog of solution
methods available (Ray and Laurence, 1977).
Alternatively, statistical methods can be useful (Flory, 1936; Schulz,
1935; Lowry, 1970). These rely on picturing the polymer chain as growing
by a process of selecting monomers from the reaction mixture according to
some statistical distribution. The success of this approach depends on a
correct, and frequently intuitively based, correspondence of the polymeriza-
tion process with a postulated stochastic process. It is therefore less
easily adaptable to different reactor configurations since the appropriate cor-
respondence may be difficult to find or, in fact, may not exist. On the
Polymerization Reactors 737
other hand, when statistical methods do work, they usually lead to results
in a comparatively simple way and can sometimes reveal features of a poly-
merization system that a mass balance approach does not. The fully
equipped polymerization engineer should be able to take advantage of both
mass balance and statistical techniques.
Table 1 lays out several approaches to solving infinite sets of mass
balance equations, illustrated with an example from anionic polymerization.
All the techniques in that table have general utility beyond this particular
mechanism. The basic example equation of Table 1 has been simplified
through the use of several generally practical maneuvers.
To illustrate these generic tricks, we go back to the mechanism of
anionic polymerization with no termination and instantaneous initiation
(Szwarc, 1968; Nanda and Jain, 1964). In this case, only the propagation
reaction is of interest.
k
p + M __g___ p (1)
j j+l
dP.
dtJ = kpMPj-1 k MP. P 1 (0) = 1 0 , all other Pj(O) = o ( 2)
p J
In equations like ( 2), it is frequently useful to scale time with the rate
constant and monomer concentration in order to eliminate kp from explicit
consideration temporarily and to decouple Eq. ( 2) from the monomer balance:
co
dM
= -k M ~P. M(O) = MO ( 3)
dt p £..J J
j=l
This scaling is done by defining a new time variable (Dostal and Mark,
1936):
Techniques
1. Analytical, successive substitution:
L[P.(,)]
J
= P.O.)
J
= fO
00 P.(,)e-;\, dT
J
s
;\P. = -P. + P. l j ~ 2
J J J-
Thus
e
-,
Polymerization Reactors 739
TABLE 1 (Continued)
00
G(s,T) = L sjPj(T)
j=l
Moments are obtained by noting (see technique 5 below)
ak G(s,T)
(cl 1n s)k
s=l
Using Ej=l
00
s jPj-l = sG ( s, T), the rate equation
. becomes
G(s,T) = sI 0e -(l-s)T
00 ·-1
_ ~ j TJ -T
G(s,T) - Io £.JS (j _ 1)! e
j=l
Comparing with the definition, we obtain
µk = L .kp
J • 1
J-
- µk µk ( 0) = I
0
j=l
Letting k = 0, 1, 2, . . . gives
μ0 = 0 > ]J
0
(T) = I
0
740 Tirrell, Galvan, and Laurence
TABLE 1 (Continued)
3P.
_] 1
+ -
:)j 2
Truncating after the quadratic term, the rate equation (an infinite
set) is converted to a partial differential equation for P.:
J
3P. 3 P. 2
l 3 P.
__J_ + _] ::: - ___J_
3T 3j 2 3 j2
with solution
P.(T) :::
IO
1/2 exp
r(jl - 2,1 - T) 2 ]
J ( 211 T)
P.J ::: P. l -
i-
P.
J
( 6)
has been examined for several different mechanisms and certain exceptions
have been noted, the most important of which are the termination reaction
in free radical polymerization (Coyle et al., 1985) and monomer addition at
high conversion in polycondensation (Gupta and Kumar, 1985).
Certain solution techniques for polymerization equations work better in
certain situations. Only experience teaches this, but some guidelines can
be laid down. Analytical solutions (technique 1, Table 1) are the exception,
not the rule , and are more the province of the academician than of the
engineering practitioner. However, this does not mean that sequential com-
puter numerical solution (technique 2, Table 1) should be called in im-
mediately by those with pragmatic views. Moment generation via techniques
4 and 5 of Table 1 will lead to a set of moment equations that may be solva-
ble analytically, even when the mass balance cannot, and may provide
adequate, though incomplete predictive information about the MWD in the
polymerization reactor. It is important for· the engineer to decide in ad-
vance what level of analysis is appropriate, based on the level of informa-
tion required from the analysis. It is frequently a good idea to set the
simplest information first (i.e., moments) and then move on to attempt
more involved analytical or numerical solutions.
The level and varieties of mathematics required for polymerization
analysis are shown in Table 1. Analysis is not as arcane as it is some-
times made to seem. Solution of ordinary differential equations is funda-
mental. Partial differential equations arise in several ways: (a) when the
continuous variable approximation (Bamford and Tompa, 1954; Bamford
et al., 1958; Zeman and Amundson, 1963, 1965a,b) is made (technique 6,
Table 1); (b) when diffusion limitations are considered (Nagel et al., 1980);
(c) in some applications of generating functions. Difference equations,
particularly of the form Pj = a.Pj-1, arise frequently. It is useful to realize
that the solution to this first-order difference equation is Pj = Kell. In
other words 1 this difference equation has a geometric distribution as its
solution. Clearly, a sine qua non is facility with the ideas of probability
and distribution functions. Series of various types, and their infinite
(and, less often, partial) sums, arise frequently. Familiarity with the
short list of mathematical areas above will provide the engineer with tools
needed to employ modeling profitably. A final caveat on mathematical
analysis is never to let it become more complex than necessary, nor let it
become an end in itself. Two rules help to avoid this. One, mentioned
above, is to have a good idea in advance of the kind of information you
want out of analysis before wading into it too deeply. The second rule is
to look always for a physical interpretation of any derived equation. Fre-
quently, bearing in mind the two generic and complementary modeling ap-
proaches, mass balance and statistical, is helpful in this regard. For
example, the difference equation mentioned above;
P. = aP. l ( 7)
J 3-
P.
-1.0 = k p MP.J- l k MP. (8)
p J
742 Tirrell, Galvan, and Laurence
[compare Eq. (2)], which is exactly the form of Eq. (7) with
k M
C( = p ( 9)
1/8 + k M
p
POLYMERIZATION REACTIONS
Step-Growth Polymerization
The most important chemical reaction used for the preparation of polymer
via step-growth polymerization is that of addition and elimination at the
Polymerization Reactors 743
carbonyl double bond of carboxylic acids and their derivatives (Lenz, 1968).
These reactions are the routes to most nylons and polyesters. Other im-
portant step-growth reactions are the urethane-forming double-bond addi-
tion and carbonyl addition-substitution for polyacetals and phenol-formalde-
hyde. Many, but not all step-growth reactions produce a condensation
product (e.g. , water or glycol) that must be removed.
Schematically, for the purposes of molecular weight distribution analysis,
the general step-growth reaction in its least encumbered form can be
represented:
p + p k p n, m 1, . . . ' (10)
n m n+m 00
dp - (11)
dt -
which integrates to
Kinetic data from many step-growth polymerizations fit the rate equation
( 12) (Flory, 1953) . One exception occurs in polyesterification with no
added acid catalyst; in this case, acid functional groups participate also
as catalysts and thus the rate law is third order. As we shall show below,
the number-average degree of polymerization in this reaction is 1/( 1 - p).
So a result of this analysis in Eq. ( 12) is that the number-average molecular
weight builds linearly with time over the course of the reaction.
The analysis of the molecular weight distribution in the simplest step-
growth situation of Eq. ( 10) with equal stoichiometry of the two end groups
is most easily done with statistical arguments. The fractional conversion
p is alternatively interpreted as the probability that a functional group
selected at random has reacted to form a linkage. If we inquire after the
probability of finding one molecule containing n monomer units, we realize
that this is a molecule having (n - 1) linkages and one free unreacted
functional group of a particular type. The probability of having (n - 1)
linkages is the product of (n - 1) separate probabilities that an ester link-
age would have been formed, pn-1. So the probability of finding the de-
sired molecule with (n - 1) linkages and one unlinked end is
n-1
pn == (1 - p)p ( 13)
( 14)
p ( 15)
nx
+p k
m - - - - Pn+m (16)
p
n
Polymerization Reactors 745
p + p _k_p (17)
n mx (n+m)x
n-1
dP
dt
n
--= k l: P.P
J n-1
. - kPn ( 2P + Px) P (0) = 0
n
(18)
j=l
n-1
dP
nx
dt
= k L P. p
JX n-j
kP
nx
p P
nx
(0) = 0 (19)
j=l
00
where P (x) = ~n=l Pn(x). (The x in parentheses is used to denote situa-
tions where the same equation applies for Pn or Pnx •) The first terms on
the right-hand sides of each equation give the rate of formation of Pn(x)
by linkages between smaller molecules. The remaining terms give the rates
of dissappearance of Pn(x) by reaction will all other species in the mixture.
The factor of 2 in the second term of Eq. (18) is due to the fact that a
Pn has two distinct ways to couple with any other Pm.
Equations (18) and (19) apply for n ;;,, 2. For n = 1, we have no
formation reactions ; thus
dP 1
dt = -kP 1(2P+Px) ( 20)
dPlx
- - = -kP P p lx(O) = p lx0 ( 21)
dt lx
L = it0
k dt ( 22)
For the solution of the set of equations ( 18) to ( 22), we illustrate the
generating function technique, as in technique 4, Table 1. We will need
generating functions for the two distributions:
00
G(s,-r) = L snP
n
( 23)
n=l
00
Gx(s,-r) =
L
n=l
snP
nx (24)
746 Tirrell, Galvan, and Laurence
Adding Eq. (18) to Eq. (20) and Eq. (19) to Eq. (21), multiplying the
two results by sn, and summing as indicated in Eqs. ( 23) and ( 24) gives
two differential equations for the generating functions:
oG
~=GG-GP G( 0) = sP lx0 ( 26)
cl T X X
dP
~= 0 ( 28)
dT
G
y = p ( 29)
G
X
y = p ( 30)
X
X
to give:
cly
= Py(y - 1) ( 31)
dT
clyx
= Pyx(y - 1) ( 32)
dT
from which it is clear that the two generating functions, and therefore the
two distributions, satisfy the proportionality
p
G = p Gx ( 33)
X
Finally, to make contact and compare with the statistically derived result
Eq. (13) for the simpler situation of no monofunctional agent, it is con-
vient to solve Eqs. ( 31) and ( 32) in terms of conversion of end groups
rather than time. Conversion, p, in this case is defined as
Polymerization Reactors 747
plO - p
p= ( 34)
p 10 + p lx0
as the fractional conversion of all initial groups of the, say, acid type,
including those on the monofunctional agent. The time rate of conversion
can easily be obtained from Eq. ( 27):
( 35)
dy = y(y - 1)
y = s at p = 0 (36)
dp 1 - p
leading to
_s(l-p)
y - 1 - ps ( 37)
p p
n nx n-1
p ::: p = (1 - p)p (39)
X
p = 1 ( 40)
P = (1 - ~ ) .!_ ( 41)
plO r
1
DPn = 1 - p ( 42)
748 Tirrell, Galvan, and Laurence
1
DP = ( 43)
n 1 - (1 P /P 10 )(1/r)
r
= ( 44)
r - 1
Thus final molecular weight can be influenced not only by reaction time
and conversion but also by addition of monofunctional agent. However,
this addition does not change the overall character or shape of the distri-
bution very much, except to shift the mean to lower degree of polymeriza-
tion.
The similarity and implications of these results for another case of
practical importance, that of unbalanced stoichiometry of the two difunc-
tional monomers, should also be clear.
p +P ~p ( 45)
n m - n+m
k'
with the understanding that the larger species Pn+m may unlink any of its
n + m - 1 links. The interchange reaction is a simultaneous unlinking
and relinking by two polymers:
k.
p + p ___!_._ ( 46)
n m-
k.
1
n-1 00
L
dP
--=
dt
n k
2 L P.P
J n-J
. kPnP - k'(n - l)Pn + 2k' Pj (47)
j=l j=n+l
The first two terms of this equation are identical (aside from the factor-of-
2 difference in the definition of the rate constants here) to the first two
terms in Eq. (18). The third term gives the rate of dissappearance of Pn
by a Pn unlinking any of its (n - 1) bonds. The fourth term gives the
rate of appearance of Pn by larger molecules unlinking, the factor of 2
accounting for the fact that any polymer has two sites at which it can un-
link to give a polymer of some specified shorter length. Mathematically,
the nPn term and the partial sum term due to reversibility pose the dif-
ficulties. Applying the generating function operation of Eq. (23) yields
~
at
= ~ G(G
2
- 2P) - k' fs~ ~
els
- G - G - sP)
1 - s
(48)
dP
= = (49)
dt
dµl
dt = 0 (50)
for which the relations among the moments can be calculated exactly. These
known relations enable one to express, for example µ 3 , in terms of the
lower moments. Application of the Hulburt-Katz procedure gives
( 52)
Interfacial Polycondensation
The preceeding discussion has illustrated the intimate connection between
conversion, stoichiometry, and molecular weight distribution in linear step-
growth polymerization. Reaction engineers should always seek additional
control handles on MWD. In step-growth polymerization, interfacial reac-
tion provides an alternative to the strict conversion and stoichiometry con-
straints. This has been exploited in polyamide production. The principles
of the technique have been explained by Kilkson ( 1968). It relies on what
he has termed the concept of slow influx.
Consider polymerization of two difunctional monomers of the AA and BB
types (e.g., hexamethylene diamine and adipic acid or its derivatives),
where we start with exact stoichiometric equivalent amounts of the two
monomers. A "normal" polycondensation would be done homogeneously, ad-
ding all of both the monomers at the beginning. This is the situation of
strict conversion and stoichiometry control, where most of the analysis of
this section applies. Imagine now the following alternative. All of the BB
monomer is placed in the reactor and slow addition of AA is begun. As
each increment of AA enters the large excess of BB, it will be immediately
reacted on both ends by BB. This process can be continued until the full
stoichiometric equivalent amount of AA has been added, consuming the last
B group. If the addition has been very slow, the polymer at that point,
will be of essentially infinite molecular weight since all the AA and BB
units have been linked into the polymer. Addition of further AA, in
stoichiometric excess, now serves only to dilute this high-molecular-weight
product, not decrease molecular weight as it would in the case of the homo-
geneous reaction with unbalanced stoichiometry [ see Eq. ( 44)] .
The point is that molecular weight is now influenced strongly by the
monomer addition rate, not exclusively by conversion and stoichiometry.
In interfacial polycondensation, the slow influx of monomer is accomplished
Polymerization Reactors 751
2
DP = ( 53)
n 2 - pf
1
a, = ( 54)
C f - 1
Chain-Growth Polymerization
Chain - growth polymerization is based on the application of a free radical or
ionic reaction to a polymerization chain or macromolecule which results
from the propagation of one kinetic chain reaction (Lenz, 1968). Chain-
growth polymerization is initiated by a reactive species R produced from
an initiator or catalyst. A chain reaction can be initiated by a radical-
producing initiator such as azobisbutyronitrile or benzoyl peroxide. It
can be initiated thermally, photochemically, with cationic and anionic
initiators, or with true catalysts that are not consumed by the reaction
I-nR
1
Ri + M - P i + R 1 transfer to monomer
Ri + S - P i + R 1 solvent
Ri + A - Pi+ R 1 agent
Ri + pk - pi + Rk polymer
Polymerization Reactors 753
Transfer reactions terminate the active chain and initiate another one. We
will find that transfer reactions do not affect the shape of the distribution,
although they affect strongly the average degree of polymerization. The
polymer transfer reaction in free radical polymerizations leads to branching
(Bamford and Tompa, 1954; Graessley et al., 1969; Nagasubramanian and
Graessley, 1970a,b).
Sooner or later the propagating polymer chain is terminated not by a
transfer reaction, but by annihilation of active groups. Two active groups
react with each other in radical polymerization by (a) combination, and (b)
disproportionation. A shorthand representation of the termination reactions
is
Rj + Rk - P j + k combination
Rj + Rk - P j + Pk disproportionation
Free Radical
Of the several types of polymerizations classed as chain growth, free
radical initiation has found more general industrial application. This may
be largely historical, but it remains that a significant fraction of polymer
produced today are made by radical mechanisms.
For the sake of simplicity, consider a batch chain-growth polymerization
involving only initiation, propagation, and combination termination. We
must describe the evolution of monomer, M; active polymer species of chain
length j, Rj; dead or inactive polymer of chain length j , Pj ; and initiator,
I. The reaction sequence is given as
kl
I - 2R 1 initiation (55)
k2
M + Rj - R j + l propagation (56)
k3
Rj + Rk - - pj+k combination termination (57)
dI
= - k I (58)
dt 1
754 Tirrell, Galvan, and Laurence
00
( 59)
00
dR.
Tt : : 2fk 110 (j - 1) + k 2M<Rj-l - Rj) - k 3Rj :E R
n
(60)
n:::1
00
dP. k3
_j_
dt -- "'
2 .l..J (j > 2) (61)
n:::1
Note that Pj ::: 0 for j < 2. We use the Dirac delta function o(j - 1) to
designate a term that occurs only when the argument is zero, in this case
when j ::: 1.
The assumptions implicit in this formulation are that:
The generating function can be used to collapse the infinite set of differ-
ential equations to a finite set:
di
-::: -k I ( 62)
dt 1
dM
- ::: -k MG(l) (63)
dt 2
where G and H are the generating functions for the R and P distributions,
respectively. These equations can be solved formally subject to initial
conditions at t ::: 0:
The procedure is to solve first for I, then for G( 1), M, and finally for
G(s) and H(s). In doing so, most analyses of free radical polymerization
use an assumption known as the quasi-steady-state approximation (QSSA).
Polymerization Reactors 755
00
d
dt L R. = 0
J
( 68)
j=l
or
00
dM
d~L R. « dt
(69)
J
j=l
or that the reaction has proceeded so far that the net rate of change of
concentration of radical intermediates is very much less than both their
rate of production and their rate of destruction.
One can examine more rigorously what the QSSA really means by at-
tempting a rigorous solution of some of the equations and comparing with
the result of assuming Eq. (68).
The equations governing the evolution of total polymer radical [Eq.
(64) with s = 1], the initiator [Eq. (62)], and the monomer [Eq. (63)] can
be solved for an isothermal batch polymerization starting with only monomer
and initiator. The equations are
di
= -k 1I ( 70)
dt
dG(l)
= 2fk I k 3G 2(1) (71)
dt 1
dM = -k~G(l) ( 72)
dt
The equation for total polymer radical can be transfermed into a classical
Riccatti equation with the following definitions:
G( 1)
y =--
Io
(74)
Ct =
756 Tirrell, Galvan, and Laurence
2 2
..x
d
+~y =.r.__x ( 75)
dx X a
Solution methods for Riccatti equations are well presented in Davis ( 1962).
The substitution
(76)
(77)
XY Kl(y)ll(YX) - Kl(YX)Il(y)
y = a K 1(y)I 0 (YX) - K 0 (YXH 1 (y) ( 78)
where Ki and Ii are the modified Bessel functions of order i.. We can make
a comparison of this exact solution to that solution resulting from the quasi-
steady-state approximation (QSSA). If the assumption characterized by
Eq. ( 68) is applied to Eqs. ( 70) and ( 71), the result is
y = YX (79)
s a
( 80)
Saidel and Katz (1967) and Bamford (1965) have shown this to be a
reasonable assumption for values that can be assigned to y for typical
radical chain-growth polymerization. The QSSA leads to the following
representation of the kinetics:
( 81)
2fk )1/ 2
dM = -k MG(l) = -k ( _ _l 1112M ( 82)
dt 2 2 k3
( 83)
Polymerization Reactors 757
k
dH(s)
= _]_ G(s) 2 ( 85)
dt 2
and
as
G(s) = ( 87)
1 - bs
where
Notice that this is exactly the same form of the generating function as Eq.
(37) found in step-growth polymerization. This is an important general con-
clusion concerning free radical polymerization: the distribution of growing
chains is most probable. This is the same distribution as is found in step-
growth polymerizations, but the parameters of the distribution are con-
trolled by entirely different factors, Here the mean of the MWD changes
with conversion since a and b depend on M and I, The distribution of the
terminated chains is slightly more complex and is discussed below,
Monomer consumption is given by the solution of Eq. ( 82), which can
be rewritten as
d
dt (ln M) = -k 2 ~
1 0 (
2fk I )l/ 2
exp ( 89)
(2::
1/2
ln M: = - : ;
10
) [1 - exp(- k!t )] ( 90)
(91)
2fk )1/2
dM = -k ( _ _1 1 1/2M ( 92)
dt 2 k3
2fk 1Is
G(s) = - - - - - - - - - - - (93)
k/1(1 - s) + (2fk 1k 3l) 1 / 2
k
dH(s) = _l_ ( as )2 (94)
dt 2 1 - bs
2
dP; k 3a . 2
dt
-.J..
= -2- bJ- (J' - 1) ( 95)
Since a and b are functions of time, readily determined from the solu-
tions to Eqs. ( 81) and ( 82), the entire distribution for Pj can be directly
obtained by integration of Eq. ( 95).
Our discussions earlier suggested that many polymerization schemes
are best understood in terms of the moments of the distribution. The
moment equations can be readily obtained from the equation for the trans-
form of the chain-length distribution. The moment-generating property
k
_ 1. d G(s)
Jlk - im k (96)
s-+1 d(ln s)
gives the following set of moment equations from the original rate equations:
(97)
2(1 - b) 2
Polymerization Reactors 759
= ( 98)
k a2
= 3 (2 + b) ( 99)
(1 - b)4
One can see that the instantaneous number- and weight-average degree of
polymerization have the simple form (for b near 1, which is necessary for
high-molecular-weight polymer)
dµl 2
= ( 100)
dµO 1 - b
dµ2 3
= ( 101)
dµl 1 - b
k
I _!___.2R initiation
1
k2
R. +M - - - Rj+l propagation
J
k
R. +M --1_ p + Rl transfer to monomer
J J
k4
R. +A - P . + Rl transfer to solvent or agent
J J
k5
R. + Rk - - - P combination termination
J j+k
( 102)
760 Tirrell, Galvan, and Laurence
00
dlVl
dt = -(k2 + k3)M L R.
J
(103)
(•~,1 k~ t
j=l
R,)6(j -
00
dR.
--1. =
dt + Rj + k 4A L 1)
.R.=1
+ k 2M(Rj-l - + k 4A + k 5 L
n=l
00
k5
~= -
dt 2
(j - 1)
L (105)
k=l
di (106)
- = -k I
dt 1
(107)
(109)
(110)
( 111)
[ 2fk 1I + (k 3M + k 4A)G(1)] s
G(S) = - - - - - - - - - - - - - (112)
k5G(1) + k:f1 + k 4A + k 2M(1 - s)
as
G(s) = (113)
1 - bs
where
2fk} + (k 3M + k 4A)G(l)
a= (114)
k 5G(l) + k 3M + k 4A + k 2M
k 2
dH(s) = _i ( as ) + (k M + k A) as ( 115)
dt 2 1 - bs 3 4 1 - bs
The equation for H(s) can be inverted readily to give the equation for P.:
J
where
k 3M + k 4A
s= ----- (117)
k5a
Again we should note that the quantities a, b, and S are functions of time,
readily evaluated from the conservation equations for M, S, and I.
Now it might help to examine the moment equations. Let the moments
of the radical and polymer distributions be defined as
00 00
and (118)
We have seen that the distribution for polymer radicals has a most probable
distribution [i.e., Eq. (113)], so that the moments of the polymer radical
distributions are
a
0 o= 1 - b ( 119)
a
0 = (120)
1 (1-b)2
a(l + b)
0 = (121)
2 (1 _ b)3
The equations for the moments of the distribution can be readily derived
from Eq. ( 110) in terms of the moments of the radical polymer distribution
762 Tirrell, Galvan, and Laurence
(122)
( 123)
(124)
o1 (o 0 + Sa)
( 125)
0 0 (0 0/ 2 + Sa)
(126)
dµl
= 1 [ 1 + S(l - b) ] ( 127)
dµO 1 - b 1/ 2 + S(l - b)
dµ2 1 1
= ( 128)
dµl 1 - b [1 + b + l + S(l - b)]
A little exercise will show that as S + 0 (no transfer reactions) the instan-
taneous polydispersity has the same value, 3/2, as the simple mechanism
and that in the limit of dominant transfer S + the polydispersity ap-
00 ,
Anionic Polymerization
Anionic polymerization is important industrially for various types of co-
polymers and also because the same basic kinetic scheme is found in many
heterogeneously catalyzed polymerizations. In the course of illustrating
many of the techniques of molecular weight distribution analysis, the
simplest version of anionic polymerization (instantaneous initiation, no
termination) has already been examined, This mechanism, which can be
closely approximated in practice with very pure systems, produces the
narrowest possible MWD for any as-polymerized, unfractionated material.
It is instructive to examine what can happen if some of the conditions
of simple ideal anionic polymerization are not achieved. We look briefly
here at the case of slow initiation.
The kinetic scheme for this mechanism might be expressed as
di
-= (131)
dt
00
dM
dt
R ( 132)
n
at = k 1IMo (j -
dR.
1) - k 2M(Rj - Rj-l) (133)
T = (134)
: = -al (135)
dM
- = -al - G(l) ( 136)
764 Tirrell, Galvan, and Laurence
dG(l)= al (137)
d,
dG(s)
- - = als - (1 - s)G(s) (138)
d,
The initial conditions are transformed to 1(0) = lo, M(O) = Mo, and G(s, 0) =
0. A solution to Eq. (138) can be readily written as
s _
aI 0_ (e-a' _ e- (l -s ) -r)
G( S,T ) = _ _
l - a - s
00
[(1 - a)T]k
Rj = aI 0e -,(1 - a) - j I : (139)
k!
k=j
This distribution is often termed the Gold distribution and for values
assigned to the parameter a the distribution can vary from very narrow
(Poisson distributed) to very broad at large a for small a.
kl
I+M-R (140)
1
I-R ( 141)
---- 1
There are, of course, other means of ionic catalysis, but we will, in our
discussions, restrict ourselves to these two.
The active chain propagates
( 142)
( 143)
(144)
The kinetic chain can be terminated (by combination of the carbonium ion
with the gegenion) and is best represented by
k5
R,-P. (145)
J J
the model is the important part for prediction of molecular weight distribu-
tion and the resultant polymer properties. The onset part of the model by
contrast has more bearing on the control of the reactor. There are several
effective empirical or semiempirical approaches to treating the kt variation
(Ross and Laurence, 1976; Cardenas and O'Driscoll, 1976, 1977a,b; Marten
and Hamielec, 1979). Among these several have been developed from the
notion that the termination rate constant should be inversely proportional
to the viscosity of the reaction medium (Marten and Hamielec, 1979). This
hypothesis leads to a particular dependence of kt on polymer concentration
(conversion) and molecular weight. Given that a number of adjustable
parameters are unavoidable in the construction of models like this, these
models can be made to fit experimental data well.
Recently, this kind of model has been criticized on theoretical grounds
and an alternative hypothesis proposed, namely that kt should be propor-
tional to the diffusion coefficient (D) of the free radicals rather than the
viscosity of the entire reaction medium (Tulig and Tirrell, 1982). This
model implies that the concentration and molecular weight dependence of
kt should follow that of D. Experimentally, these dependences of D are
currently in the process of examination. The reptation model (de Gennes,
1976a,b) of polymer diffusion suggests that D varies with the inverse
square power of molecular weight and with concentration to some power be-
tween -3 and -1. 75, depending on the quality of the solvent. Experi-
mental evidence to date supports the predicted molecular weight dependence
of D but suggests that the concentration dependence is much stronger
(Tirrell, 1984) . A model with kt depending on molecular weight and con -
version as suggested by the reptation model has been developed and shown
to fit kinetic, molecular weight, and molecular weight distribution data
well ( Coyle et al., 1985). However, this model, like its predecessors, con-
tains adjustable parameters, so that it is difficult to make a convincing
argument for its superiority based on its predictive power. The bottom
line is that any model where there is an abrupt switch in kt from a mild
to a strong dependence on molecular weight and concentration can be made
to fit the data reasonably well. The behavior, especially conversion ver-
sus time, is simply not very sensitive to the exact forms chosen for these
dependences.
On the other hand, there is some recent evidence to suggest that the
model based on the reptation theory is more fundamentally sound. Experi-
mental measurements of kt have been made in solutions of polymethyl
methacrylate in methyl methacrylate monomer where the molecular weight
and concentration of polymer in the reaction medium can be varied inde-
pendently (Tirrell and Tulig, 1983). In this way, one can examine kt
at fixed concentration and vary the molecular weight of the added polymer
and therefore the viscosity of the reaction medium. On doing this, one
sees that kt is only very weakly dependent on viscosity and molecular
weight of added polymer. This is in contrast with early models but ex-
actly what is expected from the reptation theory, which focuses on diffu-
sion of the radicals. This diffusion rate is expected to be independent of
the molecular weight of surrounding chains as long as they are sufficiently
long and concentrated to be entangled. Only the molecular weight of the
radicals plays a role in the diffusivity.
This area is one of active research currently and should therefore be
watched closely by the engineer who wishes to keep abreast. On the
practical side, it should be mentioned that there are also several completely
768 Tirrell, Galvan, and Laurence
empirical models of autoacceleration cited above that have been used suc-
cessfully for certain modeling purposes. A fundamentally based theory for
the reaction of two macromolecules is clearly more desirable in the long run.
Such a theory would find application not only to the problem of autoaccelera-
tion in free radical polymerization but also possibly to high-conversion step-
growth polymerization and certain branching and cross-linking reactions.
Heterogeneous Polymerization
In several kinds of chain-growth polymerizations the active center may be
in a separate phase, frequently in the form of droplets or particles, from
other components of the reaction medium. Emulsion (Penlidis et al., 1985),
precipitation, and heterogeneously catalyzed polymerizations are all exam-
ples of this. (Suspension polymerization, while multiphasic, contains all
reactive components in one phase and therefore has more in common with
bulk and solution polymerizations than with heterogeneous polymerization.)
These polymerizations share several features. One is that the active
center becomes isolated somewhat by this phase separation and therefore
very long-lived. Very high molecular weights can be produced and fre-
quently chain transfer additives are used to control molecular weight. A
second common feature is that reactants have to diffuse into droplet or
particle form in order to participate in the reaction, opening up the pos-
sibility of diffusion limitations on the rate. Also, heat has to diffuse out
of and be carried away from the reaction particles, presenting the pos-
sibility of local temperature excursions.
These problems have received the most attention in heterogeneously
catalyzed polymerizations, an important class of which are the Ziegler-Natta
(Z-N) catalyzed polymerizations (and copolymerizations) of ethylene, propy-
lene, other a-olefins, and sometimes, dienes. The class of Z-N catalysts
includes transition metal halides (Ti, V, Zr, etc.) complexed with aluminum
alkyls or alkyl halides (Boor, 1979). These catalysts have been developed
to the point that very high rates and yield of polymer (per weight of
catalyst) are obtained (Goodall, 1981). This means that the initial porous
catalyst particle is rapidly fragmented by and buried inside the evolving
polymer.
Interesting morphologies (Boor, 1979) of polymer particles are formed
in this process. How they are formed is incompletely understood, but it
is known that some morphologies are more desirable than others for sub-
sequent processing of the polymer. The morphology of the polymer particle
is obviously very important in regulating diffusion of monomer to the active
site. A very common kind of morphology is one where the polymer particle
is composed of an agglomeration of smaller microparticles, each of which
presumably surrounds a fragment of the original catalyst particle. Diffu -
sion from outside therefore involves moving through the pores of the
macroparticle (between the microparticles) and penetration through the poly-
mer coating of the microparticle to reach the active site.
Several groups have developed diffusion-reaction models for Z-N poly-
merizations, some of which have attempted to account explicitly for the
morphology described above. Stimulus for this modeling has been provided
by the experimental fact that Z-N polymerizations, almost without exception,
produce a broad distribution of molecular weights, even though the chemis-
try at the active site resembles in many ways the anionic polymerization
mechanism and therefore should produce a relatively narrow molecular
weight distribution. Debate has developed about the origin of the broad
Polymerization Reactors 769
a= ( 146)
Several unique problems are encountered in the optimal design and control
of polymerization reactors, as discussed briefly earlier. One set of prob-
lems arises from the fact that the performance criteria for such reactors
are not readily defined. Further, such criteria are not universal for a
class of polymerization reactors. Polymerization reactors produce materials
whose quality is assessed in terms of strength, stiffness, processability,
and so on. Even if these ultimate qualities can be reduced to more ab-
stract and readily quantifiable measures (molecular weight distribution,
copolymer composition distribution, sequence distribution), it is unavoidable
that (a) these measures are distributions (or characteristic values thereof)
themselves, and (b) different measures react differently to changes in the
reaction environment. Thus it is not at all apparent at first sight how to
formulate properly a meaningful optimization problem. This problem is
especially severe in the case of copolymerization (Ray and Gall, 1969; Tirrell
and Gromley, 1981; Bejger et al., 1981; Garcia-Rubio et al., 1982). Dis-
tributions of molecular weight, composition, and sequence are all important,
and what optimizes one may degrade another.
Obviously, the informed judgment of a designer is required at some
stage in the optimization process in order to set priorities among objectives
that may be in conflict. The ability to do this relies on accurate information
770 Tirrell, Galvan, and Laurence
about the process from data and modeling. The procedure that has been
used virtually exclusively in polymerization reactor optimization problems
is to formulate a single objective functional which combines all identifiable
performance measures (some of which may be in conflict in the sense that
they react in opposite directions to manipulations of the control variables)
with weighting factors on each measure chosen a priori. This choosing
of weighting factors is one means of exercising judgment.
Several more restricted (i.e., single objective) optimization problems in
polymerization have been treated (Ray and Gall, 1969; Hicks et al., 1969;
Wu et al., 1982). Examination of these cases helps build experience and
an intuitive basis for polymerization optimization. Minimization of the
breadth of the molecular weight distribution in free radical homopolymeriza-
tion has been treated several times. Effective manipulated variables are
addition rate of monomer or initiator and temperature. All of these studies
reach the conclusion that the narrowest possible distribution of molecular
weights is obtained when the reactor produces a constant average molecular
weight at every instant in time. Examination of Eqs. (125) and ( 126) shows
that if initiator concentration is approximately constant, average molecular
weight will tend to decline with increasing conversion because of declining
monomer concentration. Adding monomer can therefore be used to keep
molecular weight constant. Increasing temperature will reduce the in-
stantaneous average molecular weight, so a decreasing temperature policy
could be used to control a downward drift in molecular weight. Even this
simple example, however, demonstrates the types of conflicts inherent in
polymerization reactor optimization: decreasing temperature produces a bet-
ter molecular weight distribution, but at the expense of a slower reaction
and therefore slower production of polymer. Initiator addition can be
effective if conditions are such that initiator concentration is declining
(dead-end polymerization), thereby drifting molecular weight upward.
Copolymerization problems encompass an even larger set of objectives
than homopolymerization. In optimal design and control of copolymerization
reactors, it is useful, indeed important, to understand the trade-offs
among the objectives quantitatively before selecting an "optimum" solution.
Tsoukas et al. (1982) emphasized this in their study of semibatch copoly-
merization. They examined the objectives of simultaneous minimization of
the breadths of the composition and molecular weight distribution using
temperature and monomer feed rate as manipulated variables. The principal
conclusion of their study was that under no circumstances would it be wise
to optimize with the weight very heavily on one or the other of these ob-
jectives. In every copolymerization situation that they examined there was
a policy of adjustment of the manipulated variable (temperature and mono-
mer flow rate) away from the optimum for either individual objective, which
would produce significant improvement in the other objective with very little
damage to the former. The practical lesson is that even when a particular
one of all the possible objectives seems to be dominant, it pays to examine
other relevant objectives to see if some improvement in these can be ob-
tained in addition, at little or no extra cost. This is even more valid if
there are more control variables available to manipulate.
The examples above have been of optimal control designed to combat
drift dispersion, that is, product nonuniformity due to reaction conditions
that change in time. This kind of dispersion occurs in batch reactors
(or with axial position in tubular continuous reactors). There is another
type of dispersion, termed statistical dispersion, about which little can be
Polymerization Reactors 771
done via optimal control. This kind of dispersion results from the poly-
merization mechanism itself and from the reactor in which the polymer is
made. For example, Eqs. (127) and (128) show that 1. 5 is the minimum
possible value of polydispersity for a free radical polymerization. This
could be produced in a CSTR operating at steady state or in a batch re-
actor under time-invariant conditions. Drift broadens the distribution.
Choice of reactor is, of course, another element of polymerization op-
timization. I den tical reactions run in different reactor configurations will
produce products with different molecular weight distributions. This is
easily seen on comparing the results of Table 1 for batch anionic polymeriza-
tion with those of Eqs. ( 7) to ( 9) for anionic polymerization in a CSTR.
The former produces a Poisson distribution, the latter a most probable
distribution. The relative broadening in the CSTR is due to the fact that
flow out of the reactor introduces an effective termination in the reaction
scheme that is absent in ideal batch anionic polymerization. This is one
example of what might be called Denbigh's rule (Denbigh, 1947). This
rule could be phrased in the following way: when the mean lifetime of a
growing chain is long compared to the mean residence time in the CSTR,
the CSTR will produce a broader MWD than the batch reactor. This rule
applies and is borne out in practice in anionic chain-growth and in step-
growth polymerizations. The converse of Denbigh's rule is not always
true. Free radical chain-growth polymerization is an example where the
growing chains are very short- lived compared to the mean residence time.
Here the shift from batch to CSTR usually produces narrowing due to the
elimination of drift dispersion. In the absence of significant drift in the
batch situation, narrowing cannot be achieved in the CSTR since with
such short lifetimes, the growing chains do not have the opportunity to
sense whether they have been made in batch or CSTR. Much work on
other ideal reactor configurations, such as segregated continuous stirred-
tank reactors and recycle reactors, has shown how these modify molecular
weight distribution as well (Mecklenburgh, 1970; Nau man, 1974). Real
reactor behavior can sometimes be represented approximately by these ideal
reactors.
On-line control and optimization is a topic of significant current interest,
facilitated greatly by the rapid evolution of computing equipment. Particu-
lar interest is in adaptive, self-tuning controllers. The idea is to use a
model of the process in the controller. A reduced, aphysical model is
used with parameters that do not necessarily have any physical significance
themselves. However, algorithms are used for continually revising the
parameter values based on comparison of process data with the designed
control trajectory. In this way the parameters of the controller model are
tuned to give optimal performance. This has been shown to be especially
effective for non-steady-state situations where tuning of PID controllers is
difficult. Self-tuning regulators can, however, also be used to set the
gains of PID controllers (Bejger, 1982; Summers, 1985).
On-line optimization requires more computing power and has not yet
been accomplished to any significant extent. This requires a better model
of the process in the on-line computer that can compute updated optimal
control policies based on new data. The problem with this sort of scheme
is not the available computing power, it is the availability of sensors to
monitor the process in an informative way. Currently, on-line data on
polymerization reactors is limited largely to temperatures, crude estimates
of medium viscosity (e.g., agitator motor torque) and perhaps some measures
772 Tirrell, Galvan, and Laurence
REACTOR SELECTION
The polymer "property" that all practicing engineers really strive to opti-
mize is the bottom-line cost per unit production, subject to performance con-
straints. Meeting these performance constraints has been the subject of
most of the first part of this chapter; however, cost can have important
influence on the choice of polymerization reactor. Simplicity and energy
efficiency are major goals along this route.
Considerations beyond cost and polymer product performance enter in
as well. Viscosity of the reaction mixture is a primary consideration. Ef-
ficient mixing depends in part on power input, which in turn depends on
viscosity (Oldshue, et al., 1982). An important caveat here is to take
proper account of possible non-Newtonian rheological properties of the re-
action mixture (Middleman, 1977, Chap. 13). Flow properties largely deter-
mine agitator size, power, and design. Motionless mixers are also an im-
portant possibility to consider (Middleman, 1977, p. 327). Conveying and
pumping equipment must be designed around the flow properties of the re-
action mixture. Extruders can be used as pumps and mixers. In many
cases, the flow properties in the reactor have determined historically the
choice of reactor for particular purpose. The rationale for these choices
is found in the patent literature, which has been reviewed nicely up to the
late 1970s by Gerrens ( 1982).
Separation processes that may have to be accomplished after the poly-
merization reaction can influence the choice of reactor. Two principal
separation operations follow polymerization processes: elimination of mono-
mers or diluents and separation of solid polymer. Devolatilization, to reduce
residual monomer content to negligible levels, is an important example of
the former. Extruders, tower, and wiped film reactors are all used in
processes where devolatilization is a chief concern. There are also many
common design concerns between devolatilization and reactor designs for
driving certain step-growth polymerizations to very high conversion by
removal of condensation product (pressure reduction, surface area regula-
tion). Effective separation of solid product has been one of the important
innovations in certain reactors, such as the Union Carbide fluidized-bed
reactor process for polyolefins. Loop reactors incorporating a settling
portion are also useful for separating solid polymer from slurries.
Temperature and its control are always considerations. Heats of poly-
merization are typically high, as mentioned earlier, so that maintaining de-
sired temperature is not always a simple matter. Temperature can become
spatially nonuniform and globally out of control. The typical consistency
Polymerization Reactors 773
of the reaction medium is again a factor. Normal good heat transfer design
for large heat transfer surface, with coils or corrugated surfaces, is not
effective in polymerization reactors since these surfaces create dead zones
and accumulate material. This can produce nonuniform molecular weight
distribution; foul the heat transfer equipment, exacerbating the heat re-
moval difficulties; and make the reactor very difficult to clean. For these
reasons, smooth heat transfer surfaces are usually preferable, with the
best possible agitation to sweep the fluid clearly over the surface.
An example of these considerations can be seen in high-pressure ethyl-
ene polymerization. This reaction is done commercially in both tubular and
stirred autoclave reactors. Tubular reactors have a high surface-to-volume
ratio, which is good for heat transfer; they have, however, no mixing, which
may produce segregation and inhomogeneity. Stirred-tank reactors have a
comparatively low surface-to-volume ratio, although temperature can be ma-
nipulated somewhat using the feed temperature. Generally, these reactors
have better mixing.
The desired form (pellet, powder, bead, etc.) can influence the re-
actor design. For example, suspension polymerizers produce beads that
may be directly useful in processing. On the other hand, round beads
can be dangerous if spilled and may not have suitable bulk flow properties.
Extruder reactors (Stuber and Tirrell, 1985) are able to produce pellets,
sheets, or coatings quite easily and directly. Safety considerations always
place inviolable constraints on polymerization process design. Venting to
the atmosphere in a safe and environmentally sound manner must always
be designed for. Clearly, the entire process, not exclusively the reaction,
must be considered in any useful polymerization process optimization. The
articles by Platzer (1970) and Gerrens ( 1982) give additional useful informa-
tion and insight into the practical aspects of reactor selection.
CONCLUSION
NOTATION
Greek Letters
a probability of propagation; parameter in Gold distribution; Thiele
modulus, depending on the context
y defined in Eq. (74)
8 Dirac delta function
E fractional change in volume due to reaction
e residence time
kth moment of the MWD of "dead" chains (in free radical polymer-
ization) or growing chains (in anionic polymerization) (see
Table 1 for definition)
kth moment of the MWD of growing radicals in free radical
polymerization
T reduced time, defined in Eq. ( 4)
X defined in Eq. ( 7 4)
Polymerization Reactors 775
REFERENCES
INTRODUCTION
779
780 Erickson and Stephanopoulos
MICROBIAL GROWTH
-
dioxide, and water:
+ aNH 3 + bO 2 ybCHpOnNq +
carbon -energy ammonia cell
source (nitrogen source) biomass
( 1)
+ ypCHrOsNt + ydco 2 + cH 2O
product
One can also write balances for hydrogen and oxygen involving all
the stoichiometric coefficients of reaction (1). Since the water involved in
the process is not measurable , it is, in general, desirable to eliminate the
stoichiometric coefficient of water c between the hydrogen and oxygen
balances. The result is Eq. ( 4), which may also be interpreted as an
available electron balance (Minkevich and Eroshin, 1973; Erickson et al.,
1978a):
(4)
Yb = 4 + P 2n - 3q (5)
y = 4 + r - 2s - 3t (6)
p
y = 4+ m - 2R- (7)
s
nitrogen balance [Eq. (3)], and the electron balance [Eq. (4)]. By
measuring the respiratory quotient (i.e., the ratio yd/b) an additional
equation becomes available and the system can be determined in the
absence of product formation. If product(s) is being formed an additional
measurement(s) is needed to close the system. In summary, the balances
above can be used (a) to determine the stoichiometry of a process, in con-
junction with the necessary measurements; (b) to monitor on-line the state
of a bioreactor to provide the appropriate control action (Wang et al.,
1977; Stephanopoulos and San, 1982); and (c) to test the consistency of
measurements (Ferrer and Erickson, 1979) and identify the measurement
that most likely introduces large error (Wang and Stephanopoulos, 1982).
The stoichiometry of a biological process is an important element in
writing the proper macroscopic material balances over a bioreactor, which
is the subject of the following section. However, in addition to mass,
heat is also exchanged in most of the aerobic fermentations. One can
write the following enthalpy balance for the heat of reaction fl. Hr:
( 10)
E + 17 + Sp = 1.0 (11)
784 Erickson and Stephanopoulos
2400
~ 2000
::l:
E "
0
~
......
0
u
-"
C
0
"iii
:::,
.c
E
0
(.)
0
+-
0
a,
:z:
40
80 100
where the three quantities E = 4b/ys, n = YbYblYs, and l;p = YpYplYs are
fractions of the available electrons transferred to oxygen, mcorporated into
biomass, and incorporated into extracellular product, respectively. In
view of the regularity mentioned earlier, according to which the chemical
energy per equivalent of available electrons is the same, the quantities
above may also be interpreted as the fractions of substrate energy evolved
as heat, incorporated into biomass, and incorporated into extracellular
products, respectively. In this regard, the electron balance Eq. ( 4) ob-
tains the meaning of an energy balance.
It should be noted that the subject of stoichiometry and yields is
essential in bioreactor design. In biological processes the stoichiometry
is unknown and, unlike chemical systems, may vary during the course of
the process. Consequently, the establishment of the proper stoichiometry,
and the ability to follow any variations on-line, constitute the first objec-
tive in the analysis of a biological process. The second is the determination
of the process kinetics, and this is the subject of the next section.
Biological Reactors 785
Kinetics
The kinetics of biological processes deals with the subject of the determina-
tion of the rates of substrate consumption, biomass growth, and product
formation. Typically, in a chemical reaction, these rates are interrelated
through the reaction stoichiometry. However, the variation of yields in bio-
logical processes complicates the situation.
The starting point is the specific rate of biomass growth, µ. A
variety of models exists of varying degree of complexity. Thus one can
find lumped-parameter models which treat the biomass as one entity,
structured models that distinguish the various types of biomass, segregated
models that recognize the individual nature of each microorganism, and the
possible combinations among them. This discussion focuses on lumped-
parameter models. Various structured and segregated models can be found
in Fredrickson and Tsuchiya ( 1977) and Bailey and Ollis ( 1977). The
typical trade-off with these models is that the number of parameters in-
volved and the mathematical complexity increases dramatically, but more
information becomes available and better dynamic response is achieved.
The lumped-parameter models express the specific growth rate as a func-
tion of key substances of the abiotic medium. To be sure, a large number
of factors affect the growth of a culture. By keeping the concentrations
of all but one above the saturation level, the specific growth rate becomes
a function of the concentrations of this rate-limiting substance. Figures
2 and 3 depict the two basic functional relationships between µ and S.
The characteristics of the function shown in Fig. 2 can be represented
by the rectangular hyperbola of Eq. (12):
!-'-max
1.0 ------------------►
0.8
'.c
::I.. o. 5 JJ-max
o-_._......._____.__......,__.....____.
0 20 40 60 80 100
S(mg;I)
Q5
0.4 •
-
"j
....
..c:
0.3
::t. 0.2
0.1
0
0 4 8 12 16 20 24 28
(S Hg acetate/I)
µmax 8
µ(S) = (12)
K + S
s
Temperature,°C
1.0 50 30 20 10 0
><
0 -1.0
E
::I.
C:
Ot -2.0 A
-3.0
-4.0
-5.0
0.0030 0.0032 0.0034 0.0036
I/T,°K- 1
).lmaxs
µ(S) = - - - - - - ( 13)
KS + S + s 2 /Ki
1.8 . A
1.6
1.4
'.c 1.2 0.15
'.c
,c
0
E
::I. 1.0 ~-~ ->(
I
' \B\ 0
E
0
u 0.8 I \ 0.10 ::I.
I \ ,n
LL.I ~
0.6 I \ u
I u
0.4 0 0 0.05
0
u
0
>-
.c
0.2 li
~
0 0
4 5 6 7 8 9
pH
1 dP (14)
X dt = a + SJJ
]Jmaxs
]J = - - - - - - - - (15)
s + K ( 1 + I /K. )
S 1
]Jmaxs
]J = - - - - - -+- -- (16)
( S + K )(1 1/K.)
S 1
constant. For the production of ethanol, Aiba et al. ( 1968) found that
ethanol inhibits growth by noncompetitive inhibition.
Product formation kinetics have been developed and used in reactor
design and operation for many industrial fermentations. Constantinides
et al. (1970a,b) have used kinetic data for penicillin production to optimize
temperature profiles in batch fermentations to achieve improved yields of
about 15%. Kinetic models for the production of gluconic acid from glucose
have been developed and used to optimize pH and temperature (Constantin-
ides and Rai, 1974). The optimization resulted in improved yields and
rates. Rai and Constantinides ( 197 3) found a time saving of up to 60%
by conducting experiments near the optimal temperature and pH. In these
examples, the kinetic models are first developed and then employed to
optimize batch operation.
One of the deficiencies of the Monod model is its inability to model the
dynamics of growth processes. Structured models in which microbial com-
position is considered are needed to properly represent the dynamic varia-
tions associated with growth which occur because of sudden changes in
environmental conditions. Harder and Roels ( 1982) have recently reviewed
structured models; in much of the work they review, RNA is considered as
a variable in the model. While structured models may be extensively used
in future reactor design work, they have not yet become widely accepted
in industrial practice (Harder and Roels, 1982).
Another developing area which may be much more important in the
future is that of growth kinetic models for mixed cultures. Fredrickson
( 1977) has reviewed the types of interactions and associated dynamics in
mixed cultures. Among others the interaction of competition is receiving
increasing attention and related work is summarized in a recent review
(Fredrickson and Stephanopoulos, 1981). One of the useful kinetic models
of mixed cultures is that of Andrews and Graef (1971), which has been
used in anaerobic digestor control. Bailey and Ollis (1977, pp. 635-743)
present several kinetic models for mixed cultures and discuss mixed cul-
ture applications. Harrison (1978) point out that the number of mixed
cultures in commercial use which are well studied and understood, and
deliberately constituted, is extremely small. Fredrickson and Tsuchiya
(1977) have reviewed mixed culture kinetic models including much of their
own work.
Energetics
In the design of a fermentation process, the energetics must be considered
and energy balances must be made for the process. Aerobic processes may
be limited by the availability of carbon in the organic substrate or by the
quantity of energy in the organic substrate (Erickson, 1981; Linton and
Stephenson, 1978). Figures 6 and 7 show the variation of the biomass
carbon yield, Yb, and the biomass energetic yield, n, as a function of the
reductance degree of the organic substrate. For low values of Ys, these
results show that the growth process is energy limited; however, at a value
of Ys above 4, the results indicate that the availability of carbon becomes
important. For example, Veselov et al. (1974) reported substantially larger
yields with CO2 in the gas fed to the fermentor where n-alkanes were
used as the organic substrate (Ys = 6.1). Figures 6 and 7 are for growth
processes without product formation; the process of product formation may
also be carbon limited or energy limited (Erickson, 1981).
Biological Reactors 791
0.7 00
0
0
0.6
0.5
0.4
>,Sl
0.3
0.2
0.1
o.o
0 2 3 4 5 6 7 8
0.7
0.6
0.5
0,4
(::'"
0.3
0.2
0.1
o.o
0 2 3 4 5 6 7 8
ys
(17)
max
(opyp/12)YP/ATP
!;max=-----~~------------ (18)
p max
(op yp/12)YP/ATP + {2/[(P/O)s + (P/O) 0 ] }
(P/O) is the gram moles of ATP high-energy bonds formed per gram atom
of oxygen consumed and the subscripts s and o refer to substrate-level
phosphorylation and oxidative phosphorylation, respectively. For glucose
as the organic substrate, the theoretically estimated value of Y~;; = 28. 8 g
of cells/mol ATP may be used with the value of 3.167 mol of ATP/g atom of
oxygen for (P /O)s + (P /0) 0 to obtain nmax = O. 88 as the theoretical maxi-
mum biomass energetic yield for aerobic growth with glucose as the organic
substrate (Erickson, 1980c; Stouthamer, 1979). For polysaccharide produc-
tion from glucose, Erickson (1980c) has found a maximum product energetic
yield of !;max = 0. 95. Actual yields should be smaller than the theoretical
p
maximum yield.
By using available electron concepts, Erickson (1979) obtained the fol-
lowing expressions for the energetic yields in terms of nmax, me, and
!;max.
p .
1 1 me sp
= - - + - +--- (19)
n nmax µ /;"max
n,P
max 1 - n m
-
E:
=--- - + _!!_
µ
+ (20)
n
d 1 - (ys/yb)nmax m 1 - (ys/yp)s;ax
e
= + µ- + ~ ( 21)
n nmax n !;max
p
Biological Reactors 793
F ( t)
F max
/ X = Xmax
s* s
(a) (b)
For the case of penicillin fermentation, for example, for which the specific
growth rate and the specific penicillin formation rate are mutually disposed
as shown in Fig. 8a, the optimal feed policy is shown schematically in Fig.
8b. According to this strategy, the fermentation is carried out in two
phases. During the first, cell biomass is built up to the maximum level al-
lowed as quickly as possible. The second is a product formation phase
during which the feed is controlled as an optimal level of high penicillin
production and sufficient biomass growth to make up for the dilution effects.
Other advantages of fed-batch operation include flexibility in the introduc-
tion of growth factors, deliberate variation of the feed concentration, and
similar control actions.
The mass balance equations for all three modes of operation are as
follows:
dX
dt = µX - DX (22)
dS µX (a+ Sµ)X
dt = D(S
o
- S) - - - - mX
ymax s ymax
( 23)
s P/S
dP
dt = -DP + (a+ Sµ)X ( 24)
dC
0
= (k a')(C* - C ) - Qo X DC + DCf (25)
dt L o o 2 0 0
(26)
in
V dpo Qinpo Qoutpo
_g_ = --- - (k a') (C* - C )V (27)
RT dt RT RT L o o o t
in
V dp Qinpc QoutPc
_g_ C
= + (k La') C (C C - C*)V (28)
RT dt RT RT C R,
where Q02 and Qc 02 are the specified oxygen uptake and carbon dioxide
evolution rates, respectively, defined by
= __μ_ a+ Sµ ( 29)
+ m + ----''--'-
ymax o
0
_ _µ_ a+ Sµ
(30)
max + mD + max
YD YP/D
The dilution rate D in Eqs. (25) and (26) is defined as before. The
values of the non-growth- and growth-associated product formation coef-
ficients, a and S, respectively, depend on nutrient concentration, tempera-
. max max max
ture, and pH. The true growth yield parameters, Y , Y , and YD ,
S 0
are related to the true biomass energetic yield parameter, Tlmax, as has
been shown by Erickson ( 197 9) . The maintenance parameters , ms , m0 ,
and mD, are also related because of the stoichiometry of the maintenance
process (Erickson, 1979; Erickson et al., 1979). Erickson (1979) has also
max max max
shown how the true product yield parameters, Yp IS, Yp /O, and Yp /D, are
related to the true product energetic yield, E;max.
p
A stoichiometry difficulty associated with the use of the Luedeking and
Piret model for product formation in the previous equations has been dis-
cussed by Fredrickson and Tsuchiya ( 1977). These authors point out that
products come from some precursors. If the precursor is the growth-limit-
ing substrate, then, according to Eq. ( 24), product is formed at a finite
rate even after the precursor has been exhausted and is not present in
the system. If the precursor is the biomass itself, this should be accounted
for by adding a sink term in Eq. (22). In either case, some modification
796 Erickson and Stephanopoulos
is needed in the equations or the parameters if the models above are going
to be valid during all phases of growth and product formation.
Steady-state operation can be achieved in a continuous culture system.
The steady-state concentrations of biomass, substrate, product, Oz, and
CO2 in the liquid phase are obtained by setting the left- hand sides of Eqs.
(16), (22), and (26) equal to zero. The possibility of multiple steady
states exists, especially for the more complicated models of the specific
growth rate. Fredrickson and Tsuchiya (1977) have analyzed the dynamics
of various pure and mixed culture systems. Stephanopoulos (1980) pre-
sented a method for quickly analyzing the dynamics of two-population mixed
culture systems. This method makes use of topological arguments and
Poincare index.
Various modifications and extensions of the previous model equations
have appeared in the literature. The purpose of this work has been two-
fold: first, to model various departures from the ideal situation of a per-
fectly mixed vessel, such as wall growth, film formation, and incomplete
rmXJ.ng. Second, to describe some interesting process or hardware con-
figurations, such as cell recycle, vessels in series, film reactors, and so
on. Some of this work has been reviewed by Ollis (1977).
P ::: H C* ( 31)
0 0 0
with H0 being the Henry's law constant for oxygen (Perry and Chilton,
197 3, pp. 3- 98; Schumpe et al. , 1978). Similarly, for carbon dioxide,
p ::: H C* ( 32)
C C C
where He is the Henry's law constant for carbon dioxide (Stumm and
Morgan, 1970, p. 148; Perry and Chilton, 197 3, pp. 3- 96).
Biological Reactors 797
= 10-6.3 ( 33)
= 10-10. 3 (34)
at 30°C (Pirt, 1975, pp. 76-77; Stumm and Morgan, 1970, pp. 148-150).
Under gas /liquid-phase equilibrium conditions, the total quantity of carbon
in the liquid phase is given by
( 35)
a:::
~
0
::::E
z
0
~
a:::
1-
z
I.LI
u
z
0
u
Cl
.9
4 5 6 7 8 9 10 II
pH
l
Conductance [Simple /
CONTROL: diaphragm DISSOLVED OXYGEN
Mechanical system gouge
Polorogrophic sterilizoble electrode]
Silicone emulsion ontifoom ] [
0 2 +4H++4e--2H 20
Oil based (sterility problems)
TEMPERATURE
Thermometer bulb]
[ Thermocouple PRODUCT REMOVAL
Thermistors
Overflow, level control,]
[
VISCOSITY load cell.
Shaft
---
Power
G G
SB LR LR
G 1.3 G 1.3
With overflow Overfilled
/
/
I
' I
1 . ~- • SZ
_..,,..,..... M
1.4
M-Motor
G-Gas (Air)
1.5
SZ-baffles
LR-conduit tube M Motor
d' 1.6
LR-conduit
SZ-Foam breaker 1-Self-gas agitator
·~
G G Gas (Air)
G
' '
G G
,]}~~
Pulsation W-Roller
1.8 1.9 1.10
i
G G
1.12 1.,,
FIGURE 11 Biochemical reactors in which energy input is by mechanically
moved internals. (From Schiigerl, 1982b.)
802 Erickson and Stephanopoulos
6 G
G G
G
F
F
F G 2.9
2l
6
G
G
ID-Injector nozzle 2.7
GAS SEPARATOR 1.6 SK-Float
jet reactors (2.1), jet-loop reactors (2.. 2), plunging-channel reactors (2.3),
nozzle loop reactors ( 2. 4), perforated-tray or sieve-tray cascade reactors
(2.5), tubular-loop-reacto rs (2.6), reactors with rotating injector nozzles
( 2. 7), packed-bed (percolating) reactors with counterflow of the phases
( 2. 8) , and bubble column, downflow reactors ( 2. 9). Packed-bed reactors
can also be classified as surface reactors.
The third category, shown in Fig. 13, includes submerged-type reac-
tors in which the energy is introduced by means of compression. In this
category, along with the simple single-stage bubble column ( 3.1), are the
single-stage mammoth loops with centrally arranged draft tubes ( 3. 2), ex-
ternally attached tubular loops ( 3. 3), vertical partition wall ( 3. 4), and
downflow loop ( 3. 5). Between the loop reactors ( 3. 2 and 3. 4) and the
downflow loop reactors ( 3. 5) there is, of course, a certain overlapping.
Bubble columns with static internals belong to this group, including con-
current bubble columns with stage-separating trays ( 3. 6), concurrent
Biological Reactors 803
G G G
r '
G G 3.3 G
G
=1l
ijj
F
G F F G
F
3.4 3.5 3.6
G G
G
3.9
1. Gas valve
2. Static mixer
Valve 1 is periodically opened and closed
F
3.7 3.8
bubble columns with static mixers (3. 7) and mammoth loop reactors with
stage-separating trays ( 3. 8), and bubble columns with stage-separating
trays with external tubular loops filled with static mixers and with pneu-
matically imposed liquid pulsation ( 3. 9). Schiigerl ( 1982b) also provides
tables with the characteristics of these reactors and references for more
details.
biochemical engineering. Oxygen transfer from the gas phase into the
liquid phase has been the subject of much research (Moo Young and Blanch,
1981; Schiigerl, 1981; Aiba et al., 1973, pp. 163-217; Bailey and Ollis,
1977, pp. 411-496). The high viscosity of many fermentation broths has
been one of the important reasons for this research. With bacteria and
yeasts, oxygen transfer from the gas phase to the liquid phase is often
the most important mass transfer consideration; however, it is relatively
easy to design industrial equipment in which the desired mass transfer
rates are achieved. As the size of the microorganism increases, oxygen
transfer from the liquid phase to the microorganism becomes more important.
For mold fermentations, it is important to consider oxygen transfer both
from the gas to the liquid and from the liquid to the microbial biomass.
For mold pellets, transport within the pellet is also important.
The transport of CO2 from the broth and the transport of 02 to the
broth should both be considered in the analysis of the mass transfer
associated with an aerobic fermentation. The sa,me gas flow rate is common
to both of these processes. Furthermore, the pressure in the fermentor
affects the dissolved 02 and CO2 concentrations, but in opposite directions.
Increasing the pressure enhances oxygen transfer, but it negatively influ-
ences the rate of CO2 release.
and for bubbles greater than 2. 5 mm in diameter which are much less
rigid,
kLdb
Sh = D (39)
3
dbpLg(pL pg)
Gr = ( 40)
2
]JC
]JC
Sc = pD ( 41)
Biological Reactors 805
( 42)
Interfacial Area
The gas-liquid interfacial area is an important variable in aerobic microbial
growth processes. Because the interfacial area is affected by a large num-
ber of physical properties and other variables, very few correlations that
accurately predict the interfacial area under fermentation conditions are
available. However, knowledge of the effect of various physical properties ,
equipment designs, and operating conditions on the interfacial area is of
considerable importance. The bubble size distribution and the gas-phase
holdup or volume fraction are directly related to the interfacial area per
unit volume of dispersion; that is,
6s
a = __[ (43)
d
s
where sg is the gas phase volume fraction and ds the Sauter mean bubble
diameter;
806 Erickson and Stephanopoulos
d = ( 44)
s
The bubble size frequency distribution, fi, depends on the physical proper-
ties of the broth, equipment design, and operating conditions. Equation
( 43) shows that changes in gas holdup as well as changes in the bubble
size distribution will result in changes in the interfacial area.
The bubble size distribution depends on the gas-liquid interfacial ten-
sion; liquid-phase density, viscosity, and ionic strength; gas flow rate and
holdup; gas distributor; rate of turbulent energy dissipation; and equip-
ment design. The chemical composition of the liquid phase also appears to
be important. Calderbank ( 1967) measured bubble size distributions and
interfacial areas in stirred tanks and sieve tray columns. Recently,
Bhavaraju et al. ( 1978) investigated the effects of viscosity and turbulence
on bubble size and interfacial area. Schiigerl (1981) has reviewed the
literature with respect to bubble size interfacial area and mass transfer in
highly viscous broths. The sparger or gas distributor design and the gas
flow rate through the sparger determine the initial bubble size distribution
in the region of the sparger. For moderately high gas flow rates, Bhavaraju
et al. (1978) found that
d
s = 3 23R -0.lF 0.21 ( 45)
d • eOL ro
0
(46)
is the orifice Reynolds number based on the volumetric flow rate through
the orifice, Q 0 , and orifice diameter, do. The orifice Froude number is
Fr ( 47)
0
200 times larger than the scale of the energy dissipating eddies for turbu-
lent breakup to be important. They found that
<J0.6 (µL)0.1
d = 0.7 - - - - - - ( 48)
s (P/V)0.4p~.2 µG
for the Sauter mean diameter in a gas sparged vessel when turbulent break-
up was important. For mixing vessels with agitators, Calderbank ( 1967)
found that
d = 2.25 ( 49)
s
a'(l - s ) = a (50)
G
808 Erickson and Stephanopoulos
Equation ( 43) leads directly to the interfacial area per unit volume of
dispersion, a; however, in studies where the liquid phase is completely
mixed and the quantity of oxygen added to the liquid phase is measured,
kLa' arises naturally, as shown in Eq. (25), for example. In reviewing
the literature, one must be very careful to determine if the results pre-
sented are for kLa or kLa'.
The flow models selected for data analysis should also be examined in
reviewing data in the literature. The correctness of estimates of the
volumetric mass transfer coefficient depends on the selection of proper flow
models which appropriately fit the experimental system when significant
variations in concentration occur with position.
Bubble Columns
In bubble columns [Fig. 13, (3.1)] the energy to provide turbulence and
bubble breakup is contained in the entering gas; that is, the power
RT P1
P = QP -In - (51)
G M p2
is directly related to the volumetric gas flow rate Q. The volumetric mass
transfer coefficient kLa has been correlated by Akita and Yoshida ( 1973,
1974), who found that
EG 4 = 0.20Bo0.125Ga0.083Fr (53)
(1 - EG)
Fr=
Biological Reactors 809
with ua the superficial gas velocity. These two correlations were tested
in large-diameter bubble columns using CO2 and water and it was found
that the effect of column diameter disappeared above about O. 60 m. For
diameters above O. 60 m, the authors and Kataoka et al. ( 1979) recommended
using 0.6 min Eqs. (52) and (53). The authors recommend using these
correlations for superficial gas velocities up to 1500 m /h and gas holdup
up to 30%. These equations are for dispersions in which the viscosity is
sufficiently low for turbulence to play a dominant role in determining the
bubble size distribution and interfacial area. Liquids up to O. 21 poise
were considered by the authors.
Deckwer (1981) has tested Eq. (52) using some of his data and other
literature data (see Fig. 14). He concludes that the correlation is good in
some cases, but that with some spargers larger values of kLa are found.
The effects of salts and organic substances on coalescence are not included
in the correlation.
Schiigerl et al. (1977) have investigated gas holdup, interfacial area,
and mass transfer in bubble columns for a wide variety of model fermenta-
tion media using porous plate, perforated plate, injector nozzle, and ejector
nozzle gas distributors. They point out that higher volumetric mass trans-
fer coefficients than those predicted by Eq. ( 52) can be achieved by using
distributors that produce a bubble size distribution in the entrance zone
which is smaller than the equilibrium bubble size distribution associated
with the turbulence due to the energy dissipation from Eq. ( 51). Additional
energy is required at the distributor to produce these small bubbles. Un-
der the conditions of their experiments, the holdup, interfacial area, and
"'
0
..J
....:
-0.9
Deckwer et al. (1982) point out that values of kLa' predicted by this ex-
pression are at least five times larger than those predicted by Nakanoh and
Yoshida (1980). The results of Deckwer et al. ( 1982) for aqueous carboxy-
methyl cellulose ( CMC) solutions are correlated by the equation
,n
d
0,01 0.1
(
uG
0.333
)2
(gv)
k La , = C uG
0.6 -1.03
v ( 56)
or
-0.4
k a ( 2 0. 333
_l_ ~) Sc0.5 = 0. 075[ UGO. 33} ( 57)
UG g (gv) J
The results of Deckwer et al. (1982) and those of Buchholz et al. (1978a)
show that the design of the gas distributor may be important for viscous
solutions.
The measure of Bhavaraju et al. ( 1978) for the existence of an internal
subrange in the energy spectrum of turbulence is
0.25
(;) ( 58)
where 1 / nT should be larger than 200 based on their data. Table 1 shows
values of 1 / nT for some of the experiments of Deckwer et al. ( 1982). Some
of the values of 1 /nT at high gas superficial velocity and low CMC concen -
tration are greater than 200. This suggests that turbulence should be
important. However, at 1. 3 and 1. 6 wt % CMC, 1/nT is less than 200 at
all superficial velocities investigated. The form of Eq. (55) suggests that
turbulent forces are important in the experiments of Deckwer et al. ( 1982).
The exponent of 0. 59 for superficial velocity shows that the power input is
important; however, the value of the exponent is smaller than the value
of about 1. 0 for low-viscosity broths. The dependence on viscosity differs
from that found by Akita and Yoshida in Eq. ( 52). Equation ( 55) may be
contrasted with Eq. ( 54) where the distributor appears to have significantly
affected the bubble size distribution. In Eq. ( 54) , kLa' is proportional to
the O. 1 power of superficial velocity.
Viscoelastic fluids in bubble columns have been considered by Hecht
et al. (1980) and Nokanoh and Yoshida (1980). The correlation of Nakanoh
and Yoshida is
( 59)
812 Erickson and Stephanopoulos
Superficial
gas velocity CMC Ratio
(cm/s) (wt %) 1/nT
0.4 1 139
1.0 1 185
2.0 1 229
3.0 1 260
4.0 1. 3 167
0.4 1.6 55
2.0 1.6 103
4.0 1.6 135
Airlift Columns
Airlift tower fermentors (several different designs are shown in Fig. 13)
have received considerable attention during the last 15 years. The vertical
liquid circulation that occurs because of the upflow and downflow sections
of the airlift column helps to keep surface-active agents distributed through-
out the broth. The cocurrent upflow section is similar to a bubble column
in some respects; however, the cocurrent liquid flow influences the two-
phase flow behavior. The transition from bubble flow occurs at a much
larger superficial gas velocity in an airlift fermentor then in a bubble
column (Hatch, 197 3). Because of this, the power dissipated per unit
volume in the upflow section of the airlift can be considerably greater
under bubble regime operating conditions compared to an aeration tower.
Blenke ( 1979) has reviewed his work and that of others in airlift reactors,
jet loop reactors , and propeller loop reactors ; he has shown that forced
liquid circulation may be used to increase substantially gas holdup and
interfacial area. Correlations for liquid circulation rate, gas holdup, and
volumetric oxygen transfer coefficient have been presented by Bello et al.
(1981); for oxygen transfer,
Biological Reactors 813
(P /V) 0. 8
G
( 60)
where bis 0.000507 for water and 0.000502 for 0.15 M NaCl solution, Po
is the power (watts), V is the total reactor dispersion volume (m3), and
Act/Ar is the ratio of the area of the downcomer to the riser. Blenke
(1979) found that the interfacial area per unit volume of liquid, a', in-
creased with power per unit volume of liquid in the bubble flow regime; to
correlate his data in the bubble flow regime, exponents ranging from O. 85
to 1. O are needed on power per unit volume. At superficial gas velocities
above about 30 cm /s, the dependence on power per unit volume decreases;
this may be due to slug flow. Orazem and Erickson ( 1979) found that the
oxygen transfer coefficient increased linearly with superficial gas velocity
in a two-stage airlift tower. Hatch (197 3) correlated the volumetric mass
transfer coefficient for the up flow region, head region, and downflow
region. At the same sparger gas flow rate, the highest volumetric mass
transfer coefficients are in the head region; those in the draft tube are
slightly higher than those in the downflow region. Moo Young and Blanch
(1981) have reviewed some of their own work and that of Lin (1976) and
found a slightly greater dependence on gas superficial velocity with values
of the exponent ranging from 1. 06 to 1. 29.
Hatch ( 197 3) has shown that volumetric mass transfer coefficients in
the head region are approximately twice as large as those for an aeration
tower under similar sparger gas flow rates. In the downflow section the
gas holdup must be less than that in the upflow section because the liquid
circulation rate depends on the difference in dispersion density between the
two regions. The most common operating condition results in a liquid circu-
lation rate sufficient to entrain small bubbles but not large ones in the
liquid downflow. Under fermentation conditions where coalescence rates are
relatively small, the bubbles in the downflow appear to be segregated with
little coalescence occurring. Very little attention has been directed to re-
search in the downflow section of the airlift fermentor (Orazem et al.,
1979, 1980). Blenke (1979) and Fujui et al. (1980) have investigated some
related cocurrent downflow phenomena.
The effect of viscosity on oxygen transfer in airlift biological reactors
has received very little study. Several investigators have used airlift
fermentors and obtained good results under viscous conditions (Konig et al. ,
1982; Malfait et al., 1981; Barker and Worgan, 1981); however, further re-
search is needed to better appreciate the oxygen transfer limitations as-
sociated with high viscosity in an airlift fermentor. Because higher values
of power per unit volume may be obtained in an airlift compared to a bubble
column, the airlift column should be superior to a bubble column under
high-viscosity conditions.
The effect of the ratio of the downflow area to upflow area on oxygen
transfer has been investigated by Hatch (1973, 1975). Based on the per-
formance ratio, the optimum area ratio is about O. 8.
u
kLa = 0.120u 0 · 624 G ( 61)
L 1. 99uG + 47. 1
p /V ] 0. 8
\))0.33 [
k a' ( - = 0.00023 4L0.333 ( 62)
L 2
g p(vg )
(
p )0. 66
a = 5. 4 x 10 3u~· 4 ~ · (63)
( 64)
x (
µ u )0.6(Nd
: G u:) 0.32
[l + 2 (AN)o.5 1-0.67
using data for water, glucose, and glycerin. For aqueous CMC solutions,
he found that
816 Erickson and Stephanopoulos
p 0.6
kLa'VL
=0.082[ G 0.6671 (66)
Q
QpL(gv) j
Zlokarnik (1978) has examined the effect of coalescence on the volumetric
mass transfer coefficient in agitated vessels.
There are many factors that must be considered in the design of biological
reactors. Providing the desired environment for the microbial population
at reasonable cost may be accomplished with an available fermentor or by
design of a new fermentor. When a new fermentor is designed, many more
decisions must be made. Decisions that may be made with an existing
mechanically agitated fermentor include the agitation rate, the gas flow
rate, the operating pressure in the fermentor, the liquid volume, the
nutrient composition of the feed, pH, temperature, method of foam control,
and mode of operation (batch, fed batch, or continuous). For a new fer-
mentor , equipment design must also be considered. In both cases, the
rate of oxygen transfer in aerobic fermentations is usually one of the im-
portant concerns.
Economic considerations must be carefully considered in the design
process. Some of the important costs include the capital costs for equip-
ment, the cost of organic substrates and other nutrients, energy cost for
aeration, cooling water or refrigeration costs, product separation costs,
waste treatment costs, and personnel costs. An economic optimum exists
because of the following considerations: The rate of the fermentation
process should be high to reduce fermentor capital costs; however, aera-
tion and cooling costs increase as the rate increases. Microbial growth is
usually most efficient at relatively high specific growth rates. Cell and
product concentrations should be as large as possible to reduce separation
costs; however, aeration, cooling, and nutrient costs (yield) must also be
considered. An optimum gas flow rate and operating pressure need to be
selected in the design process. For a given production rate of the product,
t)J.e net present value of the capital and operating costs should be minimized.
(67)
Biological Reactors 817
100
SIX-BLADE TURBINE:
., H
RUSHTON BATES
,,.-o 10
z
~u
a:: SIX-BLADE PADDLE_i_S
II.I
III
:I!
:::,
z FOUR-BLADE PADDLE:
a::
II.I
~
a..
PROPELLER:
O. I.._____._L....J.....L.JL..J..L....__...,___._...L..L....L.J..L.Ll.~2-..__....._.L..L...u...L.LL~3-,__...,__L-L.~L.LL.---'----'-_._......__....... 5
+
I 10 10 10 10
Nip
REYNOLDS NUMBER =
m
1 e
= + µ- (68)
n
µX = ( 69)
y
0
17)µX
451.2 ~x = (70)
1217
0
μKs
s =----- (71)
11max - 11
X
so= y + S (72)
s
(73)
where F is the liquid volumetric flow rate. First, values of the independent
decision variables µ and X are selected. Then 11 and Ys are found using
Eq. ( 68). Next, the oxygen transfer rate
k a'(C* - C ) = µX (7 4)
L o o Y
0
is calculated using Eq. ( 69). Equation ( 70) is used to estimate the heat
to be removed per unit volume per unit time. The volumetric liquid flow
rate may be found using Eq. (73). Since the specific growth rate equals
the dilution rate, the required liquid volume is
F
V = - (75)
L 11
Equations (71) and (72) may be used to find the organic substrate concen-
trations S and S0 •
From the required liquid volume, the total dispersion volume may be
estimated using the relationship
( 76)
Biological Reactors 819
where the gas holdup e:a is to be estimated initially and calculated more
precisely later from the expression (Hughmark, 1980)
(77)
RTµXVL
Q. ~ ----
m 0.21p. Y
1n o
(78)
Qin= (0.3)(0.2l)p. Y
1n o
yp = HC* (79)
0
The mean mole fraction of oxygen in the exit gas is found from the gas-
phase oxygen balance,
( 80)
For a completely mixed gas phase, the mole fraction oxygen in the fermentor
equals the exit mole fraction, and the required total pressure may be
820 Erickson and Stephanopoulos
calculated using Eq. (79). This is the average pressure within the dis-
persion.
The capital costs, operating costs , and net present value of the costs
per unit of productivity may be calculated. The separation costs depend
primarily on the liquid flow rate F and biomass concentration X. The fer-
mentor costs depend on the total dispersion volume V, the pressure p, ,nd
the number of agitators. The size of the agitator motor and the power
costs associated with it may be determined. The size of the gas compressor
and the power requirements may be determined. The cost of heat transfer
may be determined from the cooling requirements. The cost of organic
substrate may be determined using the quantity of substrate FS0 per unit
time.
The optimization problem involves selecting the values of the independent
variables so as to minimize the net present value of the costs per unit of
productivity. Thus values of specific growth rate, biomass concentration,
height-to-diameter ratio, number of impellers, type of impeller, impeller
speed, and gas flow rate may be varied in the search for an economic
optimum. Of these variables, the height-to-diameter ratio, number of im-
pellers, and type of impeller would probably be selected based on prior
experience.
The example above is presented to illustrate how the many variables
are related to each other in fermentor design. The simplest flow models
have been used by assuming complete mixing in both phases. For the gas
phase a flow model composed of two completely mixed tanks in series may
be more appropriate (Joshi et al., 1982). The assumption of complete mix-
ing of the liquid phase is appropriate. For simplicity, the possibility of
CO 2 inhibition is not included.
Bubble Columns
When a bubble column is designed to be used as an aerobic fermentor,
several important considerations should be taken into account. The super-
ficial gas velocity should be selected such that the bubble two-phase flow
regime is present. The pressure gradient due to the liquid head should
be taken into account in the design. Axial dispersion should be considered.
The effect of segregation may be important because small bubbles have
longer residence times than larger bubbles and they also have greater inter-
facial area per unit volume than large bubbles. The gas-phase molar flow
rate may change with position due to gas absorption; howeve1-, in carbo-
hydrate fermentations the respiratory quotient is nearly unity and the molar
flow rate is approximately constant.
The design of bubble columns has been considered by Deckwer (1976,
1977) and Deckwer et al. (1974, 1977). Shah et al. (1978) have reviewed
axial dispersion or backmixing in bubble columns and other gas-liquid re-
actors. Deckwer (1976, 1977) has presented mathematical models which
take into account axial dispersion and the pressure gradient. Deckwer
recommends including the effect of the pressure gradient when the pressure
at the bottom of the column is more than 30% larger than the pressure at
the top above the liquid phase. Deckwer (1977) found that the effective
value of the volumetric mass transfer coefficient was smaller in large indus-
trial-scale bubble columns compared to smaller columns. Segregation
could account for this. Despite the limitations of Deckwer' s success, the
approach used has considerable merit; however, computationally, numerical
solution of the system of differential equations is required.
Biological Reactors 821
( 81)
PTY
C* = [l+a(l-z)] ( 82)
0 H
0
and
( 83)
is the ratio of the liquid head to the pressure at the top of the column,
PT . The boundary conditions are
dC
dx
0
= o. at x =0 and x =L
DL
Bl =--- ( 84)
L 2kLa'
and
µX
B2 =Y k a'C*
( 85)
o L T
c = B - 1 - a+ ax (86)
2
822 Erickson and Stephanopoulos
( 87)
where
Ml
o:(e - 1)
(88)
( 89)
and
(90)
A1 -M 1x A 2 M 1x
C
e + -e + 1 - x (91)
0: 0: 0:
for all values of o: and B2 in which c > 0 for x = 1. Note that zero-order
kinetics are used for the dependence of µ on c;
that is , as long as c > 0,
the specific growth rate does not depend on the dis~olved oxygen concen-
tration. The column should be designed such that c > 0 at the top of the
column.
Values of the axial dispersion coefficient DL have been correlated by
Deckwer et al. (1974, 1982) and others (Shah et al., 1978). Deckwer
et al. ( 197 4) found that
( 92)
1.0
QSO
~ Q60
C\J
(I)
+
0:40
lu
0.20
x
FIGURE 17 Effect of axial dispersion and pressure gradient on dimension-
less dissolved oxygen concentration in a bubble column. The parameter is
~ L 2kL a' /DL .. Results are limited to conditions where c ;;,, 0.
using Eq. ( 70) and the organic substrate concentrations from Eqs. ( 71) and
(72). The liquid flow rate may be found from Eq. (73) and the liquid vol-
ume from Eq. ( 75). The fraction of oxygen in the gas phase which is con-
sumed and the superficial gas velocity may be selected as the other two
independent variables. The oxygen balance for a constant molar flow rate,
nT'
µXVL
( 93)
y
0
The gas holdup may now be estimated from an appropriate correlation such
as Eq. (53). The total dispersion volume may be found from Eq. (76) and
824 Erickson and Stephanopoulos
the height L of the column may also be found. The volumetric mass trans-
fer coefficient kLa' may be found from an appropriate correlation, such as
Eq. ( 52) . The axial dispersion coefficient DL may be found using Eq. ( 92) .
The value of cat x= 1 may be found from Eq. (87) and compared to the
desired value. The trial-~nd-error iteration involves adjusting the pressure
until a desirable value of c is obtained. The optimal values of µ, X, ua,
and y are to be selected based on economic considerations.
Airlift Fermentors
Airlift fermentors have a well-defined loop for liquid circulation which is
driven by the gas flow. The liquid circulation rate depends on the design
of the airlift column. The extent to which the gas is separated from the
liquid at the top of the column prior to entering the downflow section can
significantly affect the liquid circulation rate. In the work of Hatch (1973)
and Gutierrez and Erickson ( 1977), for example, the dispersion enters the
downflow section with more gas than can be carried downward by the liquid.
Some of the large gas bubbles must rise against the downflow of the disper-
sion and escape. It is necessary for this to happen because the average
gas velocity is much smaller than the liquid velocity in the downflow section,
and only a fraction of the gas in the dispersion entering the downflow re-
gion can be carried downward. For this disengagement process to occur,
the actual liquid velocity in the downflow section must be larger than the
rise velocity of small bubbles and smaller than the rise velocity of large
bubbles; that is, it should be about 10 to 30 cm /s. Hatch (1973) reported
superficial liquid velocities ranging from 10 to 30 cm /s and Orazem et al.
(1979) reported values ranging from 17 to 21 cm/s. Hatch (1973) points
out that the liquid circulation velocity increases with gas superficial velocity
in the upflow section until the liquid circulation velocity is limited by the
gas bubble disengagement process at the top of the downflow section. Fur-
ther increases in gas superficial velocity lead to liquid recirculation within
the up flow section similar to that found in bubble columns.
Hsu and Dudukovic (1980) and Merchuk and Stein (1981b) have investi-
gated the liquid velocity in airlift columns, but in both cases the design
was such that the downflow section was almost free of gas. Merchuk and
Stein found that the actual liquid velocity could be correlated with the
superficial gas velocity to the 0. 41 power. They observed liquid velocities
above 100 cm /s at superficial gas velocities above 20 cm /s. They found
that their data could be correlated by the expression of Zuber and Findley
( 1965); that is,
(94)
where CA= 1.03 and vn = 0.33 m/s. That is, vn = 0.33 m/s is approx-
imately the gas velocity relative to the superficial velocity of the mixture,
UM.
Hsu and Dudukovic (1980) presented an overall momentum balance for
the airlift loop and presented a correlation for the two-phase friction factor.
Their results do not correlate well with the popular Lockhart-Martinelli cor-
relation (Perry and Chilton, 1973, pp. 5-41).
Biological Reactors 825
Hatch ( 1969) found that the optimum ratio of upflow to downflow area
was about 0. 83. Since the upflow liquid velocity increases with superficial
gas velocity, one would expect the optimum area ratio to decrease as super-
ficial gas velocity increases.
Hatch ( 1973) has measured the axial dispersion coefficient DL in the air-
lift upflow section and found that DL is constant at about 58 cm2 /s for low
superficial gas velocities where liquid recirculation within the upflow section
is small. Hatch concludes that the liquid phase may be modeled using a
plug- flow model for both the up flow and downflow sections. Hatch recom-
mends a complete-mixing model for the head region. Merchuk and Stein
( 1981a) have modeled the airlift fermentor using plug flow in the up flow
and downflow regions and complete mixing in the head region. Ho et al.
( 1977) have modeled the airlift fermentor using a tanks-in-series model in
the upflow and downflow regions and a completely mixed tank for the head
region.
The design methodology for the airlift fermentor is analogous to that
described above for bubble columns. The fraction of oxygen consumed,
the feed gas superficial velocity in the draft tube, and the ratio of up flow
to downflow area may be selected as independent variables together with µ
and X. A trial-and-error calculation is required to find the operating pres-
sure that results in an acceptable dissolved oxygen concentration. A
simulation procedure analogous to that of Ho et al. (1977) or Merchuk and
Stein ( 1981a) is needed to determine the dissolved oxygen level in the vari-
ous parts of the airlift fermentor for a particular operating pressure.
The available correlations for use in the design of airlift fermentors are
not as complete and extensive as those for agitated tanks and bubble columns.
Further research is needed to develop such correlations. Airlift fermentors
have been compared to bubble columns and agitated tanks and the mass
transfer efficiency of airlift columns has been demonstrated (Orazem and
Erickson, 1979; Hatch, 1975).
A variety of equipment arrangements involving vertical circulation due
to airlift designs have been reported. The length of the vertical divider
ranges from the short downcomers of Viesturs et al. (1980, 1981) to the
very long downcomers of the deep shaft fermentors (Takamatsu et al.,
198la,b; Kubota et al., 1978; Hosono et al., 1979; Hines et al., 1975).
Further research is needed to develop optimal designs for biological applica-
tions of these systems.
ACKNOWLEDGMENT
NOTATION
Pc partial pressure of CO 2
PT total pressure
p product concentration, g /L
p power
pl productivity in Eq. (73)
PG gassed power
p power number, P/pcN 3d:
no
Q volumetric gas flow rate
Qco 2 specific rate of CO 2 evolution, g mol/(g biomass) •h
YP/D
max
true product yield based on co 2 , g product/g mol co 2
max
true product yield based on oxygen, g product/g mol oxygen
YP/0
max
YP/S
true product yield based on substrate, g product /g substrate
Greek Letters
a. pressure ratio defined by Eq. ( 83)
a. rate coefficient for product formation, g product/(g biomass) •h
rate coefficient for product formation, g product /g biomass
reductance degree of biomass [see Eq. (4)]
reductance degree of product [see Eq. (7)]
reductance degree of substrate [see Eq. (6)]
standard heat of combustion per gram atom of carbon
heat of reaction per gram atom of substrate carbon
E fraction of available electrons transferred to oxygen
volume fraction of dispersed gas phase
biomass energetic yield
true biomass energetic yield
Kolmogoroff scale [see Eq. (58)]
characteristic time of viscoelastic material
]J specific growth rate, h - l
apparent viscosity
viscosity of gas
viscosity of liquid
Biological Reactors 829
Subscripts
b biomass
C continuous phase; CO 2
g gas phase
G gas phase
in inlet condition
L liquid phase
R, liquid phase
0 oxygen; orifice
p product
s organic substrate
Superscript
* equilibrium concentration
REFERENCES
839
840 De Bernardez, Claria, and Cassano
Several more applications can be included, but perhaps the most im-
portant development in the field of photochemistry is the recent emphasis
on photo-assisted catalysis (Childs and Ollis, 1980). Heterogeneous photo-
assisted catalysts are substances that require photo-excited electrons or
holes in the course of a heterogeneously catalyzed reaction. As an example
we can mention several semiconducting oxides, such as TiO2 and ZnO; the
former, when irradiated, becomes active in the selective oxidation of alkanes
to ketones and aldehydes as well as in the dechlorination of polychlorinated
biphenyls; on the other hand, carbon monoxide oxidation occurs over
illuminated ZnO. Several photo-assisted semiconductor electrodes, such as
crystals of SrTiO3 and the perovskite KTaO3, can electrolyze water without
an applied electromotive force. Many other applications could be listed.
Photo-assisted catalysis may become practically useful if a relatively cheap
source of light with appropriate wavelength is available, the sun being
the obvious source. The prospects for solar energy conversion following
this path are particularly appealing.
Despite all these potentialities, photoreactor design is still. a novel
field in reaction engineering, with many important problems still not proper-
ly solved. In fact, up to the present, no reliable design methods have
been made available to the practicing engineer. We believe that a signifi-
cant part of the responsibility for this lack of know-how lies mostly in
considering its analysis as a kinetic variation of a conventional reactor,
Analysis and Design of Photoreactors 841
when in fact it must necessarily include the radiation field as the key view-
point. Consequently, if some progress is to be made, the design of a
photoreactor cannot avoid all the complexities that radiation problems in-
volve.
First, we present a definition of the problem and the requisite theory.
Later, the design methods are shown through four applications, three of
which have already been tested in bench-scale experiments with excellent
agreement. Finally, in two short sections we propose some new reactors
not yet theoretically modeled, and we end with what we believe are the
most important problems still unsolved in the field.
TYPES OF REACTORS
When dealing with the design of the equipment for carrying out a photo-
chemical reaction, several aspects must be considered. Some of them are
common to the design of conventional thermal reactors, such as the kinetic
characteristics of the reactions involved, the phases of the system, the
necessity of temperature control, the requirements about the material of
construction, and so on. Others arise specifically from the selection of
the appropriate radiation source for the reaction under study (i.e. , the
spectral distribution of the emitted light and the geometrical configuration
of the reactor-lamp arrangement). In addition, a certain number of im-
portant photochemical reactions share the common characteristic of present-
ing products and reactants with highly corrosive or dissolving properties;
a typical example is the chlorination of hydrocarbons where the presence
of chlorine, hydrochloric acid, and chlorinated solvents creates difficulties
in the selection of materials for equipments and seals. In the case of
heterogeneous systems, the mixing pattern of the reactor is extremely im-
portant. Another important aspect in the design is the requirement for
temperature control in strongly exothermic or endothermic reactions. We
may add that in some particular cases the design can be improved by add-
ing a reflecting device; its use complicates the analysis of the radiation
field.
Many of these difficulties can be overcome by choosing an appropriate
configuration of the photoreactor system. Among a wide range of possible
reactor-lamp-reflector configurations, those most widely studied in the
literature are the annular reactor, the cylindrical reactor with elliptical
reflector, and the cylindrical reactor with parabolic reflector; they are
described briefly below. Other types of configurations can be used in com-
mercial applications; nevertheless, they arise from different combinations of
the three mentioned above.
Annular Reactor
Annular photoreactors are an excellent approach to what is perhaps the
most practical type of photochemical reactor to be used for commercial
purposes. The utilization of energy can be the maximum expected and,
moreover, they represent the common case of a reaction vessel with a tubu -
lar lamp placed at its axis by means of an immersion well.
Figure 1 shows the main features of the system. The reacting stream
is contained in the annular space that surrounds the lamp. If the reactor
842 De Bernardez, Clarid, and Cassano
vessel is separated from the lamp, the annular space between them can be
used to cool the lamp and/or control the operating temperature of the re-
actor. However, it must be noted that the requirement of light transmis-
sion introduces some limitations in the heat transfer possibilities because
at least the inner reactor wall must be made of quartz or glass. Since
light transparency is not required in the outer reactor wall, it provides
much more freedom for design purposes, such as cooling, reflection of
nonabsorbed light, and so on. Hence if one desires to improve the absorp-
tion efficiency of the reactor, a reflector surface covering the outer reactor
wall can be used.
In dealing with laboratory research, the annular photoreactor cannot be
recommended for continuous-flow operations due to its unavoidably large
cross-sectional area, which requires the handling of large volumetric flow
rates. On the contrary, this characteristic makes it very appropriate for
commercial - scale operations.
s R
-----~- ...
I
', I
'• ~
I
LVREA and the corresponding mass balance equation will take place. Simul-
taneously, the concentration of the absorbing species (i) goes inside an
integral expression, accounting for the radiation attenuation by absorption.
Thus the general problem of modeling a photoreactor presents an integro-
differential mathematical nature. This degree of complexity of the problem
should not be surprising since the physical situation indicates that the
progress of the reaction at a point depends on the LVREA (which is, among
other variables, a function of the radiation attenuation suffered by each
bundle along its path inside the reactor); in its turn, the attenuation suf-
fered by each pencil of radiation ( due to its concentration dependence) is
a function of the reaction extent reached at each one of the points con-
stituting the trajectory of the bundle. We discuss later how to model the
absorption process in the reactor by one or more species, as well as evalua -
ting the LVREA and presenting several applications using the three main
reactor configurations described previously.
To solve the design problem, additional information about the lamp, the
reactor, the reaction, and perhaps, if it is used, the reflector will be
needed. We should state beforehand that we assume that the reaction is
already known. This means that kinetic data are available as well as qual-
itative information regarding radiation requirement. Because of this, the
system will impose some constraints on the selection of radiation sources and
reactor configurations. At the same time the market availability of ultra-
violet- and visible-light lamps and quartz (or Pyrex glass) tubes and plates,
if they are needed, will provide definite guidelines about the type of reac-
tor-lamp combination better suited for each process. In any case, a design
will generally start with a tentatively chosen radiation source. More often
than not, the choice of the lamp considerably reduces the freedom concern -
ing most reactor dimensions.
Thus the problem must begin with a tentative list of needed information,
generally oriented by one's qualitative knowledge of the reaction and pos-
sible reactor configurations. Even if the information is complete, very
often the design will have to be done in an iterative way because of the
limitations imposed on the construction of the reactor by the above-
mentioned market restrictions. Let us list what is needed:
Here we have pointed out mainly the particular design variables and
the parameters of photochemical reactors. In addition, we must know all
other physicochemical properties or characteristic parameters usually
needed for thermal reactors (densities, diffusivities, thermal properties,
etc.).
In the next sections we derive the theory and show the methods used
to reach an a priori design of a photoreactor, when the problem is posed
as indicated above.
EMISSION MODELS
Definitions
Specific Intensity
Radiation engineering generally studies the energy exchange between sur-
faces (Fig. 4). To characterize the amount of energy departing from a
Analysis and Design of Photoreactors 847
d\j!v
::: ( 1)
dw f(8,¢)
e
!!e
dZ
dE
V
d'¥ = (2)
V df
e
where d '¥ v is the amount of energy of frequency v per unit time that
leaves an infinitesimal extent of the lamp, characterized by dr e. This
distinction is the definition of the specific intensity of radiation allows us
to achieve complete consistency in a unified theory. Considering Eq. ( 2) ,
the equation for Iv becomes
( 3)
I' ( 4)
V
I' = I
v v cos 0e ( 5)
850 De Bernardez, Clarici, and Cassano
I'
V
ld<d\
~v
I
Model d a<d)r r* [Eq. (4)] [Eq. ( 9)]
e e
dE I' dz
=
V V
SELS 1 dz LL dw dz
e p2
2
p dE V
dA cos e dz
r r
dE I' dA
e
SEES 2 dA
e = 21rrLLL dw
V
dA =
V
2 =
e e p
p2 dwr
2 dE I' dw
p V V r
dA
r
cos er dA
e
dE I' dV
2 e
VEES 3 dV
e = ,rrLLL dw
V
dV = V
2 =
e e p
2
p dw dp
r 2 I' dw dp
p dE V V r
dA cos e dV
r r e
(6)
(7)
Analysis and Design of Photoreactors 851
Isotropic Diffuse
a a
Isotropic emission, e \) emission Diffuse emission , e emission
\)
[Eq. (29)] K [Eq. (33)] (K)
\) \)
K<J µ \l
ILL dz
E
~
K\l µ \l
f LL
sin 0 dz
E
~
0 p2 41TLL 0 p2 TILL
K\)µ\)l ~ sin e
E
2
L,v
81T rLLL
K\l µ \) ff
</l e
sin 2 e cos </J
E
L,v
2 2
21T rLLL
i~ ~ E
L,v
{la~ E
L,v
+(
K\lµ\l sin e K\l µ \l sin 2 e
2 2 2 2
41T rLLL 1T rLLL
where d(c)q is the specific energy flux density vector. We do not need to
~\) (
make a distinction between the definition of d c) q for each model because it
~\)
is a properly related to the receiving surface. From Eq. (7) if follows that
Where I d (c)'.!v I 1s
· th e mo d u l us or the spem"fl1c energy fl ux d ens1·ty vect or.
dA cos 0
dw r r ( 9)
=
e 2
p
852 De Bernardez, Clari6, and Cassano
dA cos 8
r r
dw = (10)
e 2
p
In spite of the fact that Iid) q I and I' have different physical
~V V
meanings, they are often confused in the photoreactor engineering litera-
ture. In a diactinic medium while I~ remains constant, Eq. ( 9) shows that
the modulus of the specific energy flux density vector changes with dis-
tance. Table 1 summarizes the expressions of Eq. ( 9) for each emission
model.
Attenuation Coefficient
The attenuation coefficient is a property of the substance through which
the radiation travels and is related to the process of radiation absorption.
It is defined through a constitutive equation commonly referred to as
Lambert's "law," which can be derived from molecular theory. The con-
stitutive equation states that for an absorbing and homogeneous medium,
the contribution of absorption to the gradient of the specific intensity is
div Ia =
-μ I (11)
dp V V
Equation (11) is valid for any type of emission model with proper use of
the definition of Iv. The left-hand side of Eq. (11) is the directional
derivative of Iv (i.e., the component of the gradient of the scalar function
Iv along the direction of propagation of the ray). Hence Eq. ( 11) may be
rewritten
j • 171 = -μ I (12)
_v vv
Radiation Balance
We shall state the steady-state radiation balance for a nonemitting, non-
dispersing homogeneous control volume (Fig. 7). The difference between
the energy flux density of frequency v impinging on dAr at position p with
direction ( 8, ¢), and the energy flux density of frequency v leaving the
fixed control volume with the same direction, at position p + d p, is due to
the absorption of radiation:
( 13)
(14)
( 15)
( 16)
Finally, considering Eqs. ( 9), ( 14), and ( 16), the steady-state radiation
balance becomes
1 ~ ( 21 id) I) ( 17)
2 dp P ~v
p
(18)
dV
r
( 19)
Finally, introducing the radiation balance ( 17) into Eq. ( 19) , we have
(20)
P
21ct<d) ~v I P
2
Id (d) q I exp
(1p*(8,¢)
- (21)
o _v o pi(e,¢)
In Eq. (21), I d(d)q_v I o is the modulus of the specific energy flux density
vector for a point W(p*,8,¢) at the surface of entrance of radiation to the
0
reactor volume. To evaluate it, assuming no absorption between the source
surface and point W, we use the equations valid for diactinic media, that
is,
21ct<d) ~v I
P
(22)
I
i /
J.,., ,,,.,,.
,., I ,,..,
/ ._,,,,,
--,.~.;--r- -----t--
.... \ / ----1
I ',.j_. .._
I
I I(p*,8 ,tp} ',.._
....
-------1------'....
'
,, i '
i
I
Po
21a<d)
~v o
I (23)
(24)
I'
a \) ,o
e ::: exp (25)
\) 2
p
In Eq. (25), I~,o must be related to the power output of the radiation
source. From Eq. (4) we have
for a diactinic medium. Integrating Eq. ( 26) for the whole range of solid
angles and for the whole extension of the emission source, we obtain the
lamp power output at frequency v:
E
L,v = L fr e e
I'
v ,o
dw
e
a<d)r
e
(27)
E
L,v = I'v,o 4TI r e* ( 28)
856 De Bernardez, Clarid, and Cassano
~ -\- exp (-
p
fp* p* µv dp) (29)
e 0
E
L,v = Iv,o jw cos e
e
dw
e
jr a<d>r
e
(30)
e e
E = I 1rf* ( 31)
L,v v,o e
Finally, we have
E
~
I'
\) ,o
= I
v,o
cos 0
e = 1r r * cos ee ( 32)
e
and
cos ee
~
a
e = ( 33)
\) 2
p
e
The final expressions of e~ valid for diffuse emission for each model can
be found in Table 1, where cos Be has been replaced by the appropriate
expression for each model. Equations (29) and (33) are valid for mono-
chromatic light if we deal with polychromatic radiation, these expressions
must be integrated over the entire frequency spectrum, that is,
( 34)
Table 1 illustrates that for each emission model, the LVREA is a func-
tion of the spatial variables, of the physical properties and geometrical
characteristics of the lamp-reactor system, and some physicochemical proper-
ties of the reacting mixture. The LVREA dependence on the geometrical
characteristics of the lamp-reactor system will be studied in detail in the
next section, and it comes from the limits of integration of the LVREA ex-
pression for each emission model. The physical properties of the lamp are
represented by the parameter Kv in the LVREA equations; both are de-
scribed in Table 1 for each model. Finally, the attenuation coefficient µ v
involves the dependence on the physicochemical properties of the reacting
system. This section is devoted to the evaluation of the attenuation coef-
ficient and the local volumetric rate of energy absorption.
Attenuation Coefficient
In the evaluation of this coefficient it is necessary to make a distinction
between homogeneous and heterogeneous media. The latter are encountered
when one attempts to model systems in which gas bubbles are dispersed in
a liquid, or solid particles are incorporated into a gas or liquid phase as
in photocatalytic applications. The distinction arises from the fact that the
presence of heterogeneities introduces unavoidable distortions in the radia-
tion field.
Homogeneous Media
When the medium is homogeneous, the attenuation of radiation changes con-
tinuously. As mentioned before, this variation in the specific intensity due
to absorption inside an elementary volume of homogeneous media may be ex-
pressed by a constitutive equation which involves an attenuation coefficient
µ v. It is a function of the frequency of radiation v and the state variables
such as temperature, composition, and in some cases pressure. The exact
form of the attenuation coefficient function can be determined from the micro-
scopic theory by studying the absorption of a photon by atoms or molecules
exposed to a radiation field. The reader is referred to the specific litera-
ture [e.g., Pai (1966) or Vincenti and Krug·er (1965)].
Macroscopically, the attenuation coefficient is considered to be a linear
function of the concentration of the absorbing species:
= a C
\)
( 35)
Both Eqs. ( 35) and ( 36) are strictly valid for dilute solutions. The
range of validity of these equations can be experimentally tested by study-
ing the variation of µ v with concentration by means of a spectrophotometer.
This type of experiment also allows us to obtain values of the absorption
coefficient necessary to model the attenuation process. On the other hand,
858 De Bernardez, Claric:i, and Cassano
for many chemical compounds, values of the absorption coefficient and the
range of validity of Eqs. (35) and (36) can generally be found in standard
handbooks of physics and chemistry. The absorption characteristics of
many other species and mixtures of different compounds may be found in
specialized publications in the field of spectroscopy. Later we will see an
example of a photochemical reaction with an inorganic complex in which the
characteristics of the absorbing species change with composition and the
data required by Eq. (35) are not available. Instead, the attenuation co-
efficient is evaluated as a function of the composition of the absorbing
medium.
Heterogeneous Media
Since homogeneous systems have been the main objective of the research
performed so far in photochemical reactor analysis, the information available
in the literature about modeling the attenuation in heterogeneous media is
particularly scarce. A critical review about this subject can be found in
Alfano et al. ( 1985). The problem can be approached in two different
ways: (a) by modeling the attenuation process taking into account the
scattering of radiation produced by the heterogeneities, or (b) by using
the existing formulation of homogeneous media with an effective attenuation
coefficient. About the first strategy, it can be ascertained that the use
of a rigorous radiation source model having no adjustable parameters, to-
gether with the complexity provided by the heterogeneities of the medium,
have not yet been attempted. On the other hand, the simplitied method
using an effective attenuation coefficient is appropriate to carry out the
calculation of the rate of radiant energy absorption in heterogeneous sys-
tems with a good degree of approximation. Based on these considerations,
if one attempts to design and /or analyze an industrial photochemical reactor,
the second strategy must be followed for the time being.
At present, several correlations have been proposed to evaluate the
effective attenuation coefficient in gas-liquid dispersions. Among them, we
can particularly mention two:
1. The first one, proposed by Otake et al. ( 1981), is a simple empiri-
cal expression which accounts for the absorption effects produced by the
liquid phase and the reflection, refraction, and transmission effects pro-
voked by the gaseous phase. Considering that the latter are proportional
to the specific surface area (a~) , µeff, v may be represented by the follow-
ing correlation :
( 38)
μ
e ff ,V = μ
V
(1 + hi:: g )
and
( 39)
= (40)
for monochromatic radiation for each point I (r1 , s1 , z1) inside the reactor
volume. In Eq. ( 40) the modulus of the energy flux density vector I q I
-V
represents the energy flux arriving from all directions in space and from
the whole volume of the lamp; µ v is the attenuation coefficient, which is a
function of the concentration of the absor.):)ing species at point I.
Figure 8 illustrates the attenuation process undergone by each radiation
bundle before reaching point I inside the reactor volume. To evaluate
I q_v I at point I, every direction ( 0, <P) must be considered. For each direc-
tion ( 0, <P) in the most general case, the ray travels from the emission
source without changing its specific intensity until it reaches the reactor
wall, represented by point W(p*,0,<P) in Fig. 8. In the trajectory between
0
W(p~,0,<P) and l(p*,0,<P) of Fig. 8, the specific intensity changes due to
absorption. This change is represented by the exponential factor
~f
p*(S,</J) )
exp - µ dp' ( 41)
p~(0,</J) V
in the expression of I q~V I for each model. Due to the concentration de-
pendence of the attenuation coefficient, the modulus of the radiation flux
density vector, and hence the LVREA, becomes a functional of the con-
centration field inside the reactor. This functional characteristic of the
LVREA makes the problem of modeling a photochemical reactor more complex
than expected. The complexity is due to the coupling between the radia-
tion field evaluation and the resolution of the mass balance equations. The
860 De Bernardez, Claria and Cassano
of the reaction at each point I depends on the local value of the LVREA,
but the LVREA value is a function of the extent of the reaction reached at
all points in space through which every ray arriving at point I has pre-
viously traveled.
There are some special situations where this complexity is reduced.
Working with a perfectly mixed reactor, the absence of stable species con-
centration gradients inside the reactor volume makes the attenuation co-
efficient uniform in space. In this case the LVREA is no longer a function
of the concentration field but is still spatially dependent through its de-
pendence with I q I.
~\)
This condition may also be attained by working with a photosensitized
reaction independently of the mixing conditions in the reactor. In this
special kind of reaction, the absorbing species does not change its concen-
tration (i.e., it is not consumed). In this case, due to the spatial and
temporal uniformity of the concentration field of the absorbing species, the
link "progress of the reaction attenuation of radiation" is destroyed. In
the liquid phase, photosensitized reactions generally involve large con-
jugate molecules such as benzophenone. In gas-phase work, sulfur dioxide ,
benzene, and other organic molecules are used. In addition, metal vapors
have been particularly useful in gas-phase photosensitized reactions, such
as Na, Zn, Cd, and Hg, of which the latter has been applied most
extensively.
Another situation where the degree of complexity is lessened is in the
modeling of black body reactors. In this type of reactor, almost all the
absorption of radiation occurs in a thin layer close to the entrance of light.
This characteristic may be attained by working with a strongly absorbing
medium. In this case the attenuation can be modeled as occurring on the
reactor wall (i.e. , at the "black" surface). Consequently, the evaluation
of the radiant field is reduced to estimate the energy flux density on the
reactor wall.
<I> cannot be measured easily; to determine its value we must gain informa-
tion about the relative rates of the other possibilities more likely involved
in the primary process (recombination, physical quenching, etc.). Some-
times, these rates may be obtained by inspection of the absorption spectrum.
Then we may be able to estimate the value of <I> . To illustrate this we can
consider the photochemical dissociation of chlorine molecules: referring to
the potential curves for chlorine (Herzberg, 1950), the inequivocally show
Analysis and Design of Photoreactors 861
that upper states are unstable and the molecule dissociates very rapidly.
Then this process will predominate over all others and we can surely say
that, almost independently of the frequency considered, <i> = 1. Following
the statement of the second photochemical law (Turro, 1967), the maximum
possible value of <i> is unity; therefore, for the great majority of cases its
value may be taken as unity.
In addition, we may use the overall quantum yield as
This property will generally give an indication of the nature of the reaction
mechanism. If <i>ov is large, a chain mechanism is indicated; if it is small,
either deactivation or recombination is suggested, although other possibilities
must not be overlooked. It can clearly be seen that while <i> can never be
larger than unity, <i> ov can attain very large values. (Depending on the
chain length , it can be as large as 106. )
Expressions for the LVREA for different emission models were presented
earlier. There we mentioned that the integration limits will depend on the
geometrical configuration of the lamp-reactor system and, perhaps, the re-
flector. They constitute the major complexity in the evaluation of the radia-
tion field. For the three types of reactors described earlier, they will be
derived applying the VEES and the SELS models. The SEES model requires
the same equations for the lamp limiting values as the VEES model, with the
exception of the p coordinate, which need not be integrated because the
emission is produced by the surface of the lamp only. The final equations
for the LVREA and I q I also differ in the value of the characteristic con-
~\)
The modulus of the radiation flux density vector at any point in the
reacting space, I(r, S, z), is the energy flux arriving from all directions in
space and from the whole extension of the lamp. It can be obtained after
integration of
I qi ( 42)
The problem that will always be present along this section is centered on
the complexity of the limits for the integrals of Eq. ( 42).
862 De Bernardez, Clari6, and Cassano
Annular Photoreactor
VEES Model
In this case Eq. ( 42) is written as follows (see Table 1):
pi(8,¢)
µ ( 43)
To obtain the integration limits, one starts from the point of reception
I(r,13,z) and investigates all the arriving rays with directions (8,¢). One
must find those that intersect the boundaries of the surface of the cylinder
representing the lamp (Fig. 9).
The limits for variable p are the intersections of this coordinate with
the front and rear parts of the lamp in any 8, ¢ direction:
2 2 2 2) 1 /2
r cos ¢ ± (r cos ¢ r + rL
( 44)
sin 8
The limits for variable 8 are obtained considering that the limiting rays
coming from the lamp and reaching the generic point (r, 13, z) must satisfy
two restrictive conditions: (a) a ray limits the 8 angle when its equation
has a common solution with the equation of the circumference that defines
the nonemitting zones at the upper and lower parts of the lamp; and (b)
the ray will be a limit when the common solution above corresponds to the
intersection of the ray with that portion of the circumference which, limited
by two generatrix lines corresponding to the ¢ limiting angles, is closer to
the generic point (r, 13, z). The second condition is needed because for
any plane at constant ¢, there are two 8 angles that satisfy the first re-
striction for both the upper and lower boundaries (Fig. 10).
p = ( 46)
1
864 De Bernardez, Clari6., and Cassano
IRRADIATED
VOLUME
I 1r,/3,z>
s R
(a) (b)
With Eq. ( 44) and since ¢ can take values only in the closed interval
[-rr /2,rr/2],
( 2 2) 1 /2
-1 r - rL
- ¢ 1 = ¢ 2 = cos r ( 47)
µ dp)
( 48)
SELS Model
In this case Eq. (42) becomes (see Table 1):
I~ I = K i LL d
-1p exp
~- f P*(8) µ dp'
) ( 49)
o p*(S)
0
Let us call
p( 8) cos 8 = r ( 50)
p( 8) sin 8 = z ( 51)
Then we have
dz d8
= ( 52)
2 r
p
Analysis and Design of Photoreactors 865
and finally ,
~-f
p*( 8)
d8 exp ( 53)
p*( 8)
0
where 81 and 82 can be obtained from Eqs. (44) and (45), making rL = 0
and <jJ = O. Again, a more rigorous approach should consider the reactor
wedges (see Fig. lla), as it was mentioned when the VEES model was
discussed.
VEES Model
Direct Radiation: For this case, the limits of integration for variable
p may be obtained in a similar way as for the annular reactor. The results
are (see Fig. 12)
(55)
(56)
2 2 . 2 1 /2
_ 1 b. cos <P - (rL - b. sm <f>)
= tan (57)
(l/2)(LRf - LL) - 1';1
. -1 rL
<P = sin - ( 58)
1 b.
(59)
20,_ _ _
1
i-7- ~-
i l/2(LRf+LL) I I
-l - -·-·- LR LR,
i
--iii.
I
For direct radiation the final expression after integration of Eq. ( 43) is :
(60)
( 62)
( 64)
d8 exp ( - JPi<e,cp)
p*(8,¢)
µ
(65)
where the attenuation of the radiant beams at the mirror surface was
taken into account using the reflection coefficient of the elliptical mirror
fRf·
Indirect Radiation with Two or More Reflections: As explained earlier,
the mathematical analysis is accomplished by considering the broken trajec-
tories of the rays arriving at the reaction surface after more than one
reflection. The derivation will not be presented here. Details may be
found in Cerda et al. ( 1977).
Asymmetries: An additional problem with this system is originated by
the azimuthal asymmetry. This is due to the overlapping of two effects:
the arrival of direct radiation (only on the points situated in front of the
lamp) and the existence of umbra and penumbra zones, giving rise to non-
uniformities in the indirect radiation. When the characteristics of the re-
actor generate important asymmetries, the addition of angular terms to the
mass balances transforms all problems from two- to three-dimensional.
A previous work (De Bernardez and Cassano, 1982) showed that for
this system the uniform angular distribution will be obtained only if one
works with a reactor diameter /lamp diameter ratio lower than O. 5 and with
an eccentricity as low as possible (about 0. 4). If one wishes to work with
higher eccentricities, the reactor diameter /lamp diameter ratio should be
lower than O. 2. It is recommended that values of the distance between
focuses of the ellipse be as large as possible.
SELS Model
The limits in the 8 coordinate can be obtained from Eqs. ( 56) and ( 57),
making ¢ = 0 and rL = 0.
Analysis and Design of Photoreactors 869
.-----2c---~
Indirect Radiation with Only One Reflection: All reflected rays must
lie on planes that also contain the reactor axis. A ray which after reflec-
tion reaches the reactor centerline may be projected on a plane that goes
through the point of emission and is perpendicular to the lamp axis. The
length of this projection is equal to 2a (Fig. 14).
Each one of these planes allows us to define a circumference con-
structed with the locus of all the end points of rectified rays (Fig. 15).
This can be done in this way because the reflector is a cylinder and the
lamp is assumed to be a line parallel to the generatrix line of the mirror.
This circumference may be repeated for each point of emission of the lamp,
giving rise to a cylinder of circular cross section of radius equal to 2a.
This cylinder may be thought like a virtual surface of emission that acts
as a substitute for the linear lamp. Taking a planar cross section going
through the reactor focal axis of the elliptical cylinder, we finally obtain
a situation like the one depicted in Fig. 16. Points such as those
C
D
\ I
\ I
\\ I
B \ /
' \ I
', \ I
I
', \ I
: ..~ i - - - - - 2 0 - - - ~
/ I \
// I \
/// I \
G I \
I \
I \
I \
I \
E
F
I 1
l
I I
LL
2a
I
I
I
2a
J
FIGURE 16 Limiting angles for the 8 coordinate.
2a
-.--
Sln 8
cos 8 = 2a cot e ( 67)
The key point, as in any emission model, is to know the limits of the
8 angles (i.e. , out of all those 8 directions arriving at the reactor axis
which are really coming out of the "line" source). If the ray effectively
comes out of the lamp (i.e. , if it is a direction that transports energy),
its projection given by Eq. ( 67) must lie within the lamp longitudinal dimen-
sions. This allows us to define the limiting angles for e in the following
manner:
2a - r
-1 I
e1 = tan (1/2)(LRf + LL) - ( 68)
r,:I
2a - r
e2 = tan -1 I
(1/2)(LRf - LL) -
( 69)
r,:I
2a + r 1
03 = tan --1 ( 70)
(1/2)(LRf + LL) - r,: I
2a + r 1
8
4
= tan -1 (1/2)(LRf - LL) - (71)
r,:I
VEES Model
Direct Radiation: For this case, the limits of integration may be ob-
tained in a similar way as for the annular and elliptical reactors. The
results are
where
111 = Y1 + 1 - a ( 73)
p'
-1 1
01 ( <P) = tan (75)
LL/2 + z1
p'
-1 1
02(<1>) = tan - (76)
LL/2 + z1
P1 = - 11 1 sin <P - 11 2 cos <P [ri - (11 2 sin <P - 11 1 cos <1>) 21112 1
(77)
The limits for <P are obtained from the solution of the implicit equation
(79)
x exp - (f P*(0,<j))
µ dp')
p6(0,<j))
cos l; = (83)
where
(84)
(85)
-2a (87)
G =
xp + b. 2
2 2 . 2 1/2
-l Pi + D cos l; - (rL - D sm l;)
= tan ---------------- (88)
LL/2 - z1
2 2 . 2"")1/2
-l Pi + D cos l; - (rL - D sin "'
= tan - ---------------- (89)
LL/2 + z1
and
To obtain the limits for the <P variable, we must solve (as in the case
of the elliptical photoreactor) the following implicit equation:
( 91)
SELS Model
Direct Radiation: The expression for this case is the same as the one
given for the annular reactor, but replacing r by D. with D. given by
(92)
The limits in the e coordinate can be obtained from Eqs. (75) and (76)
making r L = 0 and
'P1
X
''
''
'
'' t
a
I gI = Kf Rf
102 1
de p' + p'
I E
~ r•(e)
exp -
p*( 0)
µ dp) (94)
el 0
where
p' + p'
-1 I E
01 = tan (95)
LL/2 - z1
p' + p'
-1 I E ( 96)
02 = tan
LL /2 + ZI
4a(Li 1 +a) Li 2
2 (97)
p' =
I 4a
abd
.
60
'· '·'·
'·....... '·Ill
40
.·-·-.• -·,
...............
.......
30 LR=30 cm
% Cl2= 2
% EtH = 4
20 - - SELS Model
-· -· VEES Model
10
0
/200 /600 2000
Even though there exist conditions where this approximation is not good, it
can be safely used for most engineering purposes (see Claria et al., 1986b).
Table 3 shows experimental verifications performed in a system which
has a cylindrical reflector of parabolic cross section under the following
experimental conditions: measurements of total and only direct radiation
were performed with a precise thermopile; and they were done with the
radiation probe receiving the sum of both direct and indirect radiation and
with the same sensing device but the reflector covered with a copper sheet
completely masked with carbon deposition. The data were obtained for dif-
ferent positions in space and the results compared with predictions made
the SELS model and the VEES model. In all cases previsions were taken in
the computation of the radiation field to account for the orientation and
finite size of the sensor (thermopile). Clearly, in cases like this, the linear
models are useless. [The details may be found in Alfano et al. (1984),]
Without going into the details of the theoretical proof of this inability
of the linear models to predict reflected radiation, let us explain the
reasons in an intuitive way. When the tubular lamp is placed parallel to
the generatrix straight line of the cylindrical reflector and it is modeled as
a straight line, the source does not "recognize" the curvature of the reflect-
ing surface. Hence the concentrating effect of the curved mirror, be it
elliptical or parabolic, cannot be predicted.
Analysis and Design of Photoreactors 877
rR = 0.2 cm
¾Xox LR= 12 cm
cgx = 2.63 10- 3 M
\
/0
~
·,..........
-~.
--::..-._ ·---·-·-
0 L.=:::::::=:=""""'---'---....1----'-
o 40 80 /20 /60
Q (cm 3 min- 1 )
I gl D x 10 7 (einstein/cm 2 •s)
Prediction of Prediction of
Cylindrical SELS model VEES model Experimental
coordinate (%) (%) values (%)
For the photoreactor design problem stated earlier, all the theory has now
been developed. In this section we show how it is possible to perform the
design of a photoreactor. To do so, we have chosen four applications.
The first deals with the design of an annular photoreactor with simple
kinetics. The methodology is applied to a bench-scale reactor and the
Analysis and Design of Photoreactors 879
clC
OX
v-z ' == 0 (100)
clr
880 De Bernardez, Claria, and Cassano
ac
ox
r = rou' v-z ' = 0 (101)
ar
and
V-r, z = 0, C = co (102)
OX ox
1 - (r/r. ) 2 + [(1 -
1n
/ln(l/x)] ln(r/r. )
1n
x2>
v (r) = 2<v> - - - - - - - - - - - - - - - - - - (103)
z 1 + x2 - [(1 - x2)/ln(l/x)1
where x = rinlrou·
Finally, to solve the mass balance equation, we need an expression for
the reaction rate rlox· We know that n0 x can be expressed by
n = -cp ea (104)
ox ov
2+ 2+
00 2 + H2c 2o 4 + hv - 00 2 +CO 2 + CO+ H 20
2+ 2+
00 2 + H 2cp 4 + hv - - - 00 2 + co 2 + HCOOH
It is then clear that the reactor can be safely modeled as operating with
monochromatic radiation.
The chemical nature of the absorbing species changes with the com-
position of the solution. However, a useful data for solving the modeling
problem would be a plot of the attenuation coefficient versus the oxalic
acid concentration, at constant uranyl ion concentration (Fig. 22). The
Analysis and Design of Photoreactors 881
0
0 2 4 6
Cox (mole cm- 3 l x 108
plot shows that the attenuation coefficient is not a linear function of the
oxalic acid concentration, which agrees with the fact that the oxalic acid
is not the actual absorbing species. The experimental data were fitted to
give an analytical expression for the concentration dependence of the attenu-
ation coefficient :
2.362 + 3.372 x 10 6c
-1
µ (cm ) = 9. 582 x 10 11c 2
OX ox
(105)
+ l, 286 X 10 17c 3 - 6,527 X 10 21 c 4
ox OX
The oxalic acid mass balance represented by Eq. ( 99) to ( 102) cannot
be solved analytically. Any of the numerical methods recommended for
parabolic differential equations can be used, combined with an appropriate
integration technique (Gauss, Simpson, etc.) for calculating ea.
Since the GE G 15T 8 is a nonfluorescent ultraviolet arc lamp, the ap-
propriate model to describe the radiation field inside the reactor is the
VEES model with isotropic emission. However, as pointed out earlier, the
SELS model can also be used as a good approximation to predict the radia-
tion field inside an annular reactor because only direct radiation is present.
Using the SELS model with isotropic emission, the computing time required
to evaluate the LVREA is lessened.
Either with the VEES model or with the SELS model the solution strategy
must account for the functional characteristics of the LVREA (i.e. , in order
to evaluate it we need to know the oxalic acid concentration field inside the
whole reactor volume). Generally, the numerical procedure follows the
direction of the flow; in this case, when solving each point, we should com-
pute bundles of radiation traveling through regions already calculated (up-
stream section) together with bundles coming from regions whose concentra-
tion field has not been calculated yet (downstream section). Then, to solve
the problem, we must follow an iterative scheme, until reaching a "steady-
state" oxalic acid concentration field. Finally, after finding the "steady-
state" concentration field, we estimate the oxalic acid exit conversion as
follows:
<c ox >
X 1 - co (106a)
OX
ox
where
50
¾Xox
25
0
0 /00 200 300 400
a
Cl 2 ~ 2Cl• Initiation
k 2
-
Cl• + EtH _£_ CIH + Et•
k
p-2
Propagation steps
k 3
Cl + Et• _E_____ ClEt + Cl•
2 ~
p-3
k
Cl• + Cl• + M _!!__ Cl 2 + M
k
Cl• + Et • ~ ClEt Homogeneous termination steps
kt6
Et• + Et• - c 4H 10
The authors also reported that heterogeneous termination reactions (at the
wall) may be safely neglected. This was also precisely shown by Claria
et al. ( 1985a).
Under these conditions, eight species are present, which will be identi-
fied , for simplicity, in the following manner:
Number 1 2 3 4 5 6 7 8
2
vz<r) = 2<v> [1 ( :R) ] (107)
Neglecting thermal effects, we only need the radiation balance for the
LVREA and the mass balance equations. They will be derived under the
Analysis and Design of Photoreactors 885
( 108)
with
z = 0, ¥-r ' C. = C? ( 108a)
1 1
ac.
1
¥-z ' r = 0, = 0 (108b)
ar
ac.
1
¥- r = rR' = 0 ( 108c)
z' ar
ac.
D _J = ( 108c')
¥-z ' jm ar
where the summation must include all the heterogeneous steps where
species j participates; Qh is the rate of the h heterogeneous termination
step and Vjh is the stoichiometric coefficient of species j in the h hetero-
geneous step.
In Eq. (108) for the eight homogeneous steps included in the reaction
mechanism we have
r=8
Q.
1 = L V. Q
1r r
(109)
r=l
2 ( 116)
S17 = kt6C5
These two algebraic equations are still coupled with the mass balance
equations through the reaction rate term. In addition, Eq. ( 110) and ( 111)
clearly show the coupling of the mass balance equations with the radiation
balance through the rate of the activation step.
Since a curved reflecting surface is present, extense models (VEES
or SEES) must necessarily be used. On the other hand, the GE G30T 8 is
a nonfluorescent ultraviolet (UV) arc lamp, so the appropriate model to
describe the emission process is the VEES with isotropic emission.
The reacting system is homogeneous (gas phase) and chlorine is the
only absorbing species in the wavelength of lamp the emission of the lamp.
Hence
= a
V
c1 I q
-V
I (118)
(119)
Since the total energy flux density vector results from the contribu-
tions of direct and indirect radiation (the latter with one or more reflec-
tions), in Eq. (119) we have
2200-2400
2400-2600 8.34 174.20
2600-2800 0.01 0.226
2800-2900 0.02 o. 476
2900-3000 0.03 0.739
3000-3100 0.02 o. 510
3100-3200 0.16 4. 211
3200-3400 0.01 0.276
3400-3600 0.01 0.292
3600-3800 0.17 5.255
3800-4000 0.01 0.326
4000-5000 0.66 24.814
5000-6000 0.33 15.164
6000-7000
(121)
X f \)=co dv E a,
L,v v exp ( - f p*(0,<jl)
a,VCl dp'
)
d
V
E
L,V
a
V
exp - (f P*(S,cj>}
(123)
pi(<P' 6)
av exp -
(
f ice, <P >
P
P*(6,cj>}
a" c 1 dp'
)
(124)
= f "2=500oA
dA E a
(
exp -
p*(0,<P)
a C d p'
)
(125)
"1=2200A L,>. " ~~(0,<P) " 1
In Eq. ( 125) the wavelength interval has been reduced to the region
in which we simultaneously have significant absorption by chlorine and
emission from the lamp (see Tables 4 and 5). Furthermore, considering
that the absorption by choroine is continuous (Herzberg, 1950) and the
lamp emission is discrete in very well defined lines, Eq. ( 125) can be written
lQ- 3 3
[ aCl ] Jl,n x 10-
X
[aCl ] Jl,n
"(A) 2
(cm 2 /mol) "
(A)
2
(cm 2 /mol)
J
n
( p*(8,¢)
A = L J d;,_ EL .cS (;,_ - A.)o:. exp -
,1 1 1 p6(8,¢)
dp' c\Cl) (126)
i=l
f
n
( p*( 8, ¢) )
= L EL .o:. exp -
,1 1 *( B ¢)
Po '
dp' o:.c 1
1
( 127)
i=l
where n are all the lamp spectral lines of emission and the summation must
be taken over all the n values were o:i i- 0. cS is the Dirac function; EL ,i
and o:i are the values of EL and o: at A = Ai. In going from Eq. ( 126)
to Eq. ( 127) we have made
c 0 - <c >
1 1
( 129)
X
co
1
and the value of <C1> may be obtained as it was illustrated in the pre-
ceding application [Eq. (106b)].
Claria et al. (1985a,b) solved this system and compared the predicted
values with experimental results obtained in a bench-scale reactor. Some
of their results are shown in Figs. 25 and 26, where the incidence of the
feed composition upon the chlorine conversion is analyzed.
Considering that no adjustable parameters have been used and the
values of < r R?,
<TR>, and EL, v are taken from the specifications provided
by the manufacturing companies, we think that the results are extremely
good.
+..
I ', z
. '
I '
I
i
'''
i ''
i ''
'
i
I
i
i
I
i
i
i
r
80
Re = 600
% EtH
%X --=2
% CL 2
60
40
890
Analysis and Design of Photoreactors 891
80
Re= 600
% Cl 2 = 3
%X
60
40
20 L------'-------'-------'-------
0 2 4 6
% EtH
( 130)
1. Diffusion of chlorine from the bulk of the gas phase to the inter-
face, where physical equilibrium is assumed
2. Diffusion of chlorine from the interface to the bulk of the liquid
phase
3. Chemical reaction within the liquid phase
It is useful to point out here that the chemical reaction proceeds through
through a chain mechanism; hence not only are stable species present but
highly reactive intermediates as well. Since the liquid phase is considered
to be perfectly stirred, we can visualize the following mixing characteristics:
Cl• N2
1 2 3 4 5 6 7 8 9
(131)
and
t
re =--------
if
- 10s (132)
n1cc 1 , x = x )
~ ~max
where we have estimated trc at the interface conditions and in the spatial
position where ea is maximum.
Analysis and Design of Photoreactors 893
This means that the reaction is slow compared with the diffusional
rate. This physical situation was characterized in the literature as the
slow reaction regime (Astarita, 1967) and in this case
k = k0 (133)
L L
That is, the mass transfer with chemical reaction coefficient is equal to the
physical mass transfer absorption coefficient and hence independent of the
spatial position.
The chlorine absorption rate is
N = k 0 (Cif - C ) = (134)
1 Lav 1 1
where
1
=- - = effective diffusion time (135)
k0 a
L V
F0 - F = N V = k 0 avV(Ci1f (136)
1 1 1 L
= ( 137a)
if
if pl
C =- = (137b)
1 H
894 De Bernardez, Clarid, and Cassano
= ½{(F°;d + ~ + cJ-
yOFOt ) 1/2}
_ 4 ~ (C + 1 ed (138)
H 1 V
Finally, the mass balance equations in the bulk of the liquid phase are
dC 1 (t)
( 139a)
dt
dCi (t)
= <n.(x,t)>(t) i = 2, • • • , 5 (139b)
dt I -
aC.(x,t)
J - - j = 6, 7, 8 (139c)
at - nj(!_,t)
where we have considered perfect mixing for the stable species and non -
mixing for the highly reactive intermediate species.
The system of represented by Eqs. (139) must be solved· together with
the following initial conditions:
C.(0) = 0 j = 6, 7, 8 (140b)
]
a
c1 2 ~ 2Cl• (141a)
Propagation:
k2
-c HCI • (141b)
k' 2 4
2
( 141c)
k4
C 2HC1 5 + Cl• - C Cl • + HCI (141d)
~ 2 5
4
(141e)
Analysis and Design of Photoreactors 895
Termination:
k6
2Cl• - Cl 2 (141f)
(141g)
(141h)
( 141i)
klO
Cl• + C 2c1 5 - products (141j)
(141k)
(142)
(143)
(144)
(145)
(146)
n=n=n=o
6 7 8
(147)
and
(148)
k4C3 + k5C 4
(149)
k:f5 + k5Cl
896 De Bernardez, Clarid, and Cassano
( 150)
+ Cl 2
A B -HCl C
where the first path (A ➔ B) is an addition reaction and the second path
(B ➔ C) is a substitution reaction. It is known that the characteristic
time for both reactions should be different, that is, tA➔ B << tB ➔ C' Under
this condition it would be possible to obtain high selectivity values for the
intermediate product B (C2HCl5), as it is observed in homogeneous con-
secutive reactions. However, with single-phase systems, only· in exceptional
situations could we expect to achieve 100% selectivity. In a heterogeneous
medium it is possible to improve selectivity by operating on the process con-
ditions so as to change the rate-controlling step as follows.
Let tA ➔ B be the characteristic reaction time for the kinetic path A ➔ B,
and tB ➔ C be the one corresponding to the path B ➔ C. Let ted be the
effective diffusion time calculated as (kL8v) - l and trnf the characteristic
diffusion time estimated with Eq. ( 131). Under the slow reaction regime
(tDif << tA➔ B << tB ➔ C), the following possibilities are present (Astarita
et al. , 1983) :
1. ted << tA➔ B << tB ➔ C' Both reactions are under the kinetic sub-
regime and the overall expected behavior would be similar to that
observed in the homogeneous system A ➔ B ➔ C.
2. tA➔ B << ted << tB ➔ C. The first path A + B is under the diffu-
sional subregime while the second is under the kinetic subregime.
In this case it would be possible to obtain 100% selectivity of C2HCl5
with almost 100% conversion of C 2HCl3 because in practical terms
reactions A + B and B + C do not take place simultaneously.
3. tA+B << tB+C << tea· Both paths are under the diffusional sub-
regime. However, for the reacting system under analysis and the
type of reactor being modeled (perfectly mixed stirred tank reactor),
condition ( 3) cannot be practically achieved. Hence this situation
will not be analyzed here.
Analysis and Design of Photoreactors 897
...0 /.0
.
..,........
.
I
E
u
0
E
Figure 27 shows an example obtained for the case in which the reaction
is conducted using 86% of nitrogen in the feed. Since the first reaction is
in the diffusional subregime the good correspondence between computed and
experimental values only indicates that the mass flow rates of reactant gases
have been properly modeled and the energy input to the reactor is suf-
ficient. In the second reaction we known that it is kinetically controlled
and the agreement must be ascribed to the quality of the radiation field
prediction as well as the kinetics and reactor modeling. It can be observed
that C2HCl5 selectivity is always 100% until almost all C2HCl3 has been con-
sumed (t = 90 min); then C2HCl5 concentration goes down because the sub-
stitution reaction (C2HCl5 + Cl2 + C2Cl5 + HCl) becomes significant. For
this particular reactor- source-reflector configuration , condition 2 is certainly
fulfilled and, in practice, both reaction paths A + B and B + C do not
take place simultaneously. Stopping the reaction at t = 90 min (by turning
off the lamp), it is possible to transform all the C2HCl3 initially present in
the liquid phase into C2HCl5 only. Figure 28 shows the results for the
case in which 60% of nitrogen is used in the feed. Similar conclusions can
be drawn from the selectivity and conversion viewpoints. However, the time
necessary to achieve 100% C2HCl5 selectivity together with almost 100%
C2HCl3 conversion has been reduced to 35 min.
These results clearly show that it is possible to achieve 100% selectivity
for the intermediate species together with almost 100% conversion of C2HCl3
and that the presence of nitrogen does not affect the final product distribu-
tion, but the time needed to reach a given value of conversion. The time
of reaction can be sharply reduced by using pure chlorine in the feed but,
obviously, it is possible that under such conditions the reaction control
will be much more difficult.
Analysis and Design of Photoreactors 899
•
st
0
,c
,-..._
"''e
u
.,
0
----
E
u 05
0.0
•
"----..l.-""""4~--------....1:1--...i
0.0 20 40 60 80 100
t (min)
out the final design using a reliable (but more complex) model. The simple
model should have the following characteristics:
Propagation steps:
( 152)
3
CH 3 • + Cl 2 ~ CH 3Cl + Cl• (153)
4
CH 3Cl + Cl· ~ CH 2Cl• + HCl (154)
. 5
CH 2Cl• + Cl 2 ~ CH 2c1 2 + Cl• (155)
6
CH 2c1 2 + Cl• ~ CHC1 2 • + HCl ( 156)
7
CHC1 2 • + Cl 2 ~ CHC1 2 + Cl• ( 157)
8
CHC1 3 + Cl• ~ CC1 3 • + HCl ( 158)
(159)
10
CH 3 • + Cl• - CH 3c1 (160)
11
CH 2Cl• - CH 2c1 2 (161)
12
CHC1 2 • + Cl· - - - - CHC1 3 (162)
14
Cl•+ Cl• - Cl 2 (164)
15
CH 3 ° + CH 3 ° ---- CH 3 - CH 3 (165)
CH 3 • + CH 2Cl• ~ CH 3 (166)
18
CH 3 • + cc1 3 • - CH 3 -- CC1 3 (168)
21
CH 2Cl• + CC1 3 ° - CH 2Cl - CC1 3 (171)
23
CHC1 2 • + CC1 3 • - CHC1 2 - CC1 3 ( 173)
24
CC1 3 • + CC1 3 • - CC1 3 - CC1 3 (174)
25
CH 3 • + wall - products (175)
26
CH 2Cl• + wall - products ( 176)
27
CHC1 2 • + wall - products ( 177)
28
CC1 3 • + wall - products (178)
29
Cl• + wall - - products (179)
R-4
CHC13 + Cl 2 ~ CC1 4 + HCl ( 183)
( 184)
( 185)
( 186)
(187)
CC1 4 HCl N2
1 2 3 4 5 6 7 8
k2C2 + k3C3
( 188)
Kl= k:f 7 + k3Cl
k4C3 + kfp 4
( 189)
K2 = k4C7 + k5Cl
Analysis and Design of Photoreactors 903
k6c4 + k;Fs
( 190)
k6C7 + k7Cl
k8C5+ k9C6
( 191)
k8C7 + k9Cl
and
( 192)
and
C = (C 1 • • • C 7 ? ( 194)
with
i = 1, • . • , 7 ( 195)
where
4
n.l =
I:
j=l
v .. n.
l] ]
( 196)
~ ~----------~~
Icr,/3,z >
i--,t------t--
~~---------~~-~
S R
FIGURE 29 Schematic representation of the attenuation process for the
PELS model.
Analysis and Design of Photoreactors 905
Rigorous Model
For the final computation the model was perfected by incorporating the
following improvements:
Design Problem
Although production is generally the goal of an optimal design, when deal-
ing with consecutive reactions, the recommended criterion is selectivity.
However, in order to decrease the cost of the product separation it may
be advisable to operate the reactor with maximum conversion for at least
one of the reactants.
A suitable strategy for solving the design problem consists in stating
an optimization programme in which the independent variables are the de-
sign parameters and the objective function results from a combination of
both criteria: selectivity and conversion.
The design problem, which is described by Eqs. (193) to ( 196), initially
has the following degrees of freedom: inlet composition, c'i, c 2,
and Cg;
volumetric flow rate, Q; inner and outer reactor radiuses, rh1 and r 0 u;
reactor length, LR; and lamp characteristics: radius, length, power out-
put, and spectral distribution of its power output,
However,. only some of these variables are appropriate to perform an
optimization problem. Although they are extremely important in the design
of a photochemical reactor, the emission system characteristics cannot be
varied continuously because only a limited number of lamp types are avail-
able in the market. Hence, in spite of the fact that the parameters related
to the lamp enter into the mass balance equations, they cannot be used as
optimization variables. Nevertheless, the problem may be solved for differ-
ent lamps in order to select the most appropriate one. On the other hand,
operating conditions and geometrical characteristics of the reactor can be
continuously varied. Thus they can be included in the optimization.
Operating the reactor at constant pressure and temperature, the total
inlet concentration is constant. Hence
c1
0 + c2 +
0 C0
8
= C 0 = constant
and the total number of independent variables is reduced. At the same time,
one could set an upper limit to the chlorine inlet fraction:. for example,
not greater than 50% to avoid excessive heating. Thus if we adopt a con-
stant chlorine inlet concentration,
c1 = o. sc 0
Maximize S. = i = 3, . • . , 6 ( 197)
1
Subject to
where
S.1 = selectivity of the desired chloromethane derivative
<Ci(LR)> = average exit concentration of species i calculated with
Eq. (106b)
V = independent variable array (Q, r
OU
, etc.)
a = lower bound for the independent variable array
b = upper bound for the independent variable array
XJ!, = !!,-reactant conversion
p J!, = minimum permissible value for !!,-reactant conversion
C = chloromethane concentration array
t = array that accounts for the fixed design and operating
parameters (temperature, pressure, rin, C0 , lamp
characteristics, etc . )
Maximize ( 201)
subject to
( 202a)
X ~ 0 ( 202d)
1
X ~ 0.995 ( 202e)
2
and
k = 1, . . . , 7 ( 203)
and t includes
P = 101.3 kPa ( 204a)
T = 363 K ( 204b)
C0 = 33.6 mol/m3 ( 204c)
r. = 0.03 m ( 204d)
ln
and lamp data. The upper and lower bounds used in constraints ( 202b)
and ( 202c) are typical values for annular photoreactor operation.
Finally, to complete the required information we must decide about the
characteristics of the lamp. Since methane photochlorination is a chain-type
reaction, it should be expected that low-energy radiation sources would be
required. This statement was corroborated by De Bernardez and Cassano
( 1986), who studied the incidence of lamp parameters on selectivity and
conversion in methane photochlorination. The authors found that the re-
action can be carried out using sources of low-energy output such as
germicidal or black-light lamps. Both types of lamps represent a very
attractive solution from an economic point of view. In addition, they are
available in the market in a variety of sizes and output powers. To illus-
trate the lamp selection procedure, we will solve the optimization problem
for two different sources which are amenable to comparison:
908 De Bernardez, Claria, and Cassano
Both lamps have identical values of energy input and length, but the
output power and spectral distribution are different. The germicidal lamp
emits at a wavelength range where chlorine absorption is poor ( see Table
5), while the emission of the black lamp falls in a wavelength range where
the absorption by chlorine is significantly stronger. Hence a higher re-
actant conversion should be expected when the black light lamp is used.
However, the amount of energy emitted by the germicidal lamp is greater and
consequently there exists the possibility of obtaining a larger product out-
put for the same energy consumption. The final result will show which of
the two characteristics causes a better improvement in conversion. In
other words, we wish to obtain information about the relative s~gnificance
of the quality and the quantity of the energy emitted. Similarly, it is im-
possible to anticipate the effect of both properties (power and spectral dis-
tribution) on chloroform selectivity.
Table 6 summarizes the results of the design problem for ·both lamps.
Due to the characteristics of chlorine light absorption combined with the
spectral distribution of the energy output of both lamps, we can state the
following conclusions:
11.3 3.9
SCH3Cl
s 25.0 18.9
CH 2Cl2
40.4 47.0
SCHC1 3
23.3 30. 2
SCCl4
21.8 60.3
XCl2
89.8 95.8
XCH4
7.4 12.8
PCHCl3
(g/s) X 103
c 2 (mol/m3 ) 1. 32 2.83
r (m) 0.050 0.044
OU 3 5
Q(m /s) x 10 13.0 8.5
Analysis and Design of Photoreactors 909
Table 6 also shows that the minimum permissible value of methane con-
version could not be reached. However, by working with lamps of greater
energy input we can increase the length of the lamp (and that of the re-
actor), the amount of energy per unit length of the lamp, and obviously,
the mean residence time. This possibility could certainly allow one to ful-
fill the required exit conversion.
To increase the total amount of chloroform produced, several reactors
(in parallel) should be used. Other possibilities are the multitube and the
multitube-multilamp reactors.
These results clearly illustrate that a photochemical reactor provides
new variables for optimization. Although reactant feed composition ratio
and mean residence time are still very important parameters, the optical
thickness (combination of absorptivity, characteristic radiation path, and
absorbing species concentration) as well as the output characteristics of
the radiation. source have a significant effect not only in the exit conversion
but also in the overall production and selectivity.
Multilamp Reactor
This reactor (Fig. 31) can be recommended for liquid-phase reactions with
small-to-medium heat transfer requirements, which could be improved by
adding cooling coils inside the vessel. The walls of the tank could have
910 De Bernardez, Claria, and Cassano
Pseudoannular Reactor
This reactor (Fig. 32) is a modified version of an annular photoreactor
with the purpose of increasing its heat transfer possibilities and its capa-
bilities for low and medium operating pressures. It is also very suitable
for reactions that may need medium-to-long mean residence times. It
could equally well be used for gas- or liquid-phase reactions.
Analysis and Design of Photoreactors 911
Multilamp-Multitube Reactor
This reactor (Fig. 33) is perhaps the best arrangement for large-scale
production. The system has good pressure and heat transfer capabilities,
large flexibility regarding energy requirements or optical properties of the
reacting medium, and if there is adequate connection between tubes, good
flexibility to overcome large residence-time requirements. It could not be
used efficiently for multiphase reactions, this limitation being its main
hindrance.
Flat-Plate Reactor
This reactor (Fig. 34) is suitable for reacting media of very high optical
thickness. Its main application could be for decontamination of highly re-
fractory materials to other technologies. In this case the "cleaning" of the
reactor feed (to increase transparency from the optical point of view)
could be infeasible for economic or technical reasons. Hence impurities
will greatly increase the absorption characteristics of "reactants." A re-
duction in the radiation path length would be the only solution and the
flat-plate reactor may be the most practical way to achieve it. Both plates
(upper and bottom parts) should be made with practical provisions for
FIGURE 32
P se ud oa nn ul
ar re ac to r.
FIGURE 33
M ul ti tu be -m ul
ti la m p re ac to
r,
912
Analysis and Design of Photoreactors 913
UNSOLVED PROBLEMS
With regard to photoreactor design, assuming that the reactions are well
known, we recognize several problems where lack of information or reliable
ways of handling them can be observed. The main ones are: modeling
the absorption in heterogeneous systems, dark deposits at the reactor wall
through which the radiation must enter into the reacting space (which re-
duces light transmission and affects yield), and problems related to pres-
surized gas-phase reactors.
Several research groups have made important contributions to the area
of modeling the absorption in heterogeneous media (Otake et al. , 1981;
Yokota et al. , 1981). However, we should point out that the only duly
proved contributions related to the modeling of heterogeneous systems still
require experimentally adjustable parameters. The use of rigorous models
combined with the modeling of the distortions produced by the hetero-
geneities constitutes a particularly attractive problem where additional re-
search work should be performed. These problems have great significance
in the field of photocatalysis where an opaque solid may be present.
The reactions at the wall of the reactor are a serious disadvantage for
the use of photochemical reactors in industrial processes and the main
cause of frequently shutdowns for cleaning routines. It is known that
some of these difficulties have already been overcome by the Toyo Rayon
Co. of Japan in their cyclohexane photonitrosation commercial-scale process.
Some additional work on the subject, proposing novel reactor designs not
yet under the stage of providing results of economic significance, has been
proposed by Lucas ( 1971). The author proposed a "two-zone segregated
reactor" where all deposites are avoided since all secondary reactions after
the initiation step occur in a place different from the one where the radia-
tion is supplied to the system. Nevertheless, appropriate design of the
reactor could provide continuous cleaning by a mechanical scraping of the
wall where the radiation enters the reactor, thus supplying a practical
914 De Bernardez, Claria, and Cassano
solution to the problem. Hopefully, the time will come when fundamental
research on surface chemistry will be able to provide a definite answer.
Since photochemical gas-phase reactors must have at least one quartz
or Pyrex glass wall, there exist some difficulties in working under pressure.
It could be thought as a materials science problem but mainly a challenge
for new reactor designs, which could range from multitubular reactors of
small diameter (often used in industry for heat-release reasons) to the in-
troduction of new technologies such as lasers combined with optical fibers
(see Marinangeli and Ollis, 1977, 1980).
The limiting values for the p coordinate can be obtained as follows (see
Fig. 13). Let S: be the unit vector representing the direction of a ray
that impinges at any point I on the reaction space with direction 0, cp given
by
xp PI sin 0 cos cp
Yp = PI sin 0 sin cp
zp = pl cos 0
where
and
a2 = b 2 cos 2cp + a 2 sm
. 2
cp
h = c + r 1 cos SI (A3)
k = r 1 sin SI
The expression for the unit normal vector to the reflector at point P
can be written as follows:
xp + h . Yp + k
2 1 + j
a b2 ~
txp
~p = (A4)
: h)
2 (yp + k)2] 1/2
3 + 4
b
Analysis and Design of Photoreactors 915
The unit vector :E representing the direction of the ray before reflec-
tion (i.e., emerging from the lamp) can be obtained from the law of reflec-
tion:
(A5)
~p X : E = ~p X : I
where
2
<PE=
t an -1 (m - 1) sin <P + 2m cos <P (A7)
2m sin ¢ - (m 2 - 1) cos <P
and
2
a (Yp + k)
m = 2 (AS)
b (xp + h)
1
sin ~ = D [(xp + h + c) sin <PE - (Yp + k) cos <PE] (All)
cos~ = (A12)
cos
(A13)
2 2 . 2 1/2
- l Pj + D cos ~ - (r L - D sm 0
el = tan ---(-1/.,...2_)_(L_R_f_+_L_L_)___s_I___ (A14)
916 De Bernardez, Claria, and Cassano
2 2 . 2 1/2
= 1
P + D cos i; - ( r L - D sm i;)
tan _ 1 ____________:;;:_________
(A15)
(1/ 2 )(LRf - LL) - l:I
where
(A16)
(A17)
ACKNOWLEDGMENTS
This work reports the photoreactor design methodology developed from re-
search done with my former students, some of them now full professors,
such as Horacio A. Irazoqui, Jaime Cerda, and Jacinto L. Marchetti, and
others that are still on their way to get their doctor's degrees, including
Orlando M. Alfano, Roberto L. Romero, Roberto M. Re, and my two co-
authors, Eliana R. De Bernardez and Maria A. Claria.
The theory has been verified with bench-scale experiments. Thanks
must be given to Pedro G. Guarino, Mario J. J. Didier, Juan C. Garcfa,
Antonio C. Negro, Omar Brizuela, Jose L. Gimenez, and Jose L. Giombi for
their contributions to this part of the work. Credit must also be given to
Yolanda Pereyra for her excellent typing of this monography and to Elsa I.
Grimaldi for the thoroughness of her review of the English used in the
manuscript.
NOTATION
bubble diameter, cm
diffusivity, cm 2 /s
ellipse eccentricity, dimensionless
local volumetric rate of energy absorption, einstein /cm 3 •s
E radiant energy flow rate, einstein/s
1
F molar flow rate, mol/s
G value defined by Eq. ( 87) dimensionless
h Planck's constant, J•s. or value defined by Eq. (A3), cm
H Henry's constant, kPa •cm 3 /mol
I intensity of radiation (dimensions are source-model dependent)
I' isotropic intensity of radiation (dimensions are source-model
dependent
j unit vector
k value defined by Eq. (A3), cm
-1 3
k. reaction rate constant for step i, s (first order) or cm /mol•s
1
( second order)
mass transfer with chemical reaction absorption coefficient, cm/ s
physical mass transfer absorption coefficient, cm /s
length, cm
distance from vertex of parabolic reflector to the bottom of the re-
actor,. cm
m value defined by Eq. (A 8) , dimensionless
n unit normal vector
N mass absorption rate, mol/cm3•s
p partial pressure, kPa, or production, g/s
P total pressure, kPa
q radiation flux density vector, einstein /cm 2 •s
Q volumetric flow rate, cm 3 /s
r radial coordinate, cm
R indicates reactor
Re Reynolds number, dimensionless
S selectivity, dimensionless; also indicates radiation source
t time, s
v velocity, cm /s
V volume, cm 3
x rectangular coordinate, cm
X fractional conversion, dimensionless
918 De Bernardez, Claria, and Cassano
Greek Letters
a absorption coefficient, cm 2 /mol
cylindrical coordinate, rad
emitting extension (dimensions are source-model dependent)
reflection coefficient, dimensionless
Dirac function
value defined by Eqs. ( 55) and ( 92), cm
values defined by Eq. ( 74) , cm
dispersed-phase holdup, dimensionless
axial coordinate , cm
spherical coordinate, rad
K characteristic emission property of the lamp (dimensions are source-
model dependent)
wavelength, cm
11 attenuation coefficient , cm - 1
V frequency, s -l; also stoichiometric coefficient
angle defined by Eqs, (All) and (A12) rad
p spherical coordinate, cm
0 value defined by Eq. (A3), cm
T reactor wall transmittance, dimensionless
cp spherical coordinate, rad
cj) primary quantum yield, mol/einstein
cj) overall quantum yield, mol/einstein
ov
inner radius /outer radius, dimensionless
energy flow rate per unit area, einstein/s•cm 2
radiant energy flow per unit of source extent (dimensions are
source model dependent)
w solid angle, Sr
reaction rate , mol / cm 3 •s
Subscripts
act relative to an activation step
D denotes direct radiation
Dif denotes a property related to diffusion
Analysis and Design of Photoreactors 919
e relative to emission
ed denotes a property related to effective diffusion
eff denotes an effective property
E denotes a property of an emerging ray from the source
F relative to a fixed coordinate system
i denotes species i
in relative to the inner wall of the annular reactor
I denotes an incident point or an incident ray property
In denotes indirect radiation
L denotes a lamp property
m relative to a multicomponent mixture
max denotes maximum value
o denotes a wall property
ou relative to the outer wall of the annular reactor
ox relative to oxalic acid
P denotes point of reflection
r relative to reception
re relative to chemical reaction
R denotes a reactor property
Rf denotes a reflector property
T denotes total value
ur relative to the uranyl ion
z relative to the z axis
1 denotes a lower limit of integration
2 denotes an upper limit of integration
Greek Letters
Superscripts
a relative to absorption
if denotes interface property
o initial value
value projected on the x-y plane
REFERENCES
INTRODUCTION
923
924 Trost, Edwards, and Newman
and caustic soda are produced in any of three types of cells (Bockris et al.,
1981). The diaphragm cell contains a vertical dimensionally stable anode,
where chlorine is evolved, and steel screen cathodes, where hydrogen gas
and hydroxyl ions are produced. The electrode compartments are separated
by a porous diaphragm that allows passage of electric current. The second
type of chlor-alkali cell is the membrane cell. This cell is similar to the
diaphragm cell with the exception of the separator, which, in this case, is
a cation-exchange membrane, which inhibits transfer of chloride and
hydroxyl ions, and does not permit bulk flow of electrolyte. The third
type of cell, the mercury cell, C'Ontains no diaphragm , but achieves separa-
tion of electrode products by the use of a mercury cathode, where sodium
ion is reduced and forms a sodium-mercury amalgam. The amalgam is then
passed to a second cell, where the amalgam is reacted with water to form
sodium hydroxide, hydrogen, and pure mercury, which is recycled to the
electrolyzer.
Another economically significant electrochemical reactor is the Hall-
Heroult cell for the production of aluminum. This process is operated in
the batch mode at high temperature (approximately 1000°C) in a bath of
aluminum oxide or alumina (Al2O3) dissolved in fused cryolite (Na3AlFs),
to which aluminum fluoride is added. The thermal insulation is adjusted to
provide sufficient heat loss to freeze a protective coating of electrolyte on
the inner walls, but not on the bottom, which must make electrical contact
with the molten aluminum cathode. A crust of frozen electrolyte and
alumina covers the molten electrolyte. Electric current enters the cell
through carbon anodes and flows through the electrolyte, forming CO2 at
the anode and aluminum at the cathode. Steel collector bars joined to the
carbon lining at the bottom conduct electric current from the cell. Some
reviews of these and other industrial electrochemical processes can be found
in Bockris et al. (1981), Kuhn (1971), and Houghton and Kuhn (1974).
INTRODUCTION TO DESIGN
GOVERNING PHENOMENA
FUNDAMENTAL EQUATIONS
(1)
c.c.
c.Vµ. = RT~ _u_ (yJ. - v.) (2)
l l D.. cT ~1
j l]
z.N. ( 3)
1~1
clc.
l
= -V • N. + R. ( 4)
at ~l l
z.c. = 0 (5)
~ l l
i
2 (6)
p(cly/clt + v•'i/v) = -'i/p + µ 'i/ V + pg
'i/ •v = 0 ( 7)
sRT )1/2
A ( (8)
2
= F Lz.2c.
1 1 100
Diffuse
Working Bulk
Double Di ff us ion Loyer
Electrode Solution
Layer
® rls @ r 2s
® r lg @ r2g
= V - V = V - V (V r 1s V ( 9)
r ls r lg r
or
= V - <!> - U. ( 10)
0 J,O
U. = V Vr lg (11)
J ,o r ls
930 Trost, Edwards, and Newman
u.J ,o == (u~ _
J
RT~
n.F .L.J
c.1 0 )
siJ" ln -
Po
e
- ( 0 re
_ RT
n
re
~ s.
F LJ
.
1,re
J i l
(11)
( 12)
i
i.
J
== i0 j
[ (a
exp
.F
:~ nsj
)
- exp
(-a .F
R~ nsj
)]
(13)
where \>j is the exchange current density for reaction j and depends on the
concentrations Cj_. Usually, this dependence is expressed as.
•
lOJ"
== • II ( cio
OJ,re f 1. -
l • --
c.1,re f
)yij (14)
In Eq. ( 13) , the first exponential term corresponds to the forward reaction
rate for an anodic process, and the second term represents the reverse re-
action rate. Note that if the anodic surface overpotential is large, the re-
verse reaction term can be neglected. This approximation, known as the
Tafel approximation, produces a linear plot of surface overpotential vs. the
logarithm of current density. A more thorough discussion of overpotentials
can be found in Newman (1973a) and White (1977).
We have now introduced enough of the elements to be in a position to
discuss the composition of the overall cell potential. This is due partly to
the ohmic potential drop in the solution. In addition, there is a potential
loss associated with the concentration variations in the solution near elec-
trodes, which we have termed the concentration overpotential. Finally,
there is the surface overpotential due to the limited rates of the electrode
reactions. The sum of these is the cell potential, which can be written
~
== <I> (anode) <I> (cathode) + <I> 2
where ~ 1 is the value that the potential adjacent to the anode would have
if there were no concentration variations in the solution. The terms nc and
Electrochemical Reaction Engineering 931
----- --~--
Van
T/s (anode)
+
~~-T
T/c (anode)
<I>,
Current
-17c (cathode)
(positive
charge)
-17s (cathode)
ns for the cathode enter with negative signs because of the conventions that
have been adopted. Since they are generally negative, they make a positive
contribution to the cell potential. Thus none of these terms, ohmic drop or
overpotentials, represents a source of energy. An example of how the vari-
ous overpotentials contribute to the overall cell potential is shown in Fig.
2. The dashed line represents what the potential in the solution would be
if all concentrations were at their bulk values.
Note that this decomposition presumes a bulk solution and a diffusion
layer adjacent to each electrode. In situations where this does not prevail,
such as a cell with overlapping diffusion layers, or a porous electrode, it is
necessary to start over from the basic equations, but the fundamentals re-
main the same.
Channel flow between two parallel planar electrodes is used in many indus-
trial electrochemical processes, such as metal refining, energy storage, and
electro-organic synthesis. Specific examples include copper refining, some
zinc-halogen energy storage cells, and the Monsanto process for conversion
of acrylonitrile to adiponitrile.
932 Trost, Edwards, and Newman
Channel flow cells are very useful, since they provide continuous pro-
duction, they are simple to operate and maintain, and they do not require
a high capital investment (Fitzjohn, 1975). In addition, the analysis of
channel flow cells has been relatively well developed (Sakellaropoulos, 1979;
Sakellaropoulos and Francis, 1979, 1980; Parrish and Newman, 1969, 1970;
Caban and Chapman, 1976; Lee and Selman, 1982; Jorn€, 1982).
A channel flow cell consists of two parallel plates, which serve as the
anode and the cathode for electrochemical reactions. The electrolyte flows
past the electrodes, and the current flow is perpendicular to the fluid flow.
In general, a thin-gap cell with multiple reactions occurring on each
electrode is difficult to analyze. The electrodes cannot be treated separately,
and mass transfer, thermodynamics, and the kinetics of more than one re-
action must be considered simultaneously. This problem can be solved, but
for design purposes, it is useful to see if any simplifications can be made.
One assumption that is commonly used is that the diffusion layers are thin.
In this case, the electrodes can be treated separately. This is known as
the Leveque approximation (Newman, 1973a,b), and it is valid as long as
L
< 0. 0lReSc (16)
h
where
Re == 2 <v>h/v
Sc == v/D (about 1000 for most aqueous systems)
L == length of electrodes
h == spacing between electrodes
0.1
--------- ----
0 /
/----
/-·
f -u
/
m,ref
?. --; 1am, ref . .
-------- , Morn Cathodic
1,e,o -O . I Main Anodic / Reaction
/ t- us.ref
0
"-§
Q)
---- ----- ---- ---- ---- /·
~ las,ref
/
-log Am--~~
Q) /
-e
-0 /
-QA /
/
u Side Anodic/
~ ~Us
w -o Reaction/
-o.
-o. ?'---'--/-////_.__/ --'----'------'--~-'-----'----'--l___.__,
-5 -4 -3 -2
-9 -8 -7 -6 -I 0
log Iii (A/cm 2 )
n = V - ~ - U. (10)
Sj O ],O
The heavy line for the main cathodic reaction (curve 4) has two asymptotes:
at high I V - q5 0 I , the reaction is mass-transfer controlled; at low I V - qS O I ,
the reaction is kinetically controlled.
The Tafel approximation is applied to the cathodic reactions, since it is
unlikely that the backward terms in the Butler-Volmer equation are impor-
tant in the neighborhood of the limiting-current plateau, where -ns, m is
large. The anodic reactions are plotted as Tafel lines to illustrate that the
limiting-current plateau is not affected by either anodic reaction. Although
the Tafel approximation is not valid near i = io, we are interested in the
neighborhood of the limiting-current plateau, which is far from io, There-
fore, we only examine the portion of the Tafel curve near the limiting-
current plateau, where the backward terms in the Butler-Volmer equation
can be neglected.
As long as there are no mass-transfer limitations, the plot of V - ~
versus log I i I will remain linear. Note that the solid line for the main
cathodic reaction does start to bend over as mass transfer comes into play.
The side cathodic reaction, hydrogen evolution, however, has no mass
transfer limitations because hydrogen evolution occurs from a solution with
excess hydrogen ion in the supporting electrolyte.
To plot a Tafel line, one needs not only the slope, but also the value
of V - ~ 0 at a single current density, i. If this current density is chosen
as the exchange current density at the reference concentrations, then
V - ~ = U ( 17)
o m.ref
where U f is given by
m,re
um,ref = ue - ue
m re
RT
n F I: s. ln
1m
c.1,ref
+ RT
n F
I: s.1,re ln c.
1,re
m Po re Po
i i
(18)
Electrochemical Reaction Engineering 935
The Tafel approximation can also be written for the main reaction in
the anodic direction. Again, at i ::: iom,ref, IV - ~ol is Um,ref· In
fact, the anodic and cathodic Tafel lines, for any reaction j, intersect at
ioj, ref and Uj ,ref, if the surface concentrations are at their reference
values. Therefore, for any reaction j, if one knows the exchange current
densities ioj, ref, and the anodic and cathodic transfer coefficients, Ctcj and
aaj, one can plot lines similar to those shown in Fig. 3,
The parameters Am and As, also shown in Fig. 3, characterize the
magnitude of the anodic part of a reaction, at the electrode potential for
which the main reaction is beginning to reach the limiting current. This
parameter is defined (White and Newman, 1977), for reaction j, as
1. • f l+aa3./a CJ. ( a .F )
A. = 03,re -1!1_ AU (19)
. exp RT '-' .
J 1m, li m J
-i
RT ln m,lim
V ::: U (20)
m m,ref a F i
cm om,ref
At the potential defined by Eq. (20), the current density for the side re-
action divided by the limiting current density for the main reaction is pro-
portional to exp (-a F t;.U /RT), where
cs s
i i
RT os,ref RT om,ref
t;.Us = U - U ln - ~ - + - - ln - - ' - - (21)
m,ref s ,ref a F -i a F -i
cs m ,lim cm m ,lim
CELL OPTIMIZATION
RT
V = U' + - ln - R'I (22)
F
The partial pressures of oxygen and hydrogen appearing in Eq. ( 22) are
at the catalyst layers and must be obtained from the values in the flowing
streams by allowance for the gas-phase mass-transfer resistance through
the inert gas in the electrode substrates. These partial pressures are then
substituted into Eq. ( 22) to obtain the desired current-potential relation-
ship.
Next, one needs an expression for the total cost. In this example, the
total cost is the fuel cost plus the capital cost. Let Cf be the value of a
Electrochemical Reaction Engineering 937
cost
(23)
time
where
F = Faraday's constant, 96,487 C/equiv
F = flow rate of inerts on anode side, mol/s
a
Xexit = ratio of moles of H 2 to moles of inerts in the exit stream
H2
XO = ratio of moles of H2 to moles of inerts in the feed stream
H2
2
.A.tot = superficial electrode area, cm
The first term on the right is the cost of the hydrogen feed stream, the
second term is the resale value of the hydrogen exit stream, and the last
term is the capital cost. We are concerned with minimizing the cost per
unit of electric energy, which is the ratio of the cost per unit time to the
electric power produced, where
A
Power = P = [
tot
VIdA (24)
0
where u' denotes the value of the utilization u for a local mole ratio x 8 of
hydrogen. Now we can write the total area as 2
A
tot =
2FF X o
a H2
f O
u du'
I
(26)
P = 2FF X 0 {u V du'
a H2 Jo ( 27)
938 Trost, Edwards, and Newman
This equation has been written so that the extensive quantities-power re-
quired, electrode area Atot, and flow rate of the fuel stream- have been
eliminated in favor of the utilization u, an intensive variable.
We restrict ourselves here to the case where the cell potential V is a
constant for all values of the utilization. Now we can set the derivatives
of the power cost in Eq. ( 28) with respect to u and V equal to zero. The
ciu
differentiation with respect to u gives, after some manipulation,
I - K
C u du' dK
= + - - + (1 - u) duu ( 29)
I u u O I
where C = Ca/Cf is the ratio of the capital cost to the fuel cost and has
the units of A/cm2. The differentiation with respect to V gives
(.zl__)
cl V u
du' ( 30)
12
The results of this optimization show that when depleted hydrogen can
be sold at cost, that is, Ku = 1, it is economical to operate with the richest
fuel and airstreams available, as expected. Thus the optimum utilization
obtained from Eq. ( 29) is u = 0. Substituting this into Eq. ( 30) gives
-~(1+!__)=
cl I C
~
I
( 31)
( 32)
POROUS ELECTRODES
Governing Equations
The many potential applications of porous electrodes warrant the need for
a mathematical description of the system. One can then scaieup a system
or predict the result of a change in operating parameters. This modeling
can lead to designs that optimize or maximize the desired process. Less de-
tailed modeling can be a guide in screening various alternatives such as
newly proposed battery systems. It is important, then, to develop guide-
lines as to the behavior of the porous electrodes.
Porous electrodes are inherently different from planar electrodes due to
the intimate contact of the solution and matrix phases. Here the current
flows within the matrix and the solution phases and exchanges between the
matrix and solution nonuniformly throughout the bed. An electrical analog
that can help picture the inherent complications is seen in Fig. 4. This
figure shows two porous electrodes operating as an electrolytic cell. The
subscripts 1 and 2 refer to the matrix and solution phases respectively.
Subscripts a and c refer to the anode and cathode, and Rs represents the
resistance due to the separator. When current flows through the porous
electrode, the electrical double-layer capacity (represented by Ca) is
charged. This is a net flow of current through the solution causing a
change in solution composition near the interface. In parallel to this process,
net current flows via a Faradaic reaction where RF represents the charge-
transfer resistance of the electrochemical reaction, These processes occur
nonuniformly throughout the volume of the porous bed. It is cautioned
that this figure is meant to serve as a guide in thinking about the distribu-
tion of reactions in porous electrodes, but is not a substitute for modeling
the porous electrode with the appropriate governing equations. Mass trans-
fer of reacting species, for example, is not considered in the electrical
analog.
The mathematical description of porous electrodes assumes a macrohomo-
geneous system. The porous bed is represented as the superposition of
two continua, a matrix and a solution. The actual geometric detail of the
Electrochemical Reaction Engineering 941
cl (EC.)
1
= aj. 17•N. ( 33)
cl t In ~l
Here three different averages are used. i:: is the porosity or void volume
fraction. a is the specific interfacial area (surface area of pore walls per
unit volume of bed) . c. is the concentration averaged over the volume
1
Porous electrode
i 1= I
Metal
bocking
plate
X=O X=L
( 34)
z.c. = 0 (35)
1 1
We have assumed that the electrical double layer at the matrix pore inter-
face is a small volume compared to our averaging volume. This assumption
may break down for very dilute solutions and high-surface-area electrodes.
Electroneutrality requires that the divergence of the total current density
(!i + J 2) is zero; charge leaving the matrix must enter the solution. Thus
V•i
~1 +V•i
~2 = 0 (36)
V •! 2 = aF L zijin = ai n ( 37)
i
where in is the average transfer current density from the matrix to the
solution phase. V • .i 2 is the transfer current per unit volume of the elec-
trode (A/cm3) and is positive for anodic currents. For a single electrode
reaction represented as
(38)
aj. = ( 39)
1n
Electrochemical Reaction Engineering 943
Substitution into Eq. ( 33) and neglect of double- layer charging yield
a ( e:c.) s.
1-
---
at = -v •N~i - -
nF
1 V• i
~2
( 40)
a e: = -A V •i ( 42)
at 0 ~2
where
s.M.
AO = L l
pinF
l
( 43)
solid
phases
Transport processes are needed to complete our description. Ohm's law for
the matrix phase is
N.
~1
vc.
~ l
- = -(D. + D )Ve. - z.u.Fc.V<P 2 + - (45)
E: l a l 11 l e:
where K == sF2I:i 21 2uici. The second term in Eq. (46) represents the
diffusion potential. As a consequence of electroneutrality, convection and
dispersion make no contribution to the current density.
We should also recognize here that other forms of the transport equa-
tions may be necessary to describe a system. The appropriate equations
for a concentrated binary electrolyte are given in Newman and Tiedemann
(1975). Two binary molten salts are treated by Pollard and Newman (1979).
When necessary, the full multicomponent transport equations can be used.
[Compare the discussion of Eq. ( 2). ]
In summary, the equations presented above have been found to describe
adequately porous electrodes in many cases. A certain level of complexity
is necessary in order to treat the simultaneous interaction of the physical
processes. Equations ( 3 3) to ( 35) and ( 45) govern the transport , conserva-
tion, and electrical neutrality in the solution phase. Equation ( 44) covers
the transport in the matrix phase. Equations (36) and (41) couple the
species in the bulk phase to the electrochemical processes occurring at the
interface. These equations are normally considered boundary conditions in
systems not involving porous electrodes, but here they are applied through-
out the volume of the bed.
Let us now illustrate an important design principle for flow-through
porous electrodes (Newman and Tiedemann, 1978; Bennion and Newman,
1972). Consider the case of reducing a species i at the limiting current
in an excess of supporting electrolyte. Equation ( 33) becomes
dN.
1
== aj. ( 47)
dx 1n
de.
N. - s(Di + Da) d; + c.v ( 48)
1 1
The local flux to the wall is given by a local mass transfer coefficient km
such that
== -k c. ( 49)
m 1
where the wall concentration C:io has been set equal to zero at limiting
current. Substitution of Eqs. ( 48) and ( 49) into the continuity equation
( 47) gives
2
de. d c.
1 1
v dx == s(D. + D ) ak c. ( 50)
1 a m 1
dx 2
de.
1
0 at x = L (51)
dx
at X = 0 (52)
Under this condition, the concentration at the inlet of the bed will be less
than c 0 because some of the reactant will have diffused ahead to the active
portion of the bed. The solution to Eq. ( 50) subject to boundary conditions
(51) and (52) is
c. ak X E ak
m m
e = C- 1 y = D' = -2- (Di + D a)
0
' V
V
( 54)
ak
1 + ✓ 1 + 4D' m
B = 2
Cl = V
C. = Ce
-ax
or e = e-y (55)
1 0
2
de. d c.
1 1
v dx = E(D. + D ) (56)
1 a
dx 2
(57)
where the subscript L refers to the exit of the reactor. Ohm's law for the
solution [Eq. ( 46)] is taken as
(58)
The diffusion potential has been ignored here, a good assumption when an
excess of supporting electrolyte is present. Integration of Eq. (58) sub-
ject to Eqs. (57) and (54) gives the local variation of potential through the
bed. This result is expressed as
nFvc
qi (L) - qi (0) = _ _o ~ rB 2 e eaL/B - D' - (aL + 1 + D')0 ] (59)
2 2 sRK akm ~ L B L
Figure 6 shows the nature of the potential variation through the electrode
bed. The potential in the matrix is constant through the length of the bed
if the matrix conductivity is very high. The ohmic potential drop in the
solution causes the variation in solution potential. The potential driving
force at the back of the electrode qi 1 - qi 2(L) must be large enough to
ensure limiting current, while the potential difference at the· front of the
electrode must not be large enough to have secondary reactions, such as
hydrogen evolution. Thus we have a maximum allowable ohmic potential
drop in our reactor. As the bracketed quantity in Eq. (59) is of order
unity, the coefficient of this quantity represents the magnitude of the
potential variation in the porous bed. Thus we see that, for given values
of c and K, side reactions limit the maximum flow rate through the bed.
0
V)
...J
<t
1-
z
w
l-
oQ.
w <1>2 (Ll
0
0
I
~ MATRIX POTENTIAL, <1>
u <I>,~----------------<
1
x=O x=L
CATHODE POSITION, x
Since v /akm represents the order of magnitude of the distance through the
reactor where the reaction occurs to an appreciable extent, a limit on the
velocity therefore limits the useful thickness of the bed. qi 2(L) - qi 2(0)
can be assigned a maximum value based on data that might be taken on a
rotating-disk electrode. Equation ( 59) can then be solved for the velocity v.
What is left to be specified, then, is the length of the electrode. The
length of the electrode is governed by the desired degree of conversion.
Equation (53) can be solved for L if y is replaced by ctL and e is replaced
by 0L, the desired conversion. In the case of neglecting the effects of axial
dispersion and diffusion,
V
L = ln (60)
ak
m
iSeparator or Gap
i-----..~ Porous Electrodes
(al
Current
V V
t
Direction of Flow
lb) v{][}e"""'
+
Direction of Flow
lei {]0-c,m,t
f t
Direction of Flow
ratio greater than 5 will have a higher processing rate than a flow-through
electrode. An ultimate design of a flow-by electrode must recognize that it
can be run below the limiting current.
It is clear that the flow- by system holds sufficient promise that more
detailed mathematical modeling and scaleup criteria are needed. The zinc-
bromine secondary battery system as well as flow-redox energy storage
systems have evolved to flow-by configurations.
Battery Applications
Let us now focus attention on the use of porous electrodes for battery appli-
cations. Several levels of mathematical sophistication can be used to examine
battery systems. Initially we should like to develop guidelines for screening
prospective systems. As development of a new or old system continues, we
then resort to more sophisticated mathematical models for our design and
scaleup. Before going into details, let us consider some general aspects of
battery systems (Tiedemann, 1978).
We wish to examine desirable characteristics for batteries so that we
may define inherent limitations or areas needing development for new and
existing systems. One recognizes that listing a set of desirable
Electrochemical Reaction Engineering 949
The optimal design of the current collecting grid and intercell connectors
is a scaleup problem that will be considered later. Another battery con-
figuration that can be considered is a bipolar arrangement. Such an ar-
rangement eliminates the need for a separate current collecting grid for
each electrode and may possibly minimize the voltage and weight perfor-
mance penalties associated with the grid. Here the positive and negative
active materials are put on opposite sides of an inert, conducting sub-
strate. Current flows straight through the cell stack and is collected at
the ends. The materials constraints for the conducting substrate are
severe; it must be substantially inert to both the oxidizing and reducing
environment. Corrosion of the substrate will lead to short circuits.
Materials compatibility is often a major problem in new or old battery
systems. Materials constraints may limit cycle life or prohibitively increase
the cost of a system. For example, corrosion of the current collecting grid
is cited as a major failure mechanism for the lead-acid battery. Active
material in ambient temperature Li electrodes becomes electronically isolated
from its substrate, presumably due to reaction with impurities and the
electrolyte itself (Brummer et al., 1980). In general, we look for a bat-
tery system where the active materials are compatible with each other and
the other support materials required in the battery. We require the elec-
trolyte, separator, battery container, interconnecting bus and post, current
collectors, and so on, to be stable over the operating voltage and tempera-
ture ranges of our system while not catalyzing side reactions or otherwise
reacting adversely with the system.
A separator is a major component of the battery package. It is re-
quired to separate the positive and negative electrodes in the battery, so
that they may be in close proximity but not short together. A common
failure mechanism in early battery development is shorting of the positive
and negative electrodes by dendritic growth of material through the separa-
tor (Choi et al., 1976a,b). Separators must be electronic insulators, but
have relatively high ionic conductivities. A separator with a high area
specific resistance (n •cm2) leads to a high ohmic potential drop with sub-
sequent poor performance. Separators may also be required to have other
desirable properties. Often they should be specifically conducting to only
certain ionic species (Choi et al., 1976a,b) or must contain additives that
increase electrolyte wetting.
Costs, of course, must always be considered within a particular applica-
tion. Besides the costs of raw materials, some other factors can be con-
sidered. Costs associated with safety, recycling (particularly if availability
of materials is low), and associated environmental factors need to be
considered. A common basis for comparison of various alternatives of
secondary batteries is the amortized cost of the system in $/W•h•cycle.
Scaleup of porous electrodes is not straightforward. Simply increasing
the thickness of an electrode, for example, does not necessarily bring about
proportional increases in performance. We wish to develop a micromodel of
the porous-electrode system so that we can predict the effects of changing
parameters such as electrode thicknesses on the behavior of the system.
Having this information in hand then leads us to couple the micromodeling
to further scaleup considerations of plate area and lengths of intercell con-
nectors.
In examining the micromodeling of porous electrodes let us first con-
sider the zero-time behavior (Newman and Tobias, 1962) where concentra-
tions are assumed to be uniform throughout the pore volume. Further,
952 Trost, Edwards, and Newman
2 FaioL2 (1 1
\! = (ex + ex ) - - - - + -) ( 62)
a C RT K CJ
Ordinate
8 y = 0.5 y=I
I 0.9594 1.084
10 0.693 1.943
100 0.1693 12.6 9
......N ,
t>
......
'-
__J
o= I
8 = 10
8 = 100
o o.__~...,,.,._,~-="--:--'---::'-cc------::::--;:;-~-;--
0. 2 OA
y=-x./L
on the parameter o and the ratio K/cr. Curves for linear polarization would
exhibit similar behavior as in Fig. 8. For linear behavior, the distribution
becomes nonuniform for large v and is independent of the total current.
For both cases the ratio of K / cr serves to shift the reaction distribution
from one face to the other.
The distance to which the reaction can penetrate the electrode deter-
mines how thick an electrode can be utilized. This penetration depth is
characterized by
L [ RTKcr ]l/ 2
v = (a
a
+ a ) ai F( K + cr) J
C O
( 63)
Electrodes much thinner than the penetration depth behave like plane elec-
trodes with an enhanced surface area. Electrodes much thicker are not
fully utilized. For high current levels, in the Tafel range, the ratio L/o
will be more characteristic of the penetration of the reaction.
To continue to follow the discharge behavior of a porous electrode
through the transient behavior, we need to consider the time derivative in
Eq. ( 33). Porous electrodes used in primary and secondary batteries in-
variably involve solid reactants and products, and the matrix is changed
during discharge. Consequently, no steady state is strictly possible. We
may nonetheless examine a steady-state operation of a porous electrode.
Just above we have considered the irreversibilities associated with electrode
kinetics and ohmic potential drop. As the reaction proceeds, reactant is
depleted at the pore-solution interface. This then represents an additional
irreversibility. Newman and Tobias (1962) also treat a redox reaction in a
porous electrode. Convection is assumed to be absent, and migration is
neglected due to an excess of supporting electrolyte. The stoichiometric
coefficients of the reactant and product species are taken to be +l and -1.
For a redox reaction Eq. ( 41) is often written as
(64)
le
RESERVOIR
NICKEL
CURRENT
COLLECTOR
FeS ELECTRODE
S.S SCREEN
BN SEPARATOR_j_-~.-- >~
~c~~
S S. HOUSING
u = u
+
u (66)
and
1 1 1
y = -y + y
(67)
+
1.36
1.34
1.32
>
+ 1.30
::::>
1.28
1.26 0.04
>
1.24 a a 0.02 I
_..o....--,<r ::::>
1.22 0
0 C 33 39.4 mA/cm 2
□ C3 8 74.9
C,
Css 39.4
1.0
0.8
N
E
u
Cl 0.6
►
'
0.4
□
0.2 0
0
NEGATIVE
(68)
where ti V is the voltage displacement from open circuit, and Rg is the re-
sistance of the grid. Since 1/Y and Rg vary through discharge in ways
that depend on the specific system, a general formulation of results cannot
be made. However, we can consider the zero-time behavior of a system
with constant polarization parameters and formulate the problem. For the
primary variables ti V the voltage displacement from open circuit, I the
total current leaving the grid, A the area of the plate, Y the conductance
of the cell element, M the mass of the grid, cr the grid conductivity, p the
grid density, and Lp the positive electrode thickness, four dimensionless
groups govern the system. One of these, L2 /A, does not have direct
relevance to the problem. We are left with p
I
II =
1 2AYtiV '
0.6--------~-~-~-~~
0.4
reduction of ohmic potential drop in the improved grid design and the
neglect of ohmic potential drop in the negative grid.
Figure 14 is a dimensionless correlation of the same data as in Fig. 13.
The dimensionless groups have been adjusted so that all the data closely
follow the same curve. Here it is recognized that the grid necessarily
-
Tab
_.---4~
I
,1-
~11/
l.2r-------.--~-------,....--~--~--~-~
I
I
~0.8 I ,, /
I "7 / /
/'l ,,
I 1/i I
/"/ I I I
I
0 0.6 I I/111//
1,
~
1
/ l1 I 1 1 Plate Size
/ I 0-/._j (cm)
...._.... 04
/ 1ifi-.~15
I I f-i--i___ ----- 12
0.2
I
/ ,,1/11;---a
/
//
I / I ' 1 - - - - - 10
t--~---6
I
I I I I
I I I I I
I II I I
0.0~--------~--~--~--~--~---'
0.0 0.4 1.2
X=A ~ /I
/Mei- ✓ Ti
I-Yo Rs + Y. R
Xi= 1- (M/pLpAl o 5
0.8
_ 0.6
X
,.!?I
> >'0
~ <(
_N
Plate Size
(cm)
0.4
□ 18
•a 15
12
"
6
10
8
<;J 6
0.2
displaces some active material, reducing the area for current within the
bed. The active bed cross-sectional area is therefore A - M/pLp. The
area for current flow through the separator is A. Thus we correct the
electrochemical conductance AY0 by an additive contribution of separator
resistance based on area A, and the rest of the electrochemical resistance
based on area A - M/pLP. Thus 1/Y0 is replaced by
1-YR )
...!-_ ( OS +YR
Y0 1 - M/pLPA o s
-1 -2
in plotting Fig. 14. The value of the separator resistance, Rs (Q •cm ) ,
can be estimated on the basis of electrolyte conductivity. The data plotted
in this manner fall very closely on the same curve and have unity inter-
cepts on both the ordinate and abscissa.
As pointed out above, Fig. 14 is strictly valid for zero-time behavior.
Our alternative to performing complex grid calculations to map out the
overall conductance during discharge is to assume Fig. 14 is valid through-
out discharge, replacing Y0 with Y and (l/t.V) 0 by 1/t.V. Here we are
recognizing the dependence of the polarization parameters on the average
depth of discharge, but still assume that they are constant across the
electrode face. Y and U actually depend on the local current density and
local depth of discharge. This method should give a good approximation
to the actual behavior of the plate and reduces to an exact solution to the
complete grid formulation as the current densities become more uniform.
A computer program can now be developed that uses data as in Figs. 10
and 14 to generate scaleup predictions for energy and power.
For a given plate size and grid weight, we can now calculate the
specific energy and specific power through discharge. The calculations
vary the average depth of discharge to a specified cutoff potential for a
4-h discharge rate. The results of these calculations, using the correlation
in Fig. 14 and the data in Fig. 10, are given in Fig. 15. We immediately
see a conflict in trying to optimize simultaneously the battery system for
maximum energy and maximum power. Instead, we choose an intermediate
grid weight that gives a ratio of power to energy equal to the ratio of
maximum power to maximum energy. Alternative compromises could be
selected based on the particular applications at hand.
Having selected a natural system ratio for determining the grid com-
promise, we now recognize that our small plates must still be connected
in parallel with an interconnecting bus, and that the cell must be con-
nected in series to another cell with an interconnecting post. Two impor-
tant new parameters-the length of interconnecting bus and length of
interconnecting post-must now be considered. Figure 16 shows a sym-
metric arrangement of interconnecting buses for three positive electrodes.
Lbus is approximately equal to the sum of the widths of the positive elec-
trode, negative electrode, and two separators. The post represents the
cell terminal plus intercell connector that extends from one cell to the next
cell. In our calculations we take Lpost to represent only that part of the
post associated with one cell (i.e. , the length of the terminal plus half
of the length of intercell connector). The lengths of interconnecting buses
for the positive and negative plates are taken to be the same, as are the
post lengths. Given the post and bus lengths needed to connect our cells,
an optimization of the distribution of conducting material among the parallel
962 Trost, Edwards, and Newman
140~-~-~-~--~-~-~-~
<
a,
120
.c
,i:
>-
t::>
a:: 13.6
w
~ 100
u
LL
u
w
a.
CfJ 80 Plate Size
(cm)
D 18
O 12
/; 8
60~-~-~-~--~-~-~-~
80 120 160 200
SPECIFIC POWER (W/kg)
1/2
L (Ppost)
post opost
If the density of the bus and post are taken to be equal, we see only the
sum of the bus and post length is important to the scaleup predictions. We
also note that the number of positive electrodes per cell is subject to varia-
tion. The number used will affect the final results for the power and
energy, but does not affect the optimum distribution of material over the
bus and post per cell "section. "
For a given plate size and grid weight, the calculated specific energies
versus specific powers will form a loop in the same manner as in Fig. 15
as the mass of the bus and post is varied from very small values to larger
values. Thus, for each plate area and grid weight we can find a mass of
bus and post that maximizes either the specific energy or specific power.
As we investigate different grid weights (and thus different optimum post
and bus weights) we can find values of the mass of grid, bus, and post
that yield the maximum power. Similarly, we search for values of grid
weights and bus and post weights that yield the maximum energy. Now
our compromise ratio is the value of the maximum power to this maximum
energy. Thus for each plate size our compromise design is the values of
the mass of grid, bus, and post that give a power-to-energy ratio equal
to the compromise ratio. More than one combination of grid and bus and
post weight will yield a power-to-energy ratio equal to the compromise
value. The largest values of energy and power are selected from this col-
lection of results to represent the best compromise design for a given plate
area.
Figure 17 represents the composite prediction of specific energy versus
specific power as they relate to the size of plates and lengths of bus and
post. Recall that each point given represents the best compromise of
specific energy and specific power for each plate area as just discussed
above. The performance penalty (weight and voltage) of including the
interconnecting bus and post is readily seen. This graph can now be
used to select the plate area which will give adequate performance at a
suitable cost. The grid weights and plate areas used to generate Fig. 17
are plotted in Fig. 18. Also shown are the grid weights that correspond
to maximum power and maximum energy. This figure, then, yields the grid
weight that gives the maximum power, maximum energy, or compromise for
130~--~---~---~---~
C'
-"'
.......
'~•
l~J.8
7 110 I 10
! 8 6cm
>-
(!)
0: 6cm
w
z
w 6cm
u
Li: 90 Lpost Lbus
u (cm) (cm)
w
a. 6 00 00
(/) D 2.0 1.0
0 5.0 1.0
70
90 110 130 150 170
SPECIFIC POWER (W/kgl
Maximum
0.10 Specific Power
0.01 0.10
each plate area and length of bus and post. It is seen that the optimum
grid weight is not greatly dependent on the length of the bus and post,
and that this dependence is actually undetectable for maximum specific
power. These results suggest that we can improve our grid design with-
out concern over interaction with the optimum post and bus lengths, and
that improvements may be independent of depth of discharge as well. We
also see that the optimum grid weight should be roughly increased in pro-
portion to A3/2.
We should also note here that no consideration has been given to any
minimum current-collector weight necessary to support the active materials
through cycling. In general, for smaller cells it may be stated that a cur-
rent collector that is large enough to contain the active material will have
a weight large enough to approach or exceed the value corresponding to
the design for maximum power. More detailed scaleup considerations are
needed for bigger plate sizes. Finally, we should note that the value of
the grid weight corresponding to maximum specific energy will depend on
the discharge time. As we decrease the discharge time from the 4- h value
used here, the grid weight will move upward toward the value for maximum
specific power.
In the results presented above, the delivered ampere-hour capacity of
the battery has been a dependent variable. An alternative design sequence
is to specify a value for the total delivered capacity. In this case the
area of the plate is varied until the optimum values of grid weight and bus
and post weight are found so that the specified capacity is reached at the
cutoff voltage.
In summary, we have shown how to account for the performance penal-
ties associated with the grid and interconnecting bus and post.
Electrochemical Reaction Engineering 965
NOTATION
Sc Schmidt number
t time, s
T absolute temperature, K
u fractional utilization of hydrogen
u.1 mobility of species i, cm 2 •mol/J•s
u apparent open-circuit potential, V
U' constant in Eq. ( 22) , V
u. theoretical open-circuit potential for reaction j at the composition
J ,o
prevailing locally at the electrode surface relative to a reference
electrode of a given kind, V
u.J ,re f theoretical open-circuit potential evaluated with reference con-
centrations, V
u~ standard electrode potential of reaction j, V
]
ue standard potential for the reference electrode reaction, V
re
y solution velocity or superficial fluid velocity, cm /s
<v> average solution velocity, cm /s
V electrode potential or cell potential, V
V electrode potential where main reaction begins to reach limiting
m
current, V
X distance through porous electrode, cm
ratio of moles of H 2 to moles of inerts
= ak x /v, dimensionless distance
m -1 -2
electrochemical conductance, r2 •cm
-1 -2
electrochemical conductance at start of discharge, r2 •cm
valence or charge number of species i
Greek Letters
-1
a. = ak /v, reciprocal reaction distance, cm
m
a. transfer coefficient in anodic direction
a
a. . anodic transfer coefficient for reaction
aJ
a.c transfer coefficient in cathodic direction
a. • cathodic transfer coefficient for reaction
CJ
yij exponent in composition dependence of exchange current density
0 dimensionless current density defined in Eq. (61)
Li us approximate length of the limiting current plateau for the main
reaction before the onset of the side reaction, V
Li V voltage displacement from open circuit, V
Li cJ>o h m ohmic potential drop in the absence of concentration variations, V
968 Trost, Edwards, and Newman
Subscripts
g reference electrode of a given kind
i species i
reaction j
m main reaction
o electrode surface, solvent, reactor inlet, or beginning of
discharge
ohm ohmic
Electrochemical Reaction Engineering 969
Superscripts
exit exit stream
0 feed stream
REFERENCES
INTRODUCTION
973
974 Morbidelli, Varma, and Aris
STEADY-STATE MULTIPLICITY
Continuous-Stirred-Tank Reactor
The mass and energy balances for a CSTR under steady-state conditions can
be written as follows (see Varma and Aris, 1977):
q(C 0 - C) - Vf(C,T) = 0 ( 1)
where all the symbols are explained in the notation section. In deriving Eqs.
( 1) and ( 2) , it has been assumed for simplicity that:
T E
v=- y=--
T RT
m m
Vf(Co, Tm) Ua
Da = qCO
c5 = qpC
(3)
p
(-LIH)C 0
f(C,T)
s = pC T ( 1 + c5)
r = f(C 0 ,Tm)
p m
T = ( 4)
m
1 - u - Dar(u,v) = 0 (5)
1 - v + SDar(u,v) = 0 ( 6)
1 + f3 - V
u = ( 6)
f3
Reactor Steady-State Multiplicity /Stability 975
1 - V+ SDar ( l + ! - V ,V) = 0 ( 8)
The problem has then been reduced to the solution of the nonlinear algebraic
equation ( 8) in the only unknown v.
A priori bounds of v, in the case of an exothermic reaction (S > 0),
can readily be derived from Eq. (7), noting that from physical arguments
that O ~ u ~ 1 and
1 ~ v ~ (1 + S) ( 9)
while for an endothermic reaction (S < 0) the same inequality holds with
the signs reversed.
In the following sections, Eq. ( 8) is examined for various expressions
of the dimensionless reaction rate r, to define, a priori, the number of all
possible steady states for any given set of parameter values.
Since in the case of endothermic reactions Eq. (10) admits a unique solu-
tion for all Da, in the following we shall consider only exothermic reactions
(i.e. , S > 0)..
From inspection of Eq. (10), F(l) = +00 , F(l + S) = 0, and F(v) > 0
for v E [1, 1 + S], so that uniqueness is guaranteed for all Da if and only
if (Luss, 1971)
dF
dv
~ O for all v E [ 1, 1 + Bl (11)
If condition ( 11) is violated, multiple steady states will occur for some
value of Da. By differentiating F(v) it can be seen that Eq. (11) leads to
Based on this relation, Van den Bosch and Luss (1977) derived strong suf-
ficient criteria for both uniqueness and multiplicity, and subsequently,
Tsotsis and Schmitz (1979) defined the corresponding exact necessary and
sufficient conditions. These can be obtained in a more compact form by
rewriting Eq. ( 12), according to Leib and Luss ( 1981), as follows:
Since Eq. ( 14) exhibits one and only one root Z in the interval Z E ( 0, 1)
for any value of S and n > 0, it can be concluded that when
there is uniqueness for all values of Da. On the other hand, if condition
( 15) is violated, the system admits multiple solutions in some range of Da.
The boundaries of such range are called lower and upper bifurcation points:
Da* and Da*. They can be calculated by substituting in Eq. (10) the two
roots Z_ and Z+ (i.e., v_ and v+) of Eq. (13) [i.e., y = G(Z)], thus ob-
taining the following relationships:
-n-1
= _s_ Da* (16)
F(v+)
Thus for y > G the system admits multiplicity for Da* < Da < Da*, and
uniqueness for Da < Da* or Da > Da*. The functions F(v) and G(Z) are
sketched in Fig. 1, where all the above-mentioned features are indicated.
In Fig. 2 the bifurcation curves in the S - y plane are shown for kinetics
of various positive orders.
First-Order Kinetics: In the classical case of first-order reaction, Eq.
(14) can be solved analytically, leading to Z = 1/(2 + S). Then, using
Eqs. (13) and (15), the well-known necessary and sufficient condition for
uniqueness can be derived:
FI XEO : '/3, n
u..
t F ( V _)
v_ 1+$
-v
(a)
FIXED: {3, n
<..'.)
G
Y,
0 z· z Z+
~z=(v-1)/iJ
(b)
ICQ
0.6
0.5
04
D 0.3 CD
@
0.2
0.1
0
0 0.1 0.2 0.3
~a
(a) (b)
z ( d)
0
(/)
0::
w
>
z
0
u
0
REACTOR RESIDENCE TIME, T
be solved simultaneously to give the bifurcation values Da* and Da*. Re-
garding the function F = F(v,Da,E._), where E._ represents the vector of all
parameters but Da, it can be stated on the basis of the implicit function
theorem that the transition from zero to two or four bifurcation points can
occur only when
3F 3F
3v 3 Da
= 0 (19)
3v 2 3v 3Da
which, using Eqs. (10) and (11), can be replaced by either one of the two
conditions
3F
0 or 0 ( 20)
3 Da
ISOLA ~ I
VARIETY : ,,...,...~
I ISOLA b
I MUSHROOM
I
0
0 UNIQUE I
'
()() SOLUTION I
I 7
'1
HYSTERESIS / f--- S + ISOLA
1/
VARIETY /
I S PATTERN
y==
Tc =To
B=y"fi(l+8)
For example, the location of the mushroom pattern region is quite obvious
since by crossing the isola variety it must degenerate into an isola, while
crossing the hysteresis variety it must degenerate into a S-shape pattern.
Note that the inverse S-shape pattern never occurs in the case illustrated
in Fig. 5, since it requires very strong cooling (i.e., Tc< T 0).
Zeroth-Order Kinetics: This particular case differs from the general
one in that G(l) is positive but finite, which reflects the well-known
peculiarity of these reactions that they reach complete conversion with a
positive reaction rate. Since Eq. ( 14) admits the solution Z = 1 /S, it can
be seen from Eq. ( 13) that the uniqueness condition for all Da is given by
y
o + s)2
< ~---'--'-- for S< 1 (21b)
Nonmonotone Kinetics
An unusual feature of some reactions in catalysis, as well as in other fields,
such as biocatalysis, is to exhibit kinetics which are not monotonically in -
creasing with the reactant concentration. This situation occurs when the
reactant can somehow inhibit the rate of reaction. For example, in the
case of oxidation of CO or various hydrocarbons (see Voltz et al., 1973) or
hydrogenation of olefins (see Sinfelt, 1964; Rogers et al., 1966) over noble
metals, the reactant can be strongly adsorbed on the catalyst active sites,
thus inhibiting the development of the reaction. Similar behavior is en-
countered in biocatalysis for certain substrate-inhibited enzymatic reactions
(see Laidler and Bunting, 1973).
Reactor Steady-State Multiplicity /Stability 981
Tsotsis et al. (1982) have examined in detail the following general form of
nonmonotone kinetics:
1 (1 + o)q
= _ F(u) ( 24)
Da (1 - u)
Tsotsis et al. (1982) found that condition (25) is satisfied if and only if
a~ 8 ( 27)
1- 1
Da* _ - -
F(u_)
< Da < Da* _
F(u )
(28)
+
where U+ and u are the roots of dF /du = 0, the reactor exhibits three
steady states. Outside this interval the steady state is unique. Thus the
most complex pattern of multiplicity is again of the type 1- 3-1.
Nonisothermal Reactor: Similar to the nth-order kinetics case, the
necessary and sufficient condition for uniqueness is given by Eq. (11),
with F(v) defined as follows:
-p-1
_13_=
Da
(1 + o)q
V - 1
(l + 13 - v)P
[ 1 + 00 + s- v) 1q
exp [y (1 i)] = F(v) (29)
(a) ( b)
1-3 -I
>
u.
I+ {3 I+ {3
Tsotsis et al. (1982) have examined in detail this quartic equation using
Sturm's theorem to obtain a priori criteria for the number of roots in the
interval v E [ 1, 1 + SJ. Their procedure gives the exact number of steady
states of the reactor, but it is too complex to be reported here in detail.
Some simple sufficient conditions for uniqueness by these authors are:
For the specific case of p = 1 and q = 2, Brown et al. ( 1984) used singu-
larity theory to locate two butterfly singularities, one in the exothermic case
and the other in the endothermic case. Around these singular points, a
maximum of five steady states exist. In Fig. 7a, uniqueness and multiplicity
regions in the S-y plane are shown for various values of the inhibition param-
eter rJ. There is multiplicity, for some Da, to the right of the curves lying
on the $-positive half plane and to the left of those lying on the (3-negative
half plane. For the particular case rJ = 7, all the possible multiplicity patterns
are indicated in Fig. 7b.
3 (Y =0
2
18
IQ:)_ 0 I~ 14
-0.25 I 12
2
-0.50 10
1: I
-0.75 8 2: 1-3-1
3: 1-3-1-3-1
4: 1-3-5·3·1
-1.00
0 4 8 12 16 20 24 28 2 3 4 5 6 7
-Y
--Y
(a) (b)
u. - Da.r. = 0 1 = 1, 2, ., N ( 30)
1 1 1
where the same parameters defined by Eq. ( 3) have been used, but taking
as reference temperature To instead of Tm, so that uo = 1, vo = 1. More-
over,
T.
Cl
V. =- ( 32)
Cl TQ
following we treat only the case Vci = 1 (i.e., cooling temperature equal to
To for both reactors). After all these approximations, Eqs. (30) and (31)
can be solved, leading to
1 ul
Da = fl[u 1 ;cp] - exp[-¾ (1 - u 1)] (33a)
ul
Da = r[u 1 ,u 2 ;cp,o] -
u
1
- u2
u2
{-4 [ul - u2
exp <P /ul ul
1 -
+ ul(l :\ )] }
(33b)
where
4(1 + o)
<P = ( 34)
Yi3
( 35)
Since the reactor equations can be solved in cascade, this allows us im-
mediately to characterize the behavior of the second reactor once that of the
first is known (i.e., the function fl has been investigated fully). Namely
r exhibits tb,e same behavior as fl, but scaled in the interval O < u2 < u1
and with increased value of the parameter <P /u 1 .
The multiplicity pattern of the first reactor is obtained as in the pre-
ceding section:
1 ± (1 - <P)l/2
m = (36a)
± 2
Note that Eqs. ( 36) and ( 36a) correspond to Eqs. (17) and ( 18) in the
limit of very large activation energy.
Similarly, for the second reactor it can be shown that
0
0
~ 1ki!_
0 0
rb! 0
b2
I
1ld_
I I
~x -x ~x
0
0
1.0
0.8
0 0
~x I
-x
--0-- 0.6
:J\j ;!J)
I 04
0
0 0
0 0.2
0
0 0.5 1.0 1.5 2.0 2.5 3.0 3.5
0 ~3 0
-x -x
0
0
m;;J 0
0 m'
,J\_
) 0
0
Illb
Ji,
J )
'
(_/ I
0 0 0
-x -x ~x
(a)
2 - u 1 ± u 1 (1
n± =-------------
2
(37a)
r~
0 0
0 0
0 ---X I 0 ---x
g ) 0.80
I ~075
0 __. X
0.70 0
x\\./1 I
\~
0
0
0
(JJ0.65
--- X
0
0
0
0
0
0
0
,(j}) 0
0
Xa ✓7 /
?J
0 0 0
-x --- X ---x
(b)
FIGURE 8 (Continued)
(of which no more than three can be stable), and the total number of pos-
sible multiplicity patterns is much larger than that in the case of a single
reactor.
A more detailed treatment of this problem, including the case v c 1 :f.
v c2 :f. 1, has been reported by Svoronos et al. (1982). Other interesting
features, such as the effect of two different Da values for the reactors or
the influence of the activation energy, have been reported by Kubicek et al.
(1980). Moreover, in the latter work the effect of recirculation from the
second to the first reactor is also examined. It is found that for increasing
recirculation ratios, the multiplicity region tends to disappear.
Complex Kinetic Schemes: When more than one reaction is considered,
the variety of possible configurations is enormously--in fact, infinitely-en-
larged. The only way in which to present some of the modes of attacking
988 Morbidelli, Varma, and Aris
q(C AO (38a)
(38b)
where all the symbols are as defined in the notation section. It is cus-
tomary to take CEO ::: 0 and use the dimensionless quantities
::: 0 :::
Then
1 ( 40a)
(40b)
Replacing To by (To + cSTc) /(1 + cS), we have the same equations but
with 0c = O. This is satisfactory unless either q or U is taken to be the
distinguished parameter. If Tc = To, this difficulty disappears, and this
assumption is commonly made.
Since the equations are linear in u1 and u2 the steady state is usually
found by solving Eq. (40a) for u1 in terms of 0, substituting in Eq. (40b)
and solving for u2 to give, on substitution in Eq. (40c), a single equation
in 0 . This may be written
where
This is the form which Bilous and Amundson ( 1955) used and it has the
simple physical interpretation of a heat balance, ( 1 + cS) 0 being propor-
tional to the rate of cooling, and H 1 and H1H 2 to the two rates of heat
generation. Of course, a and B or both can be negative if one step is
endothermic and the other exothermic. Arguing that H 1 and H 2 are curves
with a steplike transition between values near zero and values near 1, most
workers in this field have assumed that at most five steady states can be
obtained. Actually, the subtleties of shape of the right side allow seven, but
only in a very restricted region of parameter space (Farr, 1985). This
phenomenon is lost when y is allowed to become large and the exponential
approximation is used (Jorgensen et al. , 1984). Formally, we let y + 00
in the two ex·ponentials, simplifying them to e0 and eA0 , but this ignores
the presence of y in 0 and B. The true nature of this so-called "positive
exponential approximation" is obscure, but it is probably best to think of it
as implying that the deviations of temperature from To are not large.
Though Eq. ( 41) is a physically appealine: form of the equation that
has to be solved for the steady state, it is in better shape for computation
when regarded as a quadratic for Da given the steady-state temperature 0.
Thus the multiplicity question is to be investigated by exploring the nature
of the equation
0 1-A r = vDal-A
s = Dae A = (1 + a)vB*Da
giving
A s
l+A
+ B*s - r 0 s A(1 + s) -- 0 (1 + s) = O ( 44)
990 Morbidelli, Varma, and Aris
Do
s*= _lL
1+8
e ~
Do
C /D transition is made when two turning points are vertically above one
another.
A point on the Da-0 diagram is given by a solution of F = 0 according
to Eq. ( 43). A turning point is given by F = F 0 = 0, and when B * and
the other parameters are held constant, this pair of equations has from
zero to four solutions for Da and 0 . For example, Fig. 9 shows that for
sufficiently small B * there are no roots, while for sufficiently large B *
there are just two. The transitions occur at particular values of B *. Those
that involve vertical tangents at inflation points Q ,R, S are obtained by
solving F = F 0 = F00 = 0 for 0, Da, and B*. The double limit points U,
V, and Ware solutions for 01, 02, Da, and B* of the four equations F(01) =
F 0 (01) = F(02) = F0(G2) = 0, where F(01) = F(0,Da,B*;a,y,;\,v ) with
0 = 0 1 · 0 1 and 0 2 are the ordinates of the turning points that share a
common Da. The surface in parameter space given by eliminating 0 and
Da between F = F 0 = F 0 0 = 0 is called the "hysteresis variety." If 01, 0 2 ,
and Da are eliminated between F(G1) = F0(81) = F(G2) = F0(82) = 0 the
"double limit variety" is obtained. Isolas arise when either the curve loops
back on itself or an entirely new branch is born from an isolated point.
In both cases the direction of the curve F = 0 is indeterminate , so both
F 0 and Fna vanish simultaneously. This does not happen in this particular
case, but if 0 and Da can be eliminated between F = Fe = Fna = 0, we
have the "isola variety."
Following the precepts of singularity theory we look for the points
where as many as possiole of the derivatives vanish. Balakotaiah and Luss
(1982a,b) showed that there are points at which F and its first four deriva-
tives with respect to 0 vanish. For ;\ = 1, y = 00 , these are (0 ,Da,B*,a,
v) = (3,0.1858,3.2154,0. 8660,0.0718) and (3,0.0133,44.7846, -0.8660,
13. 9282). A point where F and its first four derivatives vanish is known
as a "butterfly point" and F is there "contact equivalent" ( see the Ap-
pendix to this chapter) to x5 - A = 0. This means that x is some trans-
formation of 0 and A of the Damkohler number Da, and that a full unfolding
is given by three other parameters a1, a2, and a3 in the form
( 45)
al
al
4
B
B B
a2
a2
B B
A A
B B
A \
a 3<0 5
a 3> o \
\p
0 A F
B C D E G
Do
Tubular Reactor
The steady-state mass and energy balances in a tubular reactor can be
written as follows (Varma and Aris, 1977):
dT UP
vpCP dz + (-llH)f(C,T) - A (T - Tc) = 0 ( 47)
D dC = v(C - C ) at z = 0 (48a)
e dz 0
at z =0 (48b)
We shall not pursue any further the classical question of relaxing the above-
mentioned restricti~ns in order to improve the model capability of simulating
experimental reactor behavior ( see Chapter 6) . Our aim is instead to
indicate the multiplicity pattern of this model, usually referred to as the
"axial dispersion model," in connection with various reacting systems. Note
in passing that the occurrence of multiple steady states in tubular reactors
has been experimentally verified in several works, which have been exten-
sively reviewed by Jensen and Ray (1982). Introducing the dimensionless
quantities
T T
C
u = co V = TO V
C = TO
C
s = L~
ucc 0 , T 0) UPL
Da = 8 =
vC 0 AvpCP
( 49)
(-llH)C 0
s = pCpTO
r = f(Cf(C,, TT))
0 0
vLpC
Pe = vL Pe =__ p_ y = RT
E
m D h k 0
e e
1 d 2u du
Dar(u,v) = 0 (50)
Pe ds
m ds 2
co
co
"""
TABLE 1 A Priori Bounds on the Steady-State Temperature of the Axial Disperison Model with Irreversible Reaction
V ;;, 1 1 ~ v ~ 1 + B + - 1)
C
o(vC
Exothermic reaction
l~v<l+B
( B > O)
{ V < 1 vc~v<l+B
C
V ;;, 1 Max[0, 1 - I BI ] ~ V ~ V
C C
Endothermic reaction
max[0, 1 - I BI ] < v ~ 1
( B < 0)
~
{ vc < l max[0, 1 - I BI -o(l-v)~v~l
C
0
~i:l.
Source: Varma (1977).
E
-::::
c:l
~
c:l
c:l
;::!
i:l.
::i,..
"':I
;,;·
Reactor Steady-State Multiplicity /Stability 995
dv
ds + 13Dar(u, v) - 5 (v - v c) = 0 ( 51)
with BCs
du dv
ds
= Pe (u -
m
1)
ds
= Peh(v - 1) at s =0 (52a)
du dv
ds = 0
ds = 0 at s =1 (52b)
multiplicity pattern of the first limit has been fully characterized in the
preceding section, at least for simple reacting systems. On the other
hand, the plug-flow model does not admit any multiple steady state, since
it is constituted by initial value ordinary differential equations.
However, while the multiplicity behavior of the axial dispersion model
is well characterized for limiting Pe values, it is still not so for inter-
mediate situations (i.e., finite Peclet number values). In particular, there
is a lack of a priori criteria, based on the values of the relevant param -
eters, for the definition of the reactor uniqueness or multiplicity. Al-
though several attempts have been made in the literature, based on com-
parison theorems, fixed-point arguments, perturbation methods, lumping
procedures, and other techniques, a necessary and sufficient criterion for
steady-state uniqueness has not been found.
Next, we summarize briefly the most widely used sufficient or necessary,
or neither but simply approximate, bounds of the multiplicity region which
have been reported in the literature. Since no proofs will be reported,
the interested reader should refer to the original papers or to a previous
review (Varma and Aris, 1977).
Special Case of Adiabatic Reactor: The case of adiabatic reactor
( o = 0) with equal mass and heat Peclet numbers (Pem = Peh = Pe) is of
particular mathematical interest, since it allows to combine Eqs. ( 50) and
( 51) [in the same way we did for the CSTR case and leading to the same
u-v relation given by Eq. ( 7)] , reducing the problem to the single ordinary
differential equation (ODE)
d 2v
ds2
- Pe dv
ds
+ DaPe13r (1+13
-----
13
v v) = 0 ( 53)
Luss (1971) showed that the same condition [Eq. ( 11)] which is neces-
sary and sufficient for uniqueness in lumped systems gives a sufficient
condition in distributed systems of the single-catalyst-particle type. Since
Eq. (53) can be reduced to the latter form (Varma and Amundson, 1973c),
the following sufficient condition for stability is obtained:
where F(v) = r(v) /(v - 1), and the temperature bound for an exothermic
reaction from Table 1 has been used.
An earlier sufficient criterion developed by Luss and Amundson (1967b)
using comparison methods which ensures uniqueness is
1
Da,.;; (56)
F(v+)
Da _μ_
;;i: ( 57)
F(v_)
a1 = Sup
ar
au >0 (58a)
Note that Eq. ( 58) reduces to Eq. ( 55) for cS = 0. The second criterion
is more general since it applies to Peh -:f. Pem also:
Reactor Steady-State Multiplicity /Stability 997
where
(60)
where A1 is given as the smallest root of Eq. ( 55a). Thus for the particu-
lar case of Eq. (53), the problem reduces to
( "l + -Pe4-
2 v) - DaPeSr (1 + S
S - v , v) = O ( 61)
whose multiplicity pattern can be easily determined. Note that this procedure
can also be applied readily to the more general case [i.e., Eqs, ( 50) and
( 51)] , and it is independent of the form of the reaction rate expression
r(u,v).
It may be observed that as expected from the intrinsic nature of the
lumping approximation, Eq. (61) reduces to the correct CSTR model as
Pe + O. However, this is not true for the other limit condition (i.e.,
Pe + 00 ) , where the characteristic uniqueness of the plug-flow model is
not correctly predicted. Therefore, this procedure should be used with
care, since as we will see in more detail in the case of a first-order
998 Morbidelli, Varma, and Aris
Pe dv = 2 + Pe
----Pev ( 62)
ds 2 + 3Pe/4
which then leads to algebraic nonlinear equations of the same form as Eq.
(61). Jensen and Ray (1982) have noted that this lumping procedure
exhibits similar limiting behavior in terms of Pe as the previous one, and
thus it basically suffers from the same shortcomings.
~
~ 1.12
E
~
E
::,
~ l.04
0
~
- Domkohler number, Do
120
( o)
~
::, ',-
\~
/
,,,
......
'- ------ / Q ~ t I 40
"',,
~ \ I
II 2
'l~ ' v-, I /
\\
(I)
a.
E '-' I \~, \I- I
I
~ '-~
25l
E
' ).. ' \ ~\ II
::, Y = 75 -- ', \ \
E
X
104 ' '\ ' \ \' II
0
~
\ I
- ~ Domkohler number , Do
15 - - - - - ~ - - - - - - - -
10
5 ...--------
a
--- ----
__________
~ b
\. ......_
b
999
1000 Morbidelli, Varma, and Aris
(1 + K + 1/K )u
s
r(u) = - - - - - - - ( 63)
K + u + u2/K
s
I.O
::, 0.8
<;:
2 0.6
1
<;:
Ql
u
<;: 04
0
u
~ 0.2
::,
0
0
2 3 4 5 6 7
Damkohler number, Do
14
12
E 10
"'
a.
8
0
I 2 3 4 5 6
- -- Do
FIGURE 14 Region of multiple steady states in the Pem versus Da plane.
Parameter values as in Fig. 13.
DYNAMIC BEHAVIOR
Stability
The transient mass and energy balances can be readily derived from Eqs.
(1) and (2) by adding on the right-hand side the mass and energy accumu-
lation terms, respectively. However, in making the resulting equations
dimensionless, it is convenient to use the quantities most widely used in
the literature, which are somewhat different from those given by Eq. ( 3).
In particular, using the inlet temperature as reference temperature Tm =
T 0 , and
1002 Morbidelli, Varma, and Aris
V
X = 8 = T = -
q
(64)
t'
t = B =
T
we obtain
dx
dt = -x + Dar (65)
dG
Le - = -8 + BDar - o (8 - 8 ) (66)
dt c
in
x=x at t = 0 ( 67)
where Da, o, and r are as defined in Eq. (3), while the Lewis number
Le represents the ratio between the time constants of the thermal and
material transport, respectively. As discussed in detail by Ray and
Hastings ( 1980), Le is defined as
(VpC )T
Le= _ ____.P~- (68)
V pC
m p
where V m and (V pCp)T represent the total mass and thermal capacitances
of the reaction unit, respectively.
The first criterion for the stability of the steady state of a CSTR was
developed in a pioneering paper by van Heerden in 1953. It can be ob-
tained from the steady-state version of Eqs. (65) and (66) (i.e., setting
the left-hand side equal to zero) by solving explicitly for x,
8 + o(8 - 8 )
C
X =---B---- (69)
and substituting back in Eq. ( 66) to obtain an equation in the only un-
known 8:
8 + o (8 - 8 C) )
R(G) =8 + o(G -Ge)= BDar ( B ,8 = G(G) ( 70)
The left- and right-hand sides of Eq. ( 70) represent the heat removed
from the reactor through flow and the cooling medium, and the heat pro-
duced inside the reactor by the exothermic reaction, respectively. These
two functions are shown in Fig. 15, for those cases where the reactor
exhibits one ( curve 1) and three ( curve 2) steady states. On physical
grounds, it can be argued that the stability of each steady state depends
on the relative slopes of these two curves. If at steady state the slope
Reactor Steady-State Multiplicity /Stability 1003
Cl)
a::
e
FIGURE 15 Schematic representation of the heat removal R(0) and the
heat generation functions 0(0), defined by Eq. (70) in a CSTR.
of the heat generation curve is larger than that of the heat removal curve,
the steady state is unstable, because for small perturbation of the tempera-
ture value the system evolves away from the steady state itself. Based on
this observation, van Herdeen concluded that the middle steady state in the
case of multiplicity is unstable, while all the others, including the case of
a unique steady state, are stable.
The first rigorous analysis of this problem was presented by Bilous
and Amundson ( 1955), who applied the first method of Liapunov. It con-
sists of linearizing Eqs. (65) and (66) around the steady state, introducing
the two deviation variables
y = 0 - 0 (71)
2 s
d~
£! ctt = i~ (72)
(73a)
Dar0 ]
(73b)
-1 - o + BDar
0
J
=
= [ ~
X -
Bx
1
(1 + X0 /y) 2
-1 - o+ Bx
]
( 74)
(1 + 0/y) 2
tr J + /'11 /2
2
l'1 = (tr '.!_) - 4 det J ( 75)
3. det { > 0, tr J < 0: stable node (/'1 > 0) or focus (1'1 < 0) (77c)
Finally, it can be shown (see Varma and Aris, 1977) that in the case
of an adiabatic reactor (i.e., cS = 0) condition (76a) implies condition (76b)
automatically. In this case the slope condition becomes necessary and suf-
ficient for asymptotic stability.
Periodic Solutions
To complete the picture of the dynamic behavior of the reactor, it is neces-
sary to characterize fully the occurrence of periodic solutions. A very
large number of papers have appeared in the literature using several
mathematical methods, such as Liapunov' s direct method , averaging tech-
niques, Fourier analysis, and perturbation methods [ see Hlavacek et al.
( 1970) and Uppal et al. (1974) for detailed references]. The most con-
venient approach, which allows us to answer the problem exhaustively, has
been presented by Poore (1973).
This approach is based on the Hopf-Friedrichs bifurcation theorem
(Friedrichs, 1965), which states that bifurcation to a periodic solution occurs
only from the center of the linearized system, and under the restriction
that the trace of the matrix !? = d!l/de: (where e: is the bifurcation param-
eter) does not vanish. Moreover, -this theorem allows the construction of a
function cS (x) whose sign at the bifurcation point allows to estimate both
the direction of the periodic solution and its stability character. It should
be mentioned that in this type of bifurcation, often referred to as Hopf
bifurcation, a pair of complex conjugate eigenvalues change their real part
sign by crossing the imaginary axis, thus implying a change in the system
stability character, since all the other eigenvalues are required to have neg-
ative real part. This should not be confused with the so-called static
bifurcation, where one real eigenvalue changes its sign by passing through
the origin. This is the bifurcation we have been referring to in the sec-
tion on steadr-state multiplicity.
Poore ( 1973) applied this theory to the case of a CSTR with first-order
irreversible reaction and Le = 1, in the limit of infinite activation energy.
To investigate all possible qualitative phase-plane behavior for the system,
he considered the parameter plane B versus cS (with fixed y = 00 , 0c = 0,
and Le = 1) taking Da as the bifurcation parameter (i.e., eventually the only
parameter that changes, while all the others are kept constant, to explore
the bifurcations and/or jumps of the system). The phase plane is then
divided into six regions by three curves, which are defined conceptually
as follows:
Do,._ Do*
--- Do
3
Curve SM: B = (l+o)
8
( 78c)
2 2
where w. = b.(Bs. - b 1.) and b. = Bs. - 1 - S. It is found that for bi-
1 l l l l
furcation at s 1 ( s 2 ), o1 > 0( o 2 > 0) indicates bifurcation to a stable (un-
stable) periodic solution for Da values larger than the bifurcation value,
and vice versa for o1 < 0( o2 < 0).
The six regions in the S- o plane obtained using the three curves given
by Eq. ( 78) are shown in Fig. 17. The bifurcation behavior corresponding
to each region is illustrated as a function of Da in the side figures, where
the capital letters refer to the various shapes of phase portraits shown in
Fig. 18 (here the symbols filled and open circles indicate stable and un-
stable limit cycles, respectively, and their distance to the steady-state
::i::,
~
Q
X X mb . .. . . X Illa
ma S2 - ______ _. 0
s /'
---- .....
0
m2 m2 -s
' -- ---- ... ,
m1 --" m1 Ooo __ _..
C/J
S1 Da
.....
Da Da Da Da ~
A . A E A B A G B A Q
·~; :~ 0.
"<
I
C/J
30 .....
Q
.....
~
8.5 t :s::
i:::
:: t\ I (Il 7 5 /~l .....
~ ~ -s·
6.5 -- - " §:
CD 1.6 1.8 .....
II: t SM f ~ (1+8) "<
m ......
C/J
I ~~ 0
10 ~ \ ~ I ~
- e
j ~
I
1.5 2.0
:~ 2.5
( I+ 8)
3.0 3.5 4.0 4.5
EVAPORATION )(or.
STABLE ss
~2 . · / S2 _.. ··> s2 .·, S1
UNSTABLE ss
m ~ • .,,,, ~ m2 ',
,,
S1 ••_......... S1 ° .•./ S1 / m1 STABLE
. / ,~,,~
'LL. r~T ·wzc .·/ Uk[ ...... '
LIMIT CYCLE •···
Da . - A__ Da A B A Da A Do
UNSTABLE
LIMIT CYCLE
CASE A B C D E F G H J
[ NODE
F8cus
J[ STABLE
UNSTABLE
J 1
0
0
1
1
1
1
0
2
0 1
1
2
0 2
0
1
1
JG J
SADDLE POINT 0 0 1 0 1 1 1 1 1
G LIMIT
CYCLES
STABLE
UNSTABLE
0
0
1
0
0
0
1
1
0
0
1
0
1
0
0
1
1
1
TOTAL INVARIANTS 1 2 3 3 3 4 4 4 5
ABSCISSA-CONCENTRATION ORDINATE-TEMPERATURE
~ A B
iif) G H
Da = Da 0 T (80)
The entire bifurcation analysis has then to be repeated, now taking T in-
stead of Da as a bifurcation parameter. As mentioned earlier, the multi-
plicity pattern with respect to the reactor residence time is quite complex,
giving rise to the isola and mushroom shapes, which do not appear when
the Damkho1er number is taken as a bifurcation parameter. Therefore, it
1010 Morbidelli, Varma, and Aris
d~
(81)
dt
Lee = (x - 1) h- Bx ] ( 83)
[ (1 + 0/y) 2
0
1 + 6 A
B A
C
CJ, = B 0C ( 84)
Le Le Le
Eqs. (65) and (66) reduce to the same form used by Uppal et al. (1974) in
the case of Le = 1. Thus, with these parameter changes, the results ob-
tained previously still hold. In particular, the B-& parameter plane [pre-
viously, B - ( 1 + 6 ) ] is again divided into the same six regions, each
leading to a different shape of the conversion versus Damkohler number
bifurcation diagram. This diagram is shown in Fig. 19 for the case y = 00
and 0c = 0, in terms of the new dimensionless parameters accounting for
the effect of Lewis number.
A quite interesting feature of the dynamics of this system can be ob-
served in Fig. 19. Since the reactor steady state for 0 c = 0 is affected
only by the ratio B /(1 + 6), it follows that the same x-Da bifurcation
diagram corresponds to all the points on any straight line going through
the origin. For a given straight line, by decreasing Le we move toward
the upper-right region of the diagram. So, depending on the given value
of the ratio B /(1 + 6), the curve may enter region III (curve 1), V ( curve
2), or even the small region VI. In any event, in either one of these re-
gions, the system can exhibit stable periodic orbits. Thus it appears that
for decreasing values of Le, lower than the critical value Lee where the
straight line enters one of the above-mentioned regions, we have persistent
stable periodic solutions.
Using the same procedure adopted for deriving Eq. (78b), the following
expression for Lee, valid for y = 00 and 0 c = 0, is obtained:
1012 Morbidelli, Varma, and Aris
26
24
20
QJ 16
.J
'
Q)
12
8 @
4
0.5
(l+O)/Le
Le
C
= [< 1 +41/J1/J) 2 1)c1+0> (85)
Tubular Reactor
Stability
The transient behavior of a tubular reactor is described by the axial dis-
persion model through the following set of parabolic partial differential
equations (PDEs):
au 1 a 2u au
= - Dar(u,v) ( 86)
at Pe 2 as
m as
av 1 a 2v av
Le at =--
Peh as 2 as
+ BDar(u, v) - 0 (V - V )
C
(87)
t'n spC + (1 - s) p C
t = .:...1 Le = p s ps
( 88)
V spC
p
1014 Morbidelli, Varma, and Aris
have been added to those previously defined in Eq. ( 49). The Lewis num-
ber is defined as the ratio between the total heat capacitance of the reacting
system (fluid + solid) and that of the fluid. In the case of homogeneous
reactors Le = 1, while it rises up to a few hundred in the case of catalytic
reactors.
Boundary conditions of Eqs. (86) and (87) are the same reported for
the steady-state model [Eq. (52)], while the initial conditions are
in in
u = u (s) V = V (S) at t = 0 ( 89)
It is worth point out that the BCs (52) proposed by Danckwerts in 1953
are valid also under transient conditions only when no mass or heat dis-
persion occurs in the inlet and outlet tubes to and from the reactor
(Wehner and Wilhelm, 1956; van Cauwenberghe, 1966). In the following
we shall always refer to the Danckwerts boundary conditions, and eventual-
ly discuss the effect on reactor stability of the degree of mixing in the
regions before and after the reacting region.
In the preceding section it was shown that Eqs. ( 86) and ( 87) can
admit up to seven steady- state solutions. It is then necessary to discuss
numerical procedures and a priori criteria to define the stability character
of a steady state. Unfortunately, the mathematical apparatus for dealing
with stability of parabolic PDEs is not as well assessed as for ODEs.
Therefore, except for very special situations, strong statements about
steady-state stability, such as those reported for the CSTR,. cannot be
made.
Even though no rigorous mathematical proof is available (of the type
of Liapunov's first theorem for ODEs), it seems quite reasonable to relate
the local stability character of a given steady state of nonlinear system
of parabolic PDEs to that of the corresponding system obtained through
linearization about the steady state. Introducing the perturbation variables
the following linearized version of Eqs. ( 86), ( 87), ( 52), and ( 89) can be
obtained:
1
=
Pe
m
Reactor Steady-State Multiplicity /Stability 1015
Le a;; "P!h aa':; - (P:h + ' - SDar.) Y,+ SDaruY 1 expCPem2 Peh)']
(93)
with BCs
ely 1 Pe el y 2 Peh
m ( 94a)
Y1 == 0 -2-y2 == 0 at s == 0
els 2 cl s
( 96)
with BCs
cly
els +~y_==O at s == 0 (97a)
ely
as+!?y ==0 at s == 1 (97b)
and IC
in (98)
Y.. == Y..
Its solution is given by an infinite series expansion of the form
d 2~
>...!!!_ == ~ -2 + ~.'.!!_ (100)
ds
that is, the values of ;\ for which Eq. (100) admits a nontrivial solution.
From Eq. ( 99) it is seen that if all eigenvalues have negative real
parts, the steady state is stable; if one of the eigenvalues has positive
real part, the steady state is unstable. This is a quite straightforward
1016 Morbidelli, Varma, and Aris
conclusion, but its application can be quite difficult, since in general the
number of eigenvalues is infinite, and they can of course be either real or
complex. Therefore, in general it is necessary to resort to suitable num-
erical techniques. The standard procedure is to discretize Eq. (100) along
the space variable s and then compute with a suitable algorithm the eigen-
values associated with the obtained system of algebraic equations. Since
the eigenvalues thus obtained approximate the corresponding largest eigen-
values of the original infinite set, they allow us to identify the stability
character of the steady state under examination. Particularly fortunate is
the case of an adiabatic reactor with Pem = Peh, for it leads to a linearized
system (96) whose linear spatial operator is self-adjoint.
In the following we first analyze this last case, which has received a
great deal of attention in the literature. Then we consider the general
case of a nonadiabatic reactor and discuss some of the stability conditions
which have been obtained using various methods, mainly based on compari-
son theorems and Liapunov direct method. Finally, some numerical tech-
niques for solving the eigenvalue problem (100) are indicated.
Special Case of Adiabatic Reactor: As mentioned above, in the case of
adiabatic axial dispersion model with Pem = Peh and Le = 1, the stability
problem can be greatly simplified. A standard procedure used in the
earlier studies is to introduce the so-called "residual enthalpy," defined as
(101)
By suitably combining Eqs. ( 92) and ( 93), under the assumptions noted
above, it is found that
aw 1 a 2w Pe
at = Pe 2 4
w (102)
as
with BCs
aw Pe
as 2
w =0 at s =0 (102a)
aw Pe
as
+
2
w =0 at s =1 (102b)
in
w = 0 (103)
admits only the trivial solution w = 0. This implies that if we limit the
analysis to so-called adiabatic perturbations (i.e., win = 0 leads to v +
Su = 0), then during the transient the following relation holds:
v + Su = 1 + S (104)
clv
at =
clv
cl s
+SDar( 1 +: - v,v) (105)
2
Ai/! = - 1 -d t - ( -Pe + Dar - DaSr ) 1/J (106)
Pe ds2 4 u v
with the BCs (102) with w replaced by 1/J. In this case it is known that
the eigenvalues An form an infinite set of real, discrete values.
Using these properties Amundson (1965) derived a necessary and suf-
ficient condition for stability which requires the solution of an initial value
ODE whose coefficients depend only on the steady-state profiles.
The final answer to the stability question was given by Luss and
Amundson ( 1967a), who exploited the possibility of reducing the problem
to a single PDE. Using topological concepts they proved that in the case
of multiple steady states the low- and high-conversion steady states are
asymptotically stable, while the middle one is unstable. Moreover, using
the maximum principle, it was also proved that if a unique steady state
exists, it is always globally stable.
Again using the maximum principle, Luss and Lee (1968) determined
finite regions of stability for each steady state. These allow us a priori
to determine the response of the reactor to large perturbations and even
the final steady state reached from a given initial condition, without per-
forming any transient calculation. In particular, it was found that the
unstable- steady- state profile separates the regions of stability of the two
stable steady states, For cases where the initial profile does not entirely
lie in one or the other of the two stability regions, it is necessary to in-
tegrate the transient model. If at any time during the transient the pro-
file is found to entirely lie inside one stability region, the above-
mentioned criterion can be applied again.
It is worth pointing out that in the particular case under examination
the axial dispersion model is very similar to the catalyst particle model in
the case of Le = 1. Thus the results obtained for one model can be
directly extended to the other. In fact, some of the stability conditions
reported below, as well as for the above-mentioned work by Luss and Lee
(1968), were originally derived for the catalyst particle.
Even though the stability picture for this special case of adiabatic re-
actor is quite clear at this point, there are two reasons for reporting re-
sults obtained with other techniques. The first is that the above-mentioned
stability conditions were obtained considering only adiabatic perturbations,
which gives a character of conditional stability to the final answer. Luss
and Lee (1968) have shown using Eq. (102) that the residual enthalpy
monotonically decreases in time, thus indicating a more general validity of
the stability criteria developed, Nevertheless, other techniques are avail-
able which do not require the use of the residual enthalpy concept at all
(Padmanabhan et al., 1971). The second reason is that since the above-
mentioned methods apply only to a single PDE , they can be used only in
this particular case.
1018 Morbidelli, Varma, and Aris
Wei (1965) was the first to apply the direct method of Liapunov to the
catalyst particle. Berger and Lapidus (1968) and Padmanabhan et al.
(1971) extensively used this method, including more general situations such
as the catalyst particle with Le -j 1. Varma and Amundson ( 1972a) applied
the method of comparison functions. Both these two last approaches do
not require any restriction on the residual enthalpy.
A sufficient condition for stability was first developed by Luss and
Amundson (1967a); it is identical to the uniqueness condition ( 55). This
relation has also been derived by several of the above-mentioned authors
using various methods. For example, Aris (1969) showed that it could be
derived using either the maximum principle or the first or second Liapunov
methods. Finally, this expression was also obtained by Gupalo and
Ryazantsev (1969) using the Sturm-Liouville eigenvalue problem properties,
again limited to adiabatic perturbations.
The issue of the appropriateness of the Danckwerts boundary conditions
( 52) in the transient case has been addressed in detail by Parulekar and
Ramkrishna (1984) for the cases of both zero and nonzero residual enthalpy.
Even though these boundary conditions are valid under transient conditions
only in the case of no mass or heat dispersion outside the reactor, the
stability results were found to be qualitatively quite similar. Besides the
multiplicity characteristics, which are obviously unchanged, Parulekar and
Ramkrishna (1984) have proved again that a unique steady state is globally
asymptotically stable. A sufficient stability condition very similar to Eq.
( 55) was also obtained in this case , the only difference arising from the
effect of the initial state outside the reactor on the reactor transient,
which is obviously nonzero only in the presence of dispersion. A detailed
analysis of the effects of various mixing intensities before and after the
reaction region, as well as of the stability regions, is also presented.
General Nonadiabatic Case
A priori conditions: In the most general case of nonadiabatic tubular
reactor, or adiabatic with either Le -J 1 or Pem -J Peh, the heat and energy
balances cannot be uncoupled. Thus we have to deal with a system of
PDEs which, when linearized, produces a non-self-adjoint space operator.
Under these conditions most of the above-mentioned methods either fail or
become exceedingly complicated, with only the partial exception of the
direct Liapunov method.
One of the very few direct extensions of the results in the preceding
section is in the case of an adiabatic reactor with Pem = Peh and Le -J 1.
Gavalas ( 1968) has shown that if a steady state is unstable for Le = 1, it
is so also for any other Le -J 1.
Nishimura and Matsubara (1969) developed a sufficient condition which
requires the integration of a set of initial value linear ODEs whose coef-
ficients depend on the steady-state profiles under examination. Varma and
Amundson (1972b), using the method for optimizing the Liapunov functional
proposed by Padmanabhan et al. ( 1971) , have shown that the same conditions
which guarantee steady-state uniqueness also guarantee asymptotic stability.
Thus Eqs. ( 58) and ( 59) are sufficient conditions for asymptotic stability
for the nonadiabatic reactor with Pem = Peh , Le = 1 and Pem -J Peh, Le ,f: 1,
respectively (note that for a homogeneous reactor Le = 1 implies that Pem =
Peh).
More conservative sufficient conditions for stability, obtained using
different choices of the Liapunov functional, have been reported by various
Reactor Steady-State Multiplicity /Stability 1019
authors (Clough and Ramirez, 1972; Liou et al. 1972a,b; Varma and
Amundson, 1973a; McGreavy and Soliman, 1973). The effect of recycle on
stability has been studied by Matsuyama ( 1970) for the adiabatic tubular
reactor, and by McGowin and Perlmutter (1971b) and Liou et al. (1974) for
the nonadiabatic case.
Numerical methods: Due to the lack of sharp sufficient conditions for
stability, it is often necessary to resort to numerical techniques. The first
approach is the direct integration of the complete transient model. It was
used in the earliest work of Raymond and Amundson ( 1964) and Hlavacek
et al. (1971). Since then, many sophisticated numerical methods for solving
system of parabolic PDEs have been developed. Some of them have been
used in general computer codes, such as PDEPACK (Madsen and Sincovec,
1975) and PDEL (Cardenas and Karplus, 1970). Most of these techniques
are based on the method of lines, where the space variable is discretized
using a suitable technique such as finite difference or weighted residuals.
The obtained system of ODEs is then integrated in time using a suitable
marching technique. Since the system of ODEs can be stiff for certain
range of parameter values, implicit integration methods (at least partly) are
usually recommended. More detailed information about these numerical
techniques is reported by Finlayson ( 1972) and by Michelsen and Villadsen
( 1978), while a detailed analysis of the application of the orthogonal colloca-
tion method to the particular model under examination has been reported
by Georgakis et al. ( 1977a).
Another approach consists of evaluating the eigenvalues for the linear-
ized system of PDEs (92) to (95) given by the non-self-adjoint eigenvalue
problem ( 100). It should be noted that although Eq. (100) is linear, it
can only be solved numerically, because some of the elements of matrix ~
involve the partial derivatives of the reaction rate at steady state along -
the reactor, which in general do not admit analytical representation.
Usually, a discretization method is used to transform the parabolic PDEs
into a system of ODEs. The most common techniques used for this are:
finite differences (Kirkby and Schmitz, 1966; Heinemann et al., 1979, 1980;
Heinemann and Poore, 1981), Galerkin method (Kuo and Amundson, 1967;
McGowin and Perlmutter, 1971a,b; Varma and Amundson, 1973b; Jensen and
Ray, 1982), and orthogonal collocation (McGowin and Perlmutter, 1971a;
Georgakis et al., 1977a; Jensen and Ray, 1982). The size N of the final
system of ODEs depends on the number of terms in the trial solution in the
Galerkin method, or of collocation points in the orthogonal collocation
method. The final step of the procedure involves evaluation of all the
eigenvalues of the discretized system, which can be accomplished through
standard routines (Michelsen and Villadsen, 1978).
Based on regularity considerations of the solution, it is expected that
by increasing the number of discretization elements, N such that N + oo,
the system of ODEs gives a perfect description of the original system of
PDEs. In particular, the N eigenvalues obtained approximate the first N
largest eigenvalue of the non-self-adjoint problem. This process is illus-
trated by the results reported in Tables 2 and 3. In the first one are shown
the estimates of the largest eigenvalue as a function of the number of trial
functions used in the Galerkin's method (McGowin and Perlmutter, 1971a).
The orthogonal set of trial functions used is based on the solution of the
same model without chemical reaction. This explains why convergence be-
comes slower for increasing values of the outlet conversion. In Table 3
1020 Morbidelli, Varma, and Aris
n = 1 -2. 237
n = 2 -2.227 -0.02909 -0. 2498
n = 3 -2. 227
n = 4 -2. 227 0.4212 0.3404 -1. 413
n = 6 0.4537 0.5382 -0. 6879
n =8 0.4553 0.9819 -0.5102
n = 10 0.4554 1. 275 -0.1721
n = 12 0,4554 1. 386 -0.1277
n = 14 0.4554 1. 412 -0.1144
n = 16 1. 415 -0.1002
n = 18 1. 415 -0. 0991
n = 20 -0.0986
n = 22 -0. 0982
n = 24 -0.0982
are shown the first 15 eigenvalues estimated using the orthogonal collocation
methods with 7 (i.e., N = 15) and 15 (i.e., N = 31) collocation points, re-
spectively (Georgakis, et al., 1977b). It appears that while convergence
already seems to have been achieved for the largest eigenvalues (which are
those that determine the reactor dynamics) this is not true yet for the
smaller ones.
About the discretization procedure, Mc Gowin and Perlmutter ( 1971a)
have compared the Galerkin and the orthogonal collocation methods. They
found that the first is more rapidly convergent, and also converges mono-
tonically, while the second converges in a damped oscillatory manner. In
general, they recommended Galerkin's method, unless the model contains
mixed boundary conditions, as in the presence of recycle. These observa-
tions have been confirmed by Jensen and Ray (1982).
Finally, it is worth commenting on the correctness of this entire proce-
dure, since as mentioned above, a rigorous mathematical relation between
the stability of the original nonlinear system and that of the linearized sys-
tem is not available for distributed parameter models. Varma and Amundson
(1973b) successfully checked the stability of the system predicted through
the linearization method in several cases by direct integration of the original
model. Since these results have been analyzed in detail by Varma and Aris
(1977), this argument is not pursued further here. Some of the results
obtained regarding the stability of multiple steady states are discussed in
Reactor Steady-State Multiplicity /Stability 1021
:\j :\.
J
1 +3.001 +3.007
2 -0.972 - 0. 977
3 -4.273 + 3.322i -4.292 + 3.321i
4 -4.273 - 3.322i -4. 292 - 3. 32li
5 - 6. 793 - 6. 766
6 -11.02 + 1.937i -11.03 + 1.981i
7 -11. 02 - 1. 937i -11. 03 - 1. 981i
8 -19.51 + 2.097i -19. 28 + 1. 857i
9 -19.51-- 2.097i -19.28 - 1.857i
10 - 29. 14 + 1. 210i - 33. 20 + 1. 969i
11 -29.14 - 1. 210i -33. 20 - 1. 969i
12 - 71. 84 + 3. 602i - 50. 95 + 1. 933i
13 -71.84 - 3.602i -50. 95 - 1. 933i
14 -85.42 + 1.352i -72.66 + 1.931i
15 -85.42 - 1.352i -72. 66 - 1. 931i
the next section, where the occurrence of periodic solutions is also taken
into account.
x~ .... Jr
10
X
-
l$'.n Da
Do
X
1
r Ml x~·:t-
.. XII
->1 -.:, , ,- j M2 rs::
~·-·7·,, /l 0
lE Do
z- 'jiJz Do
....- t5'
E:
.. E
x
ts;; Do 5 t ~ S-:-
• ii:: S-,
I/. I
2.Q 2.2 2.4
~=:. <::
Q
~
:.. XDlb fl
xlf=• 0 2 3 4
Xlrf...... ~ §
Do
A..
8 x1 _.:r::o ::i,..
:J.
Cl.>
~Do
Reactor Steady-State Multiplicity /Stability 1023
all the other eigenvalues, besides the pair of purely imaginary ones, have
a negative real part, so that the system actually undergoes a change in
its stability character.
Two different types of numerical techniques are usually employed for
locating such bifurcation points. For static bifurcation points one needs
to solve the steady-state problem and calculate the value of the bifurcation
parameter at which one of the eigenvalues is zero. One way is to solve
the steady state with the usual techniques for any given value of the bi-
furcation parameter, and use the Euler- Newton continuation method to satisfy
the bifurcation condition. To avoid numerical instabilities near the bifurca-
tion points where the Jacobian is singular, it is necessary to adopt the
solution normalization method proposed by Keller (1977). A detailed descrip-
tion of this method, with specific reference to premixed laminar flame
models, is reported by Heinemann et al. (1979).
A different method has been used successfully by Jensen and Ray
(1982) in the bifurcation analysis of tubular reactor models. This method
is based substantially on the same idea proposed previously by Weisz and
Hicks (1962) for one-dimensional problems, and then applied to multi-
dimensional problems by Sorensen et al. ( 1973). It consists of fixing one
value of the unknown solution (e.g., at one collocation point) and taking
in its place the Damkholer number (or Thiele modulus for catalyst particles)
as unknown. The problem so formulated usually admits a unique solution,
and it is then possible to solve it for any given Da, even in the multi-
plicity region.
The Hopf bifurcation points can be obtained by evaluating the eigen-
values corresponding to a given value of the bifurcation parameter through
the method indicated in the preceding section, and then searching for the
bifurcation parameter value that satisfies the bifuraction condition through
standard techniques, such as section, Newton-Raphson, and so on.
Kubicek (19'.79) has suggested including the Hopf bifurcation condition in
the nonlinear system of algebraic equations which solve the steady- state
problem (after discretization) and then solving it all together with a Newton-
Raphson method. Jensen and Ray (1982) have suggested using necessary
conditions for the characteristic polynomial to have purely immaginary roots
to improve the efficiency of the bifurcation point search.
The bifurcation theory has recently been applied to the axial disper-
sion model in the case of a first-order reaction by Heinemann and Poore
(1981) and Jensen and Ray (1982). Some of the above-mentioned numerical
methods have been applied in these two works, and the reported agreement
between the obtained Hopf bifurcation points constitutes a check on their
correctness.
In the first of these two papers the problem of stability of the periodic
solution was also considered. Formulas of the same type as those illus-
trated for the CSTR [see Eq. (79)] were reported. They allow us, on
the basis of only steady-state information, to derive both the direction and
the stability character of the bifurcating periodic solution.
I .0 ,------r------,-•=.=.-::..-::._-:::::
•::::::::::::: ·:. ·. 6
...
4
·······
X
0.5 CD
t 2
o~--~--~--~ 0
0.14 0.15 0.16 0.17 0.14 0.15 0.16 0.17
Do Do
(a) (b)
(a ) ( b)
8? = 8 ~ =0.5 8?=1;8f=2
8 8
I
6 \ 6
\
4 \ 4
"'
Ct) \ "'
Ct)
\ 2
2 \
0 0
(
-2 -2
-4 -4
---- T
---- T
(Fig. 22b) two isolas are present, leading to a total of three· separate
curves on the same bifurcation diagram. Since the smaller isola lies en-
tirely in the shadow of the larger one, it can never be reached from any
of the other two curves simply by changing the reactor residence time.
Svoronos et al. ( 1982) have applied Hopf- Friedrichs bifurcation theory
to this model and reported an analytical relationship for the direction and
stability of the bifurcating periodic orbits. In the case of a single reactor,
this reduces to the same equation [Eq. ( 79)] as that developed by Poore
( 1973) . It has been found that while in this case also, periodic solutions
cannot occur in the adiabatic system, the dynamic behavior is in general
more complex than in a single CSTR. For example, it is possible that
self-sustained oscillations in the first reactor may force oscillations in the
second, which, per se, would have been at a stable steady state.
..
(o)
.......
,,,,
....,. ✓•✓ • • •
.... •·00700
X •• I
.. . ,,,,,,
•0 0
00 ••
/'
;0 /
-Do
( b)
/ ---- --:.
l
' .... .:
/~
+•·,
X
...
..
//
•oo /
---Do
The detailed analysis of periodic solutions does not exhaust all possible
features of the dynamics of the system under examination, because it can
also exhibit nonperiodic solutions (i.e., chaotic behavior). This peculiar
behavior, which according to Poincare-Bendixson theorem cannot occur in
a two-dimensional system (cf. a CSTR with one reaction), is instead quite
common in models of larger dimensionality, just as periodic oscillations are
common in two-dimensional systems. Kahlert et al. (1981) found chaos in
a CSTR with two consecutive reactions: the first exothermic and the
second endothermic. The direct integration of the transient model equa-
tion leads, for a certain set of parameters, to the trajectory in the phase
space shown in Fig. 24. The presence of a well-defined attraction region,
shaped as a folded-over rubber strip, is an indication of the chaotic be-
havior of the system.
The way the system approaches this situation is through a typical
Feigenbaum ( 1979) cascade of periodic solution bifurcations. In particular,
with reference to Fig. 25 and for the parameter values reported in the
caption, it is seen that the system admits two Hopf bifurcation points,
both bifurcating to the right: the first stable and the second unstable.
The periodic solution branch can be constructed through subsequent
Reactor Steady-State Multiplicity /Stability 1029
+ +
'-
e
'-
'-
'-,
8*
6.9408 , +82
---o
7.74975
__/'/l
7 .94305
7 95605
7.96205 _J
7.96485
numerical integrations starting from the left Hopf bifurcation point and in-
creasing the value of o . It is found that by increasing o the period of
the stable oscillations changes continuously up to a critical o value where
suddenly a doubling in the oscillation period occurs. In other words, the
periodic orbit becomes unstable and simultaneously a new one, stable and
with doubled period, appears. This new type of bifurcation, which is
often referred to as Poincare bifurcation, occurs again and again at suc-
cessively closer o intervals, up to a new critical o value where chaotic
behavior begins. For a particularly simple one-dimensional case, Feigen-
baum has shown that the o values at which period doubling occurs tend
to approach a convergent geometric series, such that the ratio
8. -
1
8.
1-
l
p := ( 107)
0.l+ l - o.1
is constant and equal to the universal value 4. 6642016.
Chemburkar et al. (in press) have further investigated this system
by analyzing in detail the periodic orbits that branch off from the hard
Hopf bifurcation point o * (all the numerical values reported here are taken
from this last source). The same type of bifurcation pattern has also been
found in this region, again ending in an infinite period termination point,
as qualitatively sketched in Fig. 25. By plotting the number of peaks per
period (which is proportional to the oscillation period) as a function of the
bifurcation parameter, as shown in Fig. 26, it clearly appears that there
exists a window of o values where the system exhibits chaotic behavior.
It should be mentioned that the way this system approaches the chaotic
region is qualitatively similar to that described by Feigenbaum (1979), but
the geometric series of the bifurcation o values is not perfectly reproduced
(at least after the few doublings investigated), and the computed values of
the ratio p [Eq. (107)] are somewhat smaller than the natural Feigenbaum's
constant (ranging from 3 to 3. 5).
"O
0
4
Qi
o_
~
(l)
Q.
8
(/)
~
0
(l)
o_ 16
32
78 7.9 8.0 8.1
3
FIGURE 26 Window of chaotic behavior.
Reactor Steady-State Multiplicity /Stability 1031
Similar behavior has been found by Jorgensen and Aris ( 1983), who
studied the same reacting system, but considering two exothermic reactions.
In this case some more complex dynamic behavior has been identified. A
useful tool for enlightening the bifurcation pattern of the system is offered
by Floquet multipliers. Let us define §_ as the three-dimensional vector aj'
periodic solutions of the transient model characterized by a period value T.
Its stability can be determined by considering the solution of the perturba-
tion problem
d_g
(108)
dt
( 109)
A+ B C + D
1032 Morbidelli, Varma, and Aris
A A
7.290380
7288 □
Lynch et al. (1982) have defined the occurrence of chaos, which is reached
by the system through a way different from that discussed so far. More-
over, a useful numerical technique for the identification of the occurrence
of chaos, based on the autocorrelation analysis, has been applied in this
work.
e e
e
(a ) ( b)
( C)
UI
800
:,,:
~ To = Tc
I-
LL.I
a:
:::>
I-
<[
a:
LL.I
0.
::;;
LL.I 700
I-
0
:::>
...J
l.L
600'----'----~---~--~
0 0.5 1.0
du
ds = - Dau n exp ( 1 +00 /y ) (110)
d0 n
ds = BDau exp(l /0 /y) - 00 (111)
with IC
u = uo 0 = 00 at s =0 (112)
d0 = B--_i_ 0 (113)
dx Da n
(1 - x)
with IC
0 = 0 at X = 0 (114)
0
CD
0:
w
I-
~ 401 I I I ~401 I I I 1401 I i I I
[? y= 20,80 =0 (a~ y=I00,80 =0 (b) y=oo,80 =0 ( C)
i:i: 30
z
0
t== 20
<.)
<l'.
w
a: 10
LL
0
0 ~-~~-~-~----'
~ 10 20 30 40 50 10 20 30 40 50 10 20 30 40
w
I
~p
p
;:l
P..
:i,.
"S
s;·
::-,
~
p
....QC
-s
CJ:l
....
~
p
A.
CD
'<
I
cc ....CJ:l
w ....p
1- ~
w
:::;; :s::
<t (a l 6.1 (bl 7.5~ l(c) 10.st 80 =-3
cc s
<t m (Il .....
40~ (Il 40 40
a. ,t;·
z f 5.1 t 6.5
0 §:
301- ___<: c816a J 30 ....
I- '<
(.) y=20,n=0.5 y=20,n = I
<t ~ 3 0 y= 20." = 2
I .......
w CJ:l
20~ -I 20 ,_ 20
cc 0
LL
0
1-
....~
'<
<t
w
I 0~-~-~--~-~-~ o~-~-~-~-~~ o~-~~~~-~--
10 20 30 40 10 20 30 40 10 20 30 40
FIGURE 32 Effect of the inlet temperature on the runaway region for three
reaction orders; the runaway region is above the curve.
1--
0
c...,
-.:i
1038 Morbidelli, Varma, and Aris
also apparent that runaway is more likely for larger values of the activa-
tion energy y and the inlet temperature ei and for smaller reaction order
n.
A detailed comparison between the runaway region predicted by the
latter criterion and those predicted by the earlier criteria proposed by
Barkelew ( 1959) , Dente and Collina ( 1964) , and van Welsenaere and
Froment (1970) has been reported by Morbidelli and Varma (1985).
It was found that in general the criterion based on the temperature-
conversion plane leads to the less conservative results, and that the dis-
crepancy becomes more significant for low values of the activation energy
y and the heat transfer parameter o/Da. This is apparent from Fig. 33,
where the runaway regions calculated by van Welsenaere and Froment
(1970) (dashed line) and Morbidelli and Varma (1982) (solid line) are com-
pared.
On the other hand, this criterion provides estimates of the nonrun-
away region which in fact correspond to safe operating condition for the
reactor. For example, from inspection of the temperature versus conver-
sion profiles shown in Fig. 34 for increasing values of the heat of reaction
parameter, it appears that the critical value Be = 14. 31 indeed represents
a reasonable boundary between safe and runaway operating conditions.
Note that the critical value of Be is defined as the boundary between run-
away and no-runaway, and thus corresponds to the situation where the
third as well as the second derivative of temperature with respect to con -
version vanish. In conclusion, this criterion can be recommended for de-
signing tubular reactors operating outside the runaway region, without
requiring serious limitations on the operating conditions.
50
ID n = I ; 80 = 0
er: 40
w
f-
w
:;;;;
<(
er:
<( 30
a..
z
0
f-
u 20
<(
w
er:
LL
0
f-
10
<(
w
I
Cl)
12 12
B = 16 7
w
a: 10 10
:::)
I-
<(
a:
w 8 8
Q.
::i!:
w
I- Cl)
6 6
(/)
(/)
w
_J
z 4 4
2
(/)
z
w 2 2
::i!:
0
0 0
0.2 0.4 0.6 0.8 0.99
C0NVERSI0N,X ~x
where
"= 8.7
°· 6
(116)
7.66 + n
n0(1 + 0/y) 2
B0 = 0 - 0 (117)
C 0
o - -
e/y)
2
-
-
e
+ 2[2(n - 1) + y]y 3- 4
0 + (n -- l)y = 0 (118)
1040 Morbidelli, Varma, and Aris
20 0 0 =0
16
12
00
OJ
n =3
8
_ 0-o 5
0
FIGURE 35 Values of the adiabatic critical parameter B0 from Eq. (117)
as a function of y for various orders of reaction and 0 = O.
0
Reactor Steady-State Multiplicity !Stability 1041
ID
(/)
oc
w 40-----~--~--~--~ 40--------~--~--~
( b ) y =oo ; 00 =0
1-
w
::i:
<(
oc 30
<(
a.
z
0
20
~
(..)
<(
w
oc
u. 10
0
I-
o~-~~-~--~--~--~
<(
w
J:
0 10 20 30 40 50
t - HEAT TRANSFER PARAMETER, ( 8100)
r=0
(By formal we mean that we are not saying anything about th~ convergence
of the series. ) If this series is truncated at the kth term we have the
k jet of the function
k
jk f(x) = L
r=0
which is a polynomial that behaves like f "to order k" in the neighborhood
of the origin. Clearly, this may be a local approximation at best and may
not "fit" very well. For example, jl sin x = x quickly diverges from sin x
and it takes j9 to give a decent approximation over the interval (0,1r), or
more generally, j8n+l to approximate over (0,n1r) after which the k jet
goes off to ±00 • [It should be remembered that the formal Taylor series
may not always converge to the function, as, for example, with f(x) =
0,x < 0, f(x) = exp (-1/x), x > 0, whose formal Taylor series is
identically zero.] If the k jet of a function vanishes, it is said to be of
order (k + 1) at the origin and the function f - jkf, which has been
deliberately made of order (k + 1), is sometimes called its Tay!.
The term contact equivalent also occurs frequently and is a precise
way of saying that two functions are locally of essentially the "same shape,"
so that we can learn a lot about the one by studying the other. In particu-
lar, we can rely on a canonical form to give us a correct picture. Formally,
F(x,)..) and G(y,µ) are contact equivalent if there is a smooth and in-
vertible change of coordinates x .>- y given by y = Y(x, )..) , x = X(y, µ), a
reparameterization µ= M(A),).. = L(µ), and a positive scale change S(x,)..)
or T(y,µ) such that
Reactor Steady-State Multiplicity /Stability 1043
G(y,µ) = T(y,µ)F(X(y,µ),L(µ))
or
F(x,l,.) = S(x,l,.)G(Y(x,l,.),M(l,.))
Then
O'.X = 1 - X - a.f3xy 2
This appears to be the neatest form, although cubics can also be found
for x and z = 1 - x = (1 + a.)y.
Thus the steady states will be the roots of this cubic equation F = O.
Since F( 0) ~ 0 and F -+ + 00 as y -+ 00 , there is always one real root but
there may also be more than one. We shall have two steady states when
there is a double root (i.e., F = Fy = 0), and this represents the
1044 Morbidelli, Varma, and Aris
transition between one and three. There will be a unique triplet root if
F =F =F
y yy
= O. Let us record the derivatives for future use:
F
y
= 30:(1 + o:) By 2 - 2o:B(l + y)y + (1 + o:)
F
yy
= 60:(1 + o:) By - 2o:B(l + y)
F
yyy
= 60:( 1 + o:) B
2
F = (1 + 2o:) By 3 13(1 + y)y + y
0:
2 -
F
o:y = 3(1 + 2o:) By 213(1 + y)y + 1
F
0:0: = 213y 3
3
Fl3 = o:(1 + o:)y - o:(1 + y)y 2
F = -o:By 2 - 1
y
2 7 6 3
X
bifurcation wave passes through it. The seven regions into which these
surfaces divide the a1-ara3) space correspond to the seven types of bi-
furcation diagrams in the x- .\ plane. The hysteresis variety is the
locus of triples ( a1, a2, a3) for which the x- .\ diagram has a point of in-
flection with vertical tangent, as in the 2/7 and 6/3 diagrams at the bottom.
The bifurcation variety is the locus of ( a1, a2, a3) points for which a third
solution is just being born by the vanishing of the imaginary part of a pair
of complex roots. This is represented by the dot in the 7/6 diagram. The
point E represents a point at which both the 2/7 and the 7/6 transitions
take place at once (i.e., the dot is vertically above the point of vertical
inflection); the locus of points like E might be denoted by 2/7 /6. Notice
that diagrams with one number, such as 2, 7, or 6, belong to a three-
dimensional region of a, space; those like 2 / 7, 7 / 6 are two-dimensional sur-
faces, while those like 2/7 /6 are one-dimensional lines. The organizing
center, 0, is a point.
The strength of the theory is that it exhaustively catalogs the various
bifurcation diagrams that can arise. It is systematic and Golubitsky and
Keyfitz (1980, pp. 326-327) give a useful table of conditions for finding
1046 Morbidelli, Varma, and Aris
NOTATION
Subscripts
A reactant
c cooling
0 feed
ACKNOWLEDGEMENT
REFERENCES
van den Bosch, B. and D. Luss, Uniqueness and multiplicity criteria for
an n-th order chemical reaction, Chem. Eng. Sci. , 32, 203 ( 1977).
van Heerden, C., Autothermic processes. Properties and reactor design,
Ind. Eng. Chem., 45, 1242 (1953).
van Welsenaere, R. J. and G. Froment, Parametric sensitivity and runaway
in fixed bed catalytic reactors, Chem. Eng. Sci., 25, 1503 (1970).
Varma, A., Bounds on the steady state concentration and temperature in
a tubular reactor, Can. J. Chem. Eng. , 55, 629 ( 1977) .
Varma, A., On the number and stability of steady states of a sequence of
continuous-flow stirred tank reactors, Ind. Eng. Chem. Fundam., 19,
316 ( 1980).
Varma, A. and N. R. Amundson, Global asymptotic stability in distributed
parameter systems: comparison function approach, Chem. Eng. Sci.,
27, 907 (1972a).
Varma, A. and N. R. Amundson, Some problems concerning the non-
adiabatic tubular reactor, Can. J. Chem. Eng., 50, 470 (1972b).
Varma, A. and N. R. Amundson, Local stability of tubular reactors,
AIChE J., 19, 395 (1973a).
Varma, A. and N. R. Amundson, The nonadiabatic tubular reactor:
stability considerations, Can. J. Chem. Eng. , 51, 459 (1973b).
Varma, A. and N. R. Amundson, Some observations of uniqueness and
multiplicity of steady states in non -adiabatic chemically reacting sys-
tems, Can. J. Chem. Eng., 51, 207 (1973c).
Varma, A. and R. Aris, Stirred pots and empty tubes, in Chemical Reactor
Theory. A Review, L. Lapidus and N. R. Amundson, eds. , Prentice-
Hall, Englewood Cliffs, N.J. (1977).
Vejtasa, S. A. and R. A. Schmitz, An experimental study of steady-state
multiplicity and stability in an adiabatic stirred tank, AIChE J., 16,
410 (1970).
Voltz, S. E., C. R. Morgan, D. Liederman, and S. M. Jacob, Kinetic
study of carbon monoxide and propylene oxidation on platinum catalysts,
Ind. Eng. Chem. Prod. Res. Dev., 12, 294 (1973).
Wehner, J. F. and R. H. Wilehlm, Boundary conditions for flow reactor,
Chem. Eng. Sci. , 6, 89 (1956).
Wei, J. , The stability of a reaction with intra-particle diffusion of mass
and heat: the Liapunov methods in a metric function space, Chem.
Eng. Sci., 20, 729 (1965).
Weisz, P. B. and J. S. Hicks, The behavior of porous catalyst particles
in view of internal mass and heat diffusion effects, Chem. Eng. Sci. ,
17, 265 (1962).
Westerterp, K. R. and K. J. Ptasinski, Safe design of cooled tubular re-
actors for exothermic, multiple reactions: parallel reactions: I. De-
velopment of criteria, Chem. Eng. Sci., 39, 235 (1984).
Index
[Catalysts] Columns
mixed oxide, 223 bubble, 547, 574
oxidation state of active com- cocurrent packed, 592
ponent, 174 countercurrent packed, 585
Catalytic reactors, 123 packed, 547
Catalytic wires, 1011 plate, 548, 574
Catastrophe surfaces, 1042 spray, 548
Cationic polymerization, 764 Combustion, 470
Caustic soda, 923, 924 partial, 502
Cell models, 376 Compartment models, 537
Chain growth polymerization, 742, Complex transients, 1025
752 Composition and structure of sur-
heat transfer effects, 765 faces and solids, 168-203
mass transfer effects, 765 Composition of a surface, 152
Chain stoppers, 744 Concentrated solution theory, 927,
Channel, 924, 925, 931-933 944
flow cells, 924, 925, 931-933 Concentration
Chaotic behavior, 1030 gradients, intraparticle, 384
Charge, 949, 950, 954, 955 overpotential, 929, 930
Charge transfer, 928, 940, 941 programming, 224
Charging, 173 Consecutive reaction, 139, 146,
Chemical microanalysis, 203 226, 988, 1026
Chemical shifts, 201 Conservation equations for heat and
of oxidation state, 173 mass for volume reaction and
Chemisorption particle-pellet models, 306
titration techniques, 157 Constraints
use of carbon monoxide, 157 kinetic, 516
Chlor-alkali, 923-924 process, 516
Chlorination of n-decane, 634 stoichiometric, 512
Chlorine, 923, 924 thermodynamic, 516
Churn turbulent flow , 57 4 Contact equivalent, 991, 1043
Circulation rate, 464 Contact potential, 170-171
Cloud, 456-459, 461, 476-478 Contact-time distribution, 135, 136,
Cloud-dense phase interface, 477 143
Cloud-to-interstitial phase ex- Continuous, 923, 932
change, 487 Continuous-flow stirred-tank reac-
Cluster ions, 184 tor, 973, 974, 1001
Coal, 499 Continuous phase, 143
gasification reactors, 499 Continuously stirred tank reactor
Coalescence, 459, 462, 463, 465, approximate solutions of, 621
477~ 480, 483 liquid phase, 618, 620
Cocurrent packed columns, 592 mass balances for, 572
Coke burning, 42 model, 616
Cold-flow models, 102
Collision cross section, 180 Damkohler number, 988, 997
Collocation, 19 Danckwerts, 63
hyperbolic, 22 boundary conditions, 1014, 1018
one-point, 22 Dark field, 163
spine, 20 Dead end polymerization, 757,
Column height calculation procedure, 770
719 Debye length, 928
1058 Index