EXOTHERMIC BATCH PRODUCTIVITY OPTIMISATION VIA GENETIC AGLRITHM

Size: px
Start display at page:

Download "EXOTHERMIC BATCH PRODUCTIVITY OPTIMISATION VIA GENETIC AGLRITHM"

Transcription

1 EXOTHERI TH PRODUTIVITY OPTIISTION VI GENETI GLRITH in Keng Tan, Heng Jin Tham and Kenneth Tze Kin Teo odelling, Simulation & omputing Laboratory, School of Engineering and Information Technology, Universiti alaysia Sabah, Jalan US, 884 Kota Kinabalu, Sabah, LYSI. Tel: +6883, Fax: hemical Engineering Programme, School of Engineering and Information Technology, Universiti alaysia Sabah, Jalan US, 884 Kota Kinabalu, Sabah, LYSI. Tel: +6883, Fax: STRT atch process is generally used to produce various high value-added products. lthough the batch productions are highly diverse, their common aim is to have an efficient control system to optimise the production of desired product while minimise the waste. In the traditional way, the goal is achieved by controlling the reactor temperature according to the predetermined optimal temperature profile. However, this optimal profile may not be able to limit the waste production. Hence, this work proposed genetic algorithm to perform optimisation of the batch productivity without referring to any reference values. ased on the simulation results, the genetic algorithm has better performance in raw materials utilisation than the predetermined optimal temperature profile. INTRODUTION atch process has attracted attentions due to its flexibility to handle various productions of high value-added product, such as specialty chemicals, agrochemicals, pharmaceuticals and etc. lthough batch process is able to adapt with different types of production, there is only one common aim which is to optimise the production of desired product while minimising the waste. Since there is no inflow and outflow during the process, the raw materials utility is fully relied on the reactor temperature especially for the exothermic reaction (Nisenfeld, 996). This is because the exothermic reactions will liberate heat during the process and consequently increases the reactor temperature. If the liberated heat is higher than the plant cooling capacity, the reaction will become unstable and hence, poses a safety issue to the plant personnel (Hazard Investigation, ). Previously, batch productivity optimisation is obtained by controlling the reactor temperature according to the predetermined optimal temperature profile (utaba et al., 6; Suatha and Pappa, ; Tan et al., ). lthough they can control the reactor temperature to follow the desired traectory effectively, the aim of minimising the waste may not be achieved. esides, the global price competition and escalating raw materials costs have also urged the batch industries to consider an effective way of utilising the raw materials (Fernandez et al., ). For these reasons, genetic algorithm is introduced to optimise the exothermic batch productivity. This work reports the performance of a G in exothermic batch process optimisation without referring to any reference values. The performance of the proposed G is then compared with the conventional dual mode controller (D) which uses the predetermined optimal temperature profile.

2 ETHODOLOGY atch Process odelling benchmark of batch process modelling, developed by ott and acchietto (989), is used in this study. It is assumed that a two-parallel, well-mixed, and irreversible liquid-phase exothermic reactions occur in the process, as shown in below. Reaction : + Reaction : + D where and are the raw materials, is the desired product, and D is the undesired by-product. Initially, all the raw materials are charged into the reactor and left to react for min. The acket surrounding the reactor is used to control the reactor temperature. Figure illustrates the schematic of the batch process system. ontroller T r gitator T Hot T c Valve Reactor Fluid flows out old Pump Flow meter Jacket Figure : Schematic of batch process system The dynamic modelling of batch process can be divided into two components: component balance and energy balance. The law of conservation of mass is applied to model the component balance of the reactor contents. The production/consumption rate of all substances and the each component balance are described in () and () respectively. R R k k () D R R ()

3 where R i is the reaction rate of Reaction i, k i is the reaction rate constant of Reaction i, is the molar concentration of substance n, and n is the changing rate of substance n. Since both of the reactions are temperature dependence, the reaction rate constant for both reactions can be modelled using rrhenius equation, as shown in (3). E k T ai k k exp i oi, where i =, (3) r where k i is the frequency factor of Reaction i, E ai is the activation energy of Reaction i, k is the oltzmann constant, T r is the reactor temperature in unit Kelvin. On the other hand, first law of thermodynamics is used to model the energy balance of reactor and acket. Equation (4) and (5) model the energy inside the reactor and acket respectively. dt ( Q r exo Q ) dt r dt F ( T T ) dt r V c Q (4) (5) where Q exo and Q are the exothermic heat released and heat transferred from acket to reactor respectively, r is total molar concentration of reactor contents, is the heat capacity of reactor contents, T and T c are the acket and fluid temperature respectively, F is the fluid flow rate, is the fluid density, is the heat capacity of the fluid, and V is the volume of the acket. The Q exo and Q can be defined as shown in (6) and (7) respectively. Here, the initial temperature for T r and T are assumed to be 5. exo i i, where i =, (6) (7) r r where H i is the enthalpy change of Reaction s, U is the heat transfer coefficient between the acket and reactor, r is the surface area of reactor conducts with the acket. Other important physical variables of the process are described in (8) and (9) respectively, where n =,,, D. The plant parameters are shown in Table I. (8) r n where is the heat capacity of substance n. n r n pr (9) 3

4 Table I Plant parameters Parameter Value Parameter Value Parameter Value W 3 kg kmol kj kmol - - E a /k 7 K W kg kj kmol - kmol - - E a /k K W 3 kg 7.57 kj kmol - kmol - - kg m -3 W D 6 kg kj kmol - kmol - - kg m -3. Gkmol kj kmol - - V.69 m 3 k o k o F s - 79 Pkmol - s -.58 m 3 s - Genetic lgorithm odelling U.687 kw m - - r 6.4 m G is proposed to optimise the exothermic batch productivity based on the biological to manipulate the acket inlet fluid temperature, T c with a sampling time of 6 sec. The framework of G is shown in Figure. First, the real-number chromosome representation technique is applied to represent the potential solutions (fluid temperature). fter a few trials, results showed that 5 population size is enough for this work. The manipulated variables are bounded in the range of to. Initialise Population Fitness Evaluation New Offspring Stopping riterion Reached? No Selection Yes Optimum Solution rossover utation Figure : Framework of genetic algorithm Reproduction Each chromosome is then evaluated by a fitness function in order to distinguish their suitability to the process optimisation. In this work, the fitter chromosome is able to maximise the production of the desired product while minimise the undesired product. The optimisation function, J as defined in () is applied to evaluate the fitness of each 4

5 chromosome. The chromosome with high fitness value will receive preferential treatment in procreation process later. Ranking selection technique is implemented to select the chromosomes into a mating pool so that the mating pool will not dominated by those high fitness value chromosomes. max J dt dt T c 6. 5 c D () During the crossover operation, two chromosomes (parents) are randomly selected from the mating pool. Then, with a probability of 9 %, both selected parents will exchange some of their information with each other and create two new chromosomes (offspring), whereas they have % of chances to duplicate themselves into the new generation. The blending (arithmetic) technique is employed in this crossover operation, as expressed in () and (). The first offspring generated using this technique is merely the compliment of the second offspring. () () where x i is the offspring i, P i is the parent i, and is the random number in [, ]. The newly created offspring will have a % chances to be mutated in order to avoid the potential solutions trap into the local maxima. During the mutation, a new chromosome is randomly selected from the entire solution space. The evolutionary process is stopped when th generation is reached, and it will return the optimal fluid temperature to the plant. Figure 3 illustrates the optimisation strategy using the G. G T c Plant Figure 3: lock diagram of batch optimisation via genetic algorithm RESULTS ND DISUSSIONS T r, T,,,, D In this study, the consumption rate of the limiting reactant (substance ) is limited to be kmol so that the optimisation performance of the proposed G and the D can be compared equitably. The configuration of the D is taken from ott and achietto (989), which is well tuned for this case. The optimisation performance of G and D are shown in Figure 4 and Figure 5 respectively. In general, in one cycle of batch process can be divided into three stages. t the beginning of the process (first stage), the reactor contents should be heated up to a certain temperature to enable the chemical reactions to take place. From the results, this circumstance happens during min to min when full heating is given to the reactor, and before the production starts. It can be observed from the Figure 4(b) that the fluid temperature determined by the G is not a smooth straight line during this period compared to the performance of D, as shown in Figure 5(b). This is because G is a stochastic search method that searches the optimal solution through the entire solution space. In some cases, such as a batch process, there is not only one optimal solution in the solution space, and hence it affects the G output response to have a small fluctuation. 5

6 The second stage can be categorised as the stage when the reaction rate increases rapidly. This stage is the critical stage due to the huge amount of exothermic heat being released and causes the reactor temperature to increase rapidly. Hence, the cooling system plays an important role in order to avoid the thermal runaway. The results show that the reaction starts when the reactor temperature is around 6, as shown in Figure 4(b) and Figure 5(b) at min. During the first part in this stage, both controllers continue to give full heating to the reactor whereas the cooling is given during the second part of this stage. For G, the full heating is given during min to min in order to speed up the production rate using high temperature, as shown in Figure 4(a), whereas the D only gives full heating during min to 8 min with the purpose of increasing the reactor temperature up to the reference point in the shortest time, as shown in Figure 5(b). It can be observed from the results that the waste production started at min due to the high temperature. In order to limit the waste production, the G gives full cooling during min to 3 min. onversely, the D tried to maintain the reactor temperature to the desired traectory than limit the waste production. Therefore the waste is produced linearly since min until the batch ends, as shown in Figure 5(a). 4 D 8 D 8 6 X: Y: X: Y: Time (min) (a) Production Profile X: Y:.7986 X: Y: Time (min) (a) Production Profile Reactor Jacket Fluid 4 Reactor Jacket Fluid Reference Time (min) (b) Temperature Profile Figure 4: Performance of genetic algorithm Time (min) (b) Temperature Profile Figure 5: Performance of dual mode controller 6

7 In the last stage, the G seems to slowly reducing the reactor temperature in order to limit the waste production, and at the same time ensuring the production of desired product is increased, as shown in Figure 4. The Figure 4(a) shows that the G is able to harvest 6.58 kmol of desired product and.796 kmol of undesired by-product D, whereas the D, as shown in Figure 5(a), only harvests 5.47 kmol of desired product and.4 kmol of undesired by-product D. The results show that the desired product harvested by the G is 5.3 % more than the D, whereas the waste produced by the G is 34.4 % less than the D. Hence, it can be concluded that the performance of G which does not referring to the reference temperature is able to optimise the raw materials utilisation more efficiently than the conventional method that follows the predetermined optimal temperature profile. Table II summaries the performance of the proposed G and the conventional D controller in optimise the batch productivity. Table II Performance of the proposed genetic algorithm and the conventional dualmode controller in optimising the batch productivity Optimisation Performance Genetic lgorithm Dual-ode ontroller Product (kmol) Undesired Product D (kmol) ONLUSIONS In this paper, G is proposed to optimise the raw materials utility for an exothermic batch process without referring to any optimal temperature profile. The performance of the developed G is examined using a benchmark exothermic batch process model. The results show that the proposed method can perform better than the conventional D which follows an optimal temperature profile. In future, the work will be focusing on optimising the G development in handling with various uncertainties and to improve the robustness of G. KNOWLEDGEENTS The authors would like acknowledge the financial support of Universiti alaysia Sabah (US) under Postgraduate Scholarship Scheme. REFERENES OTT,. J. & HIETTO, S Temperature control of exothermic batch reactors using generic model control. Industrial and Engineering hemistry Research, 8 (8), FERNNDEZ, I., RENEDO,. J., PEREZ, S. F., ORTIZ,. & NN,.. review: energy recovery in batch processes. Renewable and Sustainable Energy Reviews, 6(4): HZRD INVESTIGTION.. Hazard Investigation: Improving Reactive Hazard anagement. U.S. hemical Safety and Hazard Investigation oard. Washington, U.S. Dec. 7

8 UJT, I.., ZIZ, N. & HUSSIN,.. 6. Neural network based modelling and control in batch reactor. hemical Engineering Research and Design, 84(8): NISENFELD, E atch ontrol: Practical Guides for easurement and ontrol. North arolina: merican Technical Publishers. SUJTH, S. & PPP, N.. Performance of gain scheduled generic model controller based on F-PSO for a batch reactor. sian Journal of Scientific Research, 5(): TN,. K., TH, H. J. & TEO, K. T. K.. PID-based temperature control for exothermic chemical reactor using hybrid QL-G. In: 8 th Regional Symposium on hemical Engineering, 7-8 Oct, Ho hi inh ity, Vietnam. 8

Genetic-Algorithm-Based Optimisation for Exothermic Batch Process

Genetic-Algorithm-Based Optimisation for Exothermic Batch Process Genetic-Algorithm-Based Optimisation for Exothermic Batch Process M. K. Tan, H. J. Tham and K. T. K. Teo Abstract The aim of this chapter is to optimise the productivity of an exothermic batch process,

More information

Exothermic Batch Process Optimisation via Multivariable Genetic Algorithm

Exothermic Batch Process Optimisation via Multivariable Genetic Algorithm International onference on dvanced omputer Science pplications and Technologies Exothermic atch Process Optimisation via Multivariable Genetic lgorithm Min Keng Tan, Helen Sin Ee huo, Heng Jin Tham, Kenneth

More information

Evolutionary Optimization Scheme for Exothermic Process Control System

Evolutionary Optimization Scheme for Exothermic Process Control System (76 -- 97 Proceedings of the 3rd ( CUTSE International Conference Miri, Sarawak, Malaysia, 8-9 Nov, Evolutionary Optimization Scheme for Exothermic Process Control System M.K. Tan Y.K. Chin H.J. Tham K.T.K.

More information

Genetic Algorithm Based PID Optimization in Batch Process Control

Genetic Algorithm Based PID Optimization in Batch Process Control International Conference on Comuter Alications and Industrial Electronics (ICCAIE ) Genetic Algorithm Based PID Otimization in Batch Process Control.K. Tan Y.K. Chin H.J. Tham K.T.K. Teo odelling, Simulation

More information

Lecture 9 Evolutionary Computation: Genetic algorithms

Lecture 9 Evolutionary Computation: Genetic algorithms Lecture 9 Evolutionary Computation: Genetic algorithms Introduction, or can evolution be intelligent? Simulation of natural evolution Genetic algorithms Case study: maintenance scheduling with genetic

More information

CSC 4510 Machine Learning

CSC 4510 Machine Learning 10: Gene(c Algorithms CSC 4510 Machine Learning Dr. Mary Angela Papalaskari Department of CompuBng Sciences Villanova University Course website: www.csc.villanova.edu/~map/4510/ Slides of this presenta(on

More information

GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS

GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS GENETIC ALGORITHM FOR CELL DESIGN UNDER SINGLE AND MULTIPLE PERIODS A genetic algorithm is a random search technique for global optimisation in a complex search space. It was originally inspired by an

More information

Real-Time Feasibility of Nonlinear Predictive Control for Semi-batch Reactors

Real-Time Feasibility of Nonlinear Predictive Control for Semi-batch Reactors European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 2005 Elsevier Science B.V. All rights reserved. Real-Time Feasibility of Nonlinear Predictive Control

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

CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION

CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION 11 CHAPTER 2 CONTINUOUS STIRRED TANK REACTOR PROCESS DESCRIPTION 2.1 INTRODUCTION This chapter deals with the process description and analysis of CSTR. The process inputs, states and outputs are identified

More information

0 o C. H vap. H evap

0 o C. H vap. H evap Solution. Energy P (00 ) Pν x 0 5 ρ 850,4 J kg - J kg Power kg s 000,4 600 70 W Solution. 00 o C H evap H vap 0 o C H liq 00 t H liq (4. x0 t ) dt 4.t x0 0 40 0 40 kj kg - H evap 40,68 J mol - (From Appendix

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

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

A Holistic Approach to the Application of Model Predictive Control to Batch Reactors

A Holistic Approach to the Application of Model Predictive Control to Batch Reactors A Holistic Approach to the Application of Model Predictive Control to Batch Reactors A Singh*, P.G.R de Villiers**, P Rambalee***, G Gous J de Klerk, G Humphries * Lead Process Control Engineer, Anglo

More information

Genetic Algorithm for Solving the Economic Load Dispatch

Genetic Algorithm for Solving the Economic Load Dispatch International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 523-528 International Research Publication House http://www.irphouse.com Genetic Algorithm

More information

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 1, Issue 8, 2013 ISSN (online): 2321-0613 Development and theoretical analysis of mathematical expressions for change of entropy

More information

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems

Research Article A Novel Differential Evolution Invasive Weed Optimization Algorithm for Solving Nonlinear Equations Systems Journal of Applied Mathematics Volume 2013, Article ID 757391, 18 pages http://dx.doi.org/10.1155/2013/757391 Research Article A Novel Differential Evolution Invasive Weed Optimization for Solving Nonlinear

More information

Chapter 8: Introduction to Evolutionary Computation

Chapter 8: Introduction to Evolutionary Computation Computational Intelligence: Second Edition Contents Some Theories about Evolution Evolution is an optimization process: the aim is to improve the ability of an organism to survive in dynamically changing

More information

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

Chemical Reaction Engineering Prof. JayantModak Department of Chemical Engineering Indian Institute of Science, Bangalore Chemical Reaction Engineering Prof. JayantModak Department of Chemical Engineering Indian Institute of Science, Bangalore Module No. #05 Lecture No. #29 Non Isothermal Reactor Operation Let us continue

More information

FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS. Nael H. El-Farra, Adiwinata Gani & Panagiotis D.

FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS. Nael H. El-Farra, Adiwinata Gani & Panagiotis D. FAULT-TOLERANT CONTROL OF CHEMICAL PROCESS SYSTEMS USING COMMUNICATION NETWORKS Nael H. El-Farra, Adiwinata Gani & Panagiotis D. Christofides Department of Chemical Engineering University of California,

More information

COMBINATION OF TAGUCHI METHOD AND ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE OPTIMAL DESIGN OF FLAT-PLATE COLLECTORS

COMBINATION OF TAGUCHI METHOD AND ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE OPTIMAL DESIGN OF FLAT-PLATE COLLECTORS COMBINATION OF TAGUCHI METHOD AND ARTIFICIAL INTELLIGENCE TECHNIQUES FOR THE OPTIMAL DESIGN OF FLAT-PLATE COLLECTORS Soteris A. Kalogirou Cyprus University of Technology, P. O. Box 509, 60, Limassol, Cyprus

More information

Model Predictive Control Design for Nonlinear Process Control Reactor Case Study: CSTR (Continuous Stirred Tank Reactor)

Model Predictive Control Design for Nonlinear Process Control Reactor Case Study: CSTR (Continuous Stirred Tank Reactor) IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 7, Issue 1 (Jul. - Aug. 2013), PP 88-94 Model Predictive Control Design for Nonlinear Process

More information

Unit 7 Kinetics and Thermodynamics

Unit 7 Kinetics and Thermodynamics 17.1 The Flow of Energy Heat and Work Unit 7 Kinetics and Thermodynamics I. Energy Transformations A. Temperature 1. A measure of the average kinetic energy of the particles in a sample of matter B. Heat

More information

INCIDENT DURING NITRATION IN A BATCH REACTOR. K DIXON-JACKSON C.CHEM MRSC MSc*

INCIDENT DURING NITRATION IN A BATCH REACTOR. K DIXON-JACKSON C.CHEM MRSC MSc* INCIDENT DURING NITRATION IN A BATCH REACTOR K DIXON-JACKSON C.CHEM MRSC MSc* During routine production of a nitro diazo species a serious thermal incident occurred. Due to agitation stoppage a slow deflagration

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

Chapter 10 (part 2) Energy. Copyright Cengage Learning. All rights reserved 1

Chapter 10 (part 2) Energy. Copyright Cengage Learning. All rights reserved 1 Chapter 10 (part 2) Energy Copyright Cengage Learning. All rights reserved 1 Section 10.7 Hess s Law In going from a particular set of reactants to a particular set of products, the change in enthalpy

More information

Available online at ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95

Available online at  ScienceDirect. Procedia Computer Science 20 (2013 ) 90 95 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 20 (2013 ) 90 95 Complex Adaptive Systems, Publication 3 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri

More information

MODELLING AND OPTIMISATION OF THERMOPHYSICAL PROPERTIES AND CONVECTIVE HEAT TRANSFER OF NANOFLUIDS BY USING ARTIFICIAL INTELLIGENCE METHODS

MODELLING AND OPTIMISATION OF THERMOPHYSICAL PROPERTIES AND CONVECTIVE HEAT TRANSFER OF NANOFLUIDS BY USING ARTIFICIAL INTELLIGENCE METHODS MODELLING AND OPTIMISATION OF THERMOPHYSICAL PROPERTIES AND CONVECTIVE HEAT TRANSFER OF NANOFLUIDS BY USING ARTIFICIAL INTELLIGENCE METHODS Mehdi Mehrabi Supervisor(s): Dr. M.Sharifpur and Prof. J.P. Meyer

More information

Lecture 15: Genetic Algorithms

Lecture 15: Genetic Algorithms Lecture 15: Genetic Algorithms Dr Roman V Belavkin BIS3226 Contents 1 Combinatorial Problems 1 2 Natural Selection 2 3 Genetic Algorithms 3 31 Individuals and Population 3 32 Fitness Functions 3 33 Encoding

More information

Preventing Thermal Runaways of LENR Reactors. Jacques Ruer sfsnmc

Preventing Thermal Runaways of LENR Reactors. Jacques Ruer sfsnmc Preventing Thermal Runaways of LENR Reactors Jacques Ruer sfsnmc 1 Temperature activated reactions Several authors report that the LENR power increases with the temperature. 2 Temperature activated reactions

More information

Computational statistics

Computational statistics Computational statistics Combinatorial optimization Thierry Denœux February 2017 Thierry Denœux Computational statistics February 2017 1 / 37 Combinatorial optimization Assume we seek the maximum of f

More information

Lecture 14 Chapter 11 Biology 5865 Conservation Biology. Problems of Small Populations Population Viability Analysis

Lecture 14 Chapter 11 Biology 5865 Conservation Biology. Problems of Small Populations Population Viability Analysis Lecture 14 Chapter 11 Biology 5865 Conservation Biology Problems of Small Populations Population Viability Analysis Minimum Viable Population (MVP) Schaffer (1981) MVP- A minimum viable population for

More information

How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to C? ETHYLENE GLYCOL:

How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to C? ETHYLENE GLYCOL: How many grams of ethylene glycol must be added to 6.00 kg of water to lower its freezing point to -11.0 C? ETHYLENE GLYCOL: 77 KINETICS - the study of the RATE of chemical reactions. Or, the study of

More information

Genetic Algorithms. Donald Richards Penn State University

Genetic Algorithms. Donald Richards Penn State University Genetic Algorithms Donald Richards Penn State University Easy problem: Find the point which maximizes f(x, y) = [16 x(1 x)y(1 y)] 2, x, y [0,1] z (16*x*y*(1-x)*(1-y))**2 0.829 0.663 0.497 0.331 0.166 1

More information

Overview of Control System Design

Overview of Control System Design Overview of Control System Design General Requirements 1. Safety. It is imperative that industrial plants operate safely so as to promote the well-being of people and equipment within the plant and in

More information

Process Control, 3P4 Assignment 5

Process Control, 3P4 Assignment 5 Process Control, 3P4 Assignment 5 Kevin Dunn, kevin.dunn@mcmaster.ca Due date: 12 March 2014 This assignment is due on Wednesday, 12 March 2014. Late hand-ins are not allowed. Since it is posted mainly

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

Intelligens Számítási Módszerek Genetikus algoritmusok, gradiens mentes optimálási módszerek

Intelligens Számítási Módszerek Genetikus algoritmusok, gradiens mentes optimálási módszerek Intelligens Számítási Módszerek Genetikus algoritmusok, gradiens mentes optimálási módszerek 2005/2006. tanév, II. félév Dr. Kovács Szilveszter E-mail: szkovacs@iit.uni-miskolc.hu Informatikai Intézet

More information

Basic Principles of an Adsorption Heat Storage System

Basic Principles of an Adsorption Heat Storage System Development of a High Energy Density Sorption Storage System Günter Gartler, Dagmar Jähnig, Gottfried Purkarthofer, Waldemar Wagner AEE-INTEC, A-82 Gleisdorf, Feldgasse 19, Austria Phone: +43/3112/5886/64,

More information

School of EECS Washington State University. Artificial Intelligence

School of EECS Washington State University. Artificial Intelligence School of EECS Washington State University Artificial Intelligence 1 } Focused on finding a goal state Less focused on solution path or cost } Choose a state and search nearby (local) states Not a systematic

More information

Quiz I: Thermodynamics

Quiz I: Thermodynamics Quiz I: Thermodynamics SCH4U_2018-2019_V2 NAME: (Total Score: / 30) Multiple Choice (12) 1. What can be deduced from the following reaction profile? A. The reactants are less stable than the products and

More information

Thermochemistry/Calorimetry. Determination of the enthalpy of vaporization of liquids LEC 02. What you need: What you can learn about

Thermochemistry/Calorimetry. Determination of the enthalpy of vaporization of liquids LEC 02. What you need: What you can learn about LEC 02 Thermochemistry/Calorimetry Determination of the enthalpy of vaporization of liquids What you can learn about Enthalpy of vaporisation Entropy of vaporisation Trouton s rule Calorimetry Heat capacity

More information

THE SECOND LAW OF THERMODYNAMICS. Professor Benjamin G. Levine CEM 182H Lecture 5

THE SECOND LAW OF THERMODYNAMICS. Professor Benjamin G. Levine CEM 182H Lecture 5 THE SECOND LAW OF THERMODYNAMICS Professor Benjamin G. Levine CEM 182H Lecture 5 Chemical Equilibrium N 2 + 3 H 2 2 NH 3 Chemical reactions go in both directions Systems started from any initial state

More information

Design and Optimisation of Batch Reactors

Design and Optimisation of Batch Reactors Design and Optimisation of Batch Reactors Jinzhong Zhang Supervisor: Professor Robin Smith 2-1 XVII PIRC Annual Research Meeting 2000 In recent years, a methodology has been developed for the systematic

More information

Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process

Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process Multiple Model Based Adaptive Control for Shell and Tube Heat Exchanger Process R. Manikandan Assistant Professor, Department of Electronics and Instrumentation Engineering, Annamalai University, Annamalai

More information

Theoretical Models of Chemical Processes

Theoretical Models of Chemical Processes Theoretical Models of Chemical Processes Dr. M. A. A. Shoukat Choudhury 1 Rationale for Dynamic Models 1. Improve understanding of the process 2. Train Plant operating personnel 3. Develop control strategy

More information

An Introduction to Differential Evolution. Kelly Fleetwood

An Introduction to Differential Evolution. Kelly Fleetwood An Introduction to Differential Evolution Kelly Fleetwood Synopsis Introduction Basic Algorithm Example Performance Applications The Basics of Differential Evolution Stochastic, population-based optimisation

More information

Process Safety. Process Safety and Hazard Assessment Avoiding Incidents in the Lab and in the Plant

Process Safety. Process Safety and Hazard Assessment Avoiding Incidents in the Lab and in the Plant Process Safety Process Safety and Hazard Assessment Avoiding Incidents in the Lab and in the Plant Process Safety Process Safety and Hazard Assessment From Early Development to Manufacturing The importance

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

THE USE OF DEWAR CALORIMETRY IN THE ASSESSMENT OF CHEMICAL REACTION HAZARDS

THE USE OF DEWAR CALORIMETRY IN THE ASSESSMENT OF CHEMICAL REACTION HAZARDS THE USE OF DEWAR CALORIMETRY IN THE ASSESSMENT OF CHEMICAL REACTION HAZARDS R.L. ROGERS* Dewar Calorimetry is one of the simplest and most useful techniques used in the assessment of chemical reaction

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

Chapter 5: Thermochemistry. Molecular Kinetic Energy -Translational energy E k, translational = 1/2mv 2 -Rotational energy 5.

Chapter 5: Thermochemistry. Molecular Kinetic Energy -Translational energy E k, translational = 1/2mv 2 -Rotational energy 5. Chapter 5: Thermochemistry 1. Thermodynamics 2. Energy 3. Specific Heat 4. Enthalpy 5. Enthalpies of Reactions 6. Hess s Law 7. State Functions 8. Standard Enthalpies of Formation 9. Determining Enthalpies

More information

RUNAWAY REACTIONS Experimental Characterization and Vent Sizing

RUNAWAY REACTIONS Experimental Characterization and Vent Sizing RUNAWAY REACTIONS Experimental Characterization and Vent Sizing Ron Darby Professor of Chemical Engineering Texas A&M University College Station, TX 77843-3122 (979) 845-3301 r-darby@tamu.edu ARSST CALORIMETER

More information

Spring_#7. Thermodynamics. Youngsuk Nam.

Spring_#7. Thermodynamics. Youngsuk Nam. Spring_#7 Thermodynamics Youngsuk Nam ysnam1@khu.ac.kr You can t connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in

More information

IMPROVING OF ph CONTROL FOR A WASTEWATER TREATMENT UNIT USING GENETIC ALGORITHM

IMPROVING OF ph CONTROL FOR A WASTEWATER TREATMENT UNIT USING GENETIC ALGORITHM IMPROVING OF ph CONTROL FOR A WASTEWATER TREATMENT UNIT USING GENETIC ALGORITHM GHANIM M. ALWAN Assist. Prof. Dr. University of Technology, Chemical Engineering Department, Iraq ghnm_mag@yahoo.com FAROOQ

More information

Centrifugal Pumps. Problem 1. This is a small project having three parts: Parts (a), (b), and (c).

Centrifugal Pumps. Problem 1. This is a small project having three parts: Parts (a), (b), and (c). 7 Centrifugal Pumps Problem 1 This is a small project having three parts: Parts (a), (b), and (c). Part (a): Enlist the design parameters and performance parameters of a centrifugal pump. Explain, to the

More information

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics.

Major questions of evolutionary genetics. Experimental tools of evolutionary genetics. Theoretical population genetics. Evolutionary Genetics (for Encyclopedia of Biodiversity) Sergey Gavrilets Departments of Ecology and Evolutionary Biology and Mathematics, University of Tennessee, Knoxville, TN 37996-6 USA Evolutionary

More information

The THT micro reaction calorimeter μrc

The THT micro reaction calorimeter μrc The THT micro reaction calorimeter μrc Titration calorimetry isothermal calorimetry and scanning calorimetry - all in one instrument CHEMICAL APPLICATIONS BROCHURE Introduction and reaction kinetics The

More information

Investigation of adiabatic batch reactor

Investigation of adiabatic batch reactor Investigation of adiabatic batch reactor Introduction The theory of chemical reactors is summarized in instructions to Investigation of chemical reactors. If a reactor operates adiabatically then no heat

More information

Investigations on Performance of an Auto-Cascade Absorption Refrigeration System Operating with Mixed Refrigerants

Investigations on Performance of an Auto-Cascade Absorption Refrigeration System Operating with Mixed Refrigerants Purdue University Purdue e-pubs International Refrigeration and Air Conditioning Conference School of Mechanical Engineering 2016 Investigations on Performance of an Auto-Cascade Absorption Refrigeration

More information

Genetic Algorithm. Outline

Genetic Algorithm. Outline Genetic Algorithm 056: 166 Production Systems Shital Shah SPRING 2004 Outline Genetic Algorithm (GA) Applications Search space Step-by-step GA Mechanism Examples GA performance Other GA examples 1 Genetic

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

Fuzzy adaptive catfish particle swarm optimization

Fuzzy adaptive catfish particle swarm optimization ORIGINAL RESEARCH Fuzzy adaptive catfish particle swarm optimization Li-Yeh Chuang, Sheng-Wei Tsai, Cheng-Hong Yang. Institute of Biotechnology and Chemical Engineering, I-Shou University, Kaohsiung, Taiwan

More information

Chapter 5: Thermochemistry

Chapter 5: Thermochemistry Chapter 5: Thermochemistry 1. Thermodynamics 2. Energy 3. Specific Heat 4. Enthalpy 5. Enthalpies of Reactions 6. Hess s Law 7. State Functions 8. Standard Enthalpies of Formation 9. Determining Enthalpies

More information

Available online Journal of Scientific and Engineering Research, 2014, 1(2): Research Article

Available online  Journal of Scientific and Engineering Research, 2014, 1(2): Research Article Available online www.jsaer.com, 2014, 1(2):35-43 Research Article ISSN: 2394-2630 ODEN(USA): JSERBR Thermo-economic design and optimization of Parallel-plates ounter flow eat exchanger Mustafa S. Ahmed

More information

Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization

Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization Binary Particle Swarm Optimization with Crossover Operation for Discrete Optimization Deepak Singh Raipur Institute of Technology Raipur, India Vikas Singh ABV- Indian Institute of Information Technology

More information

DYNAMICS OF A LIQUID HELIUM I CRYOSTAT AT THE CANADIAN LIGHT SOURCE. C. Regier1. Canadian Light Source Inc. Saskatoon, SK, S7N 0X4, Canada.

DYNAMICS OF A LIQUID HELIUM I CRYOSTAT AT THE CANADIAN LIGHT SOURCE. C. Regier1. Canadian Light Source Inc. Saskatoon, SK, S7N 0X4, Canada. Submitted to ESNF July 27, 2011; accepted October 11, 2011. Reference No. 272, Category 11 Published in AIP Conference Proceedings 1434, 1115-1122; (2011) DYNAMICS OF A LIQUID HELIUM I CRYOSTAT AT THE

More information

Haploid & diploid recombination and their evolutionary impact

Haploid & diploid recombination and their evolutionary impact Haploid & diploid recombination and their evolutionary impact W. Garrett Mitchener College of Charleston Mathematics Department MitchenerG@cofc.edu http://mitchenerg.people.cofc.edu Introduction The basis

More information

Evolutionary Computation: introduction

Evolutionary Computation: introduction Evolutionary Computation: introduction Dirk Thierens Universiteit Utrecht The Netherlands Dirk Thierens (Universiteit Utrecht) EC Introduction 1 / 42 What? Evolutionary Computation Evolutionary Computation

More information

Chemical Equilibrium

Chemical Equilibrium Chemical Equilibrium Forward Rxn: A + B C + D Reverse Rxn: A + B C + D Written as: A + B C + D OR A + B C + D A reversible reaction has both an endothermic rxn and an exothermic rxn Reactants Exothermic

More information

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES

ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC ALGORITHM FOR NONLINEAR MIMO MODEL OF MACHINING PROCESSES International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 4, April 2013 pp. 1455 1475 ARTIFICIAL NEURAL NETWORK WITH HYBRID TAGUCHI-GENETIC

More information

Thermodynamic Processes and Thermochemistry

Thermodynamic Processes and Thermochemistry General Chemistry Thermodynamic Processes and Thermochemistry 박준원교수 ( 포항공과대학교화학과 ) 이번시간에는! Systems, states, and processes The first law of thermodynamics: internal energy, work, and heat Heat capacity,

More information

Analysing Phenol-Formaldehyde Resin Reaction For Safe Process Scale Up

Analysing Phenol-Formaldehyde Resin Reaction For Safe Process Scale Up SYMPOSIUM SERIES NO 16 HAZARDS 25 215 IChemE Analysing Phenol-Formaldehyde Resin Reaction For Safe Process Scale Up David Dale, Process Safety Manager, SciMed/Fauske and Associates, Unit B4, The Embankment

More information

The THT micro reaction calorimeter RC

The THT micro reaction calorimeter RC The THT micro reaction calorimeter RC Titration calorimetry isothermal calorimetry and scanning calorimetry - all in one instrument C H E M I C A L A P P L I C A T I O N S B R O C H U R E Introduction

More information

MODELLING AND REAL TIME CONTROL OF TWO CONICAL TANK SYSTEMS OF NON-INTERACTING AND INTERACTING TYPE

MODELLING AND REAL TIME CONTROL OF TWO CONICAL TANK SYSTEMS OF NON-INTERACTING AND INTERACTING TYPE MODELLING AND REAL TIME CONTROL OF TWO CONICAL TANK SYSTEMS OF NON-INTERACTING AND INTERACTING TYPE D. Hariharan, S.Vijayachitra P.G. Scholar, M.E Control and Instrumentation Engineering, Kongu Engineering

More information

Process Control & Design

Process Control & Design 458.308 Process Control & Design Lecture 5: Feedback Control System Jong Min Lee Chemical & Biomolecular Engineering Seoul National University 1 / 29 Feedback Control Scheme: The Continuous Blending Process.1

More information

An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification

An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification International Journal of Automation and Computing 6(2), May 2009, 137-144 DOI: 10.1007/s11633-009-0137-0 An Improved Differential Evolution Trained Neural Network Scheme for Nonlinear System Identification

More information

Ways to Improve the Energy Efficiency of AN Solution Plants

Ways to Improve the Energy Efficiency of AN Solution Plants Ways to Improve the Energy Efficiency of AN Solution Plants by Axel Erben Uhde GmbH Dortmund, Germany Prepared for Presentation at NITROGEN 2009 International Conference Rome, Italy 22-25 February 2009

More information

Looking Under the EA Hood with Price s Equation

Looking Under the EA Hood with Price s Equation Looking Under the EA Hood with Price s Equation Jeffrey K. Bassett 1, Mitchell A. Potter 2, and Kenneth A. De Jong 1 1 George Mason University, Fairfax, VA 22030 {jbassett, kdejong}@cs.gmu.edu 2 Naval

More information

Runaway. demogenetic model for sexual selection. Louise Chevalier. Jacques Labonne

Runaway. demogenetic model for sexual selection. Louise Chevalier. Jacques Labonne Runaway demogenetic model for sexual selection Louise Chevalier Master 2 thesis UPMC, Specialization Oceanography and Marine Environments Jacques Labonne UMR Ecobiop INRA - National Institute for Agronomic

More information

Chemistry Heat Review. Heat: Temperature: Enthalpy: Calorimetry: Activation energy:

Chemistry Heat Review. Heat: Temperature: Enthalpy: Calorimetry: Activation energy: Chemistry Heat Review Name Date Vocabulary Heat: Temperature: Enthalpy: Calorimetry: Activation energy: Formulas Heat of phase change Heat for temperature increase Heat of reaction Endothermic/Exothermic

More information

4 th Edition Chapter 9

4 th Edition Chapter 9 Insert Page 547A 4 th Edition Chapter 9 In summary, if any one of the following three things had not occurred the explosion would not have happened. 1. Tripled production 2. Heat exchanger failure for

More information

CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA

CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA 31 CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA 3.1 INTRODUCTION Electric motors consume over half of the electrical energy produced by power stations, almost the three-quarters of the

More information

Entropy Generation Minimization in a Plate Fin Heat Exchanger by a Social-Political Based Evolutionary Algorithm

Entropy Generation Minimization in a Plate Fin Heat Exchanger by a Social-Political Based Evolutionary Algorithm 20 International Conference on Advancements in Information Technology With workshop of ICBMG 20 IPCSIT vol.20 (20) (20) IACSIT Press, Singapore Entropy Generation Minimization in a Plate Fin Heat Exchanger

More information

References. Continuous Manufacturing Process Development Plant Realizations. Microinnova Engineering GmbH. Europapark Allerheiligen bei Wildon

References. Continuous Manufacturing Process Development Plant Realizations. Microinnova Engineering GmbH. Europapark Allerheiligen bei Wildon References Continuous Manufacturing Process Development Plant Realizations Microinnova Engineering GmbH Europapark 1 8412 Allerheiligen bei Wildon T +43 (0) 3182 62626-0 office@microinnova.com www.microinnova.com

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms a short introduction Giuseppe Narzisi Courant Institute of Mathematical Sciences New York University 31 January 2008 Outline 1 Evolution 2 Evolutionary Computation 3 Evolutionary

More information

5/6/ :41 PM. Chapter 6. Using Entropy. Dr. Mohammad Abuhaiba, PE

5/6/ :41 PM. Chapter 6. Using Entropy. Dr. Mohammad Abuhaiba, PE Chapter 6 Using Entropy 1 2 Chapter Objective Means are introduced for analyzing systems from the 2 nd law perspective as they undergo processes that are not necessarily cycles. Objective: introduce entropy

More information

Calorimetry &Thermochemistry

Calorimetry &Thermochemistry Lecture 6 Calorimetry &Thermochemistry Suggested Reading Thermochemistry Chemistry 3, Chapter 14, Energy and Thermochemistry, pp.658-700. Elements of hysical Chemistry, 5 th edition, Atkins & de aula,

More information

Toluene Mono-nitration in a Semi-batch Reactor

Toluene Mono-nitration in a Semi-batch Reactor Toluene Mono-nitration in a Semi-batch Reactor 37 Central European Journal of Energetic Materials, 2008, 5(2), 37-47. ISSN 1733-7178 Toluene Mono-nitration in a Semi-batch Reactor Li-Ping CHEN, Wang-Hua

More information

Geometric Semantic Genetic Programming (GSGP): theory-laden design of variation operators

Geometric Semantic Genetic Programming (GSGP): theory-laden design of variation operators Geometric Semantic Genetic Programming (GSGP): theory-laden design of variation operators Andrea Mambrini University of Birmingham, UK NICaiA Exchange Programme LaMDA group, Nanjing University, China 7th

More information

BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year

BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year BITS-Pilani Dubai, International Academic City, Dubai Second Semester. Academic Year 2007-2008 Evaluation Com anent: Com rehensive Examination Closed Book CHE UC441/11NSTR UC 45'1 PROCESS CONTROL Date:

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

The Nature of Energy. Chapter Six: Kinetic vs. Potential Energy. Energy and Work. Temperature vs. Heat

The Nature of Energy. Chapter Six: Kinetic vs. Potential Energy. Energy and Work. Temperature vs. Heat The Nature of Energy Chapter Six: THERMOCHEMISTRY Thermodynamics is the study of energy and its transformations. Thermochemistry is the study of the relationship between chemical reactions and energy changes

More information

MCAT General Chemistry Discrete Question Set 19: Thermochemistry & Thermodynamics

MCAT General Chemistry Discrete Question Set 19: Thermochemistry & Thermodynamics MCAT General Chemistry Discrete Question Set 19: Thermochemistry & Thermodynamics Question No. 1 of 10 1: A metal with a high heat capacity is put on a hot plate. What will happen? Question #01 A. The

More information

Class 22 - Second Law of Thermodynamics and Entropy

Class 22 - Second Law of Thermodynamics and Entropy Class 22 - Second Law of Thermodynamics and Entropy The second law of thermodynamics The first law relates heat energy, work and the internal thermal energy of a system, and is essentially a statement

More information

Types of Chemical Reactors. Nasir Hussain Production and Operations Engineer PARCO Oil Refinery

Types of Chemical Reactors. Nasir Hussain Production and Operations Engineer PARCO Oil Refinery Types of Chemical Reactors Nasir Hussain Production and Operations Engineer PARCO Oil Refinery Introduction Reactor is the heart of Chemical Process. A vessel designed to contain chemical reactions is

More information

OPTIMIZATION OF MODEL-FREE ADAPTIVE CONTROLLER USING DIFFERENTIAL EVOLUTION METHOD

OPTIMIZATION OF MODEL-FREE ADAPTIVE CONTROLLER USING DIFFERENTIAL EVOLUTION METHOD ABCM Symposium Series in Mechatronics - Vol. 3 - pp.37-45 Copyright c 2008 by ABCM OPTIMIZATION OF MODEL-FREE ADAPTIVE CONTROLLER USING DIFFERENTIAL EVOLUTION METHOD Leandro dos Santos Coelho Industrial

More information

Processes of Evolution

Processes of Evolution 15 Processes of Evolution Forces of Evolution Concept 15.4 Selection Can Be Stabilizing, Directional, or Disruptive Natural selection can act on quantitative traits in three ways: Stabilizing selection

More information

DETECTING THE FAULT FROM SPECTROGRAMS BY USING GENETIC ALGORITHM TECHNIQUES

DETECTING THE FAULT FROM SPECTROGRAMS BY USING GENETIC ALGORITHM TECHNIQUES DETECTING THE FAULT FROM SPECTROGRAMS BY USING GENETIC ALGORITHM TECHNIQUES Amin A. E. 1, El-Geheni A. S. 2, and El-Hawary I. A **. El-Beali R. A. 3 1 Mansoura University, Textile Department 2 Prof. Dr.

More information

ECE Introduction to Artificial Neural Network and Fuzzy Systems

ECE Introduction to Artificial Neural Network and Fuzzy Systems ECE 39 - Introduction to Artificial Neural Network and Fuzzy Systems Wavelet Neural Network control of two Continuous Stirred Tank Reactors in Series using MATLAB Tariq Ahamed Abstract. With the rapid

More information