SlideShare a Scribd company logo
International Journal of Modern Research in Engineering and Technology (IJMRET)
www.ijmret.org Volume 2 Issue 6 ǁ October 2017.
w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 19
Modelling the Single Chamber Solid Oxide
Fuel Cell by Artificial Neural Network
Tuan-Anh Nguyen1,*
, Hoc-Tran Nguyen1
, Minh-Vien Le1
1
Faculty of Chemical Engineering, Ho Chi Minh City University of Technology–VNUHCM, Vietnam
ABSTRACT: The fuel cell is currently considered as one of the most promising technologies for future energy
demand. Solid oxide fuel cells (SOFCs) have several advantages including flexibility of fuel used and relatively
inexpensive materials due to high temperature operation. SOFCs operate easily in the single-chamber mode
due to the simplified, compact, sealing-free cell structure. An artificial neural network (ANN) can be used as a
black-box tool to simulate systems without solving the physical equations merely by utilizing available
experimental data. In this study, the ANN is used for modelling a singular cell behavior. The error
backpropagation algorithm was used for an ANN training procedure. Experiments of a planar button solid
oxide fuel cell were used to train and verify the networks. The fuel cell system is fed by methane and oxygen. The
cathode is LSCF6482, the anode is GDC-Ni, the electrolyte is LDM and the operating pressure is 1 atm. The
ANN based SOFC model has the following input parameters: current density, temperature; and the cell voltage
is predicted by the model. Obtained results show that the ANN can be successfully used for modelling the single
chamber solid oxide fuel cell without knowledge of numerous physical, chemical, and electrochemical factors.
KEYWORDS -Artificial Neural Network, Modeling, Single Chamber, Solid Oxide Fuel Cell
I. INTRODUCTION
As a clean and efficient energy conversion
device, the fuel cell is currently considered as one
of the most promising technologies for future
energy demand. Solid oxide fuel cells (SOFCs)
have several advantages over other types of fuel
cells, including flexibility of fuel used and
relatively inexpensive materials due to high
temperature operation ([1]). Solid oxide fuel cell
operated in the single-chamber mode, in which the
fuel and oxidant are allowed to mix and anode and
cathode reactions take place within the same
physical chamber, have attracted recent attention.
Since no separation between fuel and air is
required, single chamber solid oxide fuel cells (SC-
SOFCs) greatly simplify the system design and
enhances the thermal and mechanical shock
resistance ([1]). Modeling and simulation of
SOFCs are effective tools in understanding and
investigating effects of various design and
operation parameters on SOFC performances, as
well as helping in SOFC developments. The
modeling and simulation results can be used to
optimize and control the fuel cell behavior,
increase the efficiency and performance, and
design the system ([2]). Therefore, a great number
of researches had investigated in SOFC modelling
and the internal process simulation based on
physical principles. These models range from zero-
dimensional (0-D) to three-dimensional (3-D) with
different features and point to different research
objectives. However, the mathematical models are
generally derived from multi-physical, chemical,
and electrochemical equations, which require
knowledge about many parameters and properties
of the component materials, the exact processes
and the numerical solutions, making the problem
too complicated to be suitable for engineering
applications.
Motivated by this need, another approach
using statistical data-driven approach for fuel cell
models has attracted increasing attention [3].
Among them, an ANN can be used as a black-box
tool to simulate systems data obtained from
experimental measurements or physical models.
The main advantages of ANN include nonlinearity,
allowing better fit to the data and does not require
any specific analytical equations and system
descriptions.
In this study, the current density was
estimated from temperature and cell voltage as
input parameters by the one layer feed-forward
neural network. To acquire the appropriate model,
several network structures were tested and the
network was trained by backpropagation
algorithms. The data used during the training has
been obtained from the actual experimental results
from our previous study [4].
International Journal of Modern Research in Engineering and Technology (IJMRET)
www.ijmret.org Volume 2 Issue 6 ǁ October 2017.
w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 20
II. MATERIALS AND METHODS
2.1. Experimental
The detail of experimental set up could be
found in our study [4]. The brief summary of the
cell is explained as follows. The anode-supported
cell was a porous support of nickel oxide and 10
mol% Gd-doped CeO2 (NiO+GDC). The
electrolyte was La1.8Dy0.2Mo2O9 (LDM). There was
a single interlayer of 0.5 wt% Fe2O3-doped
Gd0.1Ce0.9O1.95 (Fe-GDC), which functioned as a
diffusion barrier to prevent reaction between the
LAMOX and the cathode. The cathode layer was
La0.6Sr0.4Co0.8Fe0.2O3 (LSCF). The configuration of
the fuel cell system of Ni+GDC/ LAMOX/Fe-
GDC/LSCF was shown in Fig. 1. The single cell
was suspended on two gold wires for current
collecting. The cell was positioned above a coil,
which prolongs the heating time for the inflow.
Both the cell and the coil were housed in a quartz
tube, equipped with a neighboring thermocouple to
monitor the cell temperature. An extra Ni+GDC
disk was adhered above the anode to activate the
anode on-site. The geometry dimension of the
system was summarized in Table 1.
Figure 1. Configurations of single-chamber solid
oxide fuel cells (SOFC) and the anode-supported
cell based on LDM electrolyte [4]
Table 1. Geometry dimensions
Dimensions Values
(mm)
Tube length
Tube diameter
Extra disk, anode, electrolyte diameter
Extra disk, anode thickness
Cathode diameter
Cathode thickness
Extra disk to anode distance
Electrolyte thickness
45
15
13.5
0.55
9
0.027
0.15
0.06
The collection data is the cell voltage, the
temperature of the furnace and the current density.
The data sets were divided into training, validation
and test subsets, each of which contains 70 %,
20%, 10% samples, respectively. The validation
and test sets, for the evaluation of the validation
and modeling power of the networks, were
randomly selected from the experimental data.
2.2 Neural network modeling
Artificial neural networks (ANNs) consist
of an input layer, one or more hidden layers and an
output layer [5]. The number of neurons in the
input and output layers is equal to the number of
inputs and outputs in the system to be modelled.
The number of neurons in the hidden layer is
determined by trial and error and is different from
case to case. Each neuron is connected to all
neurons in the next layer by means of weighted
connections. Input to a neuron is determined as the
weighted sum of its inputs. Output from a neuron is
determined by transforming its input using a
suitable transfer function. Once an output is
calculated, it will be transmitted equally to all the
neurons in the next layer. Input neurons do not
transform their inputs; they just distribute them to
all the neurons in the first hidden layer. Fig. 2
shows a feed forwardartificial neural network (2-5-
1) structure with input of temperature and voltage.
Transfer functions can take any form and
may be linear or non-linear. The most commonly
used non-linear transfer function, which is also
used in the present study, is the logistic sigmoid.
The general form of the function is given as
( ) 1/ (1 )x
f x e  .
International Journal of Modern Research in Engineering and Technology (IJMRET)
www.ijmret.org Volume 2 Issue 6 ǁ October 2017.
w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 21
Figure 2Artificial neural network (2-5-1) structure
In order to increase the efficiency of the
network, all of the supplied input - output data
were normalized between 0 and 1. Data (xi) are
converted to normalized value (xnorm) as follows
 min
norm
max min
0.8 0.1
x x
x
x x

 

(1)
where xmax and xmin are the maximum and
minimum actual experimental data, respectively.
The performance of ANN was determined
based on the values of mean squared error (MSE)
and coefficient of determination (R2
). They were
respectively calculated as follows
2
1
1
( )
n
i i
i
MSE t a
n 
  (2)
  
   
2
i i
12
2 2
i i
1 1
n
i
n n
i i
t t a a
R
t t a a

 
 
  
 
 

 
(3)
where n is the number of data points, ti is
the predicted value from the networks, ai is the
experimental response, t and a are the average of
predicted value and actual value, respectively.
In our study, the network was trained
using backpropagation algorithm. The maximum
number of epochs, and minimum performance
gradient are set to 400, and 10-5
, respectively.
Training stops when the maximum number of
epochs is reached or when either the MSE or
performance gradient is minimized to arrive at the
pre-determined goal. Through a trial-and-error
method, the optimal network structure for the
current simulation is determined. The parameters of
the model from neural network were stored and
used to optimize the power density using genetic
algorithm in the next session.
2.3 Genetic algorithm
The genetic algorithms (GA), a member of
evolutionary algorithms (EA), are adaptive
heuristic search algorithms based on the
evolutionary ideas of natural selection and genetics.
The genetic algorithms start with randomly chosen
parent chromosomes from the search space to
create a population. The fitness of each
chromosome was evaluated by objective function.
The algorithms repeatedly modify a population of
individual solutions similar to processes occurring
in the nature − selection, recombination and
mutation. The population “evolves” toward an
optimal solution by the principles of "survival of
the fittest". More details of the genetic algorithm
can be found elsewhere [6]. A brief pseudo-code
description of the GA approach is shown in Fig. 3.
Figure 3. Flow chart of genetic algorithm
procedure
In this study, the objective function is the
power density, which is determined as P=I × V.
The parameters of GA as population size,
crossover probability, mutation probability values
were set to be, 100, 1.0 and 0.10, respectively. The
International Journal of Modern Research in Engineering and Technology (IJMRET)
www.ijmret.org Volume 2 Issue 6 ǁ October 2017.
w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 22
selection was chosen as roulette wheel selection
with elitism. The number of generations was set to
be 500.
III. RESULTS AND DISCUSSIONS
3.1 Artificial neural network
modeling
An artificial neural network was used for
modeling the current density of the fuel cell.
Experimental data obtained under different
operating conditions were used to train and test the
neural network model. The number of hidden
neurons is crucial in ANN modeling, because too
many neurons will result in over-fitting, however,
too small number of neurons may not capture the
information adequately [7]. After trial and error,
the sufficient number of neuron in hidden layer was
5. Therefore, a 2-5-1 feed forward ANN structure
was proposed in this study.
Figure 4. Comparison of V-I curve by ANN model
and experimental results
The results of the ANN modeling are
depicted as current versus cell voltage plots (or V–I
curves) and are compared with experimental data
as shown in Fig. 4. The comparison between the
power density curve of ANN prediction and
experimental results was also presented in Fig. 5.
The estimation by ANN at the temperature of 660
o
C was also shown. From the comparison figures, it
can be obtained that the results of the ANN
modeling agree well with the experimental data and
the tendency of the prediction is also reasonable.
The correlation coefficient (R2
) is nearly 1. The
MSE values for two subsets (training and testing)
were 4  10-7
and 4 10-4
, respectively. These
results confirm that the neural network model is
able to adequately predict the SOFC behavior
under different operating temperature.
Figure 5. Power density curve of ANN estimation
and experimental data
3.2 Optimization by genetic
algorithm
From the artificial neural network
modeling results, genetic algorithm was employed
to find the optimum condition for the power
density. The decision parameters were temperature
of the furnace and the cell voltage. The boundary
constraint for the temperature and the cell voltage
were [650,700] and [0,0.8], respectively.
From the results of optimization, the
maximum fuel cell power density of 381.54 A/m2
could be achieved at the temperature of 687 o
C and
cell voltage of 0.44 V.
IV. CONCLUSIONS
In this study, an artificial neural network
was successfully applied to model the behavior of a
single planar button solid oxide fuel cell. The ANN
model can adequately predict the SOFC
performance and is validated with actual
experimental data. The developed network has a
simple architecture with a small number of
neurons. The GA optimization technique was
adopted to determine the optimal cell parameters
such as operating temperature and cell voltage. The
maximum power density is 381.54 A/m2
which is
achieved at temperature of 687 o
C and cell voltage
of 0.44 V.
The results clearly demonstrate the
capabilities of the ANN model and GA
optimization for further development of SOFCs
and rapid calculations of SOFC performance. In
addition, the ANN model and the GA optimization
can be used to investigate and improve a number of
International Journal of Modern Research in Engineering and Technology (IJMRET)
www.ijmret.org Volume 2 Issue 6 ǁ October 2017.
w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 23
other parameters and can be utilized to control and
monitor SOFC systems.
V. Acknowledgements
This research is funded by Ho Chi Minh City
University of Technology – VNU-HCM under
grant number T-KTHH-2016-39.
REFERENCES
[1] M. Yano, A. Tomita, M. Sano, and T.
Hibino, Recent advances in single-chamber
solid oxide fuel cells: A review,Solid State
Ionics, 177(39–40),2007, 3351-3359.
[2] S. Kakaç, A. Pramuanjaroenkij, and X.Y.
Zhou, A review of numerical modeling of
solid oxide fuel cells,International Journal
of Hydrogen Energy, 32(7), 2007, 761-786.
[3] K. Wang, D. Hissel, M.C. Péra, N. Steiner,
D. Marra, M. Sorrentino, C. Pianese, M.
Monteverde, P. Cardone, and J. Saarinen, A
Review on solid oxide fuel cell
models,International Journal of Hydrogen
Energy, 36(12), 2011, 7212-7228.
[4] J.-C. Lo, D.-S. Tsai, Y.-C. Chen, M.-V. Le,
W.-H. Chung, and F.-J. Liu, La2Mo2O9-
Based Electrolyte: Ion Conductivity and
Anode-Supported Cell under Single
Chamber Conditions,Journal of the
American Ceramic Society, 94(3), 2011,
806-811.
[5] J. Milewski and K. Świrski, Modelling the
SOFC behaviours by artificial neural
network,International Journal of Hydrogen
Energy, 34(13), 2009, 5546-5553.
[6] R.L. Haupt and S.E. Haupt,Practical
Genetic Algorithms(Wiley, 2004).
[7] D.R. Baughman and Y.A. Liu, Neural
Networks in Bioprocessing and Chemical
Engineering (Elsevier Science, 2014).

More Related Content

What's hot

Quantum Computation for Predicting Electron and Phonon Properties of Solids
Quantum Computation for Predicting Electron and Phonon Properties of SolidsQuantum Computation for Predicting Electron and Phonon Properties of Solids
Quantum Computation for Predicting Electron and Phonon Properties of Solids
KAMAL CHOUDHARY
 
Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system
IJECEIAES
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2
IAEME Publication
 
DOE Efficiency Enhancing Solar Downconverting Phosphor Layer
DOE Efficiency Enhancing Solar Downconverting Phosphor LayerDOE Efficiency Enhancing Solar Downconverting Phosphor Layer
DOE Efficiency Enhancing Solar Downconverting Phosphor Layer
jeep82cj
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
ijsc
 
Image transmission in wireless sensor networks
Image transmission in wireless sensor networksImage transmission in wireless sensor networks
Image transmission in wireless sensor networks
eSAT Publishing House
 
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
IRJET Journal
 
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
IAEME Publication
 
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
IJLT EMAS
 
Iv3515241527
Iv3515241527Iv3515241527
Iv3515241527
IJERA Editor
 
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
IJECEIAES
 
L1303038388
L1303038388L1303038388
L1303038388
IOSR Journals
 
Analysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive controlAnalysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive control
iaemedu
 
Analysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restrictionAnalysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restriction
iaemedu
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
IJERA Editor
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
IJERD Editor
 

What's hot (16)

Quantum Computation for Predicting Electron and Phonon Properties of Solids
Quantum Computation for Predicting Electron and Phonon Properties of SolidsQuantum Computation for Predicting Electron and Phonon Properties of Solids
Quantum Computation for Predicting Electron and Phonon Properties of Solids
 
Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system Comparative study to realize an automatic speaker recognition system
Comparative study to realize an automatic speaker recognition system
 
Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2Performance evaluation of reversible logic based cntfet demultiplexer 2
Performance evaluation of reversible logic based cntfet demultiplexer 2
 
DOE Efficiency Enhancing Solar Downconverting Phosphor Layer
DOE Efficiency Enhancing Solar Downconverting Phosphor LayerDOE Efficiency Enhancing Solar Downconverting Phosphor Layer
DOE Efficiency Enhancing Solar Downconverting Phosphor Layer
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
 
Image transmission in wireless sensor networks
Image transmission in wireless sensor networksImage transmission in wireless sensor networks
Image transmission in wireless sensor networks
 
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
Investigation of SLF-EMF effects on Human Body using Computer Simulation Tech...
 
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
AN IMPROVED METHOD FOR IDENTIFYING WELL-TEST INTERPRETATION MODEL BASED ON AG...
 
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
Short Term Load Forecasting: One Week (With & Without Weekend) Using Artifici...
 
Iv3515241527
Iv3515241527Iv3515241527
Iv3515241527
 
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
A modified particle swarm optimization algorithm to enhance MPPT in the PV ar...
 
L1303038388
L1303038388L1303038388
L1303038388
 
Analysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive controlAnalysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive control
 
Analysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restrictionAnalysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restriction
 
Short Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural NetworkShort Term Electrical Load Forecasting by Artificial Neural Network
Short Term Electrical Load Forecasting by Artificial Neural Network
 
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
Neuro-Genetic Optimization of LDO-fired Rotary Furnace Parameters for the Pro...
 

Similar to Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network

Modelling of next zen memory cell using low power consuming high speed nano d...
Modelling of next zen memory cell using low power consuming high speed nano d...Modelling of next zen memory cell using low power consuming high speed nano d...
Modelling of next zen memory cell using low power consuming high speed nano d...
eSAT Journals
 
Modeling of photovoltaic system with maximum power point tracking control by ...
Modeling of photovoltaic system with maximum power point tracking control by ...Modeling of photovoltaic system with maximum power point tracking control by ...
Modeling of photovoltaic system with maximum power point tracking control by ...
International Journal of Power Electronics and Drive Systems
 
Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...
International Journal of Power Electronics and Drive Systems
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
chokrio
 
D028018022
D028018022D028018022
D028018022
researchinventy
 
A robust data treatment approach for fuel cells system analysis
A robust data treatment approach for fuel cells system analysisA robust data treatment approach for fuel cells system analysis
A robust data treatment approach for fuel cells system analysis
ISA Interchange
 
Identification study of solar cell/module using recent optimization techniques
Identification study of solar cell/module using recent  optimization techniquesIdentification study of solar cell/module using recent  optimization techniques
Identification study of solar cell/module using recent optimization techniques
IJECEIAES
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
IJERD Editor
 
J04401066071
J04401066071J04401066071
J04401066071
ijceronline
 
L1303038388
L1303038388L1303038388
L1303038388
IOSR Journals
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
IJECEIAES
 
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
IJCNCJournal
 
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
IDES Editor
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
IJMIT JOURNAL
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
VLSICS Design
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
VLSICS Design
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
International Journal of Power Electronics and Drive Systems
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
IJMIT JOURNAL
 
Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...
IJECEIAES
 
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
adeij1
 

Similar to Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network (20)

Modelling of next zen memory cell using low power consuming high speed nano d...
Modelling of next zen memory cell using low power consuming high speed nano d...Modelling of next zen memory cell using low power consuming high speed nano d...
Modelling of next zen memory cell using low power consuming high speed nano d...
 
Modeling of photovoltaic system with maximum power point tracking control by ...
Modeling of photovoltaic system with maximum power point tracking control by ...Modeling of photovoltaic system with maximum power point tracking control by ...
Modeling of photovoltaic system with maximum power point tracking control by ...
 
Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...Application and Comparison Between the Conventional Methods and PSO Method fo...
Application and Comparison Between the Conventional Methods and PSO Method fo...
 
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
Ameliorate Threshold Distributed Energy Efficient Clustering Algorithm for He...
 
D028018022
D028018022D028018022
D028018022
 
A robust data treatment approach for fuel cells system analysis
A robust data treatment approach for fuel cells system analysisA robust data treatment approach for fuel cells system analysis
A robust data treatment approach for fuel cells system analysis
 
Identification study of solar cell/module using recent optimization techniques
Identification study of solar cell/module using recent  optimization techniquesIdentification study of solar cell/module using recent  optimization techniques
Identification study of solar cell/module using recent optimization techniques
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
J04401066071
J04401066071J04401066071
J04401066071
 
L1303038388
L1303038388L1303038388
L1303038388
 
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...EEIT2-F: energy-efficient aware IT2-fuzzy based clustering  protocol in wirel...
EEIT2-F: energy-efficient aware IT2-fuzzy based clustering protocol in wirel...
 
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
A PROPOSAL TO IMPROVE SEP ROUTING PROTOCOL USING INSENSITIVE FUZZY C-MEANS IN...
 
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
Pentacene-Based Organic Field-Effect Transistors: Analytical Model and Simula...
 
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
WIRELESS SENSOR NETWORK CLUSTERING USING PARTICLES SWARM OPTIMIZATION FOR RED...
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
 
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATIONEVALUATION OF OPTICALLY ILLUMINATED MOSFET  CHARACTERISTICS BY TCAD SIMULATION
EVALUATION OF OPTICALLY ILLUMINATED MOSFET CHARACTERISTICS BY TCAD SIMULATION
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
Wireless sensor networks, clustering, Energy efficient protocols, Particles S...
 
Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...Optimal artificial neural network configurations for hourly solar irradiation...
Optimal artificial neural network configurations for hourly solar irradiation...
 
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
MODELING AND OPTIMIZATION OF PIEZOELECTRIC ENERGY HARVESTING
 

More from International Journal of Modern Research in Engineering and Technology

Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
International Journal of Modern Research in Engineering and Technology
 
Building an integrated vertical chain - a factor for sustainable construction
Building an integrated vertical chain - a factor for sustainable constructionBuilding an integrated vertical chain - a factor for sustainable construction
Building an integrated vertical chain - a factor for sustainable construction
International Journal of Modern Research in Engineering and Technology
 
Applicability Study on the Optical Remote Sensing Techniques in a River
Applicability Study on the Optical Remote Sensing Techniques in a RiverApplicability Study on the Optical Remote Sensing Techniques in a River
Applicability Study on the Optical Remote Sensing Techniques in a River
International Journal of Modern Research in Engineering and Technology
 
There is Always A Better Way: The Argument for Industrial Engineering
There is Always A Better Way: The Argument for Industrial EngineeringThere is Always A Better Way: The Argument for Industrial Engineering
There is Always A Better Way: The Argument for Industrial Engineering
International Journal of Modern Research in Engineering and Technology
 
Study on the LandCover Classification using UAV Imagery
Study on the LandCover Classification using UAV ImageryStudy on the LandCover Classification using UAV Imagery
Study on the LandCover Classification using UAV Imagery
International Journal of Modern Research in Engineering and Technology
 
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
International Journal of Modern Research in Engineering and Technology
 
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer CellsCytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
International Journal of Modern Research in Engineering and Technology
 
Investigation of Performance Properties of Graphene Coated Fabrics
Investigation of Performance Properties of Graphene Coated FabricsInvestigation of Performance Properties of Graphene Coated Fabrics
Investigation of Performance Properties of Graphene Coated Fabrics
International Journal of Modern Research in Engineering and Technology
 
Effects of bagasse ash additive on the physiochemical and biological paramete...
Effects of bagasse ash additive on the physiochemical and biological paramete...Effects of bagasse ash additive on the physiochemical and biological paramete...
Effects of bagasse ash additive on the physiochemical and biological paramete...
International Journal of Modern Research in Engineering and Technology
 
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel OilProduction and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
International Journal of Modern Research in Engineering and Technology
 
Particle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function DesignParticle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function Design
International Journal of Modern Research in Engineering and Technology
 
Computed Tomography Image Reconstruction in 3D VoxelSpace
Computed Tomography Image Reconstruction in 3D VoxelSpaceComputed Tomography Image Reconstruction in 3D VoxelSpace
Computed Tomography Image Reconstruction in 3D VoxelSpace
International Journal of Modern Research in Engineering and Technology
 
Antimicrobial Activity of Capsicum Essential Oil of Peppers
Antimicrobial Activity of Capsicum Essential Oil of PeppersAntimicrobial Activity of Capsicum Essential Oil of Peppers
Antimicrobial Activity of Capsicum Essential Oil of Peppers
International Journal of Modern Research in Engineering and Technology
 
Design of Window Function in LABVIEW Environment
Design of Window Function in LABVIEW EnvironmentDesign of Window Function in LABVIEW Environment
Design of Window Function in LABVIEW Environment
International Journal of Modern Research in Engineering and Technology
 
A study of the temporal flow of passenger and cargo transport in a Brazilian ...
A study of the temporal flow of passenger and cargo transport in a Brazilian ...A study of the temporal flow of passenger and cargo transport in a Brazilian ...
A study of the temporal flow of passenger and cargo transport in a Brazilian ...
International Journal of Modern Research in Engineering and Technology
 
Determination of Linear Absorption Coefficient for Different Materials
Determination of Linear Absorption Coefficient for Different MaterialsDetermination of Linear Absorption Coefficient for Different Materials
Determination of Linear Absorption Coefficient for Different Materials
International Journal of Modern Research in Engineering and Technology
 
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
International Journal of Modern Research in Engineering and Technology
 
Kinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot ArmKinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot Arm
International Journal of Modern Research in Engineering and Technology
 
Air and Moisture Permeability of Textiles
Air and Moisture Permeability of TextilesAir and Moisture Permeability of Textiles
Strength and durability assessment of concrete substructure in organic and hy...
Strength and durability assessment of concrete substructure in organic and hy...Strength and durability assessment of concrete substructure in organic and hy...
Strength and durability assessment of concrete substructure in organic and hy...
International Journal of Modern Research in Engineering and Technology
 

More from International Journal of Modern Research in Engineering and Technology (20)

Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
Numerical Simulations of the Bond Stress-Slip Effect of Reinforced Concrete o...
 
Building an integrated vertical chain - a factor for sustainable construction
Building an integrated vertical chain - a factor for sustainable constructionBuilding an integrated vertical chain - a factor for sustainable construction
Building an integrated vertical chain - a factor for sustainable construction
 
Applicability Study on the Optical Remote Sensing Techniques in a River
Applicability Study on the Optical Remote Sensing Techniques in a RiverApplicability Study on the Optical Remote Sensing Techniques in a River
Applicability Study on the Optical Remote Sensing Techniques in a River
 
There is Always A Better Way: The Argument for Industrial Engineering
There is Always A Better Way: The Argument for Industrial EngineeringThere is Always A Better Way: The Argument for Industrial Engineering
There is Always A Better Way: The Argument for Industrial Engineering
 
Study on the LandCover Classification using UAV Imagery
Study on the LandCover Classification using UAV ImageryStudy on the LandCover Classification using UAV Imagery
Study on the LandCover Classification using UAV Imagery
 
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
Comparative Analysis between Five Level Conventional and Modified Cascaded H-...
 
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer CellsCytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
Cytotoxicity Studies of TiO2/ZnO Nanocomposites on Cervical Cancer Cells
 
Investigation of Performance Properties of Graphene Coated Fabrics
Investigation of Performance Properties of Graphene Coated FabricsInvestigation of Performance Properties of Graphene Coated Fabrics
Investigation of Performance Properties of Graphene Coated Fabrics
 
Effects of bagasse ash additive on the physiochemical and biological paramete...
Effects of bagasse ash additive on the physiochemical and biological paramete...Effects of bagasse ash additive on the physiochemical and biological paramete...
Effects of bagasse ash additive on the physiochemical and biological paramete...
 
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel OilProduction and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
Production and Analysis of Bioresin From Mango (Mangifera Indica) Kernel Oil
 
Particle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function DesignParticle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function Design
 
Computed Tomography Image Reconstruction in 3D VoxelSpace
Computed Tomography Image Reconstruction in 3D VoxelSpaceComputed Tomography Image Reconstruction in 3D VoxelSpace
Computed Tomography Image Reconstruction in 3D VoxelSpace
 
Antimicrobial Activity of Capsicum Essential Oil of Peppers
Antimicrobial Activity of Capsicum Essential Oil of PeppersAntimicrobial Activity of Capsicum Essential Oil of Peppers
Antimicrobial Activity of Capsicum Essential Oil of Peppers
 
Design of Window Function in LABVIEW Environment
Design of Window Function in LABVIEW EnvironmentDesign of Window Function in LABVIEW Environment
Design of Window Function in LABVIEW Environment
 
A study of the temporal flow of passenger and cargo transport in a Brazilian ...
A study of the temporal flow of passenger and cargo transport in a Brazilian ...A study of the temporal flow of passenger and cargo transport in a Brazilian ...
A study of the temporal flow of passenger and cargo transport in a Brazilian ...
 
Determination of Linear Absorption Coefficient for Different Materials
Determination of Linear Absorption Coefficient for Different MaterialsDetermination of Linear Absorption Coefficient for Different Materials
Determination of Linear Absorption Coefficient for Different Materials
 
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
Evaluation of Naturally Occurring Radionuclide in Soil Samples from Ajiwei Mi...
 
Kinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot ArmKinematics Modeling and Simulation of SCARA Robot Arm
Kinematics Modeling and Simulation of SCARA Robot Arm
 
Air and Moisture Permeability of Textiles
Air and Moisture Permeability of TextilesAir and Moisture Permeability of Textiles
Air and Moisture Permeability of Textiles
 
Strength and durability assessment of concrete substructure in organic and hy...
Strength and durability assessment of concrete substructure in organic and hy...Strength and durability assessment of concrete substructure in organic and hy...
Strength and durability assessment of concrete substructure in organic and hy...
 

Recently uploaded

International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 

Recently uploaded (20)

International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 

Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network

  • 1. International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 2 Issue 6 ǁ October 2017. w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 19 Modelling the Single Chamber Solid Oxide Fuel Cell by Artificial Neural Network Tuan-Anh Nguyen1,* , Hoc-Tran Nguyen1 , Minh-Vien Le1 1 Faculty of Chemical Engineering, Ho Chi Minh City University of Technology–VNUHCM, Vietnam ABSTRACT: The fuel cell is currently considered as one of the most promising technologies for future energy demand. Solid oxide fuel cells (SOFCs) have several advantages including flexibility of fuel used and relatively inexpensive materials due to high temperature operation. SOFCs operate easily in the single-chamber mode due to the simplified, compact, sealing-free cell structure. An artificial neural network (ANN) can be used as a black-box tool to simulate systems without solving the physical equations merely by utilizing available experimental data. In this study, the ANN is used for modelling a singular cell behavior. The error backpropagation algorithm was used for an ANN training procedure. Experiments of a planar button solid oxide fuel cell were used to train and verify the networks. The fuel cell system is fed by methane and oxygen. The cathode is LSCF6482, the anode is GDC-Ni, the electrolyte is LDM and the operating pressure is 1 atm. The ANN based SOFC model has the following input parameters: current density, temperature; and the cell voltage is predicted by the model. Obtained results show that the ANN can be successfully used for modelling the single chamber solid oxide fuel cell without knowledge of numerous physical, chemical, and electrochemical factors. KEYWORDS -Artificial Neural Network, Modeling, Single Chamber, Solid Oxide Fuel Cell I. INTRODUCTION As a clean and efficient energy conversion device, the fuel cell is currently considered as one of the most promising technologies for future energy demand. Solid oxide fuel cells (SOFCs) have several advantages over other types of fuel cells, including flexibility of fuel used and relatively inexpensive materials due to high temperature operation ([1]). Solid oxide fuel cell operated in the single-chamber mode, in which the fuel and oxidant are allowed to mix and anode and cathode reactions take place within the same physical chamber, have attracted recent attention. Since no separation between fuel and air is required, single chamber solid oxide fuel cells (SC- SOFCs) greatly simplify the system design and enhances the thermal and mechanical shock resistance ([1]). Modeling and simulation of SOFCs are effective tools in understanding and investigating effects of various design and operation parameters on SOFC performances, as well as helping in SOFC developments. The modeling and simulation results can be used to optimize and control the fuel cell behavior, increase the efficiency and performance, and design the system ([2]). Therefore, a great number of researches had investigated in SOFC modelling and the internal process simulation based on physical principles. These models range from zero- dimensional (0-D) to three-dimensional (3-D) with different features and point to different research objectives. However, the mathematical models are generally derived from multi-physical, chemical, and electrochemical equations, which require knowledge about many parameters and properties of the component materials, the exact processes and the numerical solutions, making the problem too complicated to be suitable for engineering applications. Motivated by this need, another approach using statistical data-driven approach for fuel cell models has attracted increasing attention [3]. Among them, an ANN can be used as a black-box tool to simulate systems data obtained from experimental measurements or physical models. The main advantages of ANN include nonlinearity, allowing better fit to the data and does not require any specific analytical equations and system descriptions. In this study, the current density was estimated from temperature and cell voltage as input parameters by the one layer feed-forward neural network. To acquire the appropriate model, several network structures were tested and the network was trained by backpropagation algorithms. The data used during the training has been obtained from the actual experimental results from our previous study [4].
  • 2. International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 2 Issue 6 ǁ October 2017. w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 20 II. MATERIALS AND METHODS 2.1. Experimental The detail of experimental set up could be found in our study [4]. The brief summary of the cell is explained as follows. The anode-supported cell was a porous support of nickel oxide and 10 mol% Gd-doped CeO2 (NiO+GDC). The electrolyte was La1.8Dy0.2Mo2O9 (LDM). There was a single interlayer of 0.5 wt% Fe2O3-doped Gd0.1Ce0.9O1.95 (Fe-GDC), which functioned as a diffusion barrier to prevent reaction between the LAMOX and the cathode. The cathode layer was La0.6Sr0.4Co0.8Fe0.2O3 (LSCF). The configuration of the fuel cell system of Ni+GDC/ LAMOX/Fe- GDC/LSCF was shown in Fig. 1. The single cell was suspended on two gold wires for current collecting. The cell was positioned above a coil, which prolongs the heating time for the inflow. Both the cell and the coil were housed in a quartz tube, equipped with a neighboring thermocouple to monitor the cell temperature. An extra Ni+GDC disk was adhered above the anode to activate the anode on-site. The geometry dimension of the system was summarized in Table 1. Figure 1. Configurations of single-chamber solid oxide fuel cells (SOFC) and the anode-supported cell based on LDM electrolyte [4] Table 1. Geometry dimensions Dimensions Values (mm) Tube length Tube diameter Extra disk, anode, electrolyte diameter Extra disk, anode thickness Cathode diameter Cathode thickness Extra disk to anode distance Electrolyte thickness 45 15 13.5 0.55 9 0.027 0.15 0.06 The collection data is the cell voltage, the temperature of the furnace and the current density. The data sets were divided into training, validation and test subsets, each of which contains 70 %, 20%, 10% samples, respectively. The validation and test sets, for the evaluation of the validation and modeling power of the networks, were randomly selected from the experimental data. 2.2 Neural network modeling Artificial neural networks (ANNs) consist of an input layer, one or more hidden layers and an output layer [5]. The number of neurons in the input and output layers is equal to the number of inputs and outputs in the system to be modelled. The number of neurons in the hidden layer is determined by trial and error and is different from case to case. Each neuron is connected to all neurons in the next layer by means of weighted connections. Input to a neuron is determined as the weighted sum of its inputs. Output from a neuron is determined by transforming its input using a suitable transfer function. Once an output is calculated, it will be transmitted equally to all the neurons in the next layer. Input neurons do not transform their inputs; they just distribute them to all the neurons in the first hidden layer. Fig. 2 shows a feed forwardartificial neural network (2-5- 1) structure with input of temperature and voltage. Transfer functions can take any form and may be linear or non-linear. The most commonly used non-linear transfer function, which is also used in the present study, is the logistic sigmoid. The general form of the function is given as ( ) 1/ (1 )x f x e  .
  • 3. International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 2 Issue 6 ǁ October 2017. w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 21 Figure 2Artificial neural network (2-5-1) structure In order to increase the efficiency of the network, all of the supplied input - output data were normalized between 0 and 1. Data (xi) are converted to normalized value (xnorm) as follows  min norm max min 0.8 0.1 x x x x x     (1) where xmax and xmin are the maximum and minimum actual experimental data, respectively. The performance of ANN was determined based on the values of mean squared error (MSE) and coefficient of determination (R2 ). They were respectively calculated as follows 2 1 1 ( ) n i i i MSE t a n    (2)        2 i i 12 2 2 i i 1 1 n i n n i i t t a a R t t a a                (3) where n is the number of data points, ti is the predicted value from the networks, ai is the experimental response, t and a are the average of predicted value and actual value, respectively. In our study, the network was trained using backpropagation algorithm. The maximum number of epochs, and minimum performance gradient are set to 400, and 10-5 , respectively. Training stops when the maximum number of epochs is reached or when either the MSE or performance gradient is minimized to arrive at the pre-determined goal. Through a trial-and-error method, the optimal network structure for the current simulation is determined. The parameters of the model from neural network were stored and used to optimize the power density using genetic algorithm in the next session. 2.3 Genetic algorithm The genetic algorithms (GA), a member of evolutionary algorithms (EA), are adaptive heuristic search algorithms based on the evolutionary ideas of natural selection and genetics. The genetic algorithms start with randomly chosen parent chromosomes from the search space to create a population. The fitness of each chromosome was evaluated by objective function. The algorithms repeatedly modify a population of individual solutions similar to processes occurring in the nature − selection, recombination and mutation. The population “evolves” toward an optimal solution by the principles of "survival of the fittest". More details of the genetic algorithm can be found elsewhere [6]. A brief pseudo-code description of the GA approach is shown in Fig. 3. Figure 3. Flow chart of genetic algorithm procedure In this study, the objective function is the power density, which is determined as P=I × V. The parameters of GA as population size, crossover probability, mutation probability values were set to be, 100, 1.0 and 0.10, respectively. The
  • 4. International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 2 Issue 6 ǁ October 2017. w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 22 selection was chosen as roulette wheel selection with elitism. The number of generations was set to be 500. III. RESULTS AND DISCUSSIONS 3.1 Artificial neural network modeling An artificial neural network was used for modeling the current density of the fuel cell. Experimental data obtained under different operating conditions were used to train and test the neural network model. The number of hidden neurons is crucial in ANN modeling, because too many neurons will result in over-fitting, however, too small number of neurons may not capture the information adequately [7]. After trial and error, the sufficient number of neuron in hidden layer was 5. Therefore, a 2-5-1 feed forward ANN structure was proposed in this study. Figure 4. Comparison of V-I curve by ANN model and experimental results The results of the ANN modeling are depicted as current versus cell voltage plots (or V–I curves) and are compared with experimental data as shown in Fig. 4. The comparison between the power density curve of ANN prediction and experimental results was also presented in Fig. 5. The estimation by ANN at the temperature of 660 o C was also shown. From the comparison figures, it can be obtained that the results of the ANN modeling agree well with the experimental data and the tendency of the prediction is also reasonable. The correlation coefficient (R2 ) is nearly 1. The MSE values for two subsets (training and testing) were 4  10-7 and 4 10-4 , respectively. These results confirm that the neural network model is able to adequately predict the SOFC behavior under different operating temperature. Figure 5. Power density curve of ANN estimation and experimental data 3.2 Optimization by genetic algorithm From the artificial neural network modeling results, genetic algorithm was employed to find the optimum condition for the power density. The decision parameters were temperature of the furnace and the cell voltage. The boundary constraint for the temperature and the cell voltage were [650,700] and [0,0.8], respectively. From the results of optimization, the maximum fuel cell power density of 381.54 A/m2 could be achieved at the temperature of 687 o C and cell voltage of 0.44 V. IV. CONCLUSIONS In this study, an artificial neural network was successfully applied to model the behavior of a single planar button solid oxide fuel cell. The ANN model can adequately predict the SOFC performance and is validated with actual experimental data. The developed network has a simple architecture with a small number of neurons. The GA optimization technique was adopted to determine the optimal cell parameters such as operating temperature and cell voltage. The maximum power density is 381.54 A/m2 which is achieved at temperature of 687 o C and cell voltage of 0.44 V. The results clearly demonstrate the capabilities of the ANN model and GA optimization for further development of SOFCs and rapid calculations of SOFC performance. In addition, the ANN model and the GA optimization can be used to investigate and improve a number of
  • 5. International Journal of Modern Research in Engineering and Technology (IJMRET) www.ijmret.org Volume 2 Issue 6 ǁ October 2017. w w w . i j m r e t . o r g I S S N : 2 4 5 6 - 5 6 2 8 Page 23 other parameters and can be utilized to control and monitor SOFC systems. V. Acknowledgements This research is funded by Ho Chi Minh City University of Technology – VNU-HCM under grant number T-KTHH-2016-39. REFERENCES [1] M. Yano, A. Tomita, M. Sano, and T. Hibino, Recent advances in single-chamber solid oxide fuel cells: A review,Solid State Ionics, 177(39–40),2007, 3351-3359. [2] S. Kakaç, A. Pramuanjaroenkij, and X.Y. Zhou, A review of numerical modeling of solid oxide fuel cells,International Journal of Hydrogen Energy, 32(7), 2007, 761-786. [3] K. Wang, D. Hissel, M.C. Péra, N. Steiner, D. Marra, M. Sorrentino, C. Pianese, M. Monteverde, P. Cardone, and J. Saarinen, A Review on solid oxide fuel cell models,International Journal of Hydrogen Energy, 36(12), 2011, 7212-7228. [4] J.-C. Lo, D.-S. Tsai, Y.-C. Chen, M.-V. Le, W.-H. Chung, and F.-J. Liu, La2Mo2O9- Based Electrolyte: Ion Conductivity and Anode-Supported Cell under Single Chamber Conditions,Journal of the American Ceramic Society, 94(3), 2011, 806-811. [5] J. Milewski and K. Świrski, Modelling the SOFC behaviours by artificial neural network,International Journal of Hydrogen Energy, 34(13), 2009, 5546-5553. [6] R.L. Haupt and S.E. Haupt,Practical Genetic Algorithms(Wiley, 2004). [7] D.R. Baughman and Y.A. Liu, Neural Networks in Bioprocessing and Chemical Engineering (Elsevier Science, 2014).