Continuous Stirred Tank Reactor

Slides:



Advertisements
Similar presentations
ChE-403 Reaction ChE-403 Reaction Mohammad Faraj Prof.:Malik Al-Ahmad.
Advertisements

Reactor Design for Cell Growth
Protein Digestion: A Dynamic Model Student Name 1 & Student Name 2 Process Control: Design Challenge I.
16-1 Copyright ©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 14 Kinetics: Rates and Mechanisms of Chemical.
Conversion and Reactor sizing
Prof. R. Shanthini 05 March CP302 Separation Process Principles Mass Transfer - Set 3.
ORDINARY DIFFERENTIAL EQUATIONS (ODE)
Modelling & Simulation of Chemical Engineering Systems
Equation of Continuity. differential control volume:
Lecture 22 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors.
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.
Development of Dynamic Models Illustrative Example: A Blending Process
Use intercepts to graph an equation
THEORETICAL MODELS OF CHEMICAL PROCESSES
Fixed Bed Reactor Quak Foo Lee Chemical and Biological Engineering
ISOTHERMAL REACTOR DESIGN
Write and graph a direct variation equation
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 22.
Lecture 8 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors.
Selected Differential System Examples from Lectures.
CHAPTER II PROCESS DYNAMICS AND MATHEMATICAL MODELING
A First Course on Kinetics and Reaction Engineering
1 - 12/09/2015 Department of Chemical Engineering Lecture 6 Kjemisk reaksjonsteknikk Chemical Reaction Engineering  Review of previous lectures  Pressure.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 28.
1 Tips for solving Project 1 Reactor SO 3 SO 2 +O 2.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 23.
© 2015 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 31.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 19.
Selected Differential System Examples from Lectures
Non Isothermal CSTR Chemical Reaction Engineering I Aug Dec 2011 Dept. Chem. Engg., IIT-Madras.
Mole balance for chemical reaction engineering (Design Equations for reactors) Lec 3 week 3.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 26.
CHE 354 Chemical Reactor Design Rate Laws. PFR Steady state This is the integral form. Often the differential form is more useful. Take the derivative.
L7-1 Slides courtesy of Prof M L Kraft, Chemical & Biomolecular Engr Dept, University of Illinois at Urbana-Champaign. Review: Liquid Phase Reaction in.
© 2015 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 31.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 23.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 29.
SOLUTION STEP 1 Use intercepts to graph an equation EXAMPLE 2 Graph the equation x + 2y = 4. x + 2y = 4 x =  x- intercept 4 Find the intercepts. x + 2(0)
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 30.
07 Oct 2011Prof. R. Shanthini1 Cellular kinetics and associated reactor design: Reactor Design for Cell Growth CP504 – Lecture 7.
Conversion and Reactor Sizing Lec 4 week 4. Definition of Conversion for the following reaction The reaction can be arranged as follows: how far the above.
Lecture 8 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors.
© 2015 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 33.
Isothermal reactor design
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 30.
© 2015 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 37.
© 2014 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 24.
2nd Order Reaction Recycle Performance Plot
CHAPTER 2 MASS BALANCE and APPLICATION
Reactor Models for Ventilation Modeling Solve differential equation Manipulate terms Ventilation rate Set up and solve generic problem.
Reactor Design. تحت شعار العيد فرحة : الجمهور : طبعا النهاردة نص يوم علشان العيد خلص امبارح؟ أنا : لأ الجمهور : يعني النهاردة هناخد سكشن؟ أنا : ونص الجمهور.
© 2016 Carl Lund, all rights reserved A First Course on Kinetics and Reaction Engineering Class 40.
CHE 354 Chemical Reactor Design
The General Mole Balance & Ideal Reactors
Problem In the position shown, collar B moves A
CSTR in series and in parallel
3.2 Series of Continuous , constant-holdup Stirred-tank Reactors
Chemical Engineering Explained
A First Course on Kinetics and Reaction Engineering
Chapter Two: Conversion & Reactor Sizing
Steady-state Nonisothermal reactor Design Part I
Systems of Linear First-Order Differential Equations
A First Course on Kinetics and Reaction Engineering
Chapter One: Mole Balances
Chapter One: Mole Balances
Lecture 22 Chemical Reaction Engineering (CRE) is the field that studies the rates and mechanisms of chemical reactions and the design of the reactors.
CHAPTER Five: Collection & Analysis of Rate Data
Steady-state Nonisothermal reactor Design Part I
Chemical Reaction Engineering
13. Reactor Engineering: Reactor Design
Presentation transcript:

Continuous Stirred Tank Reactor

Problem statement A chemical reaction takes place in a series of four continuous stirred tank reactors arranged as shown in Fig

100 lit/hr 100 lit/hr 1000 lit/hr CA0=1 mol/lit 1000 lit/hr CA1 CA2 V1 CA 1 K1 V2 CA 2 K2 V3 CA 3 K3 V4 CA 4 K4 1000 lit/hr CA1 CA2 CA3 CA4

The chemical reaction is a first order irreversible reaction of the type- A B The value of the rate constant ki, is different in each reactor. Also, the volume of each reactor Vi is different k

Assumptions: The system is steady state and unsteady state. The reactions are in liquid phase. There is no change in volume or density of the liquid. Reactor Vi(L) Ki(h-1) 1 1000 0.3 2 1500 0.4 3 100 0.1 4 500 0.2

Solution  

Material balance continued:  

Using MATLAB for steady state results function f=fourcstrsteady(x) f=zeros(4,1); %defining constants CA0=1; V1=1000; K1=0.1; %data from table V2=1500; K2=0.2; V3=100; K3=0.4; V4=500; K4=0.3; xa=x(1);xb=x(2);xc=x(3);xd=x(4); %material balance equations: f(1)=(1000*CA0)-(1000*xa)-(V1*K1*xa); f(2)=(1000*xa)+(100*xc)-(1100*xb)-(V2*K2*xb); f(3)=(1100*xb)+(100*xd)-(1200*xc)-(V3*K3*xc); f(4)=(1100*xc)-(1100*xd)-(V4*K4*xd);

Running the following displays the steady state concentrations in the tanks: clc clear all x0=[0,0,0,0]; %initial values x=fsolve(@fourcstrsteady, x0) %fsolve to solve the steadystate

MATLAB for unsteady state results function f=fourcstr(t,x) f=zeros(4,1); %defining constants CA0=1; V1=1000; K1=0.1;%data from the table given V2=1500; K2=0.2;%data from the table given V3=100; K3=0.4;%data from the table given V4=500; K4=0.3;%data from the table given xa=x(1);xb=x(2);xc=x(3);xd=x(4); %defining the differential equations %material balance equations assuming unsteady state f(1)=(1000*CA0)-(1000*xa)-(V1*K1*xa); f(2)=(1000*xa)+(100*xc)-(1100*xb)-(V2*K2*xb); f(3)=(1100*xb)+(100*xd)-(1200*xc)-(V3*K3*xc); f(4)=(1100*xc)-(1100*xd)-(V4*K4*xd);

Running the following code in MATLAB yields the plot depicting the variation of Concentration in each tank: clc clear all x0=[1;0;0;0]; %defining the initial values. [t,x]=ode45(@fourcstr, [0 0.1], x0); %ode45 to solve the unsteady state figure; plot(t,x); %plot function %labelling x and y axes xlabel('time t(hrs)'); ylabel('concentration c(t)');

Steady state result predicted : At steady state, the concentration in tanks 1,2,3 and 4 as predicted by the programme: [CA1 CA2 CA3 CA4]= [0.9091 0.6969 0.6654 0.5856]

Unsteady state results The following variation is predicted with respected to time