Next, make a stoichiometric table for the flow system (see Table 3-4 in Fogler). This table applies to both a PFR and CSTR reactor.

Size: px
Start display at page:

Download "Next, make a stoichiometric table for the flow system (see Table 3-4 in Fogler). This table applies to both a PFR and CSTR reactor."

Transcription

1 Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare ( Massachusetts Institute of Technology. Downloaded on [DD Month YYYY]. Problem Set 4 Problem. (RC(O)OCH 2 ) 3 (RCH 2 ) CO 2 r k[(rc(o)och 2 ) 3 ] B + 3 C r k[] Given: T 5 C k(t ) k 5* -3 (min - ) Ea 85 kj/mol F, 2.5 mol/min y, T 227 C.9 P atm First, find k at the reaction temperature using Eq 3-2 from Fogler: E 85kJ / mol R T T kj /(mol K ) 423.5K 5.5K k(t ) k(t ) e 5 e.26255min min Next, make a stoichiometric table for the flow system (see Table 3-4 in Fogler). This table applies to both a PFR and CSTR reactor. Species B C Total Feed Rate to Reactor (mol/min) F F Change within Reactor (mol/min) -F F 3F Effluent Rate from Reactor (mol/min) F F ( ) F B F F C 3F F T F ( + 3) Since this is a gas-phase reaction, with a change in the total number of moles, the volumetric flow rate (ν) will not be constant. Simplify Eq 3-4 in Fogler for the steady state (constant P and T) ideal gas case to: ν ν o F T ν F ( + 3 ) ν ( + 3 ) F RT ( + 3 ) F T F P a) CSTR The design equation for CSTR volume in terms of conversion is (Eq 2-3 in Fogler): F F F ν (+ 3 )F F RT (+ 3 ) k F kf ( ) Pk( ) ν V CSTR,a ( r ) exit k[ ] Plugging in numbers: mol L atm (5.5K )( + 3 (.9 )).9 min mol K 3 V CSTR,a L.7 L (atm) min (.9)

2 b) PFR Neglect pressure drop, so ν equation is the same as above. The design equation for a PFR in terms of conversion is (Eq 2-6 in Fogler): V F d d d F F F F RT (+ 3 ) F d RT (+ 3 ) d r k ) PFR,b [ ] F PkF ( ) Pk ( k ν From integration by parts (or an integral table): x 2 ( + mx) dx ( + m)ln x + m(x x 2 ) ( x) x 2 x x ( + mx) When x, this simplifies to: ( x) dx (+ m)ln x 2 mx 2 Integrating and plugging in numbers gives: PFR,b mol L atm F RT ( + ) min.82 mol K (5.5K ) 4ln V 3 ln 3 (.9 ) Pk (atm) min L L.9 Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare ( Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].

3 c) Now find in a CSTR/PFR combination for a given V. First: PFR then CSTR, where the volume of each is ½ the volume calculated in parts a and b. F F, F B, F C F 2, F B2, F C2 PFR equation will be the same as derived in part b, but with V ½ V PFR,b and : F V RT ( 3 ) ln 3 V PFR,b Pk ( ) 2 PFR,b Pk + 2 2F RT + 3 ln + 3 There are many methods that can be used to find the roots of the above equation (solver function in Excel, fsolve in Matlab, etc). For example, using fsolve in Matlab: function [pfr]partc;.; %initial guess for _pfr [pfr] fsolve(@pfr_eqn,); return function F pfr_eqn() k.26255; %/min T ; %K F 2.5; %mol/min P ; %atm R.82; %L*atm/mol/K V_pfr_b ; %L, from part b calculation F V_pfr_b*P*k/(2*F*R*T)-(+3)*log(/(-))+3*; return Can also solve for by hand using an iterative method. For example, using the Newton-Raphson Method: f ( x n xn+ ) x n where f (x f '( x n ) n ) is the derivative of f, evaluated at x x n. Keep iterating until x n+ x n. Regardless of the method used, should find that.75 Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare ( Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].

4 mole balance on the CSTR gives: V CSTR,a kv CSTR,a kv CSTR,a F 2 F F 2 + r F F F 2 ( ) ( 2 ) [ ] ( 2 ) 2 2 ν F ( 2 ) kv CSTR,a PF ( 2 ) kv CSTR,a P ( 2 ) 2 F RT (+ 3 2 ) F ( 2 ) 2RT (+ 3 2 ) gain, solve the above equation either by hand or with a program to find that 2.95 Now: CSTR followed by PFR, where the volume of each is ½ the volume calculated in parts a and b. F F, F B, F C F 2, F B2, F C2 2 CSTR equation will be the same as derived in part a, but with V ½ V CSTR,a and : F RT ( + 3 ) F RT ( + 3 ) 2 V CSTR,a Pk( ) 2 V CSTR,a Pk( ) Plugging in numbers and solving gives.83 mole balance on the PFR gives (see pg 5-6 in Fogler): F V F V + V + r V Rearrange, divide by V and take the limit as V approaches zero to get: df r dv df d[f ( )] F d d F dv r r r r Integrate with the limits V when and V ½ V PFR,b when 2 to get: VPFR,b F d F d F d F F RT (+ 3 ) d F RT ( + 3 ) d 2 r k[ ] k F PkF ( ) Pk ( ) ν From integration by parts (or an integral table): x 2 ( + mx) x dx ( + m)ln + m(x x 2 ) VPFR,b F RT ( + 3)ln + 3( 2 ) ( x) x 2 2 Pk 2 x F RT (+ 3)ln + 3( 2 ) V PFR,b Pk 2 2 Plugging in numbers and solving gives 2.93 Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare ( Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].

5 Now, consider an isothermal batch reactor system with P 2.7 atm. Make a stoichiometric table for the batch system (see table 3-3 in Fogler) Species B C Initially (mol) N Change (mol) -N N 3N Remaining (mol) N N ( ) N B N N C 3N Total N N T N ( + 3) d) The volume of the batch reactor is fixed, so the change in moles as the reaction proceeds will cause an increase in P. For an isothermal, constant volume batch reactor (Eq 3-38 in Fogler, rearranged): P P ( + 3 ) 2.7atm( + 3 (.9 )) 9.99atm e) Want to process 2.5 mol/min of cooking oil in the batch reactor (assume that the down time between batches is negligible). N 2.5 mol N 2.5 mol t react t react min min mol ssuming ideal gas, V batch N RT 2.5 min t react RT P P Find t react from design equation for a constant volume batch reactor (Eq 2-6 in Fogler): k [ ] N V d r kn ( V k V V ) k( ) dt N N N N Rearrange and integrate: t d k dt ln kt t react ln ( ) x k Plug in numbers to get: mol mol L atm 2.5 ln RT 2.5 ln.82 (5.5K ) min min (.9) mol K 2 V batch L 4.2 L kp (.26255min )(2.7atm) e) Since the characteristic reaction time is on the order of minutes, a flow reactor is recommended for this process. If minimizing volume is the most important design criteria, a single PFR is the best choice. If maximizing conversion is the most important design criteria, the half-size PFR followed by a half-size CSTR is the best choice. Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare ( Massachusetts Institute of Technology. Downloaded on [DD Month YYYY].

A First Course on Kinetics and Reaction Engineering. Class 20 on Unit 19

A First Course on Kinetics and Reaction Engineering. Class 20 on Unit 19 A First Course on Kinetics and Reaction Engineering Class 20 on Unit 19 Part I - Chemical Reactions Part II - Chemical Reaction Kinetics Where We re Going Part III - Chemical Reaction Engineering A. Ideal

More information

ChE 344 Chemical Reaction Engineering Winter 1999 Final Exam. Open Book, Notes, CD ROM, Disk, and Web

ChE 344 Chemical Reaction Engineering Winter 1999 Final Exam. Open Book, Notes, CD ROM, Disk, and Web ChE 344 Chemical Reaction Engineering Winter 1999 Final Exam Open Book, Notes, CD ROM, Disk, and Web Name Honor Code 1) /25 pts 2) /15 pts 3) /10 pts 4) / 3 pts 5) / 6 pts 6) / 8 pts 7) / 8 pts 8) / 5

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

13 th Aug Chemical Reaction Engineering CH3010. Home work problems

13 th Aug Chemical Reaction Engineering CH3010. Home work problems 13 th ug 18. Chemical Reaction Engineering CH31. Home work problems 1. Batch reactor, variable volume. Consider a gas phase reaction B, conducted isothermally and at constant pressure in a batch reactor.

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

Chemical Reaction Engineering. Lecture 2

Chemical Reaction Engineering. Lecture 2 hemical Reaction Engineering Lecture 2 General algorithm of hemical Reaction Engineering Mole balance Rate laws Stoichiometry Energy balance ombine and Solve lassification of reactions Phases involved:

More information

Midterm II. ChE 142 April 11, (Closed Book and notes, two 8.5 x11 sheet of notes is allowed) Printed Name

Midterm II. ChE 142 April 11, (Closed Book and notes, two 8.5 x11 sheet of notes is allowed) Printed Name ChE 142 pril 11, 25 Midterm II (Closed Book and notes, two 8.5 x11 sheet of notes is allowed) Printed Name KEY By signing this sheet, you agree to adhere to the U.C. Berkeley Honor Code Signed Name_ KEY

More information

6. Multiple Reactions

6. Multiple Reactions 6. Multiple Reactions o Selectivity and Yield o Reactions in Series - To give maximum selectivity o Algorithm for Multiple Reactions o Applications of Algorithm o Multiple Reactions-Gas Phase 0. Types

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

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

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

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

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

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 13 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. Today s lecture Complex

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

1/r plots: a brief reminder

1/r plots: a brief reminder L10-1 1/r plots: a brief reminder 1/r X target X L10-2 1/r plots: a brief reminder 1/r X target X L10-3 1/r plots: a brief reminder 1/r X target X Special Case: utocatalytic Reactions Let s assume a reaction

More information

FLOW REACTORS FOR HOMOGENOUS REACTION: PERFORMANCE EQUATIONS AND APPLICATIONS

FLOW REACTORS FOR HOMOGENOUS REACTION: PERFORMANCE EQUATIONS AND APPLICATIONS FLOW REACTORS FOR HOMOGENOUS REACTION: PERFORMANCE EQUATIONS AND APPLICATIONS At the end of this week s lecture, students should be able to: Develop and apply the performance equation for plug flow reactors.

More information

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #4: IVP

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #4: IVP 10.34 Numerical Methods Applied to Chemical Engineering Fall 015 Homework #4: IVP Problem 1 (0 points). In this problem you will develop and implement an ODE solver for problems of the form dy = f(y) dt

More information

A First Course on Kinetics and Reaction Engineering Example 15.4

A First Course on Kinetics and Reaction Engineering Example 15.4 Example 15. roblem urpose This problem shows how to test a single parameter rate expression using kinetics data from a FR where the integrated form of the mole balance design equation cannot be properly

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

Mass balance in a fixed bed reactor is similar to that of a plugflow reactor (eq. 1.1): dx dv. r F (1.1) Recalling dw = B dv, then. r F. dx dw (2.

Mass balance in a fixed bed reactor is similar to that of a plugflow reactor (eq. 1.1): dx dv. r F (1.1) Recalling dw = B dv, then. r F. dx dw (2. Mass balance in a fixed bed reactor is similar to that of a plugflow reactor (eq..): d dv r (.) Recalling dw = B dv, then d dw r B (.) or a reaction: + bb c + dd Species eed Rate hange within Reactor Effluent

More information

Chemical Reaction Engineering. Dr. Yahia Alhamed

Chemical Reaction Engineering. Dr. Yahia Alhamed Chemical Reaction Engineering Dr. Yahia Alhamed 1 Kinetics and Reaction Rate What is reaction rate? It is the rate at which a species looses its chemical identity per unit volume. The rate of a reaction

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

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

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

Chemical reactors. H has thermal contribution, pressure contribution (often negligible) and reaction contribution ( source - like)

Chemical reactors. H has thermal contribution, pressure contribution (often negligible) and reaction contribution ( source - like) Chemical reactors - chemical transformation of reactants into products Classification: a) according to the type of equipment o batch stirred tanks small-scale production, mostly liquids o continuous stirred

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

Chemical Reaction Engineering. Lecture 7

Chemical Reaction Engineering. Lecture 7 hemical Reaction Engineering Lecture 7 Home problem: nitroaniline synthesis the disappearance rate of orthonitrochlorobenzene [ ] d ONB ra k ONB NH dt Stoichiometric table: [ ][ ] 3 hange Remaining* oncentration**

More information

A First Course on Kinetics and Reaction Engineering Example 30.1

A First Course on Kinetics and Reaction Engineering Example 30.1 Example 30.1 Problem Purpose This problem will help you determine whether you have mastered the learning objectives for this unit. It illustrates the general approach to solving the design equations for

More information

CBE 142: Chemical Kinetics & Reaction Engineering

CBE 142: Chemical Kinetics & Reaction Engineering CBE 142: Chemical Kinetics & Reaction Engineering Midterm #2 November 6 th 2014 This exam is worth 100 points and 20% of your course grade. Please read through the questions carefully before giving your

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

Thus, the formula weight per C-atom is: 1*12 (g/mol) +1.85*1(g/mol)+0.55*16 (g/mol)+0.13*14(g/mol)=24.5 g/mol.

Thus, the formula weight per C-atom is: 1*12 (g/mol) +1.85*1(g/mol)+0.55*16 (g/mol)+0.13*14(g/mol)=24.5 g/mol. Proble. a. C: H: O: N47.6%/: 7.%/: (-47.6%-7.%-7.%-.%)/6: 7.%/4:.85:.55:. Therefore, the eleental coposition for the ash-free bioass is CH.85 O.55 N.. Thus, the forula weight per C-ato is: * (g/ol).85*(g/ol).55*6

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 4 hemical Reaction Engineering (RE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. hapter 4 Lecture 4 Block 1

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

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

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 6 hemical Reaction Engineering (RE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors in which they take place. Lecture 6 Tuesday 1/9/13 Block

More information

The Material Balance for Chemical Reactors

The Material Balance for Chemical Reactors The Material Balance for Chemical Reactors Copyright c 2015 by Nob Hill Publishing, LLC 1 General Mole Balance V R j Q 0 c j0 Q 1 c j1 Conservation of mass rate of accumulation of component j = + { rate

More information

The Material Balance for Chemical Reactors. Copyright c 2015 by Nob Hill Publishing, LLC

The Material Balance for Chemical Reactors. Copyright c 2015 by Nob Hill Publishing, LLC The Material Balance for Chemical Reactors Copyright c 2015 by Nob Hill Publishing, LLC 1 General Mole Balance V R j Q 0 c j0 Q 1 c j1 Conservation of mass rate of accumulation of component j = + { rate

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

ChE 344 Winter 2013 Final Exam + Solution. Open Course Textbook Only Closed everything else (i.e., Notes, In-Class Problems and Home Problems

ChE 344 Winter 2013 Final Exam + Solution. Open Course Textbook Only Closed everything else (i.e., Notes, In-Class Problems and Home Problems ChE 344 Winter 03 Final Exam + Solution Thursday, May, 03 Open Course Textbook Only Closed everything else (i.e., Notes, In-Class Problems and Home Problems Name Honor Code (Please sign in the space provided

More information

Review: Nonideal Flow in a CSTR

Review: Nonideal Flow in a CSTR L3- Review: Nonideal Flow in a CSTR Ideal CSTR: uniform reactant concentration throughout the vessel Real stirred tank Relatively high reactant concentration at the feed entrance Relatively low concentration

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

Chemical Engineering Applications in Scilab

Chemical Engineering Applications in Scilab Chemical Engineering Applications in Scilab Prashant Dave Indian Institute of Technology Bombay (IIT Bombay) Introduction In Chemical Engineering the type of problems that occur are Modeling and Simulation

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

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

The Material Balance for Chemical Reactors. General Mole Balance. R j. Q 1 c j1. c j0. Conservation of mass. { rate of inflow

The Material Balance for Chemical Reactors. General Mole Balance. R j. Q 1 c j1. c j0. Conservation of mass. { rate of inflow 2 / 153 The Material Balance for Chemical Reactors Copyright c 2018 by Nob Hill Publishing, LLC 1 / 153 General Mole Balance R j V Q 0 c j0 Q 1 c j1 Conservation of mass rate of accumulation of component

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

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

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

ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013

ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013 ChE 344 Winter 2013 Mid Term Exam II Tuesday, April 9, 2013 Open Course Textbook Only Closed everything else (i.e., Notes, In-Class Problems and Home Problems Name Honor Code (Please sign in the space

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

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

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

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

SUMMER-16 EXAMINATION Model Answer

SUMMER-16 EXAMINATION Model Answer (ISO/IEC - 700-005 Certified) SUMMER-6 EXAMINATION Subject code :(756) Page of Important Instructions to examiners: ) The answers should be examined by key words and not as word-to-word as given in the

More information

Figure Q3. Boundary conditions for a tubular reactor.

Figure Q3. Boundary conditions for a tubular reactor. 1. Please illustrate or explain the meaning the following questions: (a) (10%) Please proof the five dimensionless numbers in fluid transport by Buckingham method as Eu=f(Re, Fr, We, Ma). (b) (10%) Please

More information

Note: Please use the actual date you accessed this material in your citation.

Note: Please use the actual date you accessed this material in your citation. MIT OpenCourseWare http://ocw.mit.edu 6.641 Electromagnetic Fields, Forces, and Motion, Spring 005 Please use the following citation format: Markus Zahn, 6.641 Electromagnetic Fields, Forces, and Motion,

More information

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #6: Boundary Value Problems (BVPs)

10.34 Numerical Methods Applied to Chemical Engineering Fall Homework #6: Boundary Value Problems (BVPs) 1.34 Numerical Methods Applied to Chemical Engineering Fall 15 Homework #6: Boundary Value Problems BVPs Problem 1. 1 points Most entropies of gas phase molecules tabulated in databases were not directly

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

The reaction whose rate constant we are to find is the forward reaction in the following equilibrium. NH + 4 (aq) + OH (aq) K b.

The reaction whose rate constant we are to find is the forward reaction in the following equilibrium. NH + 4 (aq) + OH (aq) K b. THE RATES OF CHEMICAL REACTIONS 425 E22.3a The reaction for which pk a is 9.25 is NH + 4 aq + H 2Ol NH 3 aq + H 3 O + aq. The reaction whose rate constant we are to find is the forward reaction in the

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 15.2

A First Course on Kinetics and Reaction Engineering Example 15.2 Example 15.2 Problem Purpose This example illustrates the use of the integral method of data analysis with a rate expression that depends on the concentrations of more than one species. Problem Statement

More information

Chemistry 1AA3 2000/01

Chemistry 1AA3 2000/01 Chemistry 1AA3 2000/01 Tutorial #5 Answers Week of February 12-16, 2001 Dr. M.A. Brook Dr. B. E. McCarry Dr. A. Perrott 1. The equation for the reaction of NO(g) with O2(g) at 660K is: 2 NO(g) + O2(g)

More information

A 2. = and. Solution:

A 2. = and. Solution: The ollowg gas phase reaction is conducted a PFR, under isothermal conditions. k k B. However, another reaction also occurs parallel. The rate equations are r = ( k + k, rb = k and r = k, with k = 0.05

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

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

MIDTERM EXAMINATION Chemical Engineering 140 Fall 2002 Professors Jay D. Keasling and Jeffrey A. Reimer. Your SID #:

MIDTERM EXAMINATION Chemical Engineering 140 Fall 2002 Professors Jay D. Keasling and Jeffrey A. Reimer. Your SID #: MIDTERM EXAMINATION Chemical Engineering 140 Fall 2002 Professors Jay D. Keasling and Jeffrey A. Reimer Your SID #: DO NOT PRINT YOUR NAME ANYWHERE ON THIS EXAM!! INSTRUCTIONS Read over the whole exam

More information

Plug flow Steady-state flow. Mixed flow

Plug flow Steady-state flow. Mixed flow 1 IDEAL REACTOR TYPES Batch Plug flow Steady-state flow Mixed flow Ideal Batch Reactor It has neither inflow nor outflow of reactants or products when the reaction is being carried out. Uniform composition

More information

Pre GATE Pre-GATE 2018

Pre GATE Pre-GATE 2018 Pre GATE-018 Chemical Engineering CH 1 Pre-GATE 018 Duration : 180 minutes Total Marks : 100 CODE: GATE18-1B Classroom Postal Course Test Series (Add : 61C, Kalusarai Near HauzKhas Metro, Delhi 9990657855)

More information

CEE 370 Environmental Engineering Principles

CEE 370 Environmental Engineering Principles Updated: 29 September 2015 Print version EE 370 Environmental Engineering Principles Lecture #9 Material Balances I Reading: Mihelcic & Zimmerman, hapter 4 Davis & Masten, hapter 4 David Reckhow EE 370

More information

Chapter 11: CHEMICAL KINETICS

Chapter 11: CHEMICAL KINETICS Chapter : CHEMICAL KINETICS Study of the rate of a chemical reaction. Reaction Rate (fast or slow?) Igniting gasoline? Making of oil? Iron rusting? We know about speed (miles/hr). Speed Rate = changes

More information

Reaction rate. reaction rate describes change in concentration of reactants and products with time -> r = dc j

Reaction rate. reaction rate describes change in concentration of reactants and products with time -> r = dc j Reaction rate ChE 400 - Reactive Process Engineering reaction rate describes change in concentration of reactants and products with time -> r = dc j /dt r is proportional to the reactant concentrations

More information

8.323 Relativistic Quantum Field Theory I

8.323 Relativistic Quantum Field Theory I MIT OpenCourseWare http://ocw.mit.edu 8.33 Relativistic Quantum Field Theory I Spring 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

A First Course on Kinetics and Reaction Engineering Unit 30.Thermal Back-Mixing in a PFR

A First Course on Kinetics and Reaction Engineering Unit 30.Thermal Back-Mixing in a PFR Unit 30.Thermal Back-Mixing in a PFR Overview One advantage offered by a CSTR when running an exothermic reaction is that the cool feed gets heated by mixing with the contents of the reactor. As a consequence

More information

Chemical Reaction Engineering

Chemical Reaction Engineering CHPTE 7 Chemical eaction Engineering (Gate 00). The conversion for a second order, irreversible reaction (constant volume) () k B, in batch mode is given by k C t o ( kcot) (C) k C t o + (D) kcot (B) k

More information

Equilibrium. Reversible Reactions. Chemical Equilibrium

Equilibrium. Reversible Reactions. Chemical Equilibrium Equilibrium Reversible Reactions Chemical Equilibrium Equilibrium Constant Reaction Quotient Le Chatelier s Principle Reversible Reactions In most chemical reactions, the chemical reaction can be reversed,

More information

Chemical Kinetics -- Chapter 14

Chemical Kinetics -- Chapter 14 Chemical Kinetics -- Chapter 14 1. Factors that Affect Reaction Rate (a) Nature of the reactants: molecular structure, bond polarity, physical state, etc. heterogeneous reaction: homogeneous reaction:

More information

CHEMICAL REACTORS - PROBLEMS OF NON IDEAL REACTORS 61-78

CHEMICAL REACTORS - PROBLEMS OF NON IDEAL REACTORS 61-78 011-01 ourse HEMIL RETORS - PROBLEMS OF NON IDEL RETORS 61-78 61.- ccording to several experiments carried out in a continuous stirred tank reactor we suspect that the behavior of the reactor is not ideal.

More information

10.34 Numerical Methods Applied to Chemical Engineering

10.34 Numerical Methods Applied to Chemical Engineering 10.34 Numerical Methods Applied to Chemical Engineering Quiz 1 This quiz consists of three problems worth 0, 40 and 40 points respectively. The problem statements are found on pages, 3 and 5 in this exam

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

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

Name TA Name Lab Section # ALL work must be shown to receive full credit. Due at the beginning of lecture on Wednesday, October 31, 2001.

Name TA Name Lab Section # ALL work must be shown to receive full credit. Due at the beginning of lecture on Wednesday, October 31, 2001. Chem 1515 Problem Set #8 Fall 2001 Name TA Name Lab Section # ALL work must be shown to receive full credit. Due at the beginning of lecture on Wednesday, October 31, 2001. PS8.1. A 1.00 liter container

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

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

Stoichiometric Reactor Module

Stoichiometric Reactor Module Reactor Analysis Types of Reactors Stoichiometric Reactor Module Stoichiometric Reactors (1) Stoichiometric Reactors (2) Stoichiometric Reactors (3) Equilibrium Reactors Gibbs Reactor RGibbs Module Equilibrium

More information

Chemical Kinetics and Reaction Engineering Midterm 1

Chemical Kinetics and Reaction Engineering Midterm 1 Page 1 Chemical & Biomolecular Engineering 142 Chemical Kinetics and Reaction Engineering Midterm 1 Tuesday, October 4, 2011 The exam is 100 points total and 20% of the course grade. Please read through

More information

NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flow Reactor

NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flow Reactor NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flow Reactor T o T T o T F o, Q o F T m,q m T m T m T mo Aumption: 1. Homogeneou Sytem 2. Single Reaction 3. Steady State Two type of problem: 1. Given deired

More information

Unit - 4 CHEMICAL KINETICS VSA QUESTIONS (1 - MARK QUESTIONS) (aq) as product for the reaction : 5 Br (aq) + Br(aq) + 6H + (aq) 3 Br 2

Unit - 4 CHEMICAL KINETICS VSA QUESTIONS (1 - MARK QUESTIONS) (aq) as product for the reaction : 5 Br (aq) + Br(aq) + 6H + (aq) 3 Br 2 Unit - 4 CHEMICAL KINETICS VSA QUESTIONS (1 - MARK QUESTIONS) 1. Define the term rate of reaction. 2. Mention the units of rate of reaction. 3. Express the rate of reaction in terms of Br (aq) as reactant

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

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 19 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 Gas Phase

More information

CONTROL OF MULTIVARIABLE PROCESSES

CONTROL OF MULTIVARIABLE PROCESSES Process plants ( or complex experiments) have many variables that must be controlled. The engineer must. Provide the needed sensors 2. Provide adequate manipulated variables 3. Decide how the CVs and MVs

More information

5.62 Physical Chemistry II Spring 2008

5.62 Physical Chemistry II Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 5.62 Physical Chemistry II Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 5.62 Spring 2007 Lecture

More information

[ A] 2. [ A] 2 = 2k dt. [ A] o

[ A] 2. [ A] 2 = 2k dt. [ A] o Chemistry 360 Dr Jean M Standard Problem Set 3 Solutions The reaction 2A P follows second-order kinetics The rate constant for the reaction is k350 0 4 Lmol s Determine the time required for the concentration

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

BCIT Fall Chem Exam #2

BCIT Fall Chem Exam #2 BCIT Fall 2017 Chem 3310 Exam #2 Name: Attempt all questions in this exam. Read each question carefully and give a complete answer in the space provided. Part marks given for wrong answers with partially

More information

To increase the concentration of product formed in a PFR, what should we do?

To increase the concentration of product formed in a PFR, what should we do? To produce more moles of product per time in a flow reactor system, what can we do? a) Use less catalyst b) Make the reactor bigger c) Make the flow rate through the reactor smaller To increase the concentration

More information

Multiple Reactions. ChE Reactive Process Engineering

Multiple Reactions. ChE Reactive Process Engineering Multiple Reactions We have largely considered single reactions so far in this class How many industrially important processes involve a single reaction? The job of a chemical engineer is therefore to design

More information

Name. Honor Code: I have neither given nor received unauthorized aid on this examination, nor have I concealed any violations of the Honor Code.

Name. Honor Code: I have neither given nor received unauthorized aid on this examination, nor have I concealed any violations of the Honor Code. ChE 344 Fall 014 Mid Term Exam II Wednesday, November 19, 014 Open Book Closed Notes (but one 3x5 note card), Closed Computer, Web, Home Problems and In-class Problems Name Honor Code: I have neither given

More information

Chapter 11 Spontaneous Change and Equilibrium

Chapter 11 Spontaneous Change and Equilibrium Chapter 11 Spontaneous Change and Equilibrium 11-1 Enthalpy and Spontaneous Change 11-2 Entropy 11-3 Absolute Entropies and Chemical Reactions 11-4 The Second Law of Thermodynamics 11-5 The Gibbs Function

More information

Solutions. .5 = e k k = ln(.5) Now that we know k we find t for which the exponential function is = e kt

Solutions. .5 = e k k = ln(.5) Now that we know k we find t for which the exponential function is = e kt MATH 1220-03 Exponential Growth and Decay Spring 08 Solutions 1. (#15 from 6.5.) Cesium 137 and strontium 90 were two radioactive chemicals released at the Chernobyl nuclear reactor in April 1986. The

More information