Open access

Neural Network Based Modeling and Operational Optimization of Biomass Gasification Processes

Written By

Maurício Bezerra de Souza Jr., Leonardo Couceiro Nemer, Amaro Gomes Barreto Jr. and Cristina Pontes B. Quitete

Submitted: 04 April 2012 Published: 24 October 2012

DOI: 10.5772/48516

From the Edited Volume

Gasification for Practical Applications

Edited by Yongseung Yun

Chapter metrics overview

2,439 Chapter Downloads

View Full Metrics

1. Introduction

Gasification processes are rather complex and difficult to model as they include gas-solid two-phase flow, mass and heat transfer, pyrolysis, homogeneous gas phase reactions and heterogeneous gas-solid reactions. Modeling of these phenomena based on basic principles of conservation is still at an incipient stage of development [1]. Additionally, most of the works have focused on coal gasification (for example, see [2-3]). Consequently, the development of a mechanistic model demands that many idealizations and suppositions are made [4], resulting in a very simplified model with little predictive capability.

Artificial neural networks (ANNs) are universal approximators [5] and have received numerous applications [6]. The literature, as indicated by [7], points out their ability to recognize highly nonlinear relations and to organize disperse data in a nonlinear mode in the context of empirical or hybrid modeling. These characteristics of the ANNs are very interesting and useful, motivating their use in the modeling of biomass gasification processes.

Hence, the present work aims to investigate − through the use of artificial neural networks (ANNs) and literature data − the correlation between the composition of the produced gas and the characteristics of different biomass for several operating conditions employed in fluidized bed gasifiers. Additionally, the neural network based developed model is employed to find conditions that maximize the yield of a given component of the produced gas.

This work is structured as follows. In section 2, fundamental aspects concerning biomass gasification and the modeling of the process are briefly reviewed. Section 3 focus on the modeling based on ANNs, while section 4 presents the optimization investigations using the developed models. Finally, the main conclusions are presented in section 5.

Advertisement

2. Biomass gasification

2.1. Fundamental aspects

Gasification is a process in which a solid or liquid fuel is converted into a gaseous fuel with contact with a gasifying agent. Coal, biomass, petroleum coke and other materials can be used in the process. The produced gas is mostly composed of hydrogen (H2), carbon monoxide (CO), carbon dioxide (CO2) methane (CH4), traces of heavier hydrocarbons (as ethane and ethylene), water, nitrogen (when air is used as gasifying agent) and some contaminants. Besides the gaseous products, there are also subproducts as tar and solid non-converted residual carbon (char) [8].

The gas composition and the production of subproducts depend on several factors as: energy delivered to the process, type of gasifier, operating conditions and type of biomass employed. The gas produced can be used in different applications such as: gas turbines or internal combustion enginees, production of syngas and, after an adequate cleaning up and reforming, production of hydrogen or direct use on fuel cells [9-10]. The reactions inside the gasifier can be divided in four stages according to the temperature [8]: drying (> 150°C); pyrolysis (150 -700°C); combustion (700 - 1500°C) and reduction (800 -1100°C).

Some characteristics of the biomass have a significative effect on the performance of the gasifier. For this reason, proximate and ultimate analyses are used in order to characterize the biomass [7].

Because of their flexibility for use with different types of biomass [8], only fluidized bed (bubbling and circulating) gasifiers were studied in the present work. Different gasification agents can be considered, such as: air, oxygen, steam or a combination of them. In the case of use of air or oxygen, the heat released by the exothermic reactions between the oxygen and the fuel is used to keep the gasifier in the operating temperature and as heat source for the endothermic reactions. When steam is employed, it is necessary to use an external heat source [8].

2.2. Modeling of the process

The availability of accurate biomass gasification process models would help the operation and optimization of these processes. However, as noted by reference [11], the majority of the works have been developed for coal. In comparison with coal, biomass is made up not only of lignin, but also of cellullose and hemicellulose, each one having its own thermal behavior, what makes the biomass gasification even more difficult [11].

Reference [12] commented the difficulties of developing a model based on the kinetic equations of the different reactions, together with the mass and energy balances and hydrodynamic considerations for a circulating fluidized bed biomass gasifier. In this work, the authors cite the objective of developing a model “as good as possible”.

Previous literature papers employed neural networks to predict characteristics of combustion, pyrolisys or gasification processes. In reference [3], a hybrid gasification model using ANNs was developed to estimate reactivity parameters of different types of coal with relative success. Reference [13] used ANNs to predict the emission of pollutant gases in the combustion process of a mixture of coal and urban solid residuals with a good agreement between experimental and predicted data.

In 2001, reference [1] developed a hybrid model for the gasification of biomass in a fluidized reactor that employed steam as gasification agent. The authors used multilayer ANNs to estimate parameters of a phenomenological model. The hybrid model was used to determine the production rate of the gas and its composition in terms of H2, CO, CO2 e CH4. However, the neural networks were trained for each biomass separately.

In 2009, reference [7] used ANNs to predict LHV (lower heating values) of the gas and of the gas with tar and char and gas yields using the following input variables: type of residual (paper, wood, kitchen garbage, plastic and textile materials), gasification temperature and equivalence ratio. The results indicate that ANNs are a viable alternative for the modeling of the studied process.

Advertisement

3. Modeling using ANNs

3.1. Fundamental aspects

ANNs (Artificial Neural Networks) area a computational paradigm in which a dense distribution of simple processing elements is used to provide a representation of complex processes (and/or ill-defined and/or nonlinear).

ANNs are nowadays a standard modeling tool, being the feedforward paradigm named MLP (Multilayer Perceptron) the most popular one. Their fundamentals will not be discussed here as they can be found in several references [5, 14-16], only main aspects concerning topology and training of MLPs will be briefly commented in the following, as these ANNs were the ones chosen here.

The MLP paradigm is usually composed of an input, a hidden and an output layer of neurons. The neurons in the input layer are typically linear, while the ones in the hidden layer have nonlinear (often sigmoidal) activation functions. The neurons in the output layer may be linear or nonlinear. Each interconnection between two layers of neurons has a parameter associated with it that weights the feedforwardly passing signal. Additionally, each neuron in the hidden and output layers has a threshold parameter, also known as bias.

Typically, the neurons in the input layer simply forward the signals to the hidden neurons. The behavior of the neurons in the other layers will be explained using Figure 1.

Figure 1 exhibits the j-th neuron of the (k+1) layer of a multilayered neural network. This j-th neuron of the (k+1) layer receives a set of information spi, k (i = 1,..., nk) – corresponding to the outputs (also called activations) of the nk neurons of the previous layer – weighted, each one, by the weight wj i k corresponding to its connection. The neuron sums up these weighted inputs and the resulting value is added to a internal limit, a bias that can be represented by θj,k+1. The neuron ‘j’ produces a response for the set of signals, according to an activation function f( ) [5, 14-16]:

Figure 1.

j-th neuron of layer (k+1).

The behavior of a neuron can be mathematically expressed by:

λpj,k+1=[i=1nkwjikspi,k]+θj,k+1E1

Some examples of activation functions are given below:

Linear function:

f(λpj,k+1)=λpj,k+1E2

Sigmoidal function:

f(λpj,k+1)=[1+exp(λpj,k+1)]1E3

Hyperbolic tangent function:

f(λpj,k+1)=tanh(λpj,k+1)E4

The training of an ANN is the determination of its parameters (weights and biases) using input-output data patterns. Typically, a function that gives the error of the network for the training patterns is minimized using multidimensional indirect optimization techniques. For MLP networks, an efficient approach is to start the optmization iterations using the backpropagation technique (which employs gradient descent search) and then proceed to a conjugate gradient search until a sufficiently small error function is obtained [17].

In order to guarantee the ability of the neural network to generalize when presented to new data, the available input-output patterns are randomly divided into two sets: one for training (usually 2/3 of the available set) and the other for validation (the remaining 1/3).

3.2. Methodology

First, a literature search was carried out for experimental biomass gasification data. Data from several references for gasification of different biomass were collected [4, 7, 9-10, 18-34].

The data search had three main information focuses: the gasification system (technical and operating aspects), type of biomass and the characteristics of the produced gas, as described in the following:

  • Gasification system: type of gasifier as well as the dimensions of the reactor, the operating conditions and the gasification agent employed.

  • Biomass: proximate and ultimate analysis data were collected. Additionally, when the heating value was not provided, its value was estimated based on the ultimate analysis data.

  • Produced gas: the main information collected was the composition in terms of H2, CO, CH4 and CO2.

Some characteristics of the gasification system (as the type of bed and the operation pressure) were restricted in the search for building the database that would be further used to train the neural networks. So, the ANNs were trained for fluidized bed gasifiers, using sand as bed and operated at atmospheric pressure. Only laboratory and pilot dimensions were used in this study. Initially, data for all the gasification agents were included in the training of the ANNs.

The complete database built had 181 input-output experimental patterns taken from references [4, 7, 9-10, 18-34] and can be obtained from the corresponding author under request. In the following, some observations are presented regarding the collected data:

  • The contents of ashes, volatile components and fixed carbon were determined on a dry matter basis.

  • The variable S/B indicates the ratio between the values of steam and biomass feed mass flows.

  • The variables C, H, N, O and S indicate the mass percentage of carbon, hydrogen, nitrogen, oxygen and sulfur, respectively in the biomass fuel.

  • The composition of the produced gas is given in volumetric percentage.

  • The variable C2Hn indicates the sum of the hydrocarbons with two atom of carbon that are formed in the process (mostly, ethylene and ethane).

At first, the choice of the input variables for the ANNs model was made heuristically, considering the analysis of the studied problem and the influence of the input variables in the prediction of the composition of the produced gas. Later, a sensitivity analysis was also implemented in order to help in that task.

In this work, the Statistica Neural Networks – SNN (Statsoft®) software was used in order to train and validate the neural networks. The ANNs that presented the best performance were of the kind MLP (Multilayer Perceptron). MLPs are feedforward, multilayered neural networks that typically present one input, at least one hidden layer and one output layer of computational nodes (the neurons). Details can be found in several references, including [5]. The MLPs employed in this work had one hidden layer of hyperbolic tangent neurons.

Advertisement

4. Results

4.1. Modeling results using ANNs

ANNs were trained using partial information about the gasification system and the biomasses in order to make predictions about the produced gas (composition in terms of H2, CO, CH4, CO2, C2Hn). The following information concerning the operating conditions of the gasifier was used as input variables to the neural network: equivalence ratio, steam/biomass ratio (S/B), temperature of the gasifier (T) and gasification agent used (the categories: air, steam, air/steam, steam/oxygen). Additionally the following information about the biomass was also used as input variables to the neural network: proximate (specifically, moisture, ash and volatile contents) and ultimate (specifically, C, H and O percentages) analysis data.

It must be emphasized that only partial information was used in order to avoid a large number of input variables to the neural network and, consequently, a large number of neurons and of parameters, that could lead to an overdimensioned neural network, with little predictive capability [5], considering the limited amount of literature data used for training.

A very detailed study was carried out, concerning the design and comparison of multilayered (MLP) neural network models models. ANNs with multiple and individual outputs were trained. The inclusion of an input categorical variable that classified the gasifier as ‘bubbling’ or ‘circulating fluidized bed’ was also investigated. Comparison with multi-regression linear models was performed and the MLP outperformed the linear models in all the cases studied here, due to the nonlinear nature of the data. This study is fully described in reference [35]. Here, due to space reasons, selected results are shown. The selection aimed to provide illustrative results of the application of ANNs in the modeling and optimization of gasification of different type of biomass in fluidized gasifiers.

In the following, preliminary results considering both bubbling and circulating fluidized bed gasifiers are presented. For the choice of this ‘universal’ neural network, three hundred ANNs were compared employing 2/3 of the patterns in the built database for training and 1/3 for validation. A total of 131 patterns were available for the prediction of the output variables (H2, CO, CH4, CO2 and C2Hn). The data for the continuous input variables were between the following limits: 7.5 < Moisture < 9.4; 71.02 < Volatiles < 82; 0.32< Ash < 26.4; 36.57 < C < 48; 4.91 < H < 6.04; 39 < O < 45.43; 0 < Equivalence ratio < 0.9; 0.113 < S/B < 4.7 and 650 < T < 900. The gasification agent was considered as a categorical input variable for this ‘universal’ neural network.

A total of 300 MLPs, with different topologies, was trained using the Statistica Neural Networks. The ANN selected was the one that presented the smallest error for validation. It presented a topology consisting of 13 neurons in the input layer (4 for the categorical variable and 9 for the continuous input variable), 13 in the hidden layer and 5 in the output layer. This configuration can be seen in Figure 2.

Figure 2.

Topology of the multiple output neural network 13:13:5 MLP

Table 1 presents an analysis of the performance of the neural network. One statistical parameter used in the analysis was the SD-ratio parameter, which calculates the ratio between the standard-deviation of the ANN model and the standard-deviation of the training and validation (or selection) data. If the SD-Ratio is 1.0, then the network does no better than a simple average. A low (lower than 0.25) SD-ratio for the validation (or selection data) is indicative of a very good generalization capability of the ANN. This criterium (named here Select Performance) was used to select the best neural network during the training phase. It can be seen that the values of the SD-Ratio are between 0.13 and 0.18, with the exception of the result for C2Hn, which was a bit higher (0.34).

Table 1 also show that high standard Pearson-R correlation coefficient between the actual and predicted outputs for the five output variables. In order to have accurate predictions, this parameter should be as close to one as possible. The high correlation between the predicted concentrations and the observed ones can also be observed in Figures 3 to 7. The lowest value for the correlation coefficient was observed for the prediction of C2Hn, which shows the highest dispersion. This was similar to what had been obtained for the SD-Ratio and can be explained by the fact that the concentration of these components is very small in the produced gas; for that reason, many authors do not take their presence into account.

H2COCH4CO2C2Hn
Data mean38.6227.714.8427.201.46
Data S.D.17.9914.324.5812.471.87
Error mean-0.23-0.16-0.040.110.03
Error S.D.2.292.130.822.150.63
Absolute Error mean1.681.470.501.560.28
SD-Ratio0.130.150.180.170.34
Correlation0.990.990.980.990.92

Table 1.

Analysis of the Performance of the Multiple Output 13:13:5 MLP

A correlation of 1 indicates only that a prediction is perfectly linearly correlated with the observed outputs. So, here, in order to judge the quality of the predictions, a high Pearson-R correlation coefficient will be required together with small SD-Ratio parameter.

A sensitivity analysis was also carried out in order to evaluate the importance of each input variable to the predictive performance of the neural network. In this analysis, if one specific variable is considered ‘unavailable’ (that is, only its means value is used) the performance of the network should deteriorate and its Error should increase. Based on this fact, the sensitivity analysis, calculates the ratio between the Error and the Baseline Error (i.e. the error of the network if all variables are ‘available’). If the Ratio is one or lower, then making the variable ‘unavailable’ either has no effect on the performance of the network or enhances it. This way, the higher the Ratio, the most important is that particular input variable to the performance of the ANN.

Table 2 presents the results of the sensitivity test, where the Rank lists the variables in order of importance. The results in Table 2 indicate that all listed 10 input variables are important; thus, it can be concluded these variables are needed in order to perform accurate predictions, being the gasification agent the most important one.

Even though these first results were quite satisfactory, improved results were sought. In order to obtain more parsimonious (in terms of number of neurons) models, without harming the statistical parameters (SD-Ratios and correlation parameters), individual − one for the prediction of each component gas − MLPs, with only one output variable, were trained.

Again, for the sake of conciseness, the results will be summarized, being their complete description found in reference [35].

A total of 300 MLPs with different topologies was trained for each individual output MLP. The best one for each case was considered as the one that presented the smallest SD-Ratio for the validation patterns. Table 3 presents the results of the individual output MLP against the multiple output MLP.

Figure 3.

Prediction of H2 concentration in the output gases for the Multiple Output 13:13:5 MLP

Figure 4.

Prediction of CO concentration in the output gases for the Multiple Output 13:13:5 MLP

Figure 5.

Prediction of CH4 concentration in the output gases for the Multiple Output 13:13:5 MLP

Figure 6.

Prediction of CO2 concentration in the output gases for the Multiple Output 13:13:5 MLP

Figure 7.

Prediction of C2Hn concentration in the output gases for the Multiple Output 13:13:5 MLP

Gasification
agent
MoistureAshVolatilesCHORES/BT
Ratio3.741.121.882.242.761.973.272.332.491.80
Rank11086372549

Table 2.

Multiple output 13:13:5 MLP: sensitivity analysis

The analysis of the results presented in Table 3 show that it was possible to keep the predictive performance of the ANNs using individual output instead of multiple output models. The SD-Ratio and correlation parameters were of the same magnitude but the individual models had less neurons in the layers. It should be clarified here that for part of the models (as the ones for CO and CO2) less variables were used in the input layer as sensitivity analysis showed that some variables were not necessary for an accurate prediction and were discarded as inputs [35].

Multiple MLPIndividual MLP
SD-RatioCorrelationTopologySD-RatioCorrelationTopology
H20.130.9913:13:5
MLP
0.130.9911:9:1
MLP
CO0.150.9913:13:5
MLP
0.140.9910:6:1
MLP
CH40.180.9813:13:5
MLP
0.130.9913:9:1
MLP
CO20.170.9913:13:5
MLP
0.200.9810:11:1
MLP

Table 3.

Performance of the Individual Output MLP

Additionally, sensitivity tests − as the ones shown in Table 2 − revealed that the gasification agent was again the most important variable for the individual output MLPs as was the case for the multiple output ones. This motivated the development of ‘specialized’ MLPs for the prediction of the percentage composition of the four most important components (H2, CO, CH4, CO2) in the output gas of bubbling, fluidized gasifiers.

High correlations values (ranging from 0.94 to 0.99) were obtained for these ‘specialized’ ANNs. In the following, results are shown for the neural network that predicts the hydrogen percentage in the produced gas of a bubbling fluidized gasifier, using steam as the gasification agent.

The obtained MLP presents 7 linear neurons in the input layer (for the input variables: 1. moisture (%wt); 2. volatile content (%wt); 3. C (%wt); 4. H (%wt); 5. O (%wt); 6. S/B; 7. T (oC)); 10 hyperbolic neurons in the hidden layer and 1 linear neuron in the outpout layer. It was trained using the backpropagation method during the 100 initial epochs and the conjugate gradient during the 127 last ones [5, 35]. This ANN will be further cited here as 7:10:1 MLP.

Figure 8 illustrates the topology of the 7:10:1 MLP (a) and its results (b). A very high correlation (0.99) between predicted and observed value was obtained. Table 4 presents the results of the sensitivity test for the input variables. It can be seen that the mass percentage of hydrogen in the biomass fuel is the most important input variable for the prediction of hydrogen in the produced gas, as expected.

4.2. Preliminary results of operational optimization

A preliminary investigation was also conducted of the optimization of the operation of a particular gasifier using the gasification model provided by the neural network. The neural model described in the previous section for a bubbling gasifier using steam as the gasificant agent was employed. For this study, the biomass was fixed and the operating conditions (in terms of T and S/B) were varied, according to the data present in the built database [35] in order to maximize the yield of a given component in the produced gas.

The results for wood and straw biomasses and maximization of the production of hydrogen are described in the following to illustrate the procedure. Initially, the response surfaces using the neural model and the data for each biomass were plotted as shown in Figure 9 (a) and (b) for wood and straw, respectively. Analyzing these surfaces, the most adequate directions for changes in the operational variables can be chosen if the objective is to increase the production of hydrogen.

In Figure 9, the operating variables were varied considering the availability of data in that operating range. So, temperature was varied between 800 and 850 oC, for wood, and 650 and 900 oC, for straw. For the ratio S/B, the considered ranges were 1.1 < S/B < 4.7, for wood, and 0.4 < S/B < 0.9, for straw. It can be seen in Figure 9 that, if the operating values are restricted to those ranges, the maximization of H2 in the produced gas demands higher S/B ratios and opposite directions for T (lower T for wood and higher T for straw). So, the model provided by the ANN provides information that could give the operator the right trends to maximize the production of a given product of interest.

Figure 8.

MLP 7:10:1 for prediction of hydrogen in the produced gas (bubbling gasifier, gasificant agent: steam): (a) illustration; (b) predicted vs. experimental values

MoistureVolatilesCHOS/BT
Ratio8.004.454.858.8778.1608.276.49
Rank4761325

Table 4.

MLP 7:10:1 for prediction of hydrogen in the produced gas (bubbling gasifier, gasificant agent: steam): sensitivity analysis

Figure 9.

MLP 7:10:1 for prediction of hydrogen in the produced gas (bubbling gasifier, gasificant agent: steam): response surface for wood (a) and straw (b).

Advancing a further step in the optimization, just for the sake of a preliminary investigation, the ability of the neural network to generalize (interpolating the training data) was also evaluated.

For the bubbling gasifier, with steam as the gasificant agent, the database training data included the operating variables in the range 650 < T < 900 oC and 0.113 < S/B < 4.7 and three different biomasses (wood, straw and pine sawdust). A stochastic optimization method, the Particle Swarm Optimization (PSO) [36], was applied, in order to find the optimum (maximum yield of H2 in the produced gas), for a given biomass, considering the whole operating range in the training database. When that approach was applied, as an example, for straw biomass, the PSO algorithm found an optimum for hydrogen production of 81.07 for S/B = 4.7 and T = 700.95 oC. This result should be analysed very cautiously; the percentage of hydrogen seems very high − as literature report percentage of 72 % [37] − but it indicates for the operator a region that should be further examined experimentally in order to reach higher percentages of the component of interest in the produced gas. Additional results and details may be found in [35].

Advertisement

5. Conclusions

ANNs are able to capture the latent characteristics present in the experimental data used for training, including nonlinearities [5]. Hence, multilayer perceptron neuron networks were proposed here as an alternative tool for the empirical modeling of biomass gasification. Specifically, ANN models were developed to correlate operating conditions of the gasifier and biomass data with characteristics of the produced gas, using experimental data given in the literature. It was verified that the developed model showed a good performance with a parsimonious number of units, when it was specifically built for a particular gasifier and a particular gasification agent [35]. Very high correlation rates between predictive and observed data were obtained.

The resulting trained ANN model is an algebraic mapping between input-output data, demanding little computational time. That fact makes the use of neural network very attractive in real time control and/or optimization of the process. The preliminary optimization investigation carried out here showed that the ANNs may supply the operator with information of tendencies that should be further experimentally checked in order to reach the target of maximizing the amount of a given component in the produced gas.

Calibration of the ANNs is easily performed, that is, whenever additional data are available, they may be added to the database and the ANN may be retrained, improving its predictive ability.

Presently, works based on hybrid neural-phenomenological [38] are being developed by the group as done before with a biotechnological process [39].

Acknowledgement

This work was sponsored by Brazilian State Oil Company, PETROBRAS. Professor Maurício Bezerra de Souza Júnior acknowledges CNPq for a research fellowship.

References

  1. 1. GuoB.LiD.ChengC.Z.-a.ShenY.2001Simulation of biomass gasification with a hybrid neural network model. Bioresource Technology, 767783
  2. 2. NouguésJ. M.PanY. G.VeloE.et al.2000Identification of a pilot scale fluidised-bed coal gasification unit by using neural networks. Applied Thermal Engineering, 2015611575
  3. 3. GuoB.ShenY.LiD.ZhaoF.1997Modelling coal gasification with a hybrid neural network. Fuel, 7612
  4. 4. LiX.GraceJ.LimC.et al.2004Biomass gasification in a circulating fluidized bed. Biomass & Bioenergy, 26171193
  5. 5. HaykinS.1999Neural Networks, A Compreensive Foundation, 2nd ed., New Jersey, Prentice-Hall.
  6. 6. HimmelblauD. H.2000Applications of Artificial Neural Networks in Chemical Engineering, Korean Journal of Chemical Engineering, 174373392
  7. 7. XiaoG.NiM.-j.ChiY.et al.2009Gasification characteristics of MSW and an ANN prediction model. Waste Management, 291240244
  8. 8. BasuP.2006Combustion and gasification in fluidized beds. Taylor & Francis Group, USA.
  9. 9. ChenG.AndriesJ.SpliethoffH.et al.2004Biomass gasification integrated with pyrolysis in a circulating fluidised bed. Solar Energy, 76, 1-3, 345-349.
  10. 10. BaratieriM.BaggioP.FioriL.GrigianteM.2008Biomass as an energy source: Thermodynamic constraints on the performance of the conversion process. Bioresource technology, 9970637073
  11. 11. NemtsovD.ZabaniotouA.2008Mathematical modelling and simulation approaches of agricultural residues air gasification in a bubbling fluidized bed reactor. Chemical Engineering Journal. 143, 1-3, 10-31.
  12. 12. CorellaJ.SanzA.2005Modeling circulating fluidized bed biomass gasifiers. A pseudo-rigorous model for stationary state. Fuel Processing Technology 8610211053
  13. 13. DongC.JinB.ZhongZ.LanJ.2002Tests on co-firing of municipal solid waste and coal in a circulating fluidized bed. Energy Conversion and Management, 4321892199
  14. 14. RumelhartD. E.Mc ClellandJ. L.1986Parallel distributed processing: explorations in the microstructure of cognition., 1 ed., MIT Press, Cambrigde.
  15. 15. Hecht-NielsenR.1989Theory of the backpropagation neural network. IEEE International Conference on Neural Networks. 1593605
  16. 16. BaughmanD. R.LiuY. A.1995Neural networks in bioprocessing and chemical engineering. Virginia Polytechnic Institute and State University, Blacksburg, VA.
  17. 17. LeonardJ.KramerM. A.1990Improvement of the Backpropagation Algorithm for Training Neural Networks. Computers and Chemical Engineering. 14337
  18. 18. DohertyW.ReynoldsA.KennedyD.2009The effect of air preheating in a biomass CFB gasifier using ASPEN Plus simulation, Bioresource Technology, 33911581167
  19. 19. HeM.XiaoB.LiuS.et al.2009Hydrogen-rich gas from catalytic steam gasification of municipal solid waste (MSW): Influence of steam to MSW ratios and weight hourly space velocity on gas production and composition. International Journal of Hydrogen Energy, 21742183
  20. 20. NikooaM. B.MahinpeyaN.2008Simulation of biomass gasification in fluidized bed reactor using ASPEN PLUS. Biomass and Bioenergy, 321212451254
  21. 21. ShenL.GaoY.XiaoJ.2008Simulation of hydrogen production from biomass gasification in interconnected fluidized beds. Biomass and Bioenergy, 32120127
  22. 22. Souza-SantosM. L.2008aComprehensive Simulator (CSFMB) Applied to Circulating Fluidized Bed Boilers and Gasifiers. The Open Chemical Engineering Journal, 2106118
  23. 23. Souza-SantosM. L.2008bCSFB applied to fluidized-bed gasification of special fuels. Fuel, 885826833
  24. 24. SiedleckiM.SimeoneE.De JongW.et al.2007Characterization of gaseous and condensable components in the product gas obtained during steam-oxygen gasification of biomass in a 100 KWth CFB gasifier. 15th European Biomass Conference and Exhibition- From Research to Market, 11201127
  25. 25. CaoY.WangY.RileyJ. T.et al.2006A novel biomass air gasification process for producing tar-free higher heating value fuel gas. Fuel Processing Technology, 87343353
  26. 26. García-IbañezP.CabanillasA.SánchezJ. M. S.2004Gasification of leached orujillo (olive oil waste) in a pilot plant circulating fluidised bed reactor. Preliminary results. Biomass and Bioenergy, 27183194
  27. 27. DellepianeD.BosioB.AratoE.2003Clean energy from sugarcane waste: feasibility study of an innovative application of bagasse and barbojo. Journal of Power Sources, 12214756
  28. 28. LvP.ChangJ.XiongZ.et al.2004An experimental study on biomass air-steam gasification in a fluidized bed, Bioresource Technology, 9595101
  29. 29. SchusterG.LofflerG.WeiglK.et al.2001Biomass steam gasification- an extensive parametric modeling study. Bioesource Technology, 777179
  30. 30. van der DriftA.van DoornJ.VermeulenJ. W.2001Ten residual biomass fuels for circulating fluidized-bed gasification. Biomass and Bioenergy, 204556
  31. 31. TurnS.KinoshitaC.ZhangZ.et al.1998An experimental investigation of hydrogen production from biomass gasification. Int. J. Hydrogen Energy, 238641648
  32. 32. FaaijA.van ReeR.WaldheimL.et al.1997Gasification of Biomass Wastes and Residues for Electricity Production. Biomass and Bioenergy, 126387407
  33. 33. BoatengA. A.WalawenderW. P.FanL. T.CheeL. T.1992Fluidized-bed steam gasification of rice hull. Bioresource Technology, 40235239
  34. 34. ErgudenlerA.GhalyA. E.1992Quality of gas produced from wheat straw in a dual-distributor type fluidized bed gasifier. Biomass and Bioenergy, 36419430
  35. 35. NemerL. C.2010Modelagem do Processo de Gaseificação de Biomassa Empregando Redes Neuronais, Monograph, Escola de Química, UFRJ (in Portuguese).
  36. 36. KennedyJ.EberhartR.1995Particle Swarm Optimization. Proceedings of the IEEE International Conference on Neural Networks, Perth, Australia, 19421948
  37. 37. CorellaJ.AznarM. P.CaballeroM. A.et al.2008g H2/kg biomass d.a.f. by a CO-shift reactor downstream from a FB biomass gasifier and a catalytic steam reformer. International Journal of Hydrogen Energy, 3718201826
  38. 38. Psichogios D.C. and Ungar L.H.1992A hybrid neural network- first principles approach to process modeling. AIChE Journal, 381014991512
  39. 39. BoaretoA. J. M.De Souza JrM. B.ValeroF.ValdmanB.2007A Hybrid Neural Model (HNM) for the On-Line Monitoring of Lipase Production by Candida rugosa. Journal of chemical Technology and Biotechnology.

Written By

Maurício Bezerra de Souza Jr., Leonardo Couceiro Nemer, Amaro Gomes Barreto Jr. and Cristina Pontes B. Quitete

Submitted: 04 April 2012 Published: 24 October 2012