Open access peer-reviewed chapter

Application of AI in Chemical Engineering

Written By

Zeinab Hajjar, Shokoufe Tayyebi and Mohammad Hosein Eghbal Ahmadi

Submitted: 22 November 2017 Reviewed: 27 February 2018 Published: 27 June 2018

DOI: 10.5772/intechopen.76027

From the Edited Volume

Artificial Intelligence - Emerging Trends and Applications

Edited by Marco Antonio Aceves-Fernandez

Chapter metrics overview

3,038 Chapter Downloads

View Full Metrics

Abstract

A major shortcoming of traditional strategies is the fact that solving chemical engineering problems due to the highly nonlinear behavior of chemical processes is often impossible or very difficult. Today, artificial intelligence (AI) techniques are becoming useful due to simple implementation, easy designing, generality, robustness and flexibility. The AI includes various branches, namely, artificial neural network, fuzzy logic, genetic algorithm, expert systems and hybrid systems. They have been widely used in various applications of the chemical engineering field including modeling, process control, classification, fault detection and diagnosis. In this chapter, the capabilities of AI are investigated in various chemical engineering fields.

Keywords

  • chemical engineering
  • AI algorithms
  • classification
  • process control
  • modeling
  • optimization
  • fault detection and diagnosis

1. Introduction

Artificial intelligence (AI) applications in chemical engineering have increased dramatically recently. This chapter deals with various applications of artificial intelligence (AI) in the chemical engineering field including process such as modeling, optimization, process control, fault detection and diagnosis. The aim of the chapter is to provide an overview of the field by presenting the capabilities and limitations of using the AI approach, focusing on artificial neural network (ANN) and fuzzy logic methods.

It is shown that complexities of conventional approaches when dealing with chemical processes which are inherently highly nonlinear can be tackled through the application of AI methods. Four illustrative relevant examples are also presented.

After reading this chapter, the reader is expected to have a basic grounding in the application of AI methods in chemical engineering and understand their implementation issues.

Advertisement

2. Application of AI in chemical process modeling

Chemical process models which present the system behavior are useful in all phases of chemical engineering, from research and design to optimization and control and even plant operations [1].

Generally, There are two major types of modeling approaches in chemical engineering, namely, mechanistic (white box, first principle) and AI-based approach like ANN and fuzzy logic methods. In the mechanistic approach, fundamental physical and chemical laws, such as conservation laws, construct the basis of the model. This approach contains algebraic and differential equations which involve mass, energy and momentum balances. Due to the large number of variables affecting the process behavior and complex mathematical equations governing the system, many chemical processes are nonlinear and complicated. Consequently, it is hard and sometimes even impossible to present them by mechanistic models. Even if such a model has been developed, it might be impractical to solve or identify its parameters. Moreover, a mechanistic model needs detailed knowledge and a lot of skill and ingenuity to incorporate the basic phenomena of the process in the model. Difficulties can arise from poor knowledge [2]. In some cases, considering some assumptions such as physical properties’ constancy, ideality of gas phase and linearization of the nonlinear equations of the model is inevitable, which all impose limitations on the model leading to the reduction of the model’s robustness [3].

On the contrary, AI-based techniques have demonstrated their superb ability and have received much attention for chemical process modeling. These techniques, for which developing detailed knowledge of the process is of less concern, may overcome the drawbacks of the mechanistic approach when dealing with complex and nonlinear systems. Using AI-based methods, inherently qualitative variables in chemical processes like catalyst deactivation in reactors can also be considered in the model, while these types of variables are not possible to implement in mechanistic models.

The most common methods of AI for modeling purposes in chemical engineering are ANN and fuzzy logic, which sometimes are hybridized with evolutionary algorithms [4, 5, 6, 7]. In addition to ANN and fuzzy logic methods, their hybrid scheme named adaptive-network-based fuzzy inference system (ANFIS) which is actually a fuzzy inference system implemented in the framework of adaptive networks has also been applied for modeling purposes in chemical engineering.

The first step of developing an AI-based model is defining the input/output variables of the system which is to be modeled (Figure 1). Afterward, according to the experimental data or the knowledge of the governing phenomena, the model is developed. The parameters that characterize the AI-based model like the number of fuzzy sets (when using fuzzy logic), the number and the transfer functions of hidden layers (when using the ANN method) depend on the complexity and nonlinearity of the system and the types of variables affecting the process.

Figure 1.

Schematic of AI model.

Among the types of ANN structures, the multi-layer perceptron (MLP) neural network which has a feed-forward scheme is believed as the most useful topology for system modeling [8]. Moreover, the recurrent ANN model which is a mapping of past inputs and outputs to the future outputs can be used for dynamic processes.

In the fuzzy model approach where the two types of which are Mamdani [9] and Takagi-Sugeno (TS) [10], all the uncertainties and model complications are treated in linguistic expressions in the form of “If-Then” rules based on the theory of fuzzy logic [11]. TS like ANN is commonly considered as a data-driven AI-based modeling approach [12].

Mamdani Fuzzy that differs in the way the information and rules are presented has several superiorities over the TS approach for the modeling of chemical processes. First, qualitative experience and knowledge of the experts who are dealing with the process are incorporated in the development of the model [12]. In addition, there is no need for data in order to build the Mamdani fuzzy model. Consequently, a Mamdani fuzzy model is more intuitive, transparent and interpretable [13]. In contrast, each TS-type model is a local approximator and the predictability of the model is valid for the specific operating condition of the process under which the model was developed and tested [14]. Accordingly, it can hardly be applied for analyzing the process behavior and cannot be scaled up or down and therefore is less useful for industrial practice. Despite the capabilities of Mamdani method, it is worth underlying that a Mamdani fuzzy model suffers from the large number of rules when dealing with the processes with large number of variables.

Genetic algorithm (GA) can be used to optimize the performance of a fuzzy model. The role of GA is recognized as optimal parameters’ estimation such as the parameters of scaling functions and the universes of discourse [15, 16] or the membership functions (MFs) [17, 18]. GA is also applied as a method for rule reduction/selection by removing some rules like redundant, unnecessary or misleading ones [17] when dealing with high-dimensional problems in which the number of rules is so large that it cannot be managed efficiently.

The hybrid Mamdani fuzzy and GA modeling methods commonly consist of two main steps: (i) constructing a start-up version of the model using only the heuristic knowledge and (ii) tuning procedure using the GA. The schematic of this algorithm is shown in Figure 2. In the first step, the output variables determining the behavior of the system are defined, given that, the input variables which affect the selected output variables are determined. Afterward, a base fuzzy model is defined, characterized by the number and types of fuzzy sets of variables and the production rules presenting the behavior of the process based on the knowledge and expertise of the experts who have been working with the system. This model is used as the start-up version of the model which has to be tuned. In the second step, GA is formulated for optimization of parameters that characterize model, such as membership function parameters, membership function types and so on.

Figure 2.

Schematic of hybrid Mamdani fuzzy and GA modeling method.

Advertisement

3. Application of AI in optimization of chemical processes

Chemical process optimization has its origins in linear programming at the beginning of the 1960s [19]. This problem is finding the best solution from a variety of efficient alternatives of design or operating variables in order to minimize or maximize a desired objective function. In a general way, the objective function can be the minimization of the operating costs and the undesired material production or the maximization of energy efficiency, the yields and operation productivity, the profitability, safety and the reliability of the plant.

Most chemical processes are nonlinear and complex, so there are many solutions (in some cases becoming endless) in the optimization problems. Such problems are often too complex to be solved through gradient-based optimization approaches. Evolutionary algorithms (EAs) like GA [20], harmony search [21], particle swarm optimization [22] and so on categorized in the AI-based method that is a generic population-based metaheuristic optimization algorithm are capable of efficiently finding an optimal solution in complex problems, such as optimization of chemical processes.

Advertisement

4. Application of neural networks in chemical process control

The process control strategies have been developed to improve the performance of the process, reduce energy consumption and ensure high safety and environmental goals. The conventional controllers cannot show satisfactory responses in many industrial chemical processes with high nonlinear dynamics and parameter uncertainties, whereas AI approaches can be effectively controlled for a number of complex and nonlinear processes [23].

Because of their high potential for handling nonlinear relationships and self-learning capabilities, there has been considerable interest in the use of neural networks for the control in different fields of chemical processes such as thermal processes [24], reaction processes [25] and separation and purification [26, 27].

One of the algorithms based on neural network control is the inverse model control. In this approach, it is assumed that the input vector for neural network is the required future or reference output together with the past inputs and the past output variables; the approach can help to make for better performance the controlled variables when the unmeasured disturbance is present. The manipulated variable of the controlled plant is the output of the neural network controller [23]. In the system with time delay (τ), if the orders of dynamic model for the output and the input are n and m, the inverse model can be expressed as the function of the input and output as shown below:

Mk=yspyk1yknMk1τMkmτE1

where represents the function of the inverse model, k is the discrete time and M, y and ysp are the control action, the output of the plant and the set point controller, respectively. Therefore, the controller predicts the control action, as shown in Figure 3, by having current and past values of the process model state variables and the past control action.

Figure 3.

Schematic of neural network inverse model control.

Fuzzy systems have been used in different applications for controlling chemical processes [28, 29, 30]. Researchers also used fuzzy logic controller coupled with an optimal control in an exothermic chemical reaction [31], a batch polymerization reactor [32] and polymerization processes [33]. In addition, since time delay can be often seen in many industrial chemical processes, a possible alternative is the fuzzy model predictive control (FMPC) which has been proposed [34, 35]. In systems with uncertainties of the system model, the choice of type-1 fuzzy may not always be the appropriate solution for a control problem [36]. In these cases, the type-2 fuzzy logic control has been represented in many fields of chemical processes [37, 38].

Hybrid controller based on AI strategies combines two or more AI techniques in order to improve control performance of the chemical process. One of the most popular strategies is the adaptive neuro-fuzzy inference system (ANFIS) controller. This approach is a hybrid intelligent system which uses the learning ability of the neural network with the knowledge representation of the fuzzy logic [39]. The schematic of ANFIS model with two inputs (x1 and x2) and one output (φ) is shown in Figure 4. As shown in Figure 4, the ANFIS architecture contains five layers of feed-forward neural network which are explained as follows:

Figure 4.

Schematic architecture of ANFIS model with two fuzzy rules for two inputs and one output.

4.1. First layer

This layer is named as an input layer. Each neuron in this layer saves the parameters of the membership function and crisp inputs are converted to membership degree values which change between 0 and 1.

4.2. Second layer

Each neuron of this layer performs a connective operation (i.e., “AND”) to calculate the firing strength of a rule.

4.3. Third layer

A normalization process is performed by the neurons of this layer.

4.4. Fourth layer

The normalized firing strength is multiplied by a linear combination of the inputs (i.e., Takagi-Sugeno fuzzy rule) in order to obtain a rules layer.

4.5. Fifth layer

The last layer of the network is the weighted average of the outputs of the fourth layer.

The application of ANFIS in the process control of chemical plants was seen in the distillation column [40], biodiesel reactor [41].

Advertisement

5. Application of AI techniques in fault detection and diagnosis of chemical engineering

A fault is defined as a deviation from an acceptable range of an observable variable or calculated parameter that is referred to as a failure. A failure can be described as diversity of malfunctions in the real plant which can be caused due to instruments’ failures, disturbances and plant parameter uncertainties. The abnormal conditions in a plant can result in financial losses. Therefore, in the chemical processes, fault detection and diagnosis have been the focal point of many researches and various fault detection and diagnosis strategies have been presented in the literature. The fault diagnostic systems should possess desirable characteristics such as quick detection, isolability, robustness and multiple fault identifiability [42].

One of the intelligent fault diagnosing techniques is neural network systems. Because of their high potential for capturing nonlinear relationships, neural networks represent a powerful tool for fault diagnosis [43, 44, 45, 46, 47]. In fault detection based on neural networks, the number of neurons in the input and output layers are equal to the number of measured variables and the number of potential faults in the process, respectively. The outputs of the neural diagnoser are binary variables representing the occurrence of a fault (if the corresponding value is 1) or the lack of fault occurrence (if the corresponding value is 0) [47].Another fault diagnosis approach of AI techniques is fuzzy logic, which is applied in chemical processes [48, 49, 50, 51]. In fault diagnosis based on fuzzy logic, the fuzzy relations between faults and symptoms are assumed to be from one to many (i.e., one fault may cause several symptoms). For example:

IfSym1isS1,nANDSym2isS2,nANDANDSymmisSm,nThenF1isHn

where Symi (i = 1… m) is the vector of fuzzy input variables (symptoms) and Fi (j = 1 … n) is the fuzzy output variables (Faults). Si, j is the input linguistic value relevant to jth output and Hj is the output linguistic value. The schematic of a fuzzy fault detection system is shown in Figure 5 [51].

Figure 5.

Schematic diagram of a fuzzy fault detection scheme.

Although the neural network is a powerful tool for fault diagnosis due to its ability in capturing the nonlinear relationship with no heuristic reasoning about process, it requires a large number of data corresponding to various operating conditions in which the effects of various faults exist. On the other hand, the fuzzy diagnoser system expresses the heuristic knowledge between the symptoms and their corresponding faults of the process such as linguistic rules and does not require any quantitative data sets corresponding to history and trends of the system under any operating conditions [52, 53]. The disadvantage of the fuzzy diagnoser is that managing heuristic and knowledge-based rules is more difficult and time demanding and sometimes even impossible for plant-wide integrated processes [54, 55]. Therefore, neuro-fuzzy diagnoser applications in chemical plants are proposed in the literature [56, 57, 58].

In the following, four illustration studies of AI techniques are presented for various purposes (i.e. modeling, optimization, process control, fault detection and diagnosis) of chemical processes.

Illustration case study one: Prediction of virus removal from water using microfiltration membrane based on hybrid Mamdani fuzzy and GA.

One of the separation technologies for virus removal from water for municipal effluent reuse is the application of membranes. Conventional modeling approaches for predicting membrane performance suffer from various limitations such as the lack of predictive fouling models or complexities of estimating the properties of the membrane surface and membrane interactions. In this case study, an optimum Mamdani fuzzy model is developed for removal prediction of two types of viruses from water [2]. The GA is employed for optimal estimation of parameters characterizing the membership functions of the input/output variables of the model. The first step is defining input/output variables of the model.The amount of virus rejection (R%) which is considered as an output variable of the model is determined as follows:

R%=1001CpCfE2

where Cp and Cf are virus concentrations in permeate and feed, respectively. The input variables of the model are concentration of FMD virus (CFMD), concentration of IBR virus (CIBR), operating pressure (P), volume (V) and rpm (stirring speed). The experimental data can found in the works of Madaeni and Kurdian [2]. All the variables that exist in the system are discretized by Gaussian-type membership functions.

The next steps are setting a fuzzy inference system using initial fuzzy sets with parameters and defining the fitness function. Two parameters of the Gaussian membership function including x¯ and σ(Eq. (3)) are obtained via GA.

fx=expxx¯σ2E3

The mean square error (MSE) is selected as the fitness function as follows:

MSE=ymye2E4

where ym and ye denote the vector of fuzzy model and data set, respectively.

There are two methods for the genetically tuning procedure. For cases with a low number of rules, the parameters of membership functions in all rules (for both input and output variables) can be considered as decision variables through optimization formulation. In this way, a variable at each rule can have different optimized shape membership functions. This approach increases the prediction capability yet at the cost of reducing the interpretability of the model. The second method is used when there are a large number of rules in the model. In this method, each variable of the model in all rules has the same optimized shape of the membership function. This method has a lower number of decision variables in optimization formulation for the same case when compared with the first method.

According to the possible combination of input variables, 10 rules can be defined for this model, and due to the low number of rules, the first-mentioned method for parameter optimization is applied. The population size and maximum generation number of GA are set as 500 and 100, respectively. Having passed the optimization procedure, the fuzzy model is developed with optimized parameters. This model is developed based on qualitative rules, bypassing the complexities and drawbacks of the white-box modeling method.

The comparison between model data and experimental data shows an accuracy of near 90% for the developed fuzzy model [2].

Illustrative case study two: Optimization of fluidized bed reactor of oxidative coupling of methane based on GA.

In this case study, optimization of C2 (ethane + ethylene) yield in the oxidative coupling of methane (OCM) over the Mn/Na2WO4/SiO2 catalyst in a fluidized bed reactor is carried out [20].

OCM is a series of chemical reactions, first presented in the 1980s by Keller and Bhasin [59] for the direct conversion of natural gas into the desired product of ethylene and other value-added chemicals. One of the barriers to the commercialization of this process is the low yield of the reactions. Various solutions have been proposed for yield improvement in the literature [60, 61]. One possibility to improve the C2 yield is stage-wise feeding configuration along the reactor as shown in Figure 6 [62].

Figure 6.

Stage-wise feeding configuration in OCM reactor.

In this scheme, it is assumed that the injected gas in each stage has only oxygen in content and all the methane is introduced to the reactor at the entrance of the bed.

In this case study, the main process variables which are optimized to enhance C2 yield are listed in Table 1.

Decision variablesConstraints
Methane flow rate (Uc)0.03–0.5 m3/s
Oxygen flow rate at each injection part0.03–0.5 m3/s (×0.21)*
Operating temperature (T)700–850°C
Length of each section of reactor (Li)0.5–4 m

Table 1.

Decision variables and their constraints.

Note that actually it is the air which entered the bed.


The kinetic model presented by Daneshpayeh et al. [63] is used as the reaction sub-model. The reactor is firstly modeled and then solved [62]. Afterward, using GA, the C2 yield is optimized for one, two and three secondary injections of oxygen.

C2 yield considered as the fitness function is defined as follows:

YC2=2×NC2NCH4×100E5

The main GA parameters are presented in Table 2.

ParameterValue
Population size50
Generations10,000
Survival probability0.5
Linear crossover probability0.5
Mutation probability0.167

Table 2.

GA parameters.

The best results are achieved for three injections of oxygen along the reactor. The optimum values of decision variables are presented in Table 3. The maximum C2 yield of 22.87% is achieved for three secondary oxygen injections at the operating temperature of 746.05°C. This optimized C2 yield which is achieved by an AI-based method is approximately 4% higher than the original model [61].

Decision variableOptimum value
Oxygen flow at the beginning of the reactor (m3/s)0.0833
Oxygen flow at second section of the reactor (m3/s)0.0500
Oxygen flow at third section of the reactor (m3/s)0.0536
Oxygen flow at fourth section of the reactor (m3/s)0.0755
Methane flow at the beginning of the reactor (m3/s)0.3998
Length of first section (m)0.6345
Length of second section (m)3.9389
Length of third section (m)0.5882
Length of fourth section (m)1.0116
Temperature (°C)746.05
Yield22.87

Table 3.

Optimum values of decision variables at maximum yield.

Illustrative case study three: Online genetic-ANFIS control for advanced microwave biodiesel reactor.

The microchem reactor based on the microwave process technology is used to produce biodiesel which is good for the environment. The reactor temperature should be controlled to ensure an optimal yield of biodiesel and to minimize the generation of unwanted byproducts. For this aim, Wali et al. implemented an artificial intelligent controller design based on the online genetic-ANFIS temperature control for advanced biodiesel microwave reactor [41]. The microwave power supply as the manipulated variable, the reactor temperature as control variable and the feed-flow rate as the disturbance variable have been considered in this process.

The online genetic-ANFIS controller has been evaluated at different operation conditions (set-point tracking and disturbance rejection). The genetic-ANFIS controller successfully tracks the demands of reactor temperature set-point faster than adaptive control without any oscillations [41].

Illustrative case study four: Neuromorphic multiple-fault diagnosing the plant-wide system.

In plant-wide systems, because of system complexity and overlapping symptoms, conventional neural networks operating based on steady-state characteristic data are not usually capable of diagnosing multiple concurrent faults. To overcome this problem, Tayyebi et al. proposed a new neuromorphic diagnosis framework based on augmented input containing steady-state characteristic data along with newly defined dynamic characteristic data [47]. In this approach, the input vector of the neural network diagnosis has been selected in such a way that different faults cause distinctive symptoms. Therefore, information related to both the history of the process and the steady state has been utilized to achieve distinctive symptoms. Accordingly, one can use characteristic points of the dynamic trend of each measured variable to uniquely distinguish and detect various faults. To evaluate the proposed approach based on the hybrid parameter, the Tennessee Eastman process (TE) that contains large numbers of measurements and manipulated variables and overlapping faults was used as the plant-wide benchmark. The performance of the neuromorphic diagnoser based on the augmented inputs has been compared with that of the conventional neuromorphic diagnostic system whose inputs are steady-state characteristic data. The comparison showed that the proposed method outperformed the conventional neuromorphic diagnoser for the detection of multiple concurrent faults. It was also shown that the proposed scheme can correctly diagnose various combinations of six concurrent faults of the TE process (from two to six simultaneous faults). This achievement reflects the major advantage of the proposed approach, which is its ability to perform fault diagnosis in situations where multiple concurrent faults with overlapping symptoms have occurred [47].

Advertisement

6. Conclusion

AI techniques provide tools to tackle complex problems. Challenging and useful applications of AI techniques have been introduced in the chemical engineering processes. Four illustrative case studies are investigated in fields of process modeling, optimization, process control and fault detection and diagnosis. From the description of the various applications, the ability of AI techniques has been revealed in a wide range of fields in chemical processes.

References

  1. 1. Luyben W. Process modeling, simulation and control for chemical engineers. Petroleum Refinery Engineering. 1996;2:289-290
  2. 2. Madaeni SS, Kurdian AR. Fuzzy modeling and hybrid genetic algorithm optimization of virus removal from water using microfiltration membrane. Chemical Engineering Research and Design. 2011;89:456-470
  3. 3. Araromi DO, Sonibare JA, Emuoyibofarhe JO. Fuzzy identification of reactive distillation for acetic acid recovery from waste water. Journal of Environmental Chemical Engineering. 2014;2:1394-1403
  4. 4. Hajjar Z, Kazemeini M, Rashidi A, Tayyebi S. Artificial intelligence techniques for modeling and optimization of the HDS process over a new graphene based catalyst. Phosphorus, Sulfur, and Silicon and the Related Elements. 2016;191:1256-1261
  5. 5. Soltanali S, Halladj R, Tayyebi S, Rashidi A. Neural network and genetic algorithm for modeling and optimization of effective parameters on synthesized ZSM-5 particle size. Materials Letters. 2014;136:138-140
  6. 6. Soltanali S, Halladj R, Tayyebi S, Rashidi A. Application of genetic-fuzzy approach for estimation of nano ZSM-5 crystallinity. Materials Letters. 2015;150:39-43
  7. 7. Hajjar Z, Khodadadi A, Mortazavi Y, Tayyebi S, Soltanali S. Artificial intelligence modeling of DME conversion to gasoline and light olefins over modified nano ZSM-5 catalysts. Fuel. 2016;179:79-86
  8. 8. Gibbs MS, Morgan N, Maier HR, Dandy GC, Nixon JB, Holmes M. Investigation into the relationship between chlorine decay and water distribution parameters using data driven methods. Mathematical and Computer Modelling. 2006;44:485-498
  9. 9. Mamdani E, Assilian S. An experiment in linguistic synthesis with a fuzzy logic controller. International Journal of Man-Machine Studies. 1975;7:1-13
  10. 10. Takagi T, Sugeno M. Fuzzy identification of systems and its applications to modeling and control. IEEE Transactions on Systems, Man, and Cybernetics. 1985;15:116-132
  11. 11. Zadeh LA. Fuzzy sets as a basis for a theory of possibility. Fuzzy Sets and Systems. 1978;1:3-28
  12. 12. Adoko AC, Gokceoglu C, Wu L, Zuo QJ. Knowledge-based and data-driven fuzzy modeling for rockburst prediction. International Journal of Rock Mechanics and Mining Sciences. 2013;61:86-95
  13. 13. Sala A, Guerra TM, Babuška R. Perspectives of fuzzy systems and control. Fuzzy Sets and Systems. 2005;156:432-444
  14. 14. Habbi H, Zelmat M, Bouamama BO. A dynamic fuzzy model for a drum-boiler-turbine system. Automatica. 2003;39:1213-1219
  15. 15. Gudwin R, Gomide F, Pedrycz W. Context adaptation in fuzzy processing and genetic algorithms. International Journal of Intelligence Systems. 1998;13:929-948
  16. 16. Cordon O, Herrera F, del Jesus MJ, Villar P. A multiobjective genetic algorithm for feature selection and granularity learning in fuzzy-rule based classification systems. In: IFSA World Congr. 20th NAFIPS Int. Conf. 2001. Jt. 9th. 3 2001. pp. 1253-1258
  17. 17. Cordon O, del Jesus MJ, Herrera F. Genetic learning of fuzzy rule-based classification systems cooperating with fuzzy reasoning methods, International Journal of Intelligence Systems. 1998;13:1025-1053
  18. 18. Pulkkinen P, Koivisto H. A dynamically constrained multiobjective genetic fuzzy system for regression problems. IEEE Transactions on Fuzzy Systems. 2010;18:161-177
  19. 19. Chaves I, López J, Zapata J, Robayo A. Process Analysis and Simulation in Chemical Engineering. 2016
  20. 20. Eghbal-Ahmadi M-H, Zaerpour M, Daneshpayeh M, Mostoufi N. Optimization of fluidized bed reactor of oxidative coupling of methane. International Journal of Chemical Reactor Engineering. 2012;10:1-21
  21. 21. Yousefi M, Enayatifar R, Darus AN, Abdullah AH. Optimization of plate-fin heat exchangers by an improved harmony search algorithm. Applied Thermal Engineering. 2013;50:877-885
  22. 22. Mahmood HA, Adam N, Sahari BB, Masuri SU. Development of a particle swarm optimisation model for estimating the homogeneity of a mixture inside a newly designed CNG-H2-AIR mixer for a dual fuel engine: An experimental and theoretic study. Fuel. 2017;218:131-150
  23. 23. Tayyebi S, Alishiri M. The control of MSF desalination plants based on inverse model control by neural network. Desalination. 2014;333:92-100
  24. 24. Nowak G, Rusin A. Using the artificial neural network to control the steam turbine heating process. Applied Thermal Engineering. 2016;108:204-210
  25. 25. Li S, Li Y. Neural network based nonlinear model predictive control for an intensified continuous reactor. Chemical Engineering and Processing. 2015;96:14-27
  26. 26. Fernandez de Canete J, Gonzalez S, del Saz-Orozco P, Garcia I. A harmonic balance approach to robust neural control of MIMO nonlinear processes applied to a distillation column, Journal of Process Control. 2010;20:1270-1277
  27. 27. Damour C, Benne M, Grondin-Perez B, Chabriat J. Nonlinear predictive control based on artificial neural network model for industrial crystallization. Journal of Food Engineering. 2010;99:225-231
  28. 28. Hojjati H, Sheikhzadeh M, Rohani S. Control of supersaturation in a semibatch antisolvent crystallization process using a fuzzy logic controller. Industrial and Engineering Chemistry Research. 2007;46:1232-1240
  29. 29. Underwood CP. Fuzzy multivariable control of domestic heat pumps. Applied Thermal Engineering. 2015;90:957-969
  30. 30. Baroud Z, Benmiloud M, Benalia A, Ocampo-Martinez C. Novel hybrid fuzzy-PID control scheme for air supply in PEM fuel-cell-based systems. International Journal of Hydrogen Energy. 2017;42:10435-10447
  31. 31. Karr CL, Sharma SK, Hatcher WJ, Harper TR. Fuzzy control of an exothermic chemical reaction using genetic algorithms. Engineering Applications of Artificial Intelligence. 1993;6:575-582
  32. 32. Etinkaya SC, Zeybek Z, Hapoglu H, Alpbaz M. Optimal temperature control in a batch polymerization reactor using fuzzy-relational models-dynamics matrix control. Computers and Chemical Engineering. 2006;30:1315-1323
  33. 33. Lima NMN, Linan LZ, Filho RM, Wolf Maciel MR, Embiruc M, Grácio u, F. Modeling and predictive control using fuzzy logic: Application for a polymerization system. AIChE Journal. 2010;56:965-978
  34. 34. Chang X-H, Yang G-H. Fuzzy robust constrained model predictive control for nonlinear systems. Asian Journal of Control. 2011;13(6):947-955
  35. 35. Teng L, Wang Y, Cai W, Li H. Robust model predictive control of discrete nonlinear systems with time delays and disturbances via T–S fuzzy approach. Journal of Process Control. 2017;53:70-79
  36. 36. Miccio M, Cosenza B. Control of a distillation column by type-2 and type-1 fuzzy logic PID controllers. Journal of Process Control. 2014;24:475-484
  37. 37. Galluzzo M, Cosenza B. Nonlinear fuzzy control of fed-batch reactor for the penicillin production. Computers and Chemical Engineering. 2012;36:273-281
  38. 38. Galluzzo M, Cosenza B. Control of a non-isothermal continuous stirred tank reactor by a feedback-feed forward structure using type-2 fuzzy logic controllers. Information Sciences. 2011;181:3535-3550
  39. 39. Perendeci A, Arslan S, Celebi SS, Tanyolac A. Prediction of effluent quality of an anaerobic treatment plant under unsteady state through ANFIS modeling with on-line input variables. Chemical Engineering Journal. 2008;145:78-85
  40. 40. Fernandez de Canete J, Garcia-Cerezo A, Garcia-Moral I, Del Saz P, Ochoa E. Object-oriented approach applied to ANFIS modeling and control of a distillation column. Expert Systems with Applications. 2013;40:5648-5660
  41. 41. Wali WA, Al-Shamma AI, Hassan KH, Cullen JD. Online genetic-ANFIS temperature control for advanced microwave biodiesel reactor. Journal of Process Control. 2012;22:1256-1272
  42. 42. Venkatasubramanian V, Rengaswamy R, Yin K, Kavuri SN. A review of process fault detection and diagnosis part I: Quantitative model-based methods. Computers and Chemical Engineering. 2003;27:293-311
  43. 43. Tayarani-Bathaie SS, Khorasani K. Fault detection and isolation of gas turbine engines using a bank of neural networks. Journal of Process Control. 2015;36:22-41
  44. 44. Tan WL, Nor NM, Abu Bakar MZ, Ahmed Z, Sata SA. Optimum parameters for fault detection and diagnosis system of batch reaction using multiple neural networks. Journal of Loss Prevention in the Process Industries. 2012;25:138-141
  45. 45. Behbahani RM, Jazayeri-Rad H, Hajmirzaee S. Fault detection and diagnosis in a sour gas absorption column using neural networks. Chemical Engineering and Technology. 2009;32(5):840-845
  46. 46. Zhang Z, Zhao J. A deep belief network based fault diagnosis model for complex chemical processes. Computers & Chemical Engineering. 2017;107:395-407
  47. 47. Tayyebi S, Boozarjomehry RB, Shahrokhi M. Neuromorphic multiple-fault diagnosing system based on plant dynamic characteristics. Industrial and Engineering Chemistry Research. 2013;52:12927-12936
  48. 48. Musulin E, Yélamos I, Puigjaner L. Integration of principal component analysis and fuzzy logic systems for comprehensive process fault detection and diagnosis. Industrial and Engineering Chemistry Research. 2006;45:1739-1750
  49. 49. Tarifa EE, Scenna NJ. Fault diagnosis, direct graphs, and fuzzy logic. Computers & Chemical Engineering. 1997;21:S649-S654
  50. 50. Tarifa EE, Scenna NJ. Fault diagnosis for MSF dynamic states using a SDG and fuzzy logic, Fault diagnosis for MSF dynamic states using a SDG and fuzzy logic. Desalination. 2004;166:93-101
  51. 51. Tayyebi S, Shahrokhi M, Boozarjomehry RB. Fault diagnosis in a yeast fermentation bioreactor by genetic fuzzy system. Iranian journal of chemistry and chemical engineering. 2010;29:61-72
  52. 52. Hang J, Zhang J, Cheng M. Application of multi-class fuzzy support vector machine classifier for fault diagnosis of wind turbine. Fuzzy Sets and Systems. 2016;297:128-140
  53. 53. Jahromi AT, Er MJ, Li X, Lim BS. Sequential fuzzy clustering based dynamic fuzzy neural network for fault diagnosis and prognosis. Neurocomputing. 2016;196:31-41
  54. 54. Vachtsevanos G, Lewis F, Roemer M. Intelligent Fault Diagnosis and Prognosis for Engineering Systems. New York: John Wiley & Sons, Inc., Hoboken, New Jersey; 2006
  55. 55. Dou D, Zhou S. Comparison of four direct classification methods for intelligent fault diagnosis of rotating machinery. Applied Soft Computing. 2016;46:459-468
  56. 56. Lau CK, Heng YS, Hussain MA, Mohamad Nor MI. Fault diagnosis of the polypropylene production process (UNIPOL PP) using ANFIS. ISA Transactions. 2010;49:559-566
  57. 57. Bonsignore L, Davarifar M, Rabhi A, Tina GM, Elhajjaji A. Neuro-fuzzy fault detection method for photovoltaic systems. Energy Procedia. 2014;62:431-441
  58. 58. Shabanian M, Montazeri M. A neuro-fuzzy online fault detection and diagnosis algorithm for nonlinear and dynamic systems. International Journal of Control, Automation and Systems. 2011;9:665-670
  59. 59. Keller GE, Bhasin MM. Synthesis of ethylene via oxidative coupling of methane. I. Determination of active catalysts. Journal of Catalysis. 1982;73:9-19
  60. 60. Kao YK, Lei L, Lin YS. A comparative simulation study on oxidative coupling of methane in fixed-bed and membrane reactors. Industrial and Engineering Chemistry Research. 1997;36:3583-3593
  61. 61. Lu Y, Dixon AG, Moser WR, Ma YH, Balachandran U. Oxygen-permeable dense membrane reactor for the oxidative coupling of methane. Journal of Membrane Science. 2000;170:27-34
  62. 62. Daneshpayeh M, Mostoufi N, Khodadadi A, Sotudeh-Gharebagh R, Mortazavi Y. Modeling of stagewise feeding in fluidized bed reactor of oxidative coupling of methane. Energy and Fuels. 2009;23:3745-3752
  63. 63. Daneshpayeh M, Khodadadi A, Mostoufi N, Mortazavi Y, Sotudeh-Gharebagh R, Talebizadeh A. Kinetic modeling of oxidative coupling of methane over Mn/Na2WO4/SiO2 catalyst. Fuel Processing Technology. 2009;90:403-410

Written By

Zeinab Hajjar, Shokoufe Tayyebi and Mohammad Hosein Eghbal Ahmadi

Submitted: 22 November 2017 Reviewed: 27 February 2018 Published: 27 June 2018