Computer Aided Design Module for a Binary Distillation Column

Size: px
Start display at page:

Download "Computer Aided Design Module for a Binary Distillation Column"

Transcription

1 Computer Aided Design Module for a Binary Distillation Column K. R. Onifade Department of Chemical Engineering, Federal University of Technology Minna, Nigeria Abstract A Computer Aided Design (CAD) module was developed for determining some design parameters for a binary distillation column using the Lewis-Sorrel method and Visual Basic. The module made use of a data bank containing physical and thermodynamic properties of 18 substances. A sample design problem was solved using the module. Results from the module and manual calculations were very close. Keywords: Binary distillation column, CAD module, CADdc, Lewis-Sorrel method, microsoft access, visual basic, differential distillation, equilibrium distillation, rectification. Introduction The separation of liquid mixture into their several components is one of the major operations in chemical/petroleum industries and distillation is perhaps the most widely used method of achieving it. Binary distillation is a unit operation for separating two or more components in a mixture by distributing them between a vapour and liquid phase based on the difference in the volatility of the components. Three main methods of binary distillation are used in practice. These are differential distillation, flash or equilibrium distillation and rectification. All rely on the basic fact that the vapour is always richer in the more volatile component than the liquid from which it is formed. In rectification, which is the most important method, part of the vapour is condensed and returned as liquid to the still. In the other two methods, the entire vapour is either removed or it is condensed as a product. The essential merit of rectification is that it enables a vapour to be obtained that is substantially richer in the more volatile component than the liquid left in the still. This is achieved by an arrangement known as a fractionating column, which enables the successive vaporization and condensation to be accomplished in one unit. The theory and equations and correlations for determining important parameters in binary distillation is well discussed in many chemical engineering text books (Coulson and Richardson 1983; Hengstebeck 1963; Kern 1990; and Treybal 1981). Two methods are employed in calculating the design parameters in binary distillation. They are the Lewis-Sorrel and McCabe-Thiele methods. The former method can also be used for calculations in multicomponent distillation to determine the number of plates and is the basis of modern computerised methods. The algorithm for implementing the method is well documented (Himmeblau 1974; and McCabe et al. 1993). It shows that the stage-wise calculations use equilibrium data and mass balance calculations, which are represented by the operating line equations. Modern engineering practice is becoming largely dependent on computer and information technology. Computer Aided Design (CAD) is therefore used in the design, maintenance and operations of the plants (Oguntoyinbo 1993; Rooney and Steadman 1980; and Westerberg et al. 1979). Plants are generally made up of unit operation equipment, which are similar in functions and differ only in their duty or throughput. A design approach that is yielding positive results is the independent creation of modules, which can be incorporated into large 1

2 systems of flowsheeting (Onifade 2000; Onifade 2001a). The objective of this work is to create a similar module for a binary distillation column. Design Method Methodology Lewis-Sorrel s method was used in developing the source code. The column was assumed to operate under the following conditions. 1. Constant relative volatility. 2. Constant molar overflow. 3. Normal or reasonable temperature and pressure. 4. A single point feed. Development of Module A data bank of the physical and thermodynamic properties and Antoine constants of some substances (Carl et al. 1981; and Perry 1984) was created. The constants were used to compute the vapour pressure and the relative volatility across the column. Coding Language The design program was developed using Visual basic because of its advanced features that are well suited to modular programming. Two files are used in implementing the procedure. These are CADbdc.bas and CADbdc.mdb. The CADbdc.bas is the program for the source code. The flowchart for this source code is shown in Fig. 1. It is a menu oriented and user friendly program. There is an executable form of CADbdc.bas, Cadbdc.exe, which can be run from DOS environment. The program draws data from Cadbdc.mdb that contains Antoine s constants, temperature range, and molecular weight for 18 substances. These data are used for computing vapour pressure through Antoine equations (Coulson et al. 1991; and Sinno tt 1993). The CADbdc is a random access Microsoft Access file. Program Run The steps for running the program are as follows: 1. Load the CADbdc into the Visual basic window, click Start. A title page will be displayed on the screen showing an Architectural Design logo of the program. This will be followed by the screen in Fig The user will supply the input specifications in the window with heading beginning with S/No. 3. The user will input the two components by entering their names in windows with headings Fluid One Properties and Fluid Two Properties, respectively. Once the names are entered, the program will pick their properties from CADbdc. For the test problem used in this work, the module has been programmed to input the names of the two components automatically. 4. The user will click on the window with α AB (relative volatility). Two options will be displayed. One allows the user to supply the value of the relative volatility directly. The other option asks the program to calculate the relative volatility. 5. When Step 4 is done, the window with q value will be activated. When clicked, the user will be provided with five conditions for determining q. He will be asked to choose one. The q value will be displayed automatically in the window. 6. As soon as Step 5 is completed, the program will automatically calculate the necessary design parameters. The results of the module can be seen by clicking on Results at the top of the left window of Fig If an optimization is required, the user can change any of the design specifications to obtain the corresponding design parameters. The module is ended by choosing exit from the window on the left. The Test Problem Results and Discussion The module was tested using the following design problem (Coulson et al. 1991). A continuous fractionating column is to be designed to separate 30,000 kg/h of a mixture 2

3 of 40% benzene and 60% toluene with the overhead product containing 97% benzene and bottom product containing 98% toluene. These percentages are by weight. A reflux ratio of 3.5 mole to 1 mole of the overhead product is to be used. The molar latent heats of benzene and toluene are 7,360 and 7,960 cal/g-mole, respectively. Benzene and toluene form an ideal system with a relative volatility of about 2.5. The feed has a boiling point of 95 o C at a pressure of 1 atm. (a) Calculate the moles of overhead product and bottom product per hour. (b) Determine the number of ideal plates and the position of the feed plate: (i) if the feed is liquid and at its boiling point. (ii) if the feed is liquid and at 20 o C (specific heat capacity of 0.44 cal/g o C. (iii) if the feed is a mixture of two-thirds vapour and one third liquid. (c) If steam at 20 lb f/h 2 (1.36 atm.) gauge is used for heating, how much steam is required per hour for each of the above three cases, neglecting heat losses and assuming the reflux is a saturated liquid? (d) If cooling water enters the condenser at 25 o C and leaves at 40 o C, how much cooling water are required in cubic meters per hour? (e) What is the minimum reflux ration for cases b(i), b(ii), and b(iii) (f) What is the minimum number of ideal plates for cases b(i), b(ii), and b(iii) Results The module results for the test problem are shown in Figs. 3 to 5. Fig. 3 represents the results for questions (a), b(i), c(i), d(i), e (i) and f(i). Similarly, Fig. 4 represents the results for questions (a), b(ii), c(ii), d(ii), e(ii) and f(ii) while Fig. 5 represents the results for questions (a), b(iii), c(iii), d(iii), e(iii) and f(iii). The comparison of the results obtained from the module and manual calculations is shown in Tables 1 to 4. Discussion of Results The results for the top (distillate) and bottom products are the same for each set of results in Figs. 3, 4, and 5 because the mass balance which gives rise to these values is not affected by q, which is dependent on the condition of feed. The q values for the feed conditions in b (i), b(ii) and b(iii) are: , and , respectively. The equations for determining the number of plates in the rectifying section is not affected by q, hence the number of plates in the rectifying section is the same in Figs. 3, 4 and 5. However, in the stripping section, the liquid (Lm) and vapour flow rates (Vm) are obtained from: Ym = Vn + F(q 1) (1) Lm = Ln + q F (2) where Ln and Vn are the liquid and vapour flow rates in the rectifying section and F is the feed flow rate. These equations are used in the stagewise calculations to determine the number of plates in the stripping section. The mass of steam used in the re-boiler and the minimum reflux ratio (Rm) are obtained respectively from: Ms = λ (Vn + F(q 1) (3) λ s Rm = X DN Yq (4) Yq Xq Where λ is the heat of vaporization of component B, λ s is the molar latent heat of steam, X DN is the mole fraction of component A in the distillate and Xq, Yq are the coordinates of the point of intersection of the enriching operating line and the q line. Equations (1) to (4) are functions of q, hence different values will give rise to different results for number of plates in the stripping section, the mass of steam used in the re-boiler and the minimum reflux ratio, as shown in Fig. 3 to 5. The minimum number of plates and the mass of water used in the condenser are the same in Figs. 3, 4, and 5 because q does not feature in the equations used for determining them. 3

4 There is a noticeable difference in the number of plates obtained from module and manual calculations. The stage-wise calculations are usually sensitive to rounding off errors. The manual calculations are more prone to these errors, so the results using this method are often higher than those from CAD module, which relies on computer calculations. This type of difference has been observed in CAD module for multi-component distillation column (Onifade 2000), and shell and tube heat exchanger (Sinnott 1993). The correlation coefficient for each set of values obtained using manual calculations and CADdc range from 0.87 to These values are adequate for engineering design. It is significant to note that the worst value of 0.87 arises from the comparison of plates in the stripping section due to reasons adduced above for stage-wise calculations.the temperature and vapour pressure profile of each plate are important parameters for the eventual mechanical design of the column (Onifade 2001b). Future work on the module will therefore include the temperature profile of each plate and the vapour pressure of each component on the plates. Conclusion The Lewis-Sorrel method was used in developing a CAD module for implementing the design of binary distillation column. The module makes use of a databank for properties (such as enthalpy, specific volumes, density) of 18 substances. The CAD module was tested with a design problem. The results obtained from the module for certain design parameters were found to agree with theory and close to those obtained from manual calculations. References Carl, L.Y., Ku,Y.L.; and Fang, C.S Chemical Engineering International News, p.20c. McGraw-Hill, New York, pp.63-65, Coulson, J.M.; and Richardson, J.F., Chemical Engineering, Volume 6, 2 nd ed., Pergamon Press, Oxford. Coulson, J.M.; Richardson, J.F.; Backhurst, J.R.; and Harker, J.H Chemical Engineering, 2 nd ed., Pergammon Press, Oxford. Hengstebeck, R.J Distillation: Principles and Design Procedure. Reinhold, New York. Himmeblau, D.M Basic Principles and Calculations in Chemical Engineering. 6th ed., Prentice-Hall, Englewood Cliff, NJ. Kern, D.O Process Heat Transfer. McGraw Hill, New York. McCabe, W.L.; Smith, J.C.; and Harriott, P Unit Operations of Chemical Engineering, 5th ed. McGraw-Hill, New York. Oguntoyinbo, S Computer Aided Design and Its Applications in Nitel Research and Development 2(2): Onifade, K.R Computer aided design module for multi-component distillation column. AU. J.T. 4: Onifade, K.R. 2001a. Computer aided design module for an absorption column. AU J.T. 5: Onifade, K.R. 2001b. Computer aided design module for a binary distillation column. Proc. 3 rd Annual Conference of School of Engineering and Engineering Technology, Federal University of Technology, Minna, Nigeria, Oct Perry, J.H Chemical Engineers Handbook, 7 th ed. McGraw-Hill, New York. Rooney, J.; and Steadman, P Principles of Computer Aided Design. Pitman, London. Sinnott, R.K Chemical Engineering, Vol. 6, 2 nd ed. Pergamon Press, Oxford. Treybal, R.E Mass Transfer Operations. 3 rd ed. McGraw-Hill, Auckland, New Zealand. Westerberg, A.W.; Hutchison, H.P.; Motard, R. L.; and Winter, P Process Flowsheeting. Cambridge University Press, Cambridge. 4

5 Start Specify Feed components A and B Feed, bottom and top composition in % weight Feed rate in % weight Heat capacities of the feed components Initial and boiling temperature of the feed Vapor fraction of the feed Heat of vaporization of the components Calculate Feed, top and bottom product rate in kg/h Feed, top and bottom composition in moles Average molecular weight of the feed Liquid, vapour flow rates, number of theoretical plates in rectifying section Specify NO Is Saturated temperature Relative volatility given? Call Databank Calculate Relative volatility YES Specify Relative volatility Select appropriate nature of the feed Calculate q-value (Heat fraction) Liquid and vapor flow rates and number of theoretical plates in the rectifying section Liquid and vapor flow rates and number of theoretical plates in the stripping section Total number of theoretical in the column Mass of steam required in the reboiler Volume of cooling water required in the condenser Output the Overall result Stop Fig. 1. Flowchart for the source code of CADbdc.bas 5

6 Fig. 2. Screen for inputting design specification Fig. 3. CADdbc results for the problem b(i), c(i), d(i), e(i), and f(i) 6

7 Fig. 4. CADdbc results for the problem b(ii), c(ii), d(ii). E(ii), and f(ii) Fig. 5. CADdbc results for the problem b(iii), c(iii), d(iii), e(iii), and e(iii) 7

8 Table 1. Solution to test problem (a) COMPONENTS Benzene Toluene Total Correl. Coeff. F (kg/hr) Manual FEED CADdbc x F (mole) Manual CADdbc D (kg/h) Manual DISTILLATE CADdbc x D (mole) Manual CADdbc BOTTOM PRODUCT B (kg/h) Manual CADdbc x B (Mole) Manual CADdbc Table 2. Solution to test problem (b) No of plates Position of feed (Plate) Cases Manual CADbdc Manual CADbdc B(i)) B(ii) B(iii) Corr. Coeff Table 3. Solution to test problem (c) and (d) Mass of steam (kg/h) Volume of Cooling water (m 3 /h) Cases Manual CADbdc Manual CADbdc b(i)) 10, b(ii) 12, b(iii) 6, Corr. Coeff. 1 1 Table 4. Solution to test problem (e) and (f) R m Cases Manual CADbdc Manual CADbdc B(i)) B(ii) B(iii) Corr. Coeff. 1 1 N m 8

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Module - 5 Distillation Lecture - 5 Fractional Distillation Welcome to the

More information

EXTENDED SMOKER S EQUATION FOR CALCULATING NUMBER OF STAGES IN DISTILLATION

EXTENDED SMOKER S EQUATION FOR CALCULATING NUMBER OF STAGES IN DISTILLATION EXTENDED SMOKER S EQUATION FOR CALCULATING NUMBER OF STAGES IN DISTILLATION Santanu Bandyopadhyay Energy Systems Engineering and Department of Mechanical Engineering, Indian Institute of Technology, Bombay,

More information

Solid-Liquid Extraction

Solid-Liquid Extraction Chapter (10) Solid-Liquid Extraction (( Leaching )) Leaching: is the separation of a solute from solid mixture by dissolving it in a liquid phase. Leaching occurs in two steps: 1. Contacting solvent and

More information

Distillation. This is often given as the definition of relative volatility, it can be calculated directly from vapor-liquid equilibrium data.

Distillation. This is often given as the definition of relative volatility, it can be calculated directly from vapor-liquid equilibrium data. Distillation Distillation may be defined as the separation of the components of a liquid mixture by a process involving partial vaporization. The vapor evolved is usually recovered by condensation. Volatility

More information

ChemSep Case Book: Handling Missing Components

ChemSep Case Book: Handling Missing Components ChemSep Case Book: Handling Missing Components Ross Taylor and Harry Kooijman In their book Conceptual Design of Distillation Systems M.F. Doherty and M.F. Malone (McGraw-Hill, 2001) describe a process

More information

Chapter 4: Column Distillation: Internal Stage-by-Stage Balances

Chapter 4: Column Distillation: Internal Stage-by-Stage Balances Chapter 4: Column Distillation: Internal Stage-by-Stage Balances In Chapter 3 (Introduction to Column Distillation), we performed the external balances or the balances around the distillation column To

More information

[Thirumalesh*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Thirumalesh*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY CASE STUDY ON MULTICOMPONENT DISTILLATION AND DISTILLATION COLUMN SEQUENCING Thirumalesh. B.S*, Ramesh.V * Assistant Professor

More information

MODULE 5: DISTILLATION

MODULE 5: DISTILLATION MOULE 5: ISTILLATION LECTURE NO. 3 5.2.2. Continuous distillation columns In contrast, continuous columns process a continuous feed stream. No interruptions occur unless there is a problem with the column

More information

All rights reserved. Armando B. Corripio, PhD, PE Flash Distillation Flash Drum Variables and Specifications... 2

All rights reserved. Armando B. Corripio, PhD, PE Flash Distillation Flash Drum Variables and Specifications... 2 Flash Distillation All rights reserved. Armando B. Corripio, PhD, PE. 2013 Contents Flash Distillation... 1 1 Flash Drum Variables and Specifications... 2 2 Flash Drum Balances and Equations... 4 2.1 Equilibrium

More information

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati

Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Mass Transfer Operations I Prof. Bishnupada Mandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Module - 5 Distillation Lecture - 6 Fractional Distillation: McCabe Thiele

More information

Shortcut Distillation. Agung Ari Wibowo, S.T., M.Sc Politeknik Negeri Malang Malang - Indonesia

Shortcut Distillation. Agung Ari Wibowo, S.T., M.Sc Politeknik Negeri Malang Malang - Indonesia Shortcut Distillation Agung Ari Wibowo, S.T., M.Sc Politeknik Negeri Malang Malang - Indonesia The use of separation column in HYSYS The column utilities in HYSYS can be used to model a wide variety of

More information

University School of Chemical Technology

University School of Chemical Technology University School of Chemical Technology Guru Gobind Singh Indraprastha University Syllabus of Examination B.Tech/M.Tech Dual Degree (Chemical Engineering) (4 th Semester) (w.e.f. August 2004 Batch) Page

More information

BOUNDARY VALUE DESIGN METHOD FOR COMPLEX DEMETHANIZER COLUMNS

BOUNDARY VALUE DESIGN METHOD FOR COMPLEX DEMETHANIZER COLUMNS Distillation Absorption 2010 A.B. de Haan, H. Kooijman and A. Górak (Editors) All rights reserved by authors as per DA2010 copyright notice BOUNDARY AUE DESIGN METHOD FOR COMPEX DEMETHANIZER COUMNS Muneeb

More information

Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination

Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination Getting started with BatchReactor Example : Simulation of the Chlorotoluene chlorination 2011 ProSim S.A. All rights reserved. Introduction This document presents the different steps to follow in order

More information

University School of Chemical Technology

University School of Chemical Technology University School of Chemical Technology Guru Gobind Singh Indraprastha University Syllabus of Examination B.Tech/M.Tech Dual Degree (Chemical Engineering) (5 th Semester) (w.e.f. August 2004 Batch) Page

More information

Mass Transfer Operations I Prof. BishnupadaMandal Department of Chemical Engineering Indian Institute of Technology, Guwahati

Mass Transfer Operations I Prof. BishnupadaMandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Mass Transfer Operations I Prof. BishnupadaMandal Department of Chemical Engineering Indian Institute of Technology, Guwahati Module -5 Distillation Lecture - 8 Fractional Distillation: Subcooled Reflux,

More information

An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method

An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method An Efficient Design of Multi Component Distillation Column by Approximate & Rigorous Method Syed Mujahed Ali Rizwan Senior Lecturer in Chemistry Challenger College, Moinabad, Hyderabad. Abstract: In this

More information

McCabe Thiele Graphical Equilibrium-Stage

McCabe Thiele Graphical Equilibrium-Stage Limiting condition McCabe Thiele Graphical Equilibrium-Stage When analzing or designing a process, it is useful to look at limiting cases to assess the possible values of process parameters. In distillation

More information

L/O/G/O 單元操作 ( 三 ) Chapter 21 Distillation 化學工程系李玉郎

L/O/G/O 單元操作 ( 三 ) Chapter 21 Distillation 化學工程系李玉郎 /O/G/O 單元操作 ( 三 ) Chapter 21 istillation 化學工程系李玉郎 ifferent methods: Batch: Single stage without reflu -- Simple dist. Multi-stage with reflu Continuous: Single stage without reflu--flash dist. Multi-stage

More information

All Rights Reserved. Armando B. Corripio, PhD, P.E., Multicomponent Distillation Column Specifications... 2

All Rights Reserved. Armando B. Corripio, PhD, P.E., Multicomponent Distillation Column Specifications... 2 Multicomponent Distillation All Rights Reserved. Armando B. Corripio, PhD, P.E., 2013 Contents Multicomponent Distillation... 1 1 Column Specifications... 2 1.1 Key Components and Sequencing Columns...

More information

Placement and Integration of Distillation column Module 06 Lecture 39

Placement and Integration of Distillation column Module 06 Lecture 39 Module 06: Integration and placement of equipment Lecture 39: Placement and Integration of Distillation Column Key word: Pinch Technology, Pinch technology has established that good process integration

More information

Unit operations are ubiquitous in any chemical process. Equilibrium-Staged Separations using Matlab and Mathematica. ChE class and home problems

Unit operations are ubiquitous in any chemical process. Equilibrium-Staged Separations using Matlab and Mathematica. ChE class and home problems ChE class and home problems The object of this column is to enhance our readers collections of interesting and novel problems in chemical engineering. Problems of the type that can be used to motivate

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(2): Research Article

Available online   Journal of Scientific and Engineering Research, 2018, 5(2): Research Article Available online www.jsaer.com, 2018, 5(2):32-39 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR A Shortcut Method for Modeling Multi-Component Distillation in an Existing Column Philomena K. Igbokwe

More information

Process Classification

Process Classification Process Classification Before writing a material balance (MB) you must first identify the type of process in question. Batch no material (mass) is transferred into or out of the system over the time period

More information

ChemSep Tutorial: Distillation with Hypothetical Components

ChemSep Tutorial: Distillation with Hypothetical Components ChemSep Tutorial: Distillation with Hypothetical Components Harry Kooijman and Ross Taylor Here we use ChemSep to solve a complex multicomponent distillation problem presented in a paper entitled Multistage

More information

Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION

Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION Vapor-liquid Separation Process MULTICOMPONENT DISTILLATION Outline: Introduction to multicomponent distillation Phase Equilibria in Multicomponent Distillation (Pg. 737) Bubble-point and dew-point calculation

More information

Distillation Course MSO2015

Distillation Course MSO2015 Distillation Course MSO2015 Distillation Distillation is a process in which a liquid or vapour mixture of two or more substances is separated into its component fractions of desired purity, by the application

More information

Distillation. Senior Design CHE 396 Andreas Linninger. Innovative Solutions. Michael Redel Alycia Novoa Tanya Goldina Michelle Englert

Distillation. Senior Design CHE 396 Andreas Linninger. Innovative Solutions. Michael Redel Alycia Novoa Tanya Goldina Michelle Englert Distillation Senior Design CHE 396 Andreas Linninger Innovative Solutions Michael Redel Alycia Novoa Tanya Goldina Michelle Englert Table of Contents Introduction 3 Flowsheet 4 Limitations 5 Applicability

More information

CL-333 Manual. MT 303: Batch Distillation

CL-333 Manual. MT 303: Batch Distillation CL-333 Manual MT 303: Batch Distillation Batch Distillation Equipment Operating Panel Refrectometer 1 CL-333 Manual MT 303: Batch Distillation Objectives: To determine the height equivalent to number of

More information

The most important nomenclature used in this report can be summarized in:

The most important nomenclature used in this report can be summarized in: Notation The most important nomenclature used in this report can be summarized in: V Vapor flow rate V T Vapor flow rate in the top L Liquid flow rate D Distillation product B Bottom product q Liquid fraction

More information

MODULE 5: DISTILLATION

MODULE 5: DISTILLATION MODULE 5: DISTILLATION LECTURE NO. 5 Determination of the stripping section operating line (SOL): The stripping section operating line (SOL) can be obtained from the ROL and q- line without doing any material

More information

DISTILLATION. Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation

DISTILLATION. Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation 25 DISTILLATION Keywords: Phase Equilibrium, Isothermal Flash, Adiabatic Flash, Batch Distillation Distillation refers to the physical separation of a mixture into two or more fractions that have different

More information

Pressure Swing Distillation with Aspen Plus V8.0

Pressure Swing Distillation with Aspen Plus V8.0 Pressure Swing Distillation with Aspen Plus V8.0 1. Lesson Objectives Aspen Plus property analysis RadFrac distillation modeling Design Specs NQ Curves Tear streams Understand and overcome azeotrope Select

More information

THERMAL INTEGRATION OF A DISTILLATION COLUMN THROUGH SIDE-EXCHANGERS

THERMAL INTEGRATION OF A DISTILLATION COLUMN THROUGH SIDE-EXCHANGERS THERMAL INTEGRATION OF A DISTILLATION COLUMN THROUGH SIDE-EXCHANGERS Santanu Bandyopadhyay Energy Systems Engineering and Department of Mechanical Engineering, Indian Institute of Technology, Bombay, Powai,

More information

Distillation is a method of separating mixtures based

Distillation is a method of separating mixtures based Distillation Distillation is a method of separating mixtures based on differences in their volatilities in a boiling liquid mixture. Distillation is a unit operation, or a physical separation process,

More information

Reflections on the use of the McCabe and Thiele method

Reflections on the use of the McCabe and Thiele method From the Selectedorks of João F Gomes January 2007 Reflections on the use of the McCabe and Thiele method Contact Author Start Your Own Selectedorks Notify Me of New ork Available at: http://works.bepress.com/joao_gomes/42

More information

Introduction: Introduction. material is transferred from one phase (gas, liquid, or solid) into another.

Introduction: Introduction. material is transferred from one phase (gas, liquid, or solid) into another. Introduction: Virtually all commercial chemical processes involve operations in which material is transferred from one phase (gas, liquid, or solid) into another. rewing a cup of Coffee (Leaching) Removal

More information

Chapter 4. Problem SM.7 Ethylbenzene/Styrene Column

Chapter 4. Problem SM.7 Ethylbenzene/Styrene Column Background Chapter 4. Problem SM.7 Ethylbenzene/Styrene Column In Problem SM.6 of the HYSYS manual, a modified form of successive substitution, called the Wegstein method, was used to close the material

More information

Fundamentals of Heat Transfer Muhammad Rashid Usman

Fundamentals of Heat Transfer Muhammad Rashid Usman Fundamentals of Heat Transfer Muhammad Rashid Usman Institute of Chemical Engineering and Technology University of the Punjab, Lahore. Figure taken from: http://heatexchanger-design.com/2011/10/06/heat-exchangers-6/

More information

Department of Chemical Engineering. Year 2 Module Synopses

Department of Chemical Engineering. Year 2 Module Synopses Department of Chemical Engineering Year 2 Module Synopses ENGS203P Mathematical Modelling and Analysis II CENG201P Design and Professional Skills II CENG202P Engineering Experimentation CENG203P Process

More information

Distillation. Sep-tek. Ch.11 (continued) Distillation (Multistage with reflux) Sigurd Skogestad. Separation of liquid mixtures by repeated evaporation

Distillation. Sep-tek. Ch.11 (continued) Distillation (Multistage with reflux) Sigurd Skogestad. Separation of liquid mixtures by repeated evaporation Sep-tek. Ch.11 (continued) Distillation (Multistage with reflux) Sigurd Skogestad Distillation Separation of liquid mixtures by repeated evaporation multi-stage with reflux Old name: Rectification Basis:

More information

Chapter 3 PROPERTIES OF PURE SUBSTANCES. Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008

Chapter 3 PROPERTIES OF PURE SUBSTANCES. Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Chapter 3 PROPERTIES OF PURE SUBSTANCES Thermodynamics: An Engineering Approach, 6 th Edition Yunus A. Cengel, Michael A. Boles McGraw-Hill, 2008 Objectives Introduce the concept of a pure substance. Discuss

More information

Energy and Energy Balances

Energy and Energy Balances Energy and Energy Balances help us account for the total energy required for a process to run Minimizing wasted energy is crucial in Energy, like mass, is. This is the Components of Total Energy energy

More information

Fundamentals of Heat Transfer Muhammad Rashid Usman

Fundamentals of Heat Transfer Muhammad Rashid Usman Fundamentals of Heat Transfer Muhammad Rashid Usman Institute of Chemical Engineering and Technology University of the Punjab, Lahore. Figure taken from: http://heatexchanger-design.com/2011/10/06/heat-exchangers-6/

More information

PILOT SCALE RECTIFICATION COLUMN MODELING AND DESIGN FOR THE SEPARATION OF FATTY ACID MIXTURE

PILOT SCALE RECTIFICATION COLUMN MODELING AND DESIGN FOR THE SEPARATION OF FATTY ACID MIXTURE PILOT SCALE RECTIFICATION COLUMN MODELING AND DESIGN FOR THE SEPARATION OF FATTY ACID MIXTURE Chow A. W. 1, Foo C. Y. 2, R. M. Yunus 1, R. A. Aziz 2, Z. A. Manan 1 1 Chemical Engineering Department 2 Chemical

More information

PRINCIPLES AND MODERN APPLICATIONS OF MASS TRANSFER OPERATIONS

PRINCIPLES AND MODERN APPLICATIONS OF MASS TRANSFER OPERATIONS PRINCIPLES AND MODERN APPLICATIONS OF MASS TRANSFER OPERATIONS Jaime Benitez iwiley- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Preface Nomenclature xiii xv 1. FUNDAMENTALS OF MASS TRANSFER 1

More information

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Mordechai Shacham Department of Chemical Engineering Ben Gurion University of the Negev

More information

SKF4153 PLANT DESIGN PROCESS SYNTHESIS & CREATION. Prof. Dr. Zainuddin Abdul Manan Ir. Dr. Sharifah Rafidah Wan Alwi

SKF4153 PLANT DESIGN PROCESS SYNTHESIS & CREATION. Prof. Dr. Zainuddin Abdul Manan Ir. Dr. Sharifah Rafidah Wan Alwi SKF4153 PLANT DESIGN PROCESS SYNTHESIS & CREATION Prof. Dr. Zainuddin Abdul Manan Ir. Dr. Sharifah Rafidah Wan Alwi SELECTION CRITERIA Thermo physical property data physical properties (T, P, conversion)

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN International Journal of Scientific & Engineering Research Volume 6 Issue 3 March-25 69 ISSN 2229-558 Modeling and Simulation of a Distillation olumn using ASPEN PLUS for separating methanol/water mixture

More information

Distillation the most important unit operation. Predict Distillation Tray Efficiency. Reactions and Separations

Distillation the most important unit operation. Predict Distillation Tray Efficiency. Reactions and Separations Predict Distillation Tray Efficiency Markus Duss Sulzer Chemtech Ltd Ross Taylor Clarkson Univ. An empirical technique the O Connell correlation is widely used to estimate the efficiency of cross-flow

More information

Comprehend and execute the 10 elements of effective problem

Comprehend and execute the 10 elements of effective problem Lecture 8, 3/9/2012 Chapter 7: A GENERAL Strategy for Solving Material Balance Problems Objectives: Comprehend and execute the 10 elements of effective problem Drive a flow chart and Place labels on the

More information

Vapor-liquid equilibrium

Vapor-liquid equilibrium Vapor-liquid equilibrium From Wikipedia, the free encyclopedia Vapor-liquid equilibrium, abbreviated as VLE by some, is a condition where a liquid and its vapor (gas phase) are in equilibrium with each

More information

See section and the dew and bubble point calculations in example 11.9.

See section and the dew and bubble point calculations in example 11.9. Solution 1.1 See section 11.3.2 and the dew and bubble point calculations in example 11.9. This type of problem is best solved using a spread-sheet, see the solution to problem 11.2. Solution 11.2 This

More information

16:375:527 Spring Semeter Physicochemical Process Dynamics in Environmental Systems

16:375:527 Spring Semeter Physicochemical Process Dynamics in Environmental Systems 16:375:527 Spring Semeter Physicochemical Process Dynamics in Environmental Systems Instructor: Professor Weilin Huang whuang@envsci.rutgers.edu Description: This course covers fundamentals of process

More information

Rigorous column simulation - SCDS

Rigorous column simulation - SCDS Rigorous column simulation - SCDS Problem & solution principle: A rectification can be realistically displayed by performing a rigorous column simulation. It is possible to simulate ideal and real mixtures.

More information

Approximate Methods Fenske-Underwood-Gilliland (FUG) Method Selection of Two Key Components

Approximate Methods Fenske-Underwood-Gilliland (FUG) Method Selection of Two Key Components Lecture 3. Approximate Multicomponent Methods () [Ch. 9] Approximate Methods Fenske-Underwood-Gilliland (FUG) Method Selection of Two Key Components Column Operating Pressure Fenske Equation for Minimum

More information

Process Systems Engineering

Process Systems Engineering Process Systems Engineering Coal Oxycombustion Flowsheet Optimization Alexander W. Dowling Lorenz T. Biegler Carnegie Mellon University David C. Miller, NETL March 10 th, 2013 1 Oxycombustion Flowsheet

More information

,, Seong-Bo Kim,Hai-SongBae, and Jeong-Sik Han

,, Seong-Bo Kim,Hai-SongBae, and Jeong-Sik Han Jungho Cho, So-Jin Park,, Myung-Jae Choi,, Seong-Bo Kim,Hai-SongBae, and Jeong-Sik Han Department of Chemical Engineering, Dong-Yang University, Kyoungbuk, 750-711, Korea *Department of Chemical Engineering,

More information

Aggregate Models based on Improved Group Methods for Simulation and Optimization of Distillation Systems

Aggregate Models based on Improved Group Methods for Simulation and Optimization of Distillation Systems Aggregate Models based on Improved Group Methods for Simulation and Optimization of Distillation Systems Ravindra S. Kamath 1, Ignacio E. Grossmann 1,*, and Lorenz T. Biegler 1 1 Chemical Engineering Department,

More information

Cryogenic Engineering Prof. M. D. Atrey Department of Mechanical Engineering Indian Institute of Technology, Bombay. Lecture No. #23 Gas Separation

Cryogenic Engineering Prof. M. D. Atrey Department of Mechanical Engineering Indian Institute of Technology, Bombay. Lecture No. #23 Gas Separation Cryogenic Engineering Prof. M. D. Atrey Department of Mechanical Engineering Indian Institute of Technology, Bombay Lecture No. #23 Gas Separation So, welcome to the 23rd lecture, on Cryogenic Engineering,

More information

Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients

Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients Chapter 2 Equilibria, Bubble Points, Dewpoints, Flash Calculations, and Activity Coefficients 2.1 Vapour Pressure Calculations The basis for all phase equilibrium calculations are the vapour pressures

More information

GRAPHICAL REPRESENTATION OF THE CHANGES OF SECTOR FOR PARTICULAR CASES IN THE PONCHON SAVARIT METHOD

GRAPHICAL REPRESENTATION OF THE CHANGES OF SECTOR FOR PARTICULAR CASES IN THE PONCHON SAVARIT METHOD GRAPICAL REPRESENTATION OF TE CANGES OF SECTOR FOR PARTICULAR CASES IN TE PONCON SAVARIT METOD J.A. REYES-LABARTA *, M.D. SERRANO and A. MARCILLA *Chemical Engng Department, University of Alicante, Apdo.

More information

01/12/2009. F. Grisafi

01/12/2009. F. Grisafi Multicomponent distillation F. Grisafi 1 Introduction The problem of determining the stage and reflux requirements for multicomponent t distillations is much more complex than for binary mixtures. With

More information

Distilla l tion n C olum u n

Distilla l tion n C olum u n Distillation Column Distillation: Process in which a liquid or vapour mixture of two or more substances is separated into its component fractions of desired purity, by the application and removal of heat

More information

A GENERAL Strategy for Solving Material Balance Problems. Comprehend and execute the 10 elements of effective problem

A GENERAL Strategy for Solving Material Balance Problems. Comprehend and execute the 10 elements of effective problem Chapter 7: A GENERAL Strategy for Solving Material Balance Problems Objectives: Comprehend and execute the 10 elements of effective problem Drive a flow chart and Place labels on the diagram. Choose a

More information

Problem Appendix Antoine constants Important properties of unordered packings... 22

Problem Appendix Antoine constants Important properties of unordered packings... 22 Contents Sample problems and eercises Distillation... 3 Sample problems... 3 Sample : Calculating vapor phase composition for immiscible liquids... 3 Sample 2: Calculating boiling point and vapor phase

More information

T718. c Dr. Md. Zahurul Haq (BUET) HX: Energy Balance and LMTD ME 307 (2018) 2/ 21 T793

T718. c Dr. Md. Zahurul Haq (BUET) HX: Energy Balance and LMTD ME 307 (2018) 2/ 21 T793 HX: Energy Balance and LMTD Dr. Md. Zahurul Haq Professor Department of Mechanical Engineering Bangladesh University of Engineering & Technology (BUET) Dhaka-000, Bangladesh http://zahurul.buet.ac.bd/

More information

A First Course on Kinetics and Reaction Engineering Unit 2. Reaction Thermochemistry

A First Course on Kinetics and Reaction Engineering Unit 2. Reaction Thermochemistry Unit 2. Reaction Thermochemistry Overview This course is divided into four parts, I through IV. Part I reviews some topics related to chemical reactions that most students will have encountered in previous

More information

MASS TRANSFER AND GAS ABSORPTION EQUIPMENT

MASS TRANSFER AND GAS ABSORPTION EQUIPMENT MASS TRANSFER AND GAS ABSORPTION EQUIPMENT Mark J McCready University of Notre Dame Indiana, USA TOPICS Review of heat transfer and heat exchangers Some fundamental aspects of mass transfer Analysis of

More information

Absorption/Stripping

Absorption/Stripping Absorption/Stripping Gas-liquid separation processes (Ch. 10) Cooling (condenser) Feed A+B Distillation(Ch.11) Absorption (Ch.10) Stripping (Ch.10) B COUNTER-CURRENT MULTISTAGE CONTACT OF GAS AND LIQUID

More information

Process Analysis The Importance of Mass and Energy Balances ERIC S. FRAGA

Process Analysis The Importance of Mass and Energy Balances ERIC S. FRAGA CHAPTER 1 Process Analysis The Importance of Mass and Energy Balances ERIC S. FRAGA 1.1 INTRODUCTION Process engineering includes the generation, study and analysis of process designs. All processes must

More information

MODELING AND SIMULATION OF DISTILLATION COLUMN

MODELING AND SIMULATION OF DISTILLATION COLUMN MODELING AND SIMULATION OF DISTILLATION COLUMN Ronak Prajapati, Parth Patel 2, Vishal Parmar 3, Nirali Tharwala 4,2,3 student, Chemical Engineering, Department of Chemical Engineering, Shroff S R Rotary

More information

12. Heat of melting and evaporation of water

12. Heat of melting and evaporation of water VS 12. Heat of melting and evaporation of water 12.1 Introduction The change of the physical state of a substance in general requires the absorption or release of heat. In this case, one speaks of a first

More information

ECH 4224L Unit Operations Lab I Thin Film Evaporator. Introduction. Objective

ECH 4224L Unit Operations Lab I Thin Film Evaporator. Introduction. Objective Introduction In this experiment, you will use thin-film evaporator (TFE) to separate a mixture of water and ethylene glycol (EG). In a TFE a mixture of two fluids runs down a heated inner wall of a cylindrical

More information

Comparison of distillation arrangement for the recovery process of dimethyl sulfoxide

Comparison of distillation arrangement for the recovery process of dimethyl sulfoxide Korean J. Chem. Eng., 24(3), 438-444 (2007) SHORT COMMUNICATION Comparison of distillation arrangement for the recovery process of dimethyl sulfoxide Jungho Cho and Dong Min Kim* Department of Chemical

More information

Cambridge Assessment International Education Cambridge International General Certificate of Secondary Education. Published

Cambridge Assessment International Education Cambridge International General Certificate of Secondary Education. Published Cambridge Assessment International Education Cambridge International General Certificate of Secondary Education CHEMISTRY 060/4 Paper 4 Theory (Extended) MARK SCHEME Maximum Mark: 80 Published This mark

More information

SIMULATION ANALYSIS OF FULLY THERMALLY COUPLED DISTILLATION COLUMN

SIMULATION ANALYSIS OF FULLY THERMALLY COUPLED DISTILLATION COLUMN Int. J. Chem. Sci.: 14(3), 2016, 1621-1632 ISSN 0972-768X www.sadgurupublications.com SIMULATION ANALYSIS OF FULLY THERMALLY COUPLED DISTILLATION COLUMN ASMITA PRAVIN PATIL * and S. M. JADHAV Chemical

More information

Level 4: General structure of separation system

Level 4: General structure of separation system Level 4: General structure of separation system Cheng-Ching Yu Dept of Chem. Eng. National Taiwan University ccyu@ntu.edu.tw 02-3365-1759 1 Separation Systems Typical reaction/separation structure Remark:

More information

Figure 4-1: Pretreatment schematic

Figure 4-1: Pretreatment schematic GAS TREATMENT The pretreatment process consists of four main stages. First, CO 2 and H 2 S removal stage which is constructed to assure that CO 2 would not exceed 50 ppm in the natural gas feed. If the

More information

Short-cut distillation columns based on orthogonal polynomials of a discrete variable

Short-cut distillation columns based on orthogonal polynomials of a discrete variable Short-cut distillation columns based on orthogonal polynomials of a discrete variable Peter Lory Institut für Wirtschaftsinformatik, Universität Regensburg, D 93040 Regensburg, Germany Dedicated to Professor

More information

Systems Engineering Spring Group Project #1: Process Flowsheeting Calculations for Acetic Anhydride Plant. Date: 2/25/00 Due: 3/3/00

Systems Engineering Spring Group Project #1: Process Flowsheeting Calculations for Acetic Anhydride Plant. Date: 2/25/00 Due: 3/3/00 10.551 Systems Engineering Spring 2000 Group Project #1: Process Flowsheeting Calculations for Acetic Anhydride Plant Date: 2/25/00 Due: 3/3/00 c Paul I. Barton, 14th February 2000 At our Nowhere City

More information

ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER. 13 June 2007

ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER. 13 June 2007 ECE309 INTRODUCTION TO THERMODYNAMICS & HEAT TRANSFER 13 June 2007 Midterm Examination R. Culham This is a 2 hour, open-book examination. You are permitted to use: course text book calculator There are

More information

Outline of the Course

Outline of the Course Outline of the Course 1) Review and Definitions 2) Molecules and their Energies 3) 1 st Law of Thermodynamics Conservation of Energy. 4) 2 nd Law of Thermodynamics Ever-Increasing Entropy. 5) Gibbs Free

More information

Distillation. JAMES R. FAIR Department of Chemical Engineering The University of Texas Austin, Texas. 5.1 INTRODUCTION 5.

Distillation. JAMES R. FAIR Department of Chemical Engineering The University of Texas Austin, Texas. 5.1 INTRODUCTION 5. PART Il I N D I V I D U A L S E P A R A T I O N P R O C E S S E S C H A P T E R 5 Distillation JAMES R. FAIR Department of Chemical Engineering The University of Texas Austin, Texas 5.1 INTRODUCTION 5.M

More information

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published

Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level. Published Cambridge International Examinations Cambridge International Advanced Subsidiary and Advanced Level CHEMISTRY 970/43 Paper 4 A Level Structured s October/November 06 MARK SCHEME Maximum : 00 Published

More information

TMSB - Mass Transfer in Biological Systems

TMSB - Mass Transfer in Biological Systems Coordinating unit: 390 - ESAB - Barcelona School of Agricultural Engineering Teaching unit: 748 - FIS - Department of Physics Academic year: Degree: 2018 BACHELOR'S DEGREE IN BIOSYSTEMS ENGINEERING (Syllabus

More information

"Thermodynamic Analysis of Processes for Hydrogen Generation by Decomposition of Water"

Thermodynamic Analysis of Processes for Hydrogen Generation by Decomposition of Water "Thermodynamic Analysis of Processes for Hydrogen Generation by Decomposition of Water" by John P. O'Connell Department of Chemical Engineering University of Virginia Charlottesville, VA 22904-4741 A Set

More information

PREFACE. Julian C. Smith Peter Harriott. xvii

PREFACE. Julian C. Smith Peter Harriott. xvii PREFACE This sixth edition of the text on the unit operations of chemical engineering has been extensively revised and updated, with much new material and considerable condensation of some sections. Its

More information

Basic Thermodynamics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur. Lecture No 16

Basic Thermodynamics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur. Lecture No 16 Basic Thermodynamics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture No 16 Properties of Pure Substances-I Good afternoon. In the last class, we were

More information

Vapour Absorption Refrigeration Systems Based On Ammonia- Water Pair Nagendra M CBM Engineer, Hindusthan Zink.Ltd The specific objectives of this lesson are to: 1. Introduce ammonia-water based vapour

More information

Effect of Li-Br salt on azeotropic mixture of formic acid-water by extractive distillation

Effect of Li-Br salt on azeotropic mixture of formic acid-water by extractive distillation Effect of Li-Br salt on azeotropic mixture of formic acid-water by extractive distillation Prajapati Chintan K 1, Prof R.P.Bhatt 2 1 Student, Chemical engineering, L.D.College of engineering Ahmedabad,

More information

EXPERIMENT 7 - Distillation Separation of a Mixture

EXPERIMENT 7 - Distillation Separation of a Mixture EXPERIMENT 7 - Distillation Separation of a Mixture Purpose: a) To purify a compound by separating it from a non-volatile or less-volatile material. b) To separate a mixture of two miscible liquids (liquids

More information

Design and Analysis of Divided Wall Column

Design and Analysis of Divided Wall Column Proceedings of the 6th International Conference on Process Systems Engineering (PSE ASIA) 25-27 June 2013, Kuala Lumpur. Design and Analysis of Divided Wall Column M. Shamsuzzoha, a* Hiroya Seki b, Moonyong

More information

Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins

Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins Lecture Announce: Chapter 11 section 6 and Chapter 8 Sections 1-4 from Atkins Outline: osmotic pressure electrolyte solutions phase diagrams of mixtures Gibbs phase rule liquid-vapor distillation azeotropes

More information

Fundamentals of Heat Transfer Muhammad Rashid Usman

Fundamentals of Heat Transfer Muhammad Rashid Usman Fundamentals of Heat Transfer Muammad Rasid Usman Institute of Cemical Engineering and Tecnology University of te Punjab, Laore. Figure taken from: ttp://eatexcanger-design.com/20/0/06/eat-excangers-6/

More information

ORC Condenser Heat Exchanger Design and Modelling

ORC Condenser Heat Exchanger Design and Modelling ORC Condenser Heat Exchanger Design and Modelling Shadreck M. Situmbeko University of Botswana, Gaborone, Botswana; University of KwaZulu-Natal, Durban, RSA; Freddie L. Inambao University of KwaZulu-Natal,

More information

RATE-BASED MODELING OF TWO COMMERCIAL SCALE H 2 S STRIPPING COLUMNS

RATE-BASED MODELING OF TWO COMMERCIAL SCALE H 2 S STRIPPING COLUMNS Distillation Absorption A.B. de Haan, H. Kooijman and A. Górak (Editors) All rights reserved by authors as per DA copyright notice RATE-BASED MODELING OF TWO COMMERCIAL SCALE H 2 S STRIPPING COLUMNS Ross

More information

Colligative Properties. Vapour pressure Boiling point Freezing point Osmotic pressure

Colligative Properties. Vapour pressure Boiling point Freezing point Osmotic pressure Colligative Properties Vapour pressure Boiling point Freezing point Osmotic pressure Learning objectives Describe meaning of colligative property Use Raoult s law to determine vapor pressure of solutions

More information

INDUSTRIAL EXPERIENCE WITH HYBRID DISTILLATION PERVAPORATION OR VAPOR PERMEATION APPLICATIONS

INDUSTRIAL EXPERIENCE WITH HYBRID DISTILLATION PERVAPORATION OR VAPOR PERMEATION APPLICATIONS INDUSTRIAL EXPERIENCE WITH HYBRID DISTILLATION PERVAPORATION OR VAPOR PERMEATION APPLICATIONS Mario Roza, Eva Maus Sulzer Chemtech AG, Winterthur, Switzerland; E-mails: mario.roza@sulzer.com, eva.maus@sulzer.com

More information

Azeotropic distillation Example 1

Azeotropic distillation Example 1 Azeotropic distillation Example 1 Separate water from iso-butanol. The phase behavior for this mixture is interesting. There is a minimum boiling azeotrope formed as well as a liquid-liquid phase separation

More information