13 th Aug Chemical Reaction Engineering CH3010. Home work problems

Size: px
Start display at page:

Download "13 th Aug Chemical Reaction Engineering CH3010. Home work problems"

Transcription

1 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. Initially, the reactor contains 1 moles, 5 moles of B and 1 moles of inert materials. The reaction is second order with a rate constant of.5 lit mol -1 s -1. Initial reactor volume is 1 lit. (a) Determine the time required for 5 % conversion. (b) What would be the time needed for the same conversion if the experiment were conducted in a constant volume batch reactor?. Batch reactor, complex reactions. Consider the following gas phase reaction, conducted isothermally in a constant volume batch reactor. Volume of the reactor is 1 lit. k1 B C k1 k B D Given that mol/lit/s, r BC mol/lit/s, r B r mol/lit/s, determine the concentration of each species after 1 h, if (a) initial mixture contains 5 mol B and 5 mol C (b) initial mixture contains mol each of, B, C, D and inert (I). Plot the concentration of each species as a function of time, till 1 h. 3. CSTR and PFR. Consider the following examples. The reaction is B. It is a second order reaction, and the rate constant k =. lit/mol/min. Feed contains 5 % and 5% inert. The operation is at constant temperature and constant pressure. If the total molar flow rate at the inlet is 1 mol/min and the volumetric flow rate is 1 lit/min, determine the volume of reactor needed to get % conversion in case of a (a) PFR and (b) CSTR

2 dn 1. ns: The design equation is dt V r. (a) Isobaric conditions. We assume ideal gas law applies. NT N NB Ninert PV N RT in standard notations. In this particular case, N N N N N N N N N T B inert T T N N Definition of conversion is x N F F x F. In flow systems, under steady state conditions, V RT V Therefore, NT NT Nx, and since P is a constant we can write. Therefore, N P N V V NT N x NT T T dx N 1 N N x N T N V r V kc Vk k k dt V V V NT N x Therefore, dx N 1 x N k dt V N N x T T. Initial condition, t=, conversion =. time =? for conversion =.5 N N x N N dx k dt T T 1 x V

3 1 x 5 1x 1 5 dx.5 dt 1 x x 1 x 1 x 1 x 1 x dx dx dx.15dt ln 1 x.15t 1 x ln ln t Time t = 45 sec = approx. 6 hr 14 min If it were conducted in constant volume reactor, dn dt V r dx N N N N V r V kc Vk k k dx N k dt dx 1 x dt V V V.5 x 1 V N 1 k dt.5 dt.5t V t 1 x.5 1 x Time t = s= approx. 5 hr 33 min dn V ri dt i 1. ns: The design equation is, where the subscript 'i' can take values,b,c, D and I. Of course, inert material, by definition, does not participate in the reaction. It just dilutes the mixture and keeps each species concentration low, thereby changing the reaction rate.

4 , and r k r k B C r k B! r r r r B 1 1 r r r r 1 1 rc r1 r 1 rd r Since it is a constant volume reactor, we can write the design equations as B d C r k k B C k B D r B k1 k 1 B C k B dt rc r 1 1 k1 k 1BC k B D (i) initial concentrations [] =, [B] = 5 mol/lit, [C] = 5 mol/lit, [D] = (ii) initial concentrations [] = [B] = [C] = [D] =[I] = mol/lit % Matlab program to solve this is given below. % % CRE I. ssignment 3. Example problem with multiple reactions clear all; close all; k1 = 1e-4; % 1/s km1 = 1e-4; % lit/mol/s k = e-4; % lit/mol/s tfinal =36; %seconds

5 C = ; CB = 5; CC = 5; CD = ; Cinit = [C CB CC CD]'; p(1)=k1;p()=km1;p(3)=k; [t,conc] = ode45(@(t,c)rate3(t,c,p),[ 36],Cinit); C = Conc(:,1);% first column CB = Conc(:,); % second column CC = Conc(:,3); %third column CD = Conc(:,4);%fourth column figure;set(gcf,'color','w'); p1 = plot(t,c,'-b*');hold on; p = plot(t,cb,'-rd'); p3 = plot(t,cc,'--k'); p4 = plot(t,cd,'gs'); legend('[]','[b]','[c]','[d]'); title('first part of question '); % variation of the problem. C = ; CB = ; CC = ; CD = ; Cinit = [C CB CC CD]'; [t,conc] = ode45(@(t,c)rate3(t,c,p),[ 36],Cinit);

6 C = Conc(:,1);% first column CB = Conc(:,); % second column CC = Conc(:,3); %third column CD = Conc(:,4);%fourth column figure;set(gcf,'color','w'); p1 = plot(t,c,'-b*');hold on; p = plot(t,cb,'-rd'); p3 = plot(t,cc,'--k'); p4 = plot(t,cd,'gs'); legend('[]','[b]','[c]','[d]'); title('second part - Initial conditions changed'); %% The following is stored in a separate file called rate3.m function dc = rate3(t,c,p) k1 = p(1); km1 = p(); k = p(3); C = C(1); CB = C(); CC = C(3); dc = zeros(4,1); r1 = k1 * C; rm1 = km1 * CB * CC; r = k * C * CB; r = -r1 + rm1 - r; rb = r1-rm1-r;

7 rc = r1-rm1; rd = r; dc(1) = r; dc()=rb; dc(3)=rc; dc(4)=rd; end ---- Results are 3. ns: (a) Second order reaction. PFR

8 df dx Fin r kc kcin 1 x dv dv dx..5 3 dv 1 dv 1 x x.8 3 Volume = 5 lit (b) Second order reaction, CSTR F r V F 5 kcv V 4 in out out 1 V V Volume = 31.5 lit Under isothermal operation, for a second order reaction, a CSTR needs higher volume than a PFR to yield the same conversion.

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

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

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

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

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

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.

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. Cite as: William Green, Jr., and K. Dane Wittrup, course materials for.37 Chemical and Biological Reaction Engineering, Spring 27. MIT OpenCourseWare (http://ocw.mit.edu), Massachusetts Institute of Technology.

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

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

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

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

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

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. 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

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

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

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

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

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

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 24 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. Web Lecture 24 Class Lecture

More information

A First Course on Kinetics and Reaction Engineering Example 13.3

A First Course on Kinetics and Reaction Engineering Example 13.3 Example 13.3 Problem Purpose This example illustrates the analysis of CSTR data using linear least squares for a situation where there are two independent variables in the model being fit to the data.

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

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

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 22 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. Web Lecture 22 Class Lecture

More information

PFR with inter stage cooling: Example 8.6, with some modifications

PFR with inter stage cooling: Example 8.6, with some modifications PFR with inter stage cooling: Example 8.6, with some modifications Consider the following liquid phase elementary reaction: A B. It is an exothermic reaction with H = -2 kcal/mol. The feed is pure A, at

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

ChE 344 Winter 2011 Final Exam + Solution. Open Book, Notes, and Web

ChE 344 Winter 2011 Final Exam + Solution. Open Book, Notes, and Web ChE 344 Winter 011 Final Exam + Solution Monday, April 5, 011 Open Book, Notes, and Web Name Honor Code (Please sign in the space provided below) I have neither given nor received unauthorized aid on this

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

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

Chemical Kinetics-II Order of Reaction Order, Molecularity, Determination of Order of Reaction The rate of a given chemical reaction at constant temperature depends on the product of the concentration

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

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

(S1.3) dt Taking into account equation (S1.1) and the fact that the reaction volume is constant, equation (S1.3) can be rewritten as:

(S1.3) dt Taking into account equation (S1.1) and the fact that the reaction volume is constant, equation (S1.3) can be rewritten as: roblem 1 Overall Material alance: dn d( ρv) dv dρ = =ρifi ρf ρ + V =ρifi ρ F (S1.1) ssuming constant density and reactor volume, equation (S1.1) yields: ( ) ρ F F = 0 F F = 0 (S1.2) i i Therefore, the

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

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

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

A First Course on Kinetics and Reaction Engineering Example 11.5

A First Course on Kinetics and Reaction Engineering Example 11.5 Example 11.5 Problem Purpose This problem illustrates the use of the age function measured using a step change stimulus to test whether a reactor conforms to the assumptions of the ideal PFR model. Then

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

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

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

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

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

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

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

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

Design of Ideal Batch Reactors operated under Isothermal Conditions (It is important to have this note set with you during all lecture classes.

Design of Ideal Batch Reactors operated under Isothermal Conditions (It is important to have this note set with you during all lecture classes. CP33 Set # July-October 3 Design of Ideal Batch Reactors operated under Isothermal Conditions It is important to have this note set with you during all lecture classes. A batch reactor is such that a batch

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

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

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

HW Help. How do you want to run the separation? Safety Issues? Ease of Processing

HW Help. How do you want to run the separation? Safety Issues? Ease of Processing HW Help Perform Gross Profitability Analysis on NaOH + CH4 --> Na+CO+H NaOH+C-->Na+CO+1/H NaOH+1/ H-->Na+HO NaOH + CO Na+CO+1/H How do you want to run the reaction? NaOH - Solid, Liquid or Gas T for ΔGrxn

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

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

CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #8 Solutions

CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #8 Solutions CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #8 Solutions. Nonisothermal CSTR irreversible reaction Consider the irreversible reaction A 2B with elementary mechanism such that the

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

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

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

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

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

CE 329, Fall 2015 Second Mid-Term Exam

CE 329, Fall 2015 Second Mid-Term Exam CE 39, Fall 15 Second Mid-erm Exam You may only use pencils, pens and erasers while taking this exam. You may NO use a calculator. You may not leave the room for any reason if you do, you must first turn

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

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 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

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

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

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

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

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

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

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

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

Q.1. x A =0.8, ε A =δ A *y A = 0.8*5=4 (because feed contains 80 mol% A, y A = 0.8, δ A =((6-1)/1)=5) k= 0.3 hr -1. So, θ = hr Q.

Q.1. x A =0.8, ε A =δ A *y A = 0.8*5=4 (because feed contains 80 mol% A, y A = 0.8, δ A =((6-1)/1)=5) k= 0.3 hr -1. So, θ = hr Q. Q.1 k [ 1 ln(1 x)] x x =.8, ε =δ *y =.8*5=4 (becaue feed contain 8 mol%, y =.8, δ =((6-1)/1)=5) k=. hr -1 So, θ = 16.157 hr Q.2 Q.2 Continue (c) V PFR

More information

A First Course on Kinetics and Reaction Engineering Example 33.2

A First Course on Kinetics and Reaction Engineering Example 33.2 Example 33.2 Problem Purpose This problem will help you determine whether you have mastered the learning objectives for this unit. Specifically, it illustrates the use of the ial dispersion model and shows

More information

ChE 344 Winter 2011 Final Exam. Open Book, Notes, and Web

ChE 344 Winter 2011 Final Exam. Open Book, Notes, and Web ChE 344 Winter 2011 Final Exam Monday, April 25, 2011 Open Book, Notes, and Web Name Honor Code (Please sign in the space provided below) I have neither given nor received unauthorized aid on this examination,

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

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

BAE 820 Physical Principles of Environmental Systems

BAE 820 Physical Principles of Environmental Systems BAE 820 Physical Principles of Environmental Systems Acquisition of reaction rate data Dr. Zifei Liu Uncertainties in real world reaction rate data Most interesting reaction systems involves multiple reactions,

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

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 21 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. Web Lecture 21 Class Lecture

More information

A First Course on Kinetics and Reaction Engineering Example 29.3

A First Course on Kinetics and Reaction Engineering Example 29.3 Example 29.3 Problem Purpose This problem will help you determine whether you have mastered the learning objectives for this unit. It illustrates the analysis of a parallel reactor network and the effect

More information

CE 329, Fall 2015 Assignment 16, Practice Exam

CE 329, Fall 2015 Assignment 16, Practice Exam CE 39, Fall 15 Assignment 16, Practice Exam You may only use pencils, pens and erasers while taking this exam. You may NO use a calculator. You may not leave the room for any reason if you do, you must

More information

A First Course on Kinetics and Reaction Engineering Example 38.1

A First Course on Kinetics and Reaction Engineering Example 38.1 Example 38.1 Problem Purpose This example illustrates the calculation of the effectiveness factor and demonstrates its use in the ideal PFR design equations for a first-order reaction with spherical catalyst

More information

PROPORTIONAL-Integral-Derivative (PID) controllers

PROPORTIONAL-Integral-Derivative (PID) controllers Multiple Model and Neural based Adaptive Multi-loop PID Controller for a CSTR Process R.Vinodha S. Abraham Lincoln and J. Prakash Abstract Multi-loop (De-centralized) Proportional-Integral- Derivative

More information

Solutions for Tutorial 4 Modelling of Non-Linear Systems

Solutions for Tutorial 4 Modelling of Non-Linear Systems Solutions for Tutorial 4 Modelling of Non-Linear Systems 4.1 Isothermal CSTR: The chemical reactor shown in textbook igure 3.1 and repeated in the following is considered in this question. The reaction

More information

Lecture 7: Kinetic Theory of Gases, Part 2. ! = mn v x

Lecture 7: Kinetic Theory of Gases, Part 2. ! = mn v x Lecture 7: Kinetic Theory of Gases, Part 2 Last lecture, we began to explore the behavior of an ideal gas in terms of the molecules in it We found that the pressure of the gas was: P = N 2 mv x,i! = mn

More information

GATE & PSUs CHEMICAL ENGINEERING

GATE & PSUs CHEMICAL ENGINEERING CHEMICL ENGINEERING [GTE-019] Postal Correspondence GTE & PSUs CHEMICL ENGINEERING CHEMICL RECTION ENGINEERING- To Buy Postal Correspondence Packages call at 0-9990657855 018 ENGINEERS INSTITUTE OF INDI.ll

More information

Lecture 11 Kjemisk reaksjonsteknikk Chemical Reaction Engineering

Lecture 11 Kjemisk reaksjonsteknikk Chemical Reaction Engineering Lecture Kjemisk reaksjonsteknikk Chemical Reaction Engineering Review of previous lectures Kinetic data analysis of heterogeneous reactions. Characterization of t catalysts. Kinetic study, find a kinetic

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

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

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

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 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

10A. EVALUATION OF REACTION RATE FORMS IN STIRRED TANK. Most of the problems associated with evaluation and determination of proper rate forms from

10A. EVALUATION OF REACTION RATE FORMS IN STIRRED TANK. Most of the problems associated with evaluation and determination of proper rate forms from UPDATED 04/0/05 0A. EVALUATIO OF REACTIO RATE FORMS I STIRRED TAK REACTORS Most of the problems associated with evaluation and determination of proper rate forms from batch data are related to the difficulties

More information

Chapter 19 The First Law of Thermodynamics

Chapter 19 The First Law of Thermodynamics Chapter 19 The First Law of Thermodynamics The first law of thermodynamics is an extension of the principle of conservation of energy. It includes the transfer of both mechanical and thermal energy. First

More information

Chemical Reaction Engineering - Part 6 Richard K. Herz,

Chemical Reaction Engineering - Part 6 Richard K. Herz, Chemical Reaction Engineering - Part 6 Richard K. Herz, rherz@ucsd.edu, www.reactorlab.net Gas-phase reactions with change in total moles or volume or pressure So far, we have been considering constant

More information

Thermodynamic Variables and Relations

Thermodynamic Variables and Relations MME 231: Lecture 10 Thermodynamic Variables and Relations A. K. M. B. Rashid Professor, Department of MME BUET, Dhaka Today s Topics Thermodynamic relations derived from the Laws of Thermodynamics Definitions

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

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