<<

STAGED SEPARATIONS

JOHN W. TIERNEY University of Pittsburgh Pittsburgh, Pennsylvania

GRADUATE COURSES in calculations for mul- ticomponent and extraction sys­ tems have been a staple part of the chemical engi­ neering curriculum for many years. These systems are industrially important because a large part of John W. Tierney is Professor of at the University of Pittsburgh. He teaches courses in the capital investment in a chemical plant may be staged separations, process dynamics and control, and in separation equipment. Many separation proc­ introductory chemical engineering. His research interests esses are carried out in staged equipment, and it include process modelling, digital control, and flow of has been recognized that a common method of dilute solutions. He has also taught at Purdue analysis of all staged processes should be used. University (Assistant Professor, 1953-1956), the Univer­ sidad Tecnica Santa Maria in Valparaiso, Chile (Visiting Nevertheless, it has been our observation that at­ Professor, 1960-62), and the Universidad de Barcelona, tempts to develop a common approach to staged Barcelona, Spain (Fulbright Professor, 1968-69). He has calculations have been only partly successful, and also had industrial experience at the Research that this is due primarily to the lack of a truly of the Pure Oil Company and the Research Division of general model for staged processes. We have re­ Remington Rand Univac. rently proposed a model (1-4J which we believe can be the basis for a unified presentation of staged calculations. This article is a description of a grad­ and stripping can be adequately described by these uate course offered at the University of Pittsburgh models. with this end in view. The course is designed for the MS level student but with suitable modification can be used for SCOPE OF COURSE upper level undergraduates or for PhD level students. It is assumed that the student has under­ The course has as a central theme the study of graduate preparation in operations, a mathematical model for staged separation proc­ linear algebra, and computer programming. Some esses. The use of models is common in chemical background in numerical analysis, particularly the engineering and analysis to describe the solution of implicit equations, is highly desirable. variation in , , composition, The first aim of the course is to provide the and other properties of materials as they pass student with the means to solve the mathematical through a . One very useful type models for staged separations. The essential simi­ of model is based on the assumption that all of the larity of the operations of distillation, extraction, material is contained in a finite number of well­ absorption, and stripping, is emphasized by using mixed chambers or stages, and that flow through the same model for all these processes. A second the process is accomplished by moving from one and equally important aim is to provide the stu­ stage to another. The alternative to this staged dent with an appreciation of the factors involved model is the continuous model, in which the prop­ in designing and selecting separation processes. erties are assumed to change continuously as func­ tions of process dimensions. The term Staged Sep­ SOME UNIQUE FEATURES arations is used to designate those processes which are described by staged models and which have the The course is not a traditional advanced course additional restrictions that no reaction occurs and in distillation or extraction calculations. Some of there is more than one phase in each stage. Many the novel features are summarized here. of the common industrial separation processes • A single model is used for all problems. The such as distillation, extraction, absorption, model is a set of five matrix equations. (More ac-

180 CHEMICAL ENGINEERING EDUCATION curately, there are 2m+3 equations, where m is the computer have an exceptionally large memory the number of components, because two of the or be very rapid as long as the student can obtain equations can be written for each component.) the time he needs. We have used the BASIC pro­ The kind of problem being solved determines the gramming language in the course and found it to method of solving the model. This is very impor­ be very effective for student use. It is easily tant because some of the equations are nonlinear learned; the interactive mode permits rapid cor­ and iterative methods must be used in most prob­ rection of minor errors; and the built-in matrix lems. instructions are especially convenient for the solu­ • The model used is very general. It provides tion of matrix equations. Obviously the students for any number of feeds, any number of products, do not have time to write more than a few pro­ and for flow of both phases between any two grams, so most of the programs needed for the stages. Flow need not be countercurrent, and mul­ course are stored in disc files-about 30 programs tiple column systems are solved as a single prob­ are currently in the files. Students are encouraged lem. Stage inefficiencies are included naturally by to modify these programs for their own use, and adjusting the flow patterns for entrainment or by­ some of the problems which are assigned require passing. modification. During the last few weeks of the • Solution methods are computer oriented. It course, each student has a special design or re­ is assumed that the student is familiar with other search problem assigned which requires that a methods such as the graphical solutions for binary new program be written or an existing program systems, and this can often be used to illustrate a extensively modified. point in discussions, but no attempt is made to Programs available in the library are of two study systematically the graphical and other meth­ types-main programs and function subprograms. ods traditionally used. The main programs solve specific problems such • The student must understand not only the as the constant flow distillation problem. The sub­ general solution methods but the computer pro­ programs are used to obtain physical properties grams as well. There is a danger in computer which are needed in the main programs-equilib­ oriented solution methods that "canned" programs rium ratios, activity coefficients, enthalpies, vapor will be used in which the student does little more , and the like. When solving a problem, a than put the input data into the correct form. To student must first of all obtain the correct main insure that the solution methods are understood program, then the subprograms which are needed, the student solves simple problems by hand­ and then properly combine them. Next he must usually problems with two components and two or enter the data for the problem he is solving. This three stages. He then uses library programs to is done directly at the terminal by changing solve more complex problems, and then, to insure DATA statements in the main program. He then that the computer programs are understood, he runs the program and if necessary makes modifi­ must modify some of the library programs. cations. For example, it may be desirable to sup­ • By the end of the course the student should press some of the output or provide additional out­ understand and be able to solve quite difficult put. Copies of the programs are available in the problems. For example, a multicomponent, multi­ notes for the course and can also be obtained at column distillation with nonideal includ­ the terminals by requesting a program listing. ing heat balancing is an assigned problem. • Methods for obtaining correction algorithms STAGED SEPARATIONS MODEL by vector differentiation of the fundamental equa­ tions are presented. Using these methods the stu­ As noted previously a single model is used for dent can derive correction algorithms rapidly and all separation processes. The model consists of efficiently. five matrix equations. 1. The Overall Material Balance (0MB) equa­ tion. COMPUTER PROGRAMS 2. The Component Material Balance ( CMB) Problem solving is an important part of the equation. One CMB equation can be written for course, and a computer must be used to solve all each component. but the most trivial problems. Good access to com­ 3. The Sum of Compositions (SC) equation. puting facilities is needed. It is not necessary that 4. The interphase transfer equations. For

FALL 1973 181 The course has as its central theme the study of a mathematical model for staged separations processes.

equilibrium separation, the Equilibrium Relation 3. Constant Flow Distillation. The constant (ER) equation is used. In nonequilibrium separa­ flow (constant molal overflow) problem is shown tions the Mass Transport (MT) equation is used. to be identical to the extraction problem, except Most of the course is devoted to equilibrium sep­ that the flows are fixed and the stage arations. One equation can be written for each must be varied until a solution is found. The di­ component. rect substitution method must be modified because 5. The Energy Balance (EB) equation. the temperatures do not appear explicitly in the The number of stages must be known in order model equations. The Newton-Raphson correction to write these equations. An unknown number of method is derived and used to solve the single stages cannot be accomodated in the model. This stage, no flow (bubble point) problem. Then it is is different from the graphical methods which extended to the single stage with flow (equilibrium may determine the number of stages needed for a flash) and finally to the multiple stage constant given separation. A problem must normally be flow distillation. Nonderivative methods are also staged in the "operating" form-that is, the in­ used to solve these problems, and the results are puts (feeds, interstage flow connections, and heat compared with the derivative methods. The equi­ duties) are specified and the outputs (flow rates, librium ratio equations which are used are either temperatures, and compositions) are to be de­ based on ideal vapor and liquid phases ·(Raoult's termined. Law) or empirical correlations. In every case they are independent of composition. Supplemental ma­ COURSE OUTLINE terial on multivariable correction methods, par­ A brief outline of the material which is cov­ ticularly the Newton-Raphson methods, is intro­ ered in the course is given below. The order is the duced as needed. (1-½ weeks). 4. Distillation and Extraction with Nonideal same as that in "Notes for Staged Separations"<0 > which is the primary text for the course. Mixtures. Computer programs for nonideal liquid 1. Introduction and Fundamental Equations. solutions are introduced. The Wilson equation is After some introductory material, the basic vari­ used for vapor-liquid systems and the NRTL equa­ ables are defined. Then the first four of the five tion for liquid-liquid systems. Distillation and ex­ model equations are derived. The fact that the traction problems for systems with nonideal liquid equations are independent is demonstrated and phases are solved using previously developed itera­ some simple problems solved. It may be necessary tive methods. A review of thermodynamic prin­ to briefly review matrix operations and BASIC ciples as applied to nonideal solutions is needed. language programming (1-½ weeks). (1 week). 2. Extraction with Constant Distribution Ra­ 5. The Energy Balance Equation. The fifth tio. Iterative solution of the model equations is model equation is derived and programs are used introduced using a direct substitution method to for calculating enthalpies. Absorber problems solve simple extraction problems. It is shown that with fixed flows are solved using the EB equation once values for the vapor flow vector are assumed, to correct the stage temperatures. ( 1 week). the equations become linear, and the liquid flow 6. Distillation with Energy Balancing. Up to vector and the compositions can be calculated di­ this point only the correction of either tempera­ rectly. Further, the assumed values for the vapor tures or flow rates has been considered. This has flow vector can be checked and a corrected esti­ been done by treating special limiting cases. Now, mate obtained. The distribution ratios for each the correction of both temperatures and flows is component are assumed to be independent of considered. First, alternating correction methods composition. are used in which the temperatures and flows are Background material in numerical methods is alternately corrected using methods developed introduced, and direct substitution methods for earlier in the course. Then simultaneous correction both single and multiple variable problems are re­ methods are studied. This is also a good time to viewed. (1 week). discuss calculations for total , use of relative

182 CHEMICAL ENGINEERING EDUCATION volatilities, and minimum reflux ratio. Analytical and control of separation systems and noneqiulib­ equations for distillation column design using as­ rium separations in which the MT equation is used sumptions such as total reflux and constant rela­ instead of the ER equation. (2 weeks). tive volatility can be introduced here as back­ ground material. (2 weeks). TEXTBOOKS 7. Separation Systems. Separation system de­ The primary text for this course has been sign is considered with emphasis on selection of a "Notes for Staged Separations" by John Tierney. system which will perform a desired separation. The author has a few copies which can be supplied Multiple column systems and combinations of ex­ to interested educators. Some of the texts we have traction and distillation processes are included. used for supplementary reading assignments are During this period students are given a small de­ listed below. sign or research problem which will be due at the end of the term. Some fundamentals of distillation Amundson, N. R., "Mathematical Methods in and extraction equipment designing is introduced Chemical Engineering, Matrices and Their here. ( 2 weeks) . Application," Prentice Hall (1966). 8. Advanced Topics. While the students are Hanson, D. N.; J . H. Duffin, and G. F. Som­ working on their term problems, lectures are merville, "Computation of Multistage Sep­ given on subjects such as unsteady state operation aration Processes," Reinhold (1962). (Continued on page 209)

POLYMERS, SURFACTANTS AND COLLOIDAL MATERIALS: Hopfenberg (Continued from page 175) thermal transitions, morphology, and processing familiarize students with the library and the Eng­ criteria are surveyed. lish language. Both seem foreign to most students. The course ends with a three week introduc­ Applied problem solving is emphasized tion to the important concepts of Colloid Science. throughout in descriptive homework and quiz The concept of retarded gravitational settling of problems. A. A. Noyes emphasized this technique small particles, diffuse-double layer shielding of a century ago; Professor Alan S. Michaels follow­ lyophobic colloids, and conformational rearrange­ ing Doc Lewis and Ernest Hauser put a natural ments on lyophillic colloids are emphasized. shoulder, chain smoking embellishment on this There is not sufficient faculty time to present technique in the late fifties and early sixties. The the ideal curriculum including a three semester technique works. sequence of polymer courses and a one semester Typically the enrollment of the course, offered survey course in both surface chemistry and col­ annually, is in excess of 25 students. More im­ loid science. We are fortunate, however, that the portant than enrollment statistics are the wel­ School of Textiles supplements our course with come comments of our alumni. several polymer courses and the Department of Last year in a confident maneuver modeled Chemistry offers a course in Surface Chemistry. after a Paul Hornung drawplay, I submitted a An advanced course in "Diffusion in " as "Course Revision Request Form" to the percolat­ well as Dr. Stannett's revolving Special Topics ing procedure of the overloaded and now re­ Course are offered annually in the Chemical En­ manned course and curriculum committee. The gineering Department. single revision was in title only. Within a week an unsealed envelope, returned through the FAVORABLE FEEDBACK campus mail, contained the eighteenth copy of a form reply indicating that the title of my cher­ This broad, introductory course suits not only ished course had been changed to : "Polymers, our needs but has received strong and growing Surfactants, and Colloidal Materials." Now the subscription from students of the School of Tex­ computer listing is accompanied only by the simple tiles, the School of Wood and Paper Science, and cough: "POL SURF COLL MAT." Applied chem­ the Department of Chemistry. istry has found a home in the Department of Our Ph.D. graduates in industry report favor­ Chemical Engineering at North Carolina State ably upon the utility of both the style and sub­ University. stance of the course. A term paper is assigned to •

FALL 1973 183 vance of the macroscopic approach. In the two 10. Kase, S. and T. Matsuo, J. Poly Sci. A-3, 2541-2554 years since publication, except for the excellent (1965). application of its tenets by Dr. Odum and his as­ 11. Ke, B. "Newer Methods of Polymer Characterization", Interscience, 1964. sociates, signs of use of the macroscopic approach 12. Lee, H. and K. Neville "Handbook of Epoxy Resins", are few. Understanding of these recent papers McGraw-Hill, 1967. 1 4 ( examples below - ) is predicated largely on the 13. McKelvey, J. "Polymer Processing", Wiley, 1962. reader's knowledge of the methodology and sym­ 14. Meares, P. "Polymers: Structure and Bulk Proper­ bolism developed in the book. ties", Van Nostrand, 1965. 15. Miller, M. L. "The Structure of Polymers" Reinhold, There is little doubt, however, that the macro­ 1966. scopic approach will gain additional adherents and 16. Odian, G. "Principles of Polymerization" McGraw­ increasing use. So, with Professor Odum, I enjoin Hill, 1970. you to learn how to use the macroscope and apply 17. Ohsawa, Y., Nagano, Y., and T. Matsuo, J. Appl. Poly. Sci. 13, 257-283 (1969). it in the search for a better understanding of the 18. Paul, D. R., J. Appl. Poly. Sci., 12, 2273-2298 (1968). large-scale interrelationships among living things 19. Pearson, J. R. A. "Mechanical Principles of Polymer and the environment; being mindful that societal Melt Processing", P ergamon, 1966. objectives are a critical driving force in the en­ 20. Ritchie, P. D. "Physics of Plastics", Van Nostrand, vironment and must be incorporated into the 1965. macroscopic analysis in most cases. 21. Rodriquez, J. "Principles of Polymer Systems",Mc­ • Graw-Hill, 1970. 22. Tadmar, Z. and I. Klein, "Engineering Principles 1. Odum, H. T. 1972. Use of energy diagrams for environ­ of Plasticating Extrusion" Reinhold, 1970. mental impact statements. In: Tools for Coastal Zone 23. Ziabicki, A., Koll.-Zeit. 175, #1 (1961). Management, Marine Technological Society; 197-213. 2. ---. 1972. Chemical cycles with energy circuit mod­ els. In: Changing Chemistry of the Oceans, Wiley In­ STAGED SEPARATIONS: Tierney ter-science; pp. 223-259. 3. --- with B. J. Copeland and D. C. Cooper. 1972. (Continued from page 183) quantity for pveservation of estuarine ecology. Henrici, P., "Elements of Numerical Analy­ In: Conflicts in Planning, University sis," Wiley (1964). of Texas Center for Research in Water Resources; 107- 126. Holland, C. D., "Multicomponent Distillation," 4. --- with 0. F. Wetterqvist, L. L. Peterson, B. A. Prentice Hall (1963). Christensen, and S. C. Snedaker. 1972. Identification King, C. J., "Separation Processes," McGraw­ and Evaluation of Coastal Resource Patterns in Flor­ Hill (1971). ida, University of Florida (study for the Florida Lapidus, L., "Digital Computation for Chem­ Coastal Coordinating Council); 125 pp. ical ," McGraw-Hill (1962). Prausnitz, J.M., C. A. Eckert, R. V. Orye, and J. P. O'Connell, "Computer Calculations POLYMER PROCESSING: Fricke for Multicomponent Va,por-Liquid Equilib­ (Continued from page 179) ria," Prentice-Hall (1967).

REFERENCES REFERENCES

1. Baer, E . "Engineering Design for Plastics", Reinhold, 1. "Distillation Calculations with Non ideal Mixtures," A64. J. A. Bruno, J. L. Yanosik, and J. W. Tiethey, Ad­ 2. Bernhardt, E. C. "Processing of Thermoplastic Ma­ vances in Chemistry, Number 115, p. 122, American terials", Reiruhold, 1959. Chemical Society (1972). 3. Billmeyer, F. W. "Textbook of Polymer Science", 2. " Solution of Equilibrium Stage Models for Ex­ Interscience, 1971. traction Processes," J. W. Tierney, J. L. Yanosik, J. A. 4. Boenig, H. "Unsaturated Polyesters", Elsevier, 1964. Bruno, and A. J. Brainard, Proceedings International 5. Eirich, F. R. "Rheology" Vol. IV, Academic, 1967. Solvent E x traction Conference, 1971, p. 1051, Society 6. Ferrigno, T. H. "Rigid Polymer Foams", Reinhold, of (London). 1967. 3. "Simultallleous Flow and Temperature Correction in 7. Flory, P. J. "Principles of Polymer Chemistry", the Equilibrium Stage Problem," J. W. Tierney and Cornell Press, 1953. J. L. Yanosik, AIChE Journal, p. 897 (1969). 8. Harry, D. H . and R. G. Parrot, Poly. E ng. Sci. 10, 209 4. "Equilibrium Stage Calculations," J. W. Tierney and (1970). J. L. Bruno, AIChE Journal, p. 556 (1967). 9. Kamal, M. R. and S. Kenig, SPE Antic 30, #2, 679 5. "Notes for Staged Separations," J . W. Tierney, Chem­ (1972). ical Engineering Dept., University of Pittsburgh.

FALL 1973 211