Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 23

lecture

The B. C. (Before Computers) and A. D. of

EQUILIBRIUM-STAGE OPERATIONS*
J. D. SEADER balance around the top section of
University of Utah the column. Phase equilibrium on
Salt Lake City, UT 84112 each tray is ex-

THE ART OF DISTILLATION


and other multicomponent, The development of a separation
multistage separation operations process can be an exciting
has been practiced since antiquity. experience when computers and
Although describing equations for
computer programs are available
distillation were formulated before
1900, flexible, efficient, and robust to perform the tedious
procedures for solving the calculations and allow time for
equations did not appear in the more consideration of synthesis
literature until after the availability and optimization aspects.
of digital computers beginning in
1951. This paper is keyed to that
date with B.C. referring to "before *Tutorial Lecture presented at 92nd ASEE
computers." Annual Conference, Salt Lake City, Utah,
In 58 B.C., Sorel developed the June 22-28, 1984.
first theoretical equations for J. D. Seader has been a faculty member at the
University of Utah since 1966. Prior to that, he was
simple, continuous, steady-state employed by Chevron Research and Rocketdyne. His
distillation, but they did not find principal technical interests are equilibrium-stage
wide application until 30 B.C., operations, process synthesis, process simulation, and
when they were adapted to a rapid synthetic fuels. He is a Director of the AIChE and was
the Annual Institute Lecturer in 1983 for AIChE. He
graphical construction technique
prepared the section on distillation for the sixth edition
for binary systems by Ponchon and of the Chemical Engineers' Handbook and is a Trustee of
then Savarit. This was quickly CACHE.
followed in 26 B.C. by a much
simpler, but restricted, graphical pressed in terms of component K-
technique by McCabe and Thiele. values and one mole fraction sum per
Computer methods have largely stage for either vapor or liquid is
replaced the rigorous Ponchon- needed. Similar equations are written
Savarit Method, but the graphical for the bottom section of the column
McCabe-Thiele Method is so and for the feed stage.
simple and so illustrative, it
continues to be popular. DEGREES OF FREEDOM ANALYSIS
A modern version of Sorel's
equations (shown in Fig. 1) A degrees of freedom analysis for
includes, in the case of a partial the equations was first developed by
condenser, total and component Gilliland and Reed in 9 B.C. A more
material balances and an energy thorough treatment for all types of

SPRING 1985 88
separations and other operations was additional specification can result in
reported by Kwauk in 5 A.D. a calculational procedure that will
If the equations and variables are never converge. The additional
counted, for a column with N stages specification might be the distillate
(including the condenser and reboiler) flow rate VI.
to fractionate a feed with C
components, it is found that the NATURE OF SOREL'S EQUATIONS
number of equations is N (2C + 3) , AND SPARSITY PATTERNS
while the number of variables is N The nature of the equations of
(2C + 4) + C + 7. Variables include Sorel and the difficulty of their
stage temperatures, pressures, vapor solution for multicomponent
and liquid flow rates and component systems has long been recognized.
mole fractions; feed The set of equations can be large in
@ Copyright ChE Division, ASEE, 1985 number. For example with 10

The nature of the equations of Sorel and the difficulty of their solution for multicomponent
systems has long been recognized. The set of equations can be large in number. For example, with
10 components and 30 equilibrium stages, the equations number 690. Sixty percent of the
equations are nonlinear, making it impossible to solve them directly.

flow rate, composition, temperature and components and 30 equilibrium


pressure ; reboiler and condenser duties stages, the equations number 690.
; and number of theoretical stages Sixty percent of the equations are
above and below the feed. The nonlinear, making it impossible to
thermodynamic properties, K and H, solve them directly. The magnitude
are not counted as variables because of the values of the variables can
they can be written explicitly in terms cover an enormous range. For
of the other variables just mentioned. example, the mole fraction of a very
The degrees of freedom or number of volatile component at the bottom of
variables that must be specified equals the column might be very small,
the difference between the number of perhaps 10-50. The value of a total
variables and the number of equations flow rate might be 104.
or N + C + 7. Commonly used procedures for
A simple set of specifications would solving such sets of equations, as
include feed flow rate, composition, discussed by Henley and Seader, are
temperature, and iterative in nature, requiring starting
guesses for some or all of the
variables. Early procedures were
FIGURE 1. Modern version of Sorel's complete equation-tearing methods,
equations. suitable for manual calculations,
pressure; number of trays above the wherein the equations were solved
feed and below the feed; the one-at-a-time in a sequential
pressure of each stage; and the manner. With the advent of the
reflux flow rate, Ll. This totals N + digital computer, partial tearing
C + 6, which is one short of the methods appeared, wherein small
number of degrees of freedom. From groups of equations as well as single
my own practical experience in 5 equations were solved at a time.
A.D., failure to supply the one Most recently, with the availability

89 CHEMICAL ENGINEERING EDUCATION


of larger and faster digital columns and rows, the lower
computers, very flexible triangular pattern shown at the
simultaneouscorrection methods right is obtained. Such an
appeared wherein all the equations organized pattern, if it can be
were solved simultaneously by a achieved, is highly desirable
modified Newton's method. because it indicates that the
An additional characteristic of equations can be solved one-at-a-
Sorel's set of equations is sparsity. time starting with the equation for
That is, no one equation contains the first or top row, solving for the
more than a small percentage of the only unknown, and then
variables. For example, for the case proceeding down the rows,
of 10 components and 30 stages, no equation-by-equation, solving for
equation contains even 7 percent of one unknown at-a-time, but where
the variables. This sparsity is due to necessary, using values of
the fact that each stage is only previously computed variables.
directly connected to, at most, two Since at least 10 B.C., a
adjacent stages. number of other desirable sparse
The nature of this sparsity has matrix patterns have been
been exploited in the development recognized. Shown at the left in
of the above-cited methods by Fig. 3 is a blockdiagonal pattern.
seeking certain sparsity patterns The non-zero entries are all
which are best observed by the use contained within the interior bold-
of incidence matrices. The rows of lined region. Shown in the middle
the incidence matrix represent the is a banded matrix, where
different functions or equations
being solved. The columns of the
matrix represent the different
variables contained in the
equations. Thus, for N 30 and C
= 10, the matrix is of size 690 by
690. If a certain equation contains
a certain variable, some non-zero
entry, such as an X, is placed in the BLOCK DIAGONAL BANDED BLOCKED AND BORDERED FIGURE 3. Desirable
sparse matrix patterns.
matrix at the corresponding
location. Other- all non-zero entries are contained on
the main diagonal and a few adjacent
diagonals. Shown at the right is a
(LOWER TRIANGULAR) blocked-and-bordered matrix. Such
FIGURE 2. Incidence organized sparse matrix patterns, when
matrices. they exist, can be found readily by
computer algorithms such as the MA-
28 subroutine of the Harwell library.
wise a zero or no entry is made.
The sparsity pattern depends EQUATION-TEARING STRATEGIES
upon the order in which the For the four organized patterns just
columns and rows of the matrix discussed, specialized sparse-pattern
are arranged. The arrangement computer algorithms have been
shown at the left in Fig. 2 appears developed to solve, in an effcient
to be random without pattern. manner, linearized forms of the
However, by interchanging certain
SPRING 1985 90
nonlinear equations that describe the overcome this difficulty, but an
system. These sparse matrix methods iterative calculational loop or cycle,
strive to: (1) eliminate storage of zero shown by the dashed border, involving
coefficients and certain repetitious Equations 3 through 8, is necessary.
nonzero elements, (2) reduce arithmetic Variable 8 shown as a circled X, is the
operations, in particular those involving single tear variable which, when given
zeros, and (3) maintain sparsity during an estimated value, results in the
computations. tearing apart of that subset of
Less-organized sparse-matrix equations so they can be solved
structures can sometimes utilize individually in order. At Equation 8 in
organized sparse-matrix methods in an the cycle, variable 3 is calculated and
iterative manner by employing the value obtained is compared to the
equationtearing strategies. The value used in Equation 3. If the two
structure shown in Fig. 4 is lower
values are sufficiently close, the cycle is
triangular, except for an additional non-
converged and variable 9 in
Equation 9 is computed, followed by
VAR IABLE EQUATION-SOLVING ORDER :
5 solution of
BETTER RESULTS WITH THIS STRATEGY BECAUSE
Fl IS RELATIVELY
SENSITIVE TO BUT NOT TO h, WHILE THE OPPOSITE IS TRUE FOR F2

FIGURE 5. Sensitivity of the tearing


method.

Equations 10 and 11 to complete the


10
system. Otherwise, a new
1 approximation for the tear variable
1
1 must be determined and another
2 iteration of the cycle completed.
3
For the tearing strategy to be
successful and efficient, it is necessary
EQUAT ION that Equation 3 not be sensitive to the
assumed value of Variable 8. If too
8
9
sensitive, it is best, if possible, to
10 reorder the equations and variables
11 to obtain a less sensitive situation. As
a simple example of this sensitivity,
TEAR VARIABLE
BORDER OF INNER CYCLE
consider the two equations shown in
Fig. 5. If is the tear variable and
Equation 1 is solved first,
FIGURE 4. Application of tearing to a
need to closely examine
sparse matrix.
zero entry at column 8 in row 3. The linearized equations cannot be solved directly, one-at-a-time,
Chemical engineering educators
starting with Equation 1, because when courses on separation
Equation 3 is reached, the value of processes to make sure
variable 8 is not known ; thus, Equation that students are being
3 cannot be solved for variable 3. A instructed in modern
tearing strategy can be employed to

91 CHEMICAL ENGINEERING EDUCATION


and efficient In the example just considered,
computational tools. the guess for Xl, at the beginning of
each iteration is set equal to the
SUCCESSIVE SUBSTITUTION DELAYED WEGSTEIN (28 A.D. )
value computed from Equation 2
2 BOUNDED WEGSTEIN (16 A.D. ) DOMINANT EIGENVALUE (20 A.D. ) in the previous iteration. This
3 procedure, called successive
23 4 5 6 1 3 5 2 4 6 substitution, can be slow to
converge, and, therefore, a
3
xx
number of some simple and some
2
5
x complex procedures have been
4 developed to accelerate
6
x x
xx
convergence. These procedures
4
are particularly useful when more
5 than one tear variable must be
6
used as in Fig. 6. The example at
the left has two tear variables.
BEFORE PARTITIONING AFTER Some methods, including
PARTITIONING FIGURE 6. Partitioning successive substitution, bounded
when convergence acceleration Wegstein, delayed Wegstein, and
methods ignore interactions among dominant eigenvalue, ignore
the variables. interactions among the variables.
When interactions do not exist, it
convergence is impossible to should be possible to interchange
achieve from any starting guess of columns and rows of the matrix to
the tear variable. For example, if obtain
the initial guess for is 8, the NEWTON
sequence obtained quickly BROYDEN (18 A. D. )
diverges, as shown. After only one
iteration, has increased in value to
5.9•108, which is far from the 3
solution. 1
Alternatively, in tearing strategy 2
#2, where the two columns of the 3
matrix are interchanged to make Xl
4
the tear variable, convergence is
readily achieved, as shown, from 5
any initial guess, even Xi = 500. The 6
1
solution Xi = 4, — 9 is obtained in
FIGURE 7. Convergence acceleration
just three iterations. These two
methods that account for interactions
drastically different results are among the variables.
obtained because Equation 1 is
very sensitive to the value of and
almost insensitive to the value of a block diagonal structure, shown
Xl. Thus, in this example, should at the right of Fig. 6, which allows
not be the tear variable when separate computations of the two
Equation 1 is solved before individual partitions, each
Equation 2. containing just a single tear
variable.

SPRING 1985 92
The more common case is processes) before 22 A.D. when
when interactions among the tear energy costs were low. With recent
variables exist, as shown in Fig. 7, dramatic increases in energy costs,
where the two tear variables are 5 complex distillation operations
and 6. The iterative cycle includes (described by Seader in the 6th
all equations. Then, partitioning is edition of Perry's Chemical
not possible and, if the interactions Engineers' Hondboolc) and systems
are strong enough, convergence are being explored that offer
acceleration by Newton's method higher thermodynamic efficiency
or a quasi-Newton method, such as and lower energy input
that of Broyden, may be desirable. requirements. Complex columns
and systems may involve multiple
SIMPLE AND COMPLEX SEPARATION feeds, sidestreams, intermediate
OPERATIONS heat transfer, multiple columns
that may be interlinked, and in
The nature of the sparse-matrix some cases, all or a portion of the
pattern obtained from Sorel's energy input as shaft work.
equations and the corresponding
calculational procedure depends COMPLETE TEARING METHOD
on a number of factors, including:
(1) selection of the working Simple and complex distillation
equations, (2) selection of the operations have two things in
variables, (3) degree of flexibility in common: (1) both rectifying and
the specifications, (4) order of stripping sections are provided such
arrangement of the equations, (5) that a separation can be achieved
order of arrangement of the between two components that are
variables, (6) functionality of the adjacent in volatility, and (2) the
physical properties, and (7) separation is effected only by the
method by which any equations addition and removal of energy and
are linearized. not by the addition of any mass
An additional factor that separating agent (MSA) such as in
influences the nature of the sparse liquid-
matrix pattern of Sorel's equations
is the type of separation operation. DISTILLATE
(YB
In simple distillation, a single feed
= 0.75) VI
is separated into two products, a = 50 =
distillate and a bottoms; energy 0.25)
required to separate the species is
added in the form of heat by a
reboiler at the bottom of the
column where the temperature is FEED
BUBBLE-POINT LIQUID
highest. Also, heat is removed by a
condenser at the top of the column
where the temperature is lowest.
This frequently results in a large
energy input requirement and low
overall thermodynamic effciency,
which was of little concern (except
for cryogenic and hightemperature
93 CHEMICAL ENGINEERING EDUCATION
10)
F = 100 200 F)
0

ALL
PRESSURES h = 0.51
ATM
= 0.5

BOTTOMS

FIGURE 8. Example of specifications and


tear variables for top down, bottom-up,
stage-by-stage method.

liquid extraction. Sometimes, other


related multiple-stage vapor-liquid
separation operations, such as
refluxed rectification, reboiled
stripping, absorption, stripping,
reboiled absorption, refluxed
stripping, extractive distillation, and
azeotropic distillation, as described by
Seader, may be more suitable than
distillation for the specified task. All
these separation operations can be
referred to as distillation-type
separations because they have much
in common with respect to
calculations of thermodynamics
properties, vapor-liquid equilibrium
stages, and column sizing. For
calculations involving such operations,
prior to digital computers, the factors
influencing the nature of the sparse
matrix pattern from Sorel's equations
were chosen so that a complete
tearing method could be employed so
the equations could be solved
sequentially one-at-a-time. Many
techniques were proposed, with the
stage-by-stage methods of Lewis and
Matheson in 19 B.C. and Thiele and
Geddes in 18 B.C. being the most
useful. In 6 A.D., features of these two
methods were combined into a single
method, applicable to computations
with a digital computer. Specifications
are the simple set discussed
previously and illustrated in Fig. 8 by

SPRING 1985 94
an example involving two contain only a single unknown, are
components, benzene and toluene, solved directly for the bottoms rate
and five theoretical stages. The tear L5, and the top-tray vapor rate V2. All
variables (2C + N-l) in number, and remaining equations are enclosed
typical initial guesses for them are within the dashed-line border, which
shown in parentheses. These tear contains all six tear variables. This
variables include the component mole large, squared region is the outer loop
fractions in the distillate. that con-
The initial guesses for the distillate 1
STAGE CALCULATION :

composition are conveniently


obtained by using a rearrangement of
the Fenske equation with the
minimum number of equilibrium
stages set equal to one-half of the
total number of specified equilibrium
stages. The sum of the component
flow rates in the distillate must equal
2.11
the specified total distillate flowrate
and, for each component, the sum of
the flow rates in the distillate and
bottoms must equal the feed rate.
The equations used are
modifications of Sorel's equations,
and include total material balances, @ Tear Variable Nonlinear Equation
Border of Inner Cycle
component material balances,
bubble-points, dewpoints, energy
balances, an adiabatic flash for the FIGURE 9. Incidence matrix for top-down,
feed stage, and equations for re- bottom-up, stage-by-stage method (6
estimating distillate mole fractions. A.D.).
The incidence matrix, shown in
Fig. 9, is lower triangular except for
the six tear variables, which are tains 40 equations to converge.
represented as circled X's. They The matrix is 42 >< 42, rather
appear in vertical columns in the than 35 >< 35 (calculated from
order L2, V5, V4, T3, Y and Y2,1. N[2C + 3]) because the feedstage
The latter are the assumed distillate temperature is computed with
mole fractions. The variables across three different equations, and V3
the top and the equations and the vapor and liquid mole
corresponding to the rows are fractions for the feed stage are
ordered by stage number, as shown, computed with two different
where the stages are numbered from equations.
the top down, with 1 as the partial Calculations for the outer loop-
condenser and 5 as the partial inner cycle begin with stage 1, the
reboiler. The calculations begin in the partial condenser. All calculations
upper left corner and proceed down involve just linear equations in the
the diagonal. At the upper left corner, case of composition-independent
the first two equations, which each properties, except for T2, which is

95 CHEMICAL ENGINEERING EDUCATION


computed iteratively from a ineffcient and limited to insensitive
nonlinear dew-point equation. cases of simple distillation of nearly
Variables computed from nonlinear ideal solutions with low reflux
equations are boxed. Calculations ratios.
for stage 2 are completed next. The method works best for feeds
Seven equations are involved, with of narrowboiling-range components.
the last five contained in a dashed Otherwise, estimates of distillate
inner loop, containing a single tear composition may be too uncertain
variable, 102. At this step in the and cause diffculty in convergence.
calculations, the stage above the If feeds are wideboiling, the bubble
feed stage has been completed and and dew-point calculations become
the calculation steps are now sensitive and convergence is
transferred to stage 5, the partial jeopardized. In any event,
reboiler. Here, two nonlinear convergence may be slow, unless
bubblepoint equations are special acceleration techniques are
encountered for T5 and T4, and used. However, the calculation by
another tear variable, V5, is hand of just a few stages for a
contained in a 5 >< 5 matrix. multicomponent mixture by this
Similar calculations are made next method is a very worthwhile
for stage 4. Finally, the feed stage learning experience; one not to be
(3) is computed by making an missed.
adiabatic flash calculation. The last
two equations at the lower-right EQUILIBRIUM FLASH METHOD
corner are used to compute a new Some of the limitations of the
estimate of distillate composition previous method were eliminated
by comparing the feed flash by McNeil and Motard (23 A.D.) in
conditions with those computed their development of a stage-by-
from the top-down and bottom-up stage algorithm that utilizes
stage

The method works best for feeds of narrow-boiling-range components. Otherwise, estimates of
distillate composition may be too uncertain and cause diffi culty in convergence. If feeds are wide-
boiling, the bubble and dew-point calculations become sensitive and convergence is ieopardized.

calculations, with an adjustment made adiabatic or percent vaporization


to maintain the specified distillate rate. flash calculations. Their technique
In all, four inner loops are requires [(N-I) (2C + 2) — 2] tear
contained within one major outer loop. variables, but, as shown in Fig. 10,
Thirteen equations are influenced initial guesses for all but (N-2) of
directly by the guesses for the distillate these variables can be set to zero.
composition and ten others are The (N-2) variables are interior stage
influenced indirectly by the temperatures, which are relatively
corresponding bottoms mole fractions. easy to estimate.
Thus, although the complete tearing If the feed is predominantly
method is suitable for manual liquid, the procedure starts with an
calculations, the method is relatively adiabatic flash at the feed stage

SPRING 1985 96
followed by stage-by-stage adiabatic equations could be combined in a
flashes in a downward direction until manner such that they could be
the partial reboiler is reached, where solved in the order of type of
a percent vaporization flash is made. variable, rather than by stage.
Subsequent adiabatic flashes are However, only partial tearing was
made moving up the column until achieved and the method involved
the partial condenser is reached and solving C sets of N >< N simultaneous
another percent vaporization flash is linear algebraic equations.
made. Additional sequences of flash To do this, they used full matrix
calculations are made moving down, inversion, which often led to
and then up, the column until computational diffculties. These
convergence is achieved. diffculties were overcome by taking
The method is not particularly advantage of the sparse tridiagonal
suitable for manual calculations form of the matrices and applying
because adiabatic-flash Gaussian elimination or LU
computations are tedious. However, decomposition in
flash computer subroutines are
EQUATIONS AND VARIABLES
readily available, and it is relatively ORDERED BY TYPE
easy to construct an executive
routine to apply the method. It is,
therefore, another very worthwhile
DI ST ILLATE VI = 50
learning exercise, particularly
because column startup is simulated. (Tl
The method is applicable to complex =
10
distillation, and initial guesses for the
tear variables are easily obtained
from vapor pressure data. The flash
calculations are usually not sensitive,
but convergence, although

DOWN AND UP STARTING FROM FEED STAGE

1700 F)
DISTILLATE = 50
(T2 = 185 Ø F)

FEED
(23 A.D.). BUBBLE-POINT LIQUID (13 = 200

F = 100
= 0.5 (Tq = 215
almost certain, can be very slow, = 0.5

particularly for large ratios of internal


traffic-to-feed flow rate. (T5 = 230 0 F)

MATRIX METHODS BOTTOMS FIGURE 11. Example of


specifications and tear variables for
Rather than use an equation-by-
equation complete tearing technique bubble-point method of Wang and
for Sorel's equations, Amundson and Henke (15 A.D.).
Pontinen in 7 A.D., in a significant
development, showed how the
97 CHEMICAL ENGINEERING EDUCATION
the manner of Thomas. In 15 A.D. obtain a computer method for solving
Wang and Henke applied the distillation problems for relatively
Thomas algorithm to narrowboiling narrow-boiling feeds. The
feeds, while Burningham and Otto specifications for the same 5-stage,
reformulated some of the equations 2component example used above are
in 16 A.D., following the work of shown in Fig. 11. The tear variables
Sujata in 10 A.D., to apply them to are the stage temperatures and vapor
wide-boiling feeds typical of flow rates. The distillate rate VI and
absorbers and strippers. The need the reflux rate Ll are specified. Initial
for two such partial-tearing guesses for these tear variables are
methods was shown clearly in 13 obtained with a minimum of effort by
A.D. by Friday and Smith, who assuming constant molar overflow, in
referred to the two procedures as the manner of the McCabe-Thiele
the bubble-point and sum-rates method. Estimates of the stage
methods. temperatures are obtained by linear
An N x N tridiagonal equation for interpolation of the distillate and
each component is formed by bottoms temperatures, which may be
combining the component material computed by dewpoint and bubble-
balance, phase equilibrium, and a point calculations assuming the most
total material balance to form an perfect split of the feed components,
equation in liquidphase mole consistent with the specified distillate
fractions, stage temperatures, and rate.
vapor flow rates. By choosing the Wang and Henke utilized a form
temperatures and vapor flow rates of Sorel's equations that permits the
as tear variables, the equations solution by variable type rather than
become linear in the mole fractions, by stage as in the first two methods
with no more than three mole described. The equations include a
fractions contained in any one total material balance to compute
equation, because one stage is liquid traffic, a component material
connected to no more than two balance combined with phase
adjacent stages. For each
component, the linear equations are TYPE VARIABLE:
ordered by stage. The result is a x
Y V L

tridiagonal matrix equation, where


the nonzero coeffcients are
contained only on the three principal
diagonals. The solution of the matrix
equation is easily achieved by
Gaussian elimination, as shown e.g.
by Carnahan, Luther, and Wilkes, in
no more than 20 lines of FORTRAN
code.

BUBBLE-POINT METHOD
The bubble-point method of
Wang and Henke in 15 A.D. utilized
the tridiagonal matrix algorithm to O Tear Variable Nonl i near Equation

SPRING 1985 98
Border of inner
cycle
Set of Linear Equations
For narrow-boiling feeds, the
initial estimate of stage
FIGURE 12. Incidence matrix for bubble- temperatures and vapor tramc will
point method. be
equilibrium and total material
balance to compute liquid-phase EQUATIONS AND
VARIABLES ORDERED BY
mole fractions, bubble-point STAGE

equations to obtain stage


temperatures and vapor-phase
mole fractions, and energy DISTIL
balances to compute vapor traffic. LA
TE
Although the same variables =
are computed, starting from 12.

Sorel's equations, the incidence


F)
matrix, shown in Fig. 12, is quite
different from the stage-by-stage F)
method. The matrix is lower
triangular except for the circled F)
tear variables and N >< N (5 x 5 in
this case) block sub matrices for F)
each component (two in this
case) . The overall size of the F)
matrix for the example is only 35
5
>< 35 because no variable is
computed from more than one
equation. At the upper left corner,
the first two variables are the
same as before and are computed FEED
BUBBLE-POINT LIQUID
directly as before. All but the last FB = 50
two of the remaining equations FT = 50
are contained in one large loop.
Then the two tridiagonal
submatrices are solved separately BOTTOMS
to obtain the liquid-phase mole B - 12.5
fractions. All remaining variables
are computed one-at-a-time. FIGURE 13. Example of specifications
Stage temperatures are computed and starting guesses for
from the nonlinear bubble-point simultaneous-correction method of
equation. This is followed by Naphtali and Sandholm (20 A.D.).
computation of vapor-phase mole
fractions. Energy balances give the quite close to the final result and
vapor tramc and total material convergence is rapid using successive
balances give the liquid traffc. The substitution for the tear variables. For
cycle is repeated until the tear wider-boiling feeds, convergence is
variables are converged. Then the quite sensitive to the initial estimates
duties of the reboiler and of T and V and may not be rapid. In
condenser are computed. that event, use of a delayed Wegstein

99 CHEMICAL ENGINEERING EDUCATION


[Orbach and Crowe (20 A.D.)] or thereof, has long been the popular
dominant eigenvalue technique [Rosen technique. The use of a simple two-
(29 A.D.) l, rather than successive equation manual exercise is sufficient
substitution, can reduce the number of to illustrate to students the basic
iterations required. concept of Newton's method, which
The bubble-point method is not may then be applied with computer
suitable for manual calculations programs to hundreds of equations
because of the need to solve matrix when solving a multicomponent,
equations. However, it is easily multistage separation problem.
programmed if algorithms are available Computer methods that solve all of
for solving single nonlinear equations Sorel's distillation equations
and the tridiagonal matrix equation. simultaneously may be referred to as
The method is applicable to simple and simultaneous-correction methods.
complex distillation columns. Many such methods have been
Convergence may not be possible if the proposed and the Newton-based
liquid phase is highly non-ideal. The Naphtali-Sandholm technique of 20
method provides no flexibility in A.D. is representative of one of the
specifications. The user must specify better ones. The equations and
the reflux rate or ratio and the total variables are ordered by stage. To
distillate rate ; however, these reduce the size of the matrix to be
specifications almost always permit a handled, component flow rates replace
real, positive solution. An exception mole fractions and total flow rates.
can occur where the reflux rate is too Thus, for the five-stage, two-
small, such that it diminishes to zero at component example, shown in Fig. 13,
some stage down from the top. The the number of equations to be solved
bubble-point method can be is 25, rather than the 35 previously.
successfully applied to complex The specifications are different from
distillation e.g. two feeds, two previous ones in that distillate and
sidestreams, and one intercooler. Such bottoms purities replace reflux and
problems are difficult for stage-by- distillate rates. Such specifications
stage tearing algorithms, but are should be used with caution and the
relatively easy for partial tearing Fenske (19 A.D.) minimum-stage
algorithms like the bubble-point equation should be checked to make
method, where variables are computed sure that the minimum number of
by type. required stages for the specified
purities is less than the specified
NEWTON'S METHOD number of five. Theoretically, initial
guesses must be provided for all 25
More advanced computer methods unknowns, but these guesses can be
that can handle a complete range of generated by the program based on
boiling-point of feed components and guesses of just a few temperatures and
non-ideal liquid solutions, as well as vapor rates as shown. These guesses
offer more flexibility in problem are called tear variables here, but are
specifications, involve handling the really not tear variables in the strict
nonlinear equations simultaneously sense. The initial guesses are
without the use of tear variables. generated easily from the T and V
Newton's method, and variants guesses by solving the tridiagonal

SPRING 1985 100


matrix equations of the Wang-Hanke iterations are often damped to avoid
method for the liquid-phase mole corrections that are too large.
fractions, from which the initial Because of the block nature of
guesses for the component flow rates the matrices in the Naphtali-
are obtained readily from their Sandholm method, it is not at all
definition and the component material suitable for manual calculations.
balances. Furthermore, the computer
The Naphtali-Sandholm method program is rather complex.
only involves three types of equations, Consequently, it is best to obtain
namely stage component material the code from one of several
balances, phase equilibrium in terms of STAGE CALCULATION :
K-values, and stage energy balances.
The form of the equations is almost
identical to the original equations of
Sorel. Because bubble-point, dewpoint
and flash calculations are absent,
sensitivity problems are largely
avoided.
With equations and variables
ordered by stage, the incidence matrix,
shown in Fig. 14, is block tridiagonal in
shape. The blocks are 5 >< 5 in this
example. The matrix is for the
linearized form of the equations, which
permits the application of Newton's
method. Thus, the matrix is the
Jacobian of partial derivatives and an X FIGURE 14. Incidence matrix for
entry signifies a nonzero-derivative. simultaneous-correction method.
The entire matrix is iterated to
convergence. sources, e.g. Fredenslund et al (26
The solution of the block tridiagonal A.D.) . Versions ranging from PC to
matrix is obtained readily by modifying Mainframe codes are available.
the previously mentioned Thomas The method is applicable to all
algorithm for a tridiagonal matrix. The single-column, complex multistage
only significant changes are the operations, including those with
replacement of matrix multiplication highly non-ideal liquid solutions.
for scalar multiplication and matrix Flexibility in specifications is
inversion and multiplication for provided at the top and bottom of
division. If large numbers of the column by substituting
components are present, the (2C + 1) specification equations for the
>< (2C + 1) submatrices may be large condenser or reboiler energy
and time-consuming to invert. The balances. For example,
convergence criterion is based on the specification options at the top
sum of the squares or so-called square include condenser duty, reflux
of the Euclidean norm of the three rate, reflux ratio, distillate rate,
different types of functions. Early component mole-fraction purity
and component distillate rate.

101 CHEMICAL ENGINEERING EDUCATION


Convergence is rapid from good FIGURE 15. Example of regions of
initial guesses, but may otherwise convergence for some methods of
be slow and require damped solving nonlinear equations.
corrections. The method can fail,
particularly if initial guesses are which combine the best features
very poor. of Newton's method with steepest
descent. To achieve complete
CONTINUATION METHOD AND
MULTIPLE STEADY-STATE SOLUTIONS robustness, however, it is
Ideally, especially in practice, one necessary to employ a globally
convergent technique, such as
would prefer
differential homotopy
a multistage, multicomponent continuation, for which four
separation computer method that algorithms, in FORTRAN, have
would offer complete flexibility in become available starting in 25
specifications and would always A.D. The one by Kubicek is
converge to a correct solution. particularly easy to understand
Newton's method and most of its and apply, but is not written for
variants are known to be only sparse matrices.
locally convergent. That is, the The regions of convergence for
initial guesses must be within a a simple twononlinear-equation
certain region of the variable example are shown in Fig. 15.
space or convergence will not be Newton's method will converge to
achieved. This region can be Xi = 1 and X2 = 4 from an initial
expanded by adjusting the guess of Xl = 2, X2 = 5. As seen,
Jacobian in Newton's method or another root exists at Xl = 4.07
employing a hybrid method such and X2 = 0.65, which can be
as that of Powell (19 A.D.) or reached by Newton's method
Marquardt (12 A.D.) , from a nearby initial guess. With
Newton's method, the initial
Equati ons :
20 guesses must lie within the
rather narrow and confined
cross-hatched regions. With
Powell's hybrid method
(which is available in the
Starting
Harwell library, the IMSL
library, and MINPACK) the
10
region of convergence is
expanded outward to the
dashed lines. Both methods
will fail badly from a starting
guess of 15 and 15. The use
of differential homotopy
continuation gives
convergence from any
10
starting guess, with a typical
homotopy path to one of the two

SPRING 1985 102


roots, shown as a dash-dot line 0 to t — 1. To be robust, one must
starting from (15, 15) . closely follow the homotopy path and
Many types of homotopy paths not just continually take steps in t with
have been proposed, with the linear Newton corrections in X-space. For
homotopy being common. The linear example, classical continuation as well
homotopy, h, is set equal to the as Newton's method will fail on the
function to be solved, f (X) , multiplied cubic equation, x3 — 30x2 + 280x — 860
by a homotopy parameter, t, and 0, because of two singular points at
added to a function g(X) , whose about x = 7.418 and 12.582, where the
solution is known, multiplied by the derivative of the function becomes
function (1 t) . The calculations start zero.
from the known solution at t = 0,
where h = g and X = xo and move along
the path of h vs. t as t is gradually
increased to a value of one, at which
point h — f, whose solution X* is to be
determined.
Choices for the function g (X) , with
a known solution, xo, are almost
unlimited. For consistency with
Newton's method, the Newton
homotopy is useful, where g(X) is set
equal to f (X) — f (X O ), where xo can be
selected arbitrarily. With this
homotopy, h equals f (X) minus (1 t)
times f (XO ) . Alternatively, (1 -- t) can
be replaced by a new homotopy
parameter, X, to obtain a slightly more
compact form for the homotopy 19

expression. The path will then be from


X = 1 to X = 0. FIGURE 16. Example of specifications for
If the homotopy path is simple, an interlinked system of Petlyuk towers.
without turns or rapid changes in X
with t, classical continuation can be For initial guesses of x less than about
employed by selecting a sequence of 12.6, Newton's method fails to find
values of t at 0, ti, t t etc., and 1, with X the single real root at about 15.55.
being solved from h at each step by The homotopy path for this cubic
Newton's method using an initial guess function depends on xo the choice of
equal to the solution from the previous g(x). For g(x) = x — xo or g(x) f (x) — f
step. Thus, Newton's method is (xo ), the two singularity points
embedded into classical continuation. become turning points in the path,
This technique of using continuation is and it is important that the
not common though because it is not continuation method follow the path
globally convergent and can not, in closely around these turning points to
general, solve problems that fail with avoid cycling in the manner of Moses
Newton's method alone, which in the Sinai.
amounts to moving in one step from t

103 CHEMICAL ENGINEERING EDUCATION


Consider the application of the total flow rates or ratios,
homotopy-continuation method to component flow rates or purities,
the Petlyuk system of two interlinked and stage temperatures or heat
towers shown in Fig. 16. The feed is a transfer rates. The equations are
ternary mixture, which is to be linearized in the Newton manner
separated into three products. A and ordered by stage to a
sloppy split is made in the bordered, block-diagonal
prefractionator, with the final three structure, which is processed by an
products being produced in the efficient and stable block-row-
second tower. Reflux and boilup for reduction algorithm. An attempt is
the first tower are provided by the first made to solve the equations
second tower. The two towers in the by Newton's method, using a line
system can be solved by alternating search on the Euclidean norm of
back and forth between separate the function residuals to
iterations on the individual towers. determine the best damping
But numerous studies have shown factor. If Newton's method fails,
that it is more effcient to converge the then differential homotopy
two towers simultaneously. The stages continuation with a linear
for the two towers are ordered as xf(x0) = 0
shown starting at the top of the
second tower, switching to the first
tower after stage 11, and then df(x) dx dx f(x0 )
switching back to the second tower
after stage 15. Specifications include
interlink flows from stage 4 to stage
12 and from stage 16 to stage 15; the 1
reflux ratio ; the middle product flow
rate ; and the bottoms flow rate.
The types of equations solved
are as in the Naphtali-Sandholm x
method except that balances FIGURE 17. Equations for differential
include interlink flows and homotopy continuation.
provision, if desired, for
entrainment of liquid droplets, Newton homotopy is employed.
occlusion of vapor bubbles, and The differential form of
chemical reaction. Phase homotopy continuation was first
equilibrium equations can include proposed by Davidenko in 2 A.D. As
a Murphree plate efficiency that shown in Fig. 17, the homotopy
can be specified by component function, f (X) Xf (Xo ), is
and tray location. differentiated with respect to arc
A FORTRAN computer code for length, p (i.e., distance along the
applying differential homotopy- path), to convert a system of M
continuation to such a problem nonlinear equations to a system of
was reported by Wayburn and M + 1 ordinary differential
Seader in 32 A.D. Considerable equations that constitute an initial
flexibility in specifications is value problem. Because of the extra
provided, including at any stage, variable, p, an additional equation

SPRING 1985 104


is needed. This is provided by the stage. Each letter, A, B, or C actually
Pythagorean theorem applied in (M represents, in this example, a
+ 1) -dimensional space. nonzero 7 x 7 submatrix, which
Fortunately, the set of differential applies to both the coefficients of
equations is not stiff. the differential homotopy equations
Rather than simply integrating and the Jacobian partial differentials
the differential equations by, say, a of the nonlinear homotopy
Runge-Kutta method, it is pre- equations. The matrix is almost
block tridiagonal with bottom and
2 I BC
NEARLY BLOCK TRIDIAGONAL AND BORDERED FORM right-side borders, which contain the
3 non-standard specifications. The
4
5 four disperse submatrices of A and
6
7 C, located above and below the
9 three principal diagonals represent
10 the interlinks.
12 By moving the number 4 and 16
13
14 rows and columns, which contain the
15 disperse submatrices, to the borders,
16
the block diagonal and bordered
18 matrix form, shown in Fig. 18b, is
19
obtained. Solution of the
corresponding matrix is achieved
block by block, starting at the upper
1 2 34 5 6 7 B 91011 12131415 1617189
left-hand corner, by a block-row
reduction algorithm, which treats
FIGURE 18a. Example of incidence
the right-hand border as part of the
matrix for homotopycontinuation
right-hand side vector.
method.
The differential homotopy-
continuation method has been
ferable and more effcient to follow applied to the interlinked system
the homotopy path by alternating shown in Fig. 19 for a ternary
between an Euler predictor for the aromatic system, over a range of
differential equations and two reflux ratios from 4.55 to 5.75. Purity
Newton-step correctors for the specifications of between 90 and 95
nonlinear homotopy equations. The mole% are made for each product,
Euler step moves the variables and a bottoms rate of 380 is
somewhat off the path, but the specified. The program must
Newton step corrects the variables compute the required interlink flow
back suffciently close to the path. An rates, including L, the liquid interlink
important aspect of such a recycle from the second column
technique is the size of the Euler back to the first column. In some
step, for which a number of stepsize cases, Newton's method converged,
algorithms have been proposed, as for this system, while in other cases,
discussed by Seader and Wayburn. the differential-homotopy-
The incidence matrix for the continuation method had
Petlyuk column example is in Fig.
18a, where the organization is by

105 CHEMICAL ENGINEERING EDUCATION


B
FIGURE 18b. Permuted incidence matrix e
n
z
for homotopycontinuation method. e
n
e

to be applied to obtain a solution. (

In Fig. 20, a plot of L, the liquid B


)

interlink rate versus the reflux ratio, 2

shows unexpected multiple 0


0

solutions, three in number. For T

example, at a reflux ratio of 5, the o


l
u

specifications were achieved with e


n
e

three different liquid interlink rates


of about 110, 330, and 420 (
T
)

lbmoles/hr. Such multiple solutions oaylene (X) 400

have long been known to exist for


certain cases of an adiabatic
reaction in a CSTR reactor, but have
not been observed previously for
= 0.95
distillation. When such solutions are B
close together, as for solutions 1 =
38
and 2 at low reflux ratios, possible 0

control problems could arise.


FIGURE 19. Example that gave multiple
solutions.

5.75 The continuation method is not


at all suitable for manual
calculations. The computer code is
Bubble-Pofnt
lengthy, but is applicable to all
Liquid
-0.90 kinds of complex multistage
operations, including interlinked
columns. Except for tray numbers,
complete flexibility in specifications
is permitted. When the homotopy is
constructed properly, convergence
is always achieved. The method is
best suited for cases where the
Naphtali-Sandholm fails or can't be
applied. The method can find
multiple solutions if they exist.

TRANSPORT MODEL
=
Sorel's equilibrium-stage-model
of almost 100 years ago has served
0.
us well in the calculation of
multicomponent, multistage
separation operations. However,
that model has always been suspect
95

SPRING 1985 106


for applications to systems of solution technique is well established.
known moder- Krishnamurthy and Taylor have
applied their method, with good
success, to several sets of
experimental data from the operation
of small laboratory columns. Data
from commercial-size columns are
now being sought to make further
comparisons of predicted and
measured compositions so as to
evaluate the usefulness and
applicability of this transport model.
.01
REFLUX RATIO
CONCLUSIONS AND RECOMMENDATIONS
FIGURE 20. Multiple solutions to Petlyuk The digital computer has been
towers. responsible for sweeping changes in
ate-to-low stage efficiency. For that the manner in which multistage
reason, some programs, such as the separation operations are
S-C method of Naphtali and synthesized and
Sandholm and the differential- TABLE 1
homotopy-continuation method of Recommended Additions to
Wayburn and Seader incorporate a Content of Undergraduate
Murphree tray efficiency, which Courses
accounts to some degree for mass-
1. Numerical methods for
transfer effects. However, the plate A. Linear algebraic equations
efficiencies must be specified, and B. Sparse matrices
heat transfer effects are ignored. A C. Systems of nonlinear equations
better approach is to apply a 2. Application of numerical methods to
transport model to handle non- A. Complete tearing, partial tearing,
equilibrium directly. Such a model and simultaneous correction
has just been developed by methods for multicomponent
separation processes
Krishnamurthy and Taylor, who 3. Use of computer-aided simulation
account for multicomponent mass- programs to
transfer interactions and heat A. Analyze, correlate and predict
transfer. Their modeling equations multicomponent thermodynamic
are written separately for the vapor properties
B. Solve open-ended separation
and liquid phases with coupling by process problems involving
liquid and gas mass transfer rates, energy integration 4. Second-law
and energy transfer rates. These analysis
transport rates are estimated from
carefully formulated mass and energy analyzed. Chemical engineering
transfer coefficients, applicable to educators need to closely examine
multicomponent systems. For courses on separation processes to
noninterlinked columns, the resulting make sure that students are being
equations lead to an incidence matrix instructed in modern and efficient
that is similar to that of the Naphtali- computational tools. Some
Sandholm method, for which a recommended additions to the

107 CHEMICAL ENGINEERING EDUCATION


content of undergraduate courses Davidenko, D., Dokl. Akad. Nauk USSR, 88,
are listed in Table 1, where many 601 (1953). Denbigh, K. G., Chem. Eng. sci., 6,
of the items should prove useful in 1-9 (1956).
de Nevers, N., and J. D. Seader, "Mechanical
other chemical engineering Lost Work, Thermodynamic Lost Work and
subjects as well. Thermodynamic Efficiencies of Processes,"
Numerical methods should be paper presented at the AIChE 86th National
stressed for linear algebraic Meeting, Houston, Texas, April 1-5, 1979.
equations, including efficient Fenske, M. R., Ind. Eng. Chem., 24, 482-485 (1932).
handling of sparse matrices, and Fredenslund, A., J. Gmehling, and P.
systems of non linear equations. Rasmussen, "VaporLiquid Equilibria Using
UNIFAC, A Group Contribution Method."
These methods should then be Elsevier, Amsterdam, (1977).
applied using computers to utilize Friday, J. R., and B. D. Smith, AIChE J., 10,
partial tearing and simultaneous 698 (1964).
correction methods for Henley, E. J., and J. D. Seader, Equilibrium-
multicomponent separation Stage Separation Operations in Chemical
processes. However, some manual Engineering, John Wiley and Sons, New
calculations on simple examples York (1981).
should be performed using Krishnamurthy, R. , and A. Taylor, AIChE J.,
31, 449-465 (1985) .
complete tearing methods to help Kubicek, M., "Algorithm 502," ACM Trans. on
develop a basic understanding. Math. Software, 2, No. 1, 98 (1976).
More complex and open-ended Lewis, W. K., and G. L. Matheson, Ind. Eng.
separation problems should be Chem, 24 496-498 (1932).
assigned that stress energy Marquardt, D. W., SIAM J., 11, 431-41 (1963).
integration. A second-law analysis McCabe, W. L., and E. W. Thiele, Ind. Eng.
[see Denbigh (5 A.D.) , and de Chem., 17, 605-611 (1925).
Nevers and Seader (28 A.D.)] of a McNeil, L. J., and R. L. Motard, "Multistage
Equilibrium Systems," Proceedings of
process should be required, and GVC/AIChE Meeting at Munich, vol. 11, C-
attempts should be made to 5, 3 (1974).
improve the process by finding Naphtali, L. M. and D. P. Sandholm, AIChE J.,
economical means to reduce the 17, 14 (1971).
lost work. Orbach, 0., and C. M. Crowe, Can. J. Chem.
The development of a Eng., 49, 509513 (1971).
separation process can be an Ponchon, M., Tech. Moderne, 13, 20, 55
(1921).
exciting experience when
Powell, M. J. D. "A Hybrid Method for
computers and computer programs Nonlinear Equations," in "Numerical
are available to perform the tedious Methods," Ed. P. Rabinowitz, Gordon and
calculations and allow time for Breach, New York (1970).
more consideration of synthesis Rosen, E. M., "Steady-State Chemical Process
and optimization aspects. C] Simulation : A State-of-the art Review,"
Computer Applications to Chemical
Engineering, R. G. Squires and G. V.
REFERENCES Reklaitis, editors, ACS Symp. Ser. No. 124
(1980) .
Amundson, N. R., and A. J. Pontinen,
Savarit, R., Arts et Metiers, pp. 65, 142, 178,
Ind. Eng. Chem., 50, 730 (1985).
241, 266, 307 (1922).
Burningham, D. W., and F. D. Otto, Seader, J. D., Section 13 of Perry's Chemical
Hydrocarbon Processing, 46 (10), 163- Engineers Handbook, 6th ed., McGraw-Hill,
170 (1967). New York (1984) .
Carnahan, B., H. A. Luther and J. O. Wilkes, Sujata, A. D., Hydrocarbon Processing, 40, No.
Applied Numerical Methods, John Wiley, 12, 137 (1961).
New York (1969). Thiele, E. W., and R. L. Geddes, Ind. Eng.
Chem., 25, 289 (1933).

SPRING 1985 108


Wang, J. C., and G. E. Henke, Hydrocarbon MP Middle product molar flow rate
Processing, 45 No. 8, 155 (1966) ; Path length
Hydrocarbon Processing, 45 No. 9, 169
(1966). Q Heat duty (R for reboiler; C for
Wayburn, T. L. , and J. D. Seader, "Solutions of condenser) R Reflux ratio s Ratio of
Systems of Interlinked Distillation Columns liquid drawoff to primary liquid
by Differential Homotopy-Continuation (liquid not withdrawn or entrained)
Methods," Proceedings of the Second
International Conference on Foundations of
s Ratio of vapor drawoff to
Computer-Aided Process Design, June 19- primary vapor (vapor not
24, 1983, Snowmass, Colorado (available withdrawn) t Homotopy
from CACHE Corp., P. O. Box 7939, parameter.
Austin, Texas 78713-7939). T Temperature ; when used as a
superscript denotes matrix
NOMENCLATURE transpose
A, B, C, Coeffcients in a tridiagonal Molar Vapor flow rate
matrix equation; submatrices of partial leaving stage x The vector of
derivatives in a block tridiagonal matrix independent variables (unknowns)
B Bottoms product molar flow rate f for the distillation equations ;
An arbitrary function liquid-phase mole fraction xo The
Molar feed rate to a stage ; starting vector for the nonlinear
mathematical function equation solver x* The solution to
Molar enthalpy of feed to a stage h the set of nonlinear equations x
The homotopy function whose Mole fraction in liquid of a
arguments are x and t component ; variable
The homotopy function whose Vapor-phase mole
arguments are x and X fraction Y Mole fraction in
Molar enthalpy of vapor leaving a vapor of a component z Mole
stage fraction in feed of a component
Molar enthalpy of liquid leaving a Greek Letters
stage
K Vapor-liquid equilibrium ratio x Homotopy parameter

L Molar liquid flow rate leaving


a stage
DEPARTMENT: Cornell thermodynamic sense) are chosen for
study; substances for which traditional
Continued from page 61.
methods of prediction fail. Examples
and measuring the properties of liquids include mixtures occurring in coal
and liquid mixtures using theory, gasification and liquefaction,
computer simulation, and experiment. hydrogenenergy technology, synthetic
Cornell is one of very few institutions fuel processing and supercritical fluid
with strength in all three areas. extraction. Other research underway or
Keith guides the theory and the planned includes studies of adsorption
computer simulation (with help from at gas-liquid, liquid-liquid and solid-
Senior Research Associate Steve fluid interfaces, nucleation and droplet
Thompson,) making use of recently phenomena, polarization in polar fluids,
developed accurate theories for dense and surfactant effects.
fluids of complex molecules as well as Bill Streett and Senior Research
improved computer simulation methods Associate John Zollweg carry out
and computer hardware. Typically, experimental studies of dense fluids. In
highly nonideal substances (in the
109 CHEMICAL ENGINEERING EDUCATION
progress are (i) experiments in vapor-
liquid, liquid-liquid, and gas-gas
equilibria at temperatures from 70 to
500 K and pressures to 10,000
atmospheres ; (ii) equation-of-state
(PVT) measurements of pure liquids
and mixtures at temperatures from 70 to
500 K and pressures to 4,000
atmospheres; and (iii) measurements of
enthalpy of mixing in samples of
liquefied gases at temperatures from 70
to 300 K and pressures to 20
atmospheres. Bill is currently
developing new experiments to measure
the surface and interfacial tensions and
the velocity of sound in fluids under
pressure.
The researches of Paulette Clancy,
who became a member of the faculty in
1984, range from a statistical
mechanical study (using perturbation
theory) of multicomponent highly polar
fluid mixtures to a development of
phase diagrams (based on molecular
thermodynamics) of semiconductor
materials. In addition, she is involved in
the application of computers to
chemical engineering.
Herb Wiegandt's interest in desalting
sea water, using a freezing process
based on direct contact with butane,
goes back to 1958. Recent efforts, with
Bob Von Berg as a partner, have aimed
at overcoming the problems associated
with washing and separating the ice
crystals which are typically very small.
Julian Smith, past Director of the
School in a period of unprecedented
growth, seasoned educator and co-
author of Unit Operations of Chemical
Engineering (now in its fourth edition,
with Pete Harriott as co-author), has
expertise in mixing, centrifugal
separation, and handling of granular
solids. He is teaching full-time and is
active in the guidance of the school.
Ray Thorpe, who has advised
graduate students in the areas of phase
equilibria and separations processes,
splits his time between

SPRING 1985 110

You might also like