Typical questions that CRE may answer: KGT 002 Kemisk Reactionsteknik I, 5p 1-

Size: px
Start display at page:

Download "Typical questions that CRE may answer: KGT 002 Kemisk Reactionsteknik I, 5p 1-"

Transcription

1 KGT 00 Kemisk Reactionsteknik I, 5p - KGT 00 Chemical Reaction Engineering I, 5p KGT 00 Kemisk Reactionsteknik I, 5p - KGT 00 Chemical Reaction Engineering I, 5p Instructors KGT 00 Kemisk Reaktionsteknik I, 5p KGT 00 Chemical Reaction Engineering I, 5p Welcome Prof. Jonas Hedlund - Lectures Dr. Göran Olofsson - Lectures Lic.Eng. Mattias Grahn - Tutorial sessions M.Sc. Alessandra Mosca Tutorial sessions and Laboratory exercise General Course Topics:.Numerical methods and Material balances.conversion and simple reactor design equations 3.Rate laws and stoichiometry 4.Isothermal reactor design 5.Pressure drop and unsteady-state reactor operation 6.Selectivity and multiple reactions 7.Nonisothermal reactor design 8.Multiple steady-states and bifurcation analysis Course Literature: Elements of Chemical Reaction Engineering, 4th Edition H. Scott Fogler Full IT support: Parts of Course: It is primarily a knowledge of chemical kinetics and reactor design that distinguishes the chemical engineer from other engineers. H. Scott Fogler, Professor of Chemical Engineering, University of Michigan. Lectures. Tutorial sessions (räkneövningar). Assignment problems Laboratory exercise. Exam. KGT 00 Kemisk Reactionsteknik I, 5p - KGT 00 Chemical Reaction Engineering I, 5p 3 Introduction to Chemical Reaction Engineering - 4 Introduction to Chemical Reaction Engineering Date Pass Activity, Teacher Literature 9/ 3. Introduction and numerical methods, Jonas Lecture notes 0/ 4. Material balances, Jonas Lecture notes 3/. Material balances, Jonas.-.4additional 7/ Tutorial Session, Topic, Alessandra Problems 7/ 3-4 Computer Lab Matlab tutorial, Mattias Matlab tutorial 3/ Tutorial Session, Topic, Alessandra Problems 3/ 3. Conversion and design equations, Jonas.-.5 / 3 Tutorial Session, Topic, Alessandra Problems / 3 3. Rate laws and stoichiometry, Jonas / 4 Tutorial Session, Topic 3, Mattias Problems 6/ 4. Isothermal reactor design, Jonas / - Computer Lab Matlab tutorial, Mattias Matlab tutorial 7/ 3 Tutorial Session, Topic 4, Mattias Problems 0/ 3-4 Laboratory exercise, group &, Alessandra Lab. comp. 3/ Tutorial Session, Topic 4, Mattias Problems 4/ -3 Laboratory exercise, group 3&4, Alessandra Lab. comp. 5/ 3 5. Pressure drop and unsteady-state, Göran additional 7/ 4 Tutorial Session, Topic 5, Mattias Problems 0/ 6. Selectivity and multiple reactions, Göran / 3 Tutorial Session, Topic 6, Mattias Problems 4/ 7. Nonisothermal reactor design, Fredrik ,8.7 4/ 3-4 Laboratory exercise, group 5&6, Alessandra Lab. comp. 7/ 7. Nonisothermal reactor design, Göran ,8.7 8/ 7. Nonisothermal reactor design,göran 9.-9.,8.4 /3 3-4 Tutorial Session, Topic 7, Mattias Problems 6/3 8. Multiple steady-states, Göran 8.6 7/3 4 Tutorial Session, Topic 8, Mattias Problems 0/3 3 Tutorial Session, exam consultation, Mattias Assignments: Assignment # 3 4 Topic Chemical Reaction Engineering Typical questions that CRE may answer: Is a batch or a continuous process preferred? What kind of reactor should be used? How large reactor is necessary to produce wanted amount? What factors influence the yield? How is the process optimized? How should the process be controlled? How is the reactor affected by a change in the operating conditions? KGT00 Chemical Reaction Engineering I, 5p gives the fundamentals. KGT003 Chemical Reaction Engineering II, 5p, gives deeper understanding.

2 Introduction to Chemical Reaction Engineering - 5 Some chemicals, plant sizes and waste produced: Introduction to Chemical Reaction Engineering - 6 Chemical reactors: Category Plant capacity Price Waste/product Petroleum tons/y $0./lb 0. Refining Commodity Chemicals Fine Chemicals Thermodynamics Kinetics Fluid flow CHEMICAL REACTOR Mass transfer Heat transfer Foods -50 Materials 0- Pharmaceuticals Design CHEMICAL PROCESS Process control Chemical processes A generic flow diagram of a chemical process: Economics Raw Materials Separation Process Chemical Reactor(s) Separation Process Products By-products Chemical process: Natural Gas Methane Syngas Methanol Acetic acid Acetylsalicylic acid. Numerical Methods and material balances - 7 b Integration: S f ( x) dx a Analytical solution SF(b)-F(a), where F is a primitive to f. Numerical solution, trapeze formula S h(0.5*f a f f 0.5*f b) The function values are calculated at equal distance h. Example π S sin( x)dx Analytical solution S-cos(π)cos(0) 0 Numerical solution, with hπ/4 X SINx TRAPZ , , , ,570796, , , ,4593 3,3E-5,6557E-5 Sum*h,90 S,90 With hπ/00, S,9998. Numerical Methods and material balances - 8 Identical solution using Matlab: In the command window, write the following (press return after each command): clear X 0:pi/00:pi; Ysin(X); Z trapz(x,y) The Matlab will answer: Z.9998 Ordinary differential equations (ODE) Example (first order ODE): y 0. 5( x y) Suppose that we are interested of the solution for x4. A few solution curves: y(0) (boundary condition, bivillkor), selects only one of these solutions Analytical solution (will not be considered here): 0 5x y e. x y(4) Eulers method:

3 . Numerical Methods and material balances - 9. Start at the boundary condition n0 (x n,y n), in this case (0,).. Calculate x n x n h and y n y n hy n 3. Increase n (nn) and go to until x4. For h: n x n y n y n 0 0-0,5 0,5-0,5 0,5 0, ,375 0, ,065,535 Reducing h to half, also reduces the error to about half: h y(4) y(4) Analytical - y(4) Euler It is possible to use Richardson extrapolations to improve the result, but it is also possible to use Excel or similar with small h.. Numerical Methods and material balances - 0 Matlab solution:. Save an m-file with the name example.m and the content: clear [X,Y] ode45('diffeq',[0,4],); plot(x,y). Save another m-file with the name diffeq.m and the content: function dydx diffeq(x,y); dydx0.5*(xy)-; 3. Write example in the command window and press Enter. Matlab will now run the m-file with the name example, which will run the built in ODE solver ode45 (also a m-file). Ode45 will create a matrix (the solution) with X values in the first column and corresponding Y values in the second. The plot command will draw a figure of the solution:. Material Balances -. Material Balances Before we start designing reactors, we have to consider Material Balances (MB). MB:s can be very useful in order to calculate data which can not be measured directly. MB:s are also an essential part in reactor design. Material balances are made over a selected boundary:. Material Balances - If no generation or consumption occurs, i.e. no chemical reaction: Accumulation input - output If the is at steady state as well (accumulation0): flow streams System System boundary Output flow streams output Choice of a Basis for Calculations: Start by choosing basis for calculations, it could be: Material balance: A unit of mass/mole (solid or liquid s) A unit of volume (gas s) A unit of time (continuous processes) to Production output from Accumulation Arrival at the same solution independent of basis Poorly chosen basis can make calculations unnecessarily difficult. Units can be /time, or kg. Use the most convenient units. Problem analysis: Problem analysis increase the clarity (överskådlighet) of a MB problem and thus simplify the solution. Analyse the problem by determine the degrees of freedom: Degrees of freedom (number of independent flow variables) - (number of independent balance equations) (number of specified independent flow variables) (number of help equations). Material Balance on a can be for: Degrees of freedom 0 for a correctly specified problem. Total mass (no generation or consumption if no nuclear processes) Total (ery useful in CRE) Mass of a chemical compound Moles of a chemical compound (ery useful in CRE) Mass of an atomic species Moles of an atomic species (ery useful in CRE)

4 . Material Balances - 3 Example : Titanium dioxide TiO is a white hiding pigment used heavily in the paint and paper industries. A pigment plant is to produce 000 kg h - dry TiO product. An intermediate stream consisting of TiO precipitate suspended in an aqueous salt solution, is to be purified of salt so that the final product contains, on a water-free basis, at most 00 ppm (mass basis) of salt. The salt removal is to be accomplished by washing the precipitate with water. If the raw pigment stream contains 40% TiO, 0% salt and the rest water (all mass %) and if the washed pigment is, upon settling, projected to consist of about 50% (mass) TiO solids, what will the composition of the waste wash water stream be? Determine degrees of freedom for this problem, is it solvable?. Material Balances - 4 Example : Propane is burned with 5% excess air. How many of air per second are needed to produce 00 of exhaust gas per second? Calculate the degrees of freedom and solve with three different bases for calculation. C 3H 8 5O 3CO 4H O Example 3: Solubility of barium nitrate at 00 C is 34kg/00kg water, at 0 C it is 5kg/00kg water. If you start with 00kg barium nitrate in a saturated solution at 00 C, how much precipitates after cooling to 0 C? Calculate the degrees of freedom to verify that the problem is correctly specified. Bypass flow: Reactor Possible boundaries Example 4: A process removes radioactive strontium (Sr 90 ) from milk by filtration through a bed of CaHPO 4. The process removes all Sr but also unfortunately removes 97% Ca from the milk. Milk containing kg Sr/m 3 and 0-3 kg Ca/m 3 is fed to the process. If the milk must contain at least kg Ca/m 3, what will the Sr concentration be? Process: Milk CaHPO 4 bed Fresh Feed. Material Balances - 5 Recirculation and purge: Reactor Purge Recycle Example 5: Methanol synthesis is based on the reaction between CO and H : CO 3H CH 3OH H O Separation Product. Material Balances - 6 Example 6: A stoichiometric mixture of H and N will be produced for ammonia synthesis (75% H,5% N ) by letting generator gas (78% N, 0% CO, % CO ) react with water gas (50% H, 50% CO). The reaction shall be carried out such that all CO is consumed because CO poisons the ammonia synthesis catalyst. The generator gas and water gas will react with steam so that CO and H react by the reaction: CO H 0 CO H (water gas shift reaction) All water is consumed and CO is removed in a scrubber. Calculate the ratio between the feeds of generator gas and water gas and between generator gas and steam. Process: CO and H are fed stoichiometrically to the process and the feed also contain 0.5 vol.% inert gas. 60% of CO and H are converted in the reactor to CH 3OH. The concentration of inert in the reactor feed is vol.%. Calculate (a) mol gas recycled per mol fresh feed and (b) mol gas purged per mol fresh feed. 78% N 0% CO % CO Process 4 CO Process: 50% H 50% CO 5 75% H 5% N 3 CO H I F B C A Reactor Separation CH 3OH, H O D P CO,H,I R CO,H,I H O

5 . Material Balances - 7 The rate of reaction A chemical reaction occurs when molecular species lose their identity and take a new form: Types of reactions: Decomposition (sönderdelning) A B C Combination (kombinering) B C A Isomerization (isomerisering) A B Reaction occurs at a certain rate or speed; If A B (decomposition). Material Balances - 8 r A is dependent on: species concentration temperature pressure type of catalyst Observe! r A may not be the same at every position in the reactor. Forms of the reaction rate equation (note that r A < 0 and k > 0): - r A kc A - r A kc A r B r A rate of formation of A per unit time per unit volume of reactor rate of formation of B per unit time per unit volume of reactor mol A s (m 3 reactor) mol B s (m 3 reactor) < 0 > 0 k CA - ra k C A dc A Note that ra is a very confusing definition of reaction rate and should be used with great care (or not at all). It is only valid for a constant volume batch reactor (consider for instance a steady state reactor). The definitions above can be used for all kinds of reactors. The General Mole Balance then - r A r B (-*(rate of formation of a) rate of formation of b) Rate can be expressed based on different units of size: 0 System r A rate of formation of A per volume reactor Mole balance on species j at any time t; r A rate of formation of A per mass of catalyst r A rate of formation of A per surface area of catalyst to Production output from Accumulation time In prod out acc. Material Balances - 9 O P j where N j is number of of j in at time t. Can express P j in terms of reaction rate:. Material Balances - 0 Batch Reactor 0 0 rjd rj (No spatial variation if well mixed) Then P j r j time time volume olume dnj rj Usually is constant Continuous Stirred Tank Reactor (CSTR) Only true if r j is constant throughout volume, i.e. if concentration, temperature, etc. are constant. If r j varies with : P j M i r ji i If divided into M infinitesimal volume elements (d) then Pj rjd Thus the general mole balance equation for any reactor becomes: Usually operated at steady state: 0 Also perfectly mixed (no spatial variation): rjd rj Then O r j 0 O rjd Fj0 Fj r j 0 The CSTR is modelled so that the concentration in the outlet stream is the same as inside the tank. C j υ υ is volumetric flow rate (volume/time) r j function of C j etc. Conc. C j0 C j Position

6 . Material Balances -. Material Balances - Tubular Reactor d rj d 0 Plug flow, no mixing If the reactor has constant cross-sectional area (A); Operated at steady-state: 0 then O rjd 0 d A dz dfj A rj dz END OF TOPIC Modelled so that concentration and temperature are constant radially but varies axially throughout the reactor. Mole balance for an infinitesimally thin section of the reactor with volume d: 0 d d dz to Production output from Accumulation time Material balance over d: r j d ( d )

ERT 208 REACTION ENGINEERING

ERT 208 REACTION ENGINEERING ERT 208 REACTION ENGINEERING MOLE BALANCE MISMISURAYA MEOR AHMAD School of bioprocess engineering Unimap Course Outcome No.1: Ability to solve the rate of reaction and their kinetics. objectives DESCRIBE

More information

1. Introductory Material

1. Introductory Material CHEE 321: Chemical Reaction Engineering 1. Introductory Material 1b. The General Mole Balance Equation (GMBE) and Ideal Reactors (Fogler Chapter 1) Recap: Module 1a System with Rxn: use mole balances Input

More information

5. Collection and Analysis of. Rate Data

5. Collection and Analysis of. Rate Data 5. Collection and nalysis of o Objectives Rate Data - Determine the reaction order and specific reaction rate from experimental data obtained from either batch or flow reactors - Describe how to analyze

More information

ChE 344 Winter 2013 Mid Term Exam I Tuesday, February 26, Closed Book, Web, and Notes. Honor Code

ChE 344 Winter 2013 Mid Term Exam I Tuesday, February 26, Closed Book, Web, and Notes. Honor Code ChE 344 Winter 2013 Mid Term Exam I Tuesday, February 26, 2013 Closed Book, Web, and Notes Name Honor Code (Sign at the end of exam period) 1) / 5 pts 2) / 5 pts 3) / 5 pts 4) / 5 pts 5) / 5 pts 6) / 5

More information

Introduction to the course ``Theory and Development of Reactive Systems'' (Chemical Reaction Engineering - I)

Introduction to the course ``Theory and Development of Reactive Systems'' (Chemical Reaction Engineering - I) Introduction to the course ``Theory and Development of Reactive Systems'' (Chemical Reaction Engineering - I) Prof. Gabriele Pannocchia Department of Civil and Industrial Engineering (DICI) University

More information

Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati

Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati Module - 2 Flowsheet Synthesis (Conceptual Design of

More information

Fundamentals of Material Balances

Fundamentals of Material Balances Chapter 4 Fundamentals of Material Balances Material Balance-Part 1 Process Classifications 3 type of chemical processes: - Concept of boundary of the process 1. Batch process Feed is charge to the process

More information

Chemical Reaction Engineering Lecture 5

Chemical Reaction Engineering Lecture 5 Chemical Reaction Engineering g Lecture 5 The Scope The im of the Course: To learn how to describe a system where a (bio)chemical reaction takes place (further called reactor) Reactors Pharmacokinetics

More information

FDE 211 Material & Energy Balances. Instructor: Dr. Ilgin Paker Yikici Fall 2015

FDE 211 Material & Energy Balances. Instructor: Dr. Ilgin Paker Yikici Fall 2015 FDE 211 Material & Energy Balances Instructor: Dr. Ilgin Paker Yikici Fall 2015 Agenda Process classification General mass balance equation Basic functions of Processes Process Flow Diagram Degree of Freedom

More information

Chemical Reaction Engineering - Part 12 - multiple reactions Richard K. Herz,

Chemical Reaction Engineering - Part 12 - multiple reactions Richard K. Herz, Chemical Reaction Engineering - Part 12 - multiple reactions Richard K. Herz, rherz@ucsd.edu, www.reactorlab.net Multiple reactions are usually present So far we have considered reactors in which only

More information

Chapter 1. Lecture 1

Chapter 1. Lecture 1 Chapter 1 Lecture 1 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. 1 Lecture 1 Introduction

More information

ChE 344 Winter 2011 Mid Term Exam I + Solution. Closed Book, Web, and Notes

ChE 344 Winter 2011 Mid Term Exam I + Solution. Closed Book, Web, and Notes ChE 344 Winter 011 Mid Term Exam I + Thursday, February 17, 011 Closed Book, Web, and Notes Name Honor Code (sign at the end of exam) 1) / 5 pts ) / 5 pts 3) / 5 pts 4) / 15 pts 5) / 5 pts 6) / 5 pts 7)

More information

Basic Concepts in Reactor Design

Basic Concepts in Reactor Design Basic Concepts in Reactor Design Lecture # 01 KBK (ChE) Ch. 8 1 / 32 Introduction Objectives Learning Objectives 1 Different types of reactors 2 Fundamental concepts used in reactor design 3 Design equations

More information

CHEMICAL and BIOMOLECULAR ENGINEERING 140 Exam 1 Friday, September 28, 2018 Closed Book. Name: Section:

CHEMICAL and BIOMOLECULAR ENGINEERING 140 Exam 1 Friday, September 28, 2018 Closed Book. Name: Section: CHEMICAL and BIOMOLECULAR ENGINEERING 140 Exam 1 Friday, September 28, 2018 Closed Book Name: Section: Total score: /100 Problem 1: /30 Problem 2: /35 Problem 3: /35 1. (30 points) Short answer questions:

More information

Reactors. Reaction Classifications

Reactors. Reaction Classifications Reactors Reactions are usually the heart of the chemical processes in which relatively cheap raw materials are converted to more economically favorable products. In other cases, reactions play essential

More information

Chemical Engineering 140. Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013

Chemical Engineering 140. Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013 Chemical Process Analysis C.J. Radke Tentative Schedule Fall 2013 Week 0 *8/30 1. Definition of Chemical Engineering: flow sheet, reactor trains and separation processes, raw materials, power production

More information

Process design decisions and project economics Dr. V. S. Moholkar Department of chemical engineering Indian Institute of Technology, Guwahati

Process design decisions and project economics Dr. V. S. Moholkar Department of chemical engineering Indian Institute of Technology, Guwahati Process design decisions and project economics Dr. V. S. Moholkar Department of chemical engineering Indian Institute of Technology, Guwahati Module - 02 Flowsheet Synthesis (Conceptual Design of a Chemical

More information

Lecture (9) Reactor Sizing. Figure (1). Information needed to predict what a reactor can do.

Lecture (9) Reactor Sizing. Figure (1). Information needed to predict what a reactor can do. Lecture (9) Reactor Sizing 1.Introduction Chemical kinetics is the study of chemical reaction rates and reaction mechanisms. The study of chemical reaction engineering (CRE) combines the study of chemical

More information

Structure of the chemical industry

Structure of the chemical industry CEE-Lectures on Industrial Chemistry Lecture 1. Crystallization as an example of an industrial process (ex. of Ind. Inorg. Chemistry) Fundamentals (solubility (thermodynamics), kinetics, principle) Process

More information

THE CHEMICAL REACTION EQUATION AND STOICHIOMETRY

THE CHEMICAL REACTION EQUATION AND STOICHIOMETRY 9.1 Stoichiometry Stoichiometry provides a quantitative means of relating the amount of products produced by chemical reaction(s) to the amount of reactants. You should take the following steps in solving

More information

Module 1: Mole Balances, Conversion & Reactor Sizing (Chapters 1 and 2, Fogler)

Module 1: Mole Balances, Conversion & Reactor Sizing (Chapters 1 and 2, Fogler) CHE 309: Chemical Reaction Engineering Lecture-2 Module 1: Mole Balances, Conversion & Reactor Sizing (Chapters 1 and 2, Fogler) Module 1: Mole Balances, Conversion & Reactor Sizing Topics to be covered

More information

Exercise 1. Material balance HDA plant

Exercise 1. Material balance HDA plant Process Systems Engineering Prof. Davide Manca Politecnico di Milano Exercise 1 Material balance HDA plant Lab assistants: Adriana Savoca LAB1-1 Conceptual design It is a systematic procedure to evaluate

More information

FDE 211-MATERIAL AND ENERGY BALANCES: MATERIAL BALANCES ON REACTIVE SYSTEMS. Dr. Ilgın PakerYıkıcı Fall 2015

FDE 211-MATERIAL AND ENERGY BALANCES: MATERIAL BALANCES ON REACTIVE SYSTEMS. Dr. Ilgın PakerYıkıcı Fall 2015 FDE 211-MATERIAL AND ENERGY BALANCES: MATERIAL BALANCES ON REACTIVE SYSTEMS 1 Dr. Ilgın PakerYıkıcı Fall 2015 Learning Objectives Write a balanced chemical reaction and use stoichiometry to determine the

More information

CHAPTER FIVE REACTION ENGINEERING

CHAPTER FIVE REACTION ENGINEERING 1 CHAPTER FIVE REACTION ENGINEERING 5.1. Determination of Kinetic Parameters of the Saponification Reaction in a PFR 5.3. Experimental and Numerical Determination of Kinetic Parameters of the Saponification

More information

Mathematical Modeling Of Chemical Reactors

Mathematical Modeling Of Chemical Reactors 37 Mathematical Modeling Of Chemical Reactors Keywords: Reactors, lug flow, CSTR, Conversion, Selectivity Chemical reactor calculations are based on the elementary conservation laws of matter and energy.

More information

AE 205 Materials and Energy Balances Asst. Prof. Dr. Tippabust Eksangsri. Chapter 4 Stoichiometry and MB with Reactions

AE 205 Materials and Energy Balances Asst. Prof. Dr. Tippabust Eksangsri. Chapter 4 Stoichiometry and MB with Reactions AE 205 Materials and Energy Balances Asst. Prof. Dr. Tippabust Eksangsri Chapter 4 Stoichiometry and MB with Reactions Stoichiometry Stoichiometry provides a quantitative means of relating the amount of

More information

CHE 404 Chemical Reaction Engineering. Chapter 8 Steady-State Nonisothermal Reactor Design

CHE 404 Chemical Reaction Engineering. Chapter 8 Steady-State Nonisothermal Reactor Design Textbook: Elements of Chemical Reaction Engineering, 4 th Edition 1 CHE 404 Chemical Reaction Engineering Chapter 8 Steady-State Nonisothermal Reactor Design Contents 2 PART 1. Steady-State Energy Balance

More information

Exercise 1. Material balance HDA plant

Exercise 1. Material balance HDA plant Process Systems Engineering Prof. Davide Manca Politecnico di Milano Exercise 1 Material balance HDA plant Lab assistants: Roberto Abbiati Riccardo Barzaghi Valentina Depetri LAB1-1 Conceptual design It

More information

BAE 820 Physical Principles of Environmental Systems

BAE 820 Physical Principles of Environmental Systems BAE 820 Physical Principles of Environmental Systems Type of reactors Dr. Zifei Liu Ideal reactors A reactor is an apparatus in which chemical, biological, and physical processes (reactions) proceed intentionally,

More information

TABLE OF CONTENT. Chapter 4 Multiple Reaction Systems 61 Parallel Reactions 61 Quantitative Treatment of Product Distribution 63 Series Reactions 65

TABLE OF CONTENT. Chapter 4 Multiple Reaction Systems 61 Parallel Reactions 61 Quantitative Treatment of Product Distribution 63 Series Reactions 65 TABLE OF CONTENT Chapter 1 Introduction 1 Chemical Reaction 2 Classification of Chemical Reaction 2 Chemical Equation 4 Rate of Chemical Reaction 5 Kinetic Models For Non Elementary Reaction 6 Molecularity

More information

Exam 1 Chemical Reaction Engineering 26 February 2001 Closed Book and Notes

Exam 1 Chemical Reaction Engineering 26 February 2001 Closed Book and Notes Exam 1 Chemical Reaction Engineering 26 February 21 Closed Book and Notes (2%) 1. Derive the unsteady-state mole balance for a chemical species A for a packed bed reactor using the following steps: a)

More information

Thermodynamics revisited

Thermodynamics revisited Thermodynamics revisited How can I do an energy balance for a reactor system? 1 st law of thermodynamics (differential form): de de = = dq dq--dw dw Energy: de = du + de kin + de pot + de other du = Work:

More information

2. Review on Material Balances

2. Review on Material Balances 2. Review on Material Balances Objectives After completing this chapter, students should be able to recall the principle of the conservation of mass recall the principle of the stoichiometry of chemical

More information

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore

Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Chemical Reaction Engineering Prof. Jayant Modak Department of Chemical Engineering Indian Institute of Science, Bangalore Lecture No. #40 Problem solving: Reactor Design Friends, this is our last session

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 2 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. 1 Lecture 2 Review of Lecture

More information

INTRODUCTION TO CHEMICAL PROCESS SIMULATORS

INTRODUCTION TO CHEMICAL PROCESS SIMULATORS INTRODUCTION TO CHEMICAL PROCESS SIMULATORS DWSIM Chemical Process Simulator A. Carrero, N. Quirante, J. Javaloyes October 2016 Introduction to Chemical Process Simulators Contents Monday, October 3 rd

More information

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process Development of Dynamic Models Illustrative Example: A Blending Process An unsteady-state mass balance for the blending system: rate of accumulation rate of rate of = of mass in the tank mass in mass out

More information

Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati

Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati Process Design Decisions and Project Economics Prof. Dr. V. S. Moholkar Department of Chemical Engineering Indian Institute of Technology, Guwahati Module - 2 Flowsheet Synthesis (Conceptual Design of

More information

MATLAB Ordinary Differential Equation (ODE) solver for a simple example 1. Introduction

MATLAB Ordinary Differential Equation (ODE) solver for a simple example 1. Introduction MATLAB Ordinary Differential Equation (ODE) solver for a simple example 1. Introduction Differential equations are a convenient way to express mathematically a change of a dependent variable (e.g. concentration

More information

IDEAL REACTORS FOR HOMOGENOUS REACTION AND THEIR PERFORMANCE EQUATIONS

IDEAL REACTORS FOR HOMOGENOUS REACTION AND THEIR PERFORMANCE EQUATIONS IDEAL REACTORS FOR HOMOGENOUS REACTION AND THEIR PERFORMANCE EQUATIONS At the end of this week s lecture, students should be able to: Differentiate between the three ideal reactors Develop and apply the

More information

Chapter 4. Fundamentals of Material Balance

Chapter 4. Fundamentals of Material Balance Chapter 4 Fundamentals of Material Balance Introduction to Chapter 4 1) In chapter 4 we will present methods for organizing known information about process variables, setting up martial balance equations,

More information

Lecture 4. Mole balance: calculation of membrane reactors and unsteady state in tank reactors. Analysis of rate data

Lecture 4. Mole balance: calculation of membrane reactors and unsteady state in tank reactors. Analysis of rate data Lecture 4 Mole balance: calculation of membrane reactors and unsteady state in tank reactors. nalysis of rate data Mole alance in terms of Concentration and Molar Flow Rates Working in terms of number

More information

Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay. Lecture - 03 Design Equations-1

Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay. Lecture - 03 Design Equations-1 (Refer Slide Time: 00:19) Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay Lecture - 03 Design Equations-1 We are looking at advanced reaction engineering;

More information

H 0 r = -18,000 K cal/k mole Assume specific heats of all solutions are equal to that of water. [10]

H 0 r = -18,000 K cal/k mole Assume specific heats of all solutions are equal to that of water. [10] Code No: RR320802 Set No. 1 III B.Tech II Semester Supplementary Examinations, November/December 2005 CHEMICAL REACTION ENGINEERING-I (Chemical Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE

More information

Web Solved Problems Web Example SP-8.1 Hydrodealkylation of Mesitylene in a PFR CH 3 H 2. m-xylene can also undergo hydrodealkylation to form toluene:

Web Solved Problems Web Example SP-8.1 Hydrodealkylation of Mesitylene in a PFR CH 3 H 2. m-xylene can also undergo hydrodealkylation to form toluene: Chapter 8 Multiple Reactions W8-1 Web Solved Problems Web Example SP-8.1 Hydrodealkylation of Mesitylene in a PFR The production of m-xylene by the hydrodealkylation of mesitylene over a Houdry Detrol

More information

Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay. Lecture - 01 Course Overview-1

Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay. Lecture - 01 Course Overview-1 Advanced Chemical Reaction Engineering Prof. H. S. Shankar Department of Chemical Engineering IIT Bombay Lecture - 01 Course Overview-1 (Refer Slide Time: 00:21) Welcome, this is advanced reaction engineering

More information

IV B.Tech. I Semester Supplementary Examinations, February/March PROCESS MODELING AND SIMULATION (Chemical Engineering)

IV B.Tech. I Semester Supplementary Examinations, February/March PROCESS MODELING AND SIMULATION (Chemical Engineering) www..com www..com Code No: M0824/R07 Set No. 1 IV B.Tech. I Semester Supplementary Examinations, February/March - 2011 PROCESS MODELING AND SIMULATION (Chemical Engineering) Time: 3 Hours Max Marks: 80

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 32! Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place.!! 1! Lecture 32 Thursday

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

PHEN 612 SPRING 2008 WEEK 1 LAURENT SIMON

PHEN 612 SPRING 2008 WEEK 1 LAURENT SIMON PHEN 612 SPRING 2008 WEEK 1 LAURENT SIMON Chapter 1 * 1.1 Rate of reactions r A A+B->C Species A, B, and C We are interested in the rate of disappearance of A The rate of reaction, ra, is the number of

More information

Chapter 3: Chemical Reactions and the Earth s Composition

Chapter 3: Chemical Reactions and the Earth s Composition Chapter 3: Chemical Reactions and the Earth s Composition Problems: 3.1-3.3, 3.5, 3.11-3.86, 3.95-3.115, 3.119-3.120, 3.122, 3.125-3.128, 3.132, 3.134, 3.136-3.138-3.141 3.2 The Mole Stoichiometry (STOY-key-OM-e-tree):

More information

A First Course on Kinetics and Reaction Engineering Unit 33. Axial Dispersion Model

A First Course on Kinetics and Reaction Engineering Unit 33. Axial Dispersion Model Unit 33. Axial Dispersion Model Overview In the plug flow reactor model, concentration only varies in the axial direction, and the sole causes of that variation are convection and reaction. Unit 33 describes

More information

Lecture 25: Manufacture of Maleic Anhydride and DDT

Lecture 25: Manufacture of Maleic Anhydride and DDT Lecture 25: Manufacture of Maleic Anhydride and DDT 25.1 Introduction - In this last lecture for the petrochemicals module, we demonstrate the process technology for Maleic anhydride and DDT. - Maleic

More information

1. (25 points) C 6 H O 2 6CO 2 + 7H 2 O C 6 H O 2 6CO + 7H 2 O

1. (25 points) C 6 H O 2 6CO 2 + 7H 2 O C 6 H O 2 6CO + 7H 2 O MEEBAL Exam 2 November 2013 Show all work in your blue book. Points will be deducted if steps leading to answers are not shown. No work outside blue books (such as writing on the flow sheets) will be considered.

More information

Chemical Reaction Engineering - Part 16 - more reactors Richard K. Herz,

Chemical Reaction Engineering - Part 16 - more reactors Richard K. Herz, Chemical Reaction Engineering - Part 16 - more reactors Richard K. Herz, rherz@ucsd.edu, www.reactorlab.net More reactors So far we have learned about the three basic types of reactors: Batch, PFR, CSTR.

More information

Chemical Reaction Engineering. Multiple Reactions. Dr.-Eng. Zayed Al-Hamamre

Chemical Reaction Engineering. Multiple Reactions. Dr.-Eng. Zayed Al-Hamamre Chemical Reaction Engineering Multiple Reactions Dr.-Eng. Zayed Al-Hamamre 1 Content Types of Reactions Selectivity Reaction Yield Parallel Reactions Series Reactions Net Rates of Reaction Complex Reactions

More information

A First Course on Kinetics and Reaction Engineering Example 33.1

A First Course on Kinetics and Reaction Engineering Example 33.1 Example 33.1 Problem Purpose This problem will help you determine whether you have mastered the learning objectives for this unit. It illustrates the analysis of a tubular reactor using the ial dispersion

More information

A First Course on Kinetics and Reaction Engineering Example 26.3

A First Course on Kinetics and Reaction Engineering Example 26.3 Example 26.3 unit. Problem Purpose This problem will help you determine whether you have mastered the learning objectives for this Problem Statement A perfectly insulated tubular reactor with a diameter

More information

Chemical Reaction Engineering - Part 14 - intro to CSTRs Richard K. Herz,

Chemical Reaction Engineering - Part 14 - intro to CSTRs Richard K. Herz, Chemical Reaction Engineering - Part 4 - intro to CSTRs Richard K. Herz, rherz@ucsd.edu, www.reactorlab.net Continuous Stirred Tank Reactors - CSTRs Here are a couple screenshots from the ReactorLab, Division

More information

Methane Oxidation Reactions

Methane Oxidation Reactions Methane Oxidation Reactions CH 4 + 2 O -> CO 2 2 + 2 H 2 O Total Oxidation (Combustion) CH 4 + 0.5 O -> CO 2 + 2 H 2 CO + 0.5 O -> CO 2 2 H 2 + 0.5 O -> H 2 2 O CH 4 + H 2 O->CO + 3 H 2 Partial Oxidation

More information

A First Course on Kinetics and Reaction Engineering Example 38.2

A First Course on Kinetics and Reaction Engineering Example 38.2 Example 38.2 Problem Purpose This example illustrates some limitations to the use of the effectiveness factor and shows how to model an isothermal packed bed reactor by writing mole balances separately

More information

Chemical Engineering

Chemical Engineering Chemical Engineering Basic Principles: Energy and material balances Transport Processes Momentum Transfer: Fluid Flow Energy Transfer: Heat Mass Transfer: mixing and separation processes Physical and Chemical

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 8 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. oday s lecture Block 1: Mole

More information

CHE 404 Chemical Reaction Engineering. Chapter 8 Steady-State Nonisothermal Reactor Design

CHE 404 Chemical Reaction Engineering. Chapter 8 Steady-State Nonisothermal Reactor Design Textbook: Elements of Chemical Reaction Engineering, 4 th Edition 1 CHE 404 Chemical Reaction Engineering Chapter 8 Steady-State Nonisothermal Reactor Design Contents 2 PART 1. Steady-State Energy Balance

More information

A First Course on Kinetics and Reaction Engineering Example 14.3

A First Course on Kinetics and Reaction Engineering Example 14.3 Example 14.3 Problem Purpose This problem illustrates differential analysis using data from a differentially operated PFR. Problem Statement The isomerization of cyclopropane, equation (1), was known from

More information

Experimental Determination of Kinetic Rate Constants Using Batch and CSTR Reactors

Experimental Determination of Kinetic Rate Constants Using Batch and CSTR Reactors Experimental Determination of Kinetic Rate Constants Using Batch and CSTR Reactors CHE-431 UNIT OPERTIONS LB I Department of Chemical Engineering University of Tripoli Libya Instructor Dr... Ballut Spring

More information

Lecture Series. Modern Methods in Heterogeneous Catalysis. Measurement and Analysis of Kinetic Data

Lecture Series. Modern Methods in Heterogeneous Catalysis. Measurement and Analysis of Kinetic Data Lecture Series Modern Methods in Heterogeneous Catalysis Measurement and Analysis of Kinetic Data Raimund Horn Fritz-Haber-Institute of the MPG Department of Inorganic Chemistry Faradayweg 4-6 14195 Berlin

More information

For a recycle reactor the relationship between the volume and other parameters is given by

For a recycle reactor the relationship between the volume and other parameters is given by 9 ug 7. CRE Tutorial Problem. or a recycle reactor the relationship between the volume and other parameters is given by V R in R r or simple kinetics such as first order reaction (under isothermal conditions),

More information

A First Course on Kinetics and Reaction Engineering Example 23.1

A First Course on Kinetics and Reaction Engineering Example 23.1 Example 23.1 parameter. Problem Purpose This problem illustrates the transient analysis of a CSTR following a change in an operating Problem Statement Recall the isothermal 4430 cm 3 steady-state chemostat

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Chemical Reaction Engineering Dr. Yahia Alhamed Chemical and Materials Engineering Department College of Engineering King Abdulaziz University General Mole Balance Batch Reactor Mole Balance Constantly

More information

Fundamentals of Combustion

Fundamentals of Combustion Fundamentals of Combustion Lec 3: Chemical Thermodynamics Dr. Zayed Al-Hamamre Content Process Heat Transfer 1-3 Process Heat Transfer 1-4 Process Heat Transfer 1-5 Theoretical and Excess Air Combustion

More information

Lecture 6: 3/2/2012 Material Balances

Lecture 6: 3/2/2012 Material Balances Lecture 6: 3/2/2012 Material Balances 1 Chapter 6: Introduction to Material Balance Objectives: 1. Understand the features of process, system, open, closed, steady-state, and unsteady-state systems. 2.

More information

Adsorption (Ch 12) - mass transfer to an interface

Adsorption (Ch 12) - mass transfer to an interface Adsorption (Ch 12) - mass transfer to an interface (Absorption - mass transfer to another phase) Gas or liquid adsorption (molecular) onto solid surface Porous solids provide high surface area per weight

More information

Lecture 8. Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors

Lecture 8. Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors Lecture 8 Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors Mole alance in terms of Concentration and Molar Flow Rates Working in terms of number of moles

More information

Batch system example (previous midterm question)

Batch system example (previous midterm question) Batch system example (previous midterm question) You are to design a batch adsorber to remove an organic contaminant (A) from 400L of aqueous solution containing 0.05g/L of the contaminant. To facilitate

More information

MEEBAL Exam 1 October 2012 Show all work in your blue book. Points will be deducted if steps leading to answers are not shown. No work outside blue books (such as writing on the flow sheets) will be considered.

More information

Material Balances Chapter 6: Introduction to Material Balance Objectives:

Material Balances Chapter 6: Introduction to Material Balance Objectives: Material Balances Chapter 6: Introduction to Material Balance Objectives: 1. Understand the features of process, system, open, closed, steady-state, and unsteady-state systems. 2. Express in words what

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

Module: 7. Lecture: 36

Module: 7. Lecture: 36 Module: 7 Lecture: 36 DIMETHYL FORMAMIDE INTRODUCTION Dimethylformamide is an organic compound and denotes as DMF. The name is derived from the fact that it is a derivative of formamide, the amide of formic

More information

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process

Development of Dynamic Models. Chapter 2. Illustrative Example: A Blending Process Development of Dynamic Models Illustrative Example: A Blending Process An unsteady-state mass balance for the blending system: rate of accumulation rate of rate of = of mass in the tank mass in mass out

More information

C 6 H H 2 C 6 H 12. n C6H12 n hydrogen n benzene. n C6H6 n H2 100 C 6 H 6 n 2 n C6H H 2. n 1

C 6 H H 2 C 6 H 12. n C6H12 n hydrogen n benzene. n C6H6 n H2 100 C 6 H 6 n 2 n C6H H 2. n 1 1. Cyclohexane (C 6 H 12 ) can be made by the reaction of benzene (C 6 H 6 ) and hydrogen gas. The products from the reactor are sent to a separator where the cyclohexane and some of the unreacted hydrogen

More information

Modeling of a Fluid Catalytic Cracking (FCC) Riser Reactor

Modeling of a Fluid Catalytic Cracking (FCC) Riser Reactor Modeling of a Fluid Catalytic Cracking (FCC) Riser Reactor Dr. Riyad Ageli Mahfud Department of Chemical Engineering- Sabrattah Zawia University Abstract: Fluid catalytic cracking (FCC) is used in petroleum

More information

GATE question papers: Chemical Engineering 009 (CH) GATE question papers: Chemical Engineering 009 (CH) Q. Q. 0 carry one mark each.. The direction of largest increase of the function xy 3 x at the point

More information

WS Prediction of the carbon deposition in steam reforming unit (Equilibrium reaction calculation in Gibbs Reactor)

WS Prediction of the carbon deposition in steam reforming unit (Equilibrium reaction calculation in Gibbs Reactor) WS-4-03 Prediction of the carbon deposition in steam reforming unit (Equilibrium reaction calculation in Gibbs Reactor) Problem Steam reformer is often used in refineries or chemical plants. Design and

More information

CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES

CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES CHAPTER 3 : MATHEMATICAL MODELLING PRINCIPLES When I complete this chapter, I want to be able to do the following. Formulate dynamic models based on fundamental balances Solve simple first-order linear

More information

Module: 7. Lecture: 36

Module: 7. Lecture: 36 Module: 7 Lecture: 36 DIMETHYL FORMAMIDE INTRODUCTION Dimethylformamide is an organic compound and denotes as DMF. The name is derived from the fact that it is a derivative of formamide, the amide of formic

More information

Chapter 9 The Chemical Reaction Equation and Stoichiometry 9.1 Stoichiometry

Chapter 9 The Chemical Reaction Equation and Stoichiometry 9.1 Stoichiometry Chapter 9 The Chemical Reaction Equation and Stoichiometry 9.1 Stoichiometry The stoichiometric coefficients in the chemical reaction equation Is (1 for C 7 H 16, 11 for O 2 and so on). Another way to

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture # Chemical Reaction Engineering Youn-Woo Lee School of Chemical and Biological Engineering Seoul National University 155-741, 599 Gwanangro, Gwanak-gu, Seoul, Korea ywlee@snu.ac.kr http://sfpl.snu.ac.kr

More information

Lecture 8. Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors

Lecture 8. Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors Lecture 8 Mole balance: calculations of microreactors, membrane reactors and unsteady state in tank reactors Mole alance in terms of oncentration and Molar low Rates Working in terms of number of moles

More information

Chapter Objectives. Chapter 9 Energy and Chemistry. Chapter Objectives. Energy Use and the World Economy. Energy Use and the World Economy

Chapter Objectives. Chapter 9 Energy and Chemistry. Chapter Objectives. Energy Use and the World Economy. Energy Use and the World Economy Chapter Objectives Larry Brown Tom Holme www.cengage.com/chemistry/brown Chapter 9 Energy and Chemistry Explain the economic importance of conversions between different forms of energy and the inevitability

More information

Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09)

Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09) Stoichiometric Reactor Simulation Robert P. Hesketh and Concetta LaMarca Chemical Engineering, Rowan University (Revised 4/8/09) In this session you will learn how to create a stoichiometric reactor model

More information

CHEMICAL ENGINEERING KINETICS/REACTOR DESIGN. Tony Feric, Kathir Nalluswami, Manesha Ramanathan, Sejal Vispute, Varun Wadhwa

CHEMICAL ENGINEERING KINETICS/REACTOR DESIGN. Tony Feric, Kathir Nalluswami, Manesha Ramanathan, Sejal Vispute, Varun Wadhwa CHEMICAL ENGINEERING KINETICS/REACTOR DESIGN Tony Feric, Kathir Nalluswami, Manesha Ramanathan, Sejal Vispute, Varun Wadhwa Presentation Overview Kinetics Reactor Design Non- Isothermal Design BASICS OF

More information

THE FUTURE OF THE CHEMISTRY: CONTINUOUS FLOW REACTIONS BASEL 2016

THE FUTURE OF THE CHEMISTRY: CONTINUOUS FLOW REACTIONS BASEL 2016 THE FUTURE OF THE CHEMISTRY: CONTINUOUS FLOW REACTIONS BASEL 2016 CHEMICAL PLANT CONTINUOUS FLOW REACTOR The continuous flow reactor is a safe system, running chemical reactions in reduced volume with

More information

Chemical Reactions. Writing chemical reactions Types of chemical reactions Reactions in aqueous solutions. (ionic equations and solubility rules)

Chemical Reactions. Writing chemical reactions Types of chemical reactions Reactions in aqueous solutions. (ionic equations and solubility rules) Chemical Reactions Writing chemical reactions Types of chemical reactions Reactions in aqueous solutions (ionic equations and solubility rules) Writing Equations REACTANTS PRODUCTS gold (III) sulfide is

More information

CHEMICAL ENGINEERING

CHEMICAL ENGINEERING CHEMICAL ENGINEERING Subject Code: CH Course Structure Sections/Units Section A Unit 1 Unit 2 Unit 3 Unit 4 Unit 5 Unit 6 Section B Section C Section D Section E Section F Section G Section H Section I

More information

CHEMICAL REACTION ENGINEERING

CHEMICAL REACTION ENGINEERING CHEMICL RECTION ENGINEERING Unit 5 nalysis of reactor DT Collection and analysis of rate data Batch reactor for homogenous and heterogeneous reactions measurement during the unsteady-state operation Differential

More information

A First Course on Kinetics and Reaction Engineering Example 13.2

A First Course on Kinetics and Reaction Engineering Example 13.2 Example 13. Problem Purpose This example illustrates the analysis of kinetics data from a CSTR where the rate expression must be linearized. Problem Statement A new enzyme has been found for the dehydration

More information

Problems Points (Max.) Points Received

Problems Points (Max.) Points Received Chemical Engineering 142 Chemical Kinetics and Reaction Engineering Midterm 1 Tuesday, October 8, 2013 8:10 am-9:30 am The exam is 100 points total. Please read through the questions very carefully before

More information

CHEMICAL REACTORS - PROBLEMS OF REACTOR ASSOCIATION 47-60

CHEMICAL REACTORS - PROBLEMS OF REACTOR ASSOCIATION 47-60 2011-2012 Course CHEMICL RECTORS - PROBLEMS OF RECTOR SSOCITION 47-60 47.- (exam jan 09) The elementary chemical reaction in liquid phase + B C is carried out in two equal sized CSTR connected in series.

More information

Simulation of Methanol Production Process and Determination of Optimum Conditions

Simulation of Methanol Production Process and Determination of Optimum Conditions Est. 1984 ORIENTAL JOURNAL OF CHEMISTRY An International Open Free Access, Peer Reviewed Research Journal www.orientjchem.org ISSN: 0970-020 X CODEN: OJCHEG 2012, Vol. 28, No. (1): Pg. 145-151 Simulation

More information