SlideShare a Scribd company logo
1 of 4
Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 3, May-Jun 2013, pp.243-246
243 | P a g e
Prediction Tensile Stress of AA6061 Using Particle Swarm
Optimization Algorithm
Mina Eskandari1
, Bahman Mirzakhani2*
, Mostafa Mansourinejad3
1) Department of Computer Engineering,Malayer Branch,Islamic Azad University,Malayer,Iran
2) Department of Materials Science and Engineering, Faculty of Engineering, Arak University, Arak 38156-8-
8349, Iran.
3) Faculty of Engineering, Islamic Azad University, Dezful Branch, Dezful 64616-63679, Iran.
Abstract:
Mechanical properties of materials are
conventionally evaluated by experimental tests
such as tensile test. However these experiments
are almost expensive and time consuming. It is
desirable to predict material properties through
computer simulations and modeling. Artificial
intelligence models can be used successfully in
this field. In this paper, the particle swarm
optimization algorithm was utilized to predict
flow stress of AA6061 aluminum alloy during
tensile test. The material constants in
Hollomon's equation were determined as well.
The simulation results show good agreement
with experimental data.
Keywords: Particle swarm optimization, Al
Alloy, Flow Stress, Tensile Test
1. Introduction
In recent years, optimization has an
important role in various scientific fields
[1].Optimization implies that how the best solution
of a problem is accomplished.
Behavior of engineering materials against
force, torque, or generally, any external stress
either static or dynamic on the specific
circumstances of work environment or test
environment, called mechanical properties. Quality
of materials used in industrial components depends
on their mechanical properties. There are several
experimental tests such as tensile test, hardness,
impact test to study mechanical properties of
materials [2].
A tensile test also known as tension test is
the most common test in evaluating mechanical
properties of materials. This test is used to
determine behavior of a sample while an axial
stretching load is applied. The test characteristic is
stress - strain curve.
It is desirable for engineers to predict
tensile properties of material without doing
experiments. Hollomon's equation is extensively
used to study tensile properties of alloys in various
applications [3-6]. That is power low relationship
between the stress and amount of plastic strain [2,
7]:
𝜎 = 𝐾𝜀 𝑛
(1)
where σ is the stress, ε is the plastic strain, K and n
are material constants. K is the strength index, and
n is the strain hardening exponent.
Mahfouf and Linkens [8] used an
integrated fuzzy model and Particle Swarm
Optimization (PSO) to address optimum alloy in
multi criteria designing making. They developed
prediction models of optimization fuzzy algorithm
to design heat treatment cycles of steels. Altinkok
[9] studied tensile properties and hardness of
aluminum base composite using artificial neural
network. Behavior of 7039 aluminum alloy joints
in friction stir welded investigated by
Lakshminarayanan and Balasubramanian[10]. They
used artificial intelligence network to predict
tensile properties of alloy in different process
conditions.
PSO is one of the most algorithms utilized
in the field of collective intelligence. This
algorithm, developed by Eberhart and Kennedy in
1995 and Inspired by the social behavior of
animals such as fish and birds that is designed live
together in small groups and large[11-13]. In PSO,
there are several solutions that can simultaneously
work together. The potential solutions called
particles. They brows in the search space to reach
the optimal position. Speed and position of each
particle is randomly initialized in the problem
apace. Then all the particles will gradually move to
achieve the best solutions[1, 14].
Assume that our search space is d-
dimensional, and the ith particle of the swarm can
be represented by a d-dimensional position vector
Xi = [ xi1,xi2,xi3,...,xid ]. The velocity of the
particle is denoted by vi=[vi1,vi2,vi3,...,vid]. In
addition consider that the best visited position for
the particle is Pibest=[Pi1,Pi2,Pi3, ... ,Pid] and also
the best position has been explored so far is
Pgbest=[Pg1,Pg2,Pg3, ... ,Pgd]. Therefore the
position of the particle and its velocity is being
updated by using the following equations[14]:
𝑉𝑖
𝑘+1
= 𝑤𝑉𝑖
𝑘
+ 𝑐1 𝑟1 Pibest − xi
k
+ 𝑐2 𝑟2(𝑃 𝑔𝑏𝑒𝑠𝑡 −
𝑥𝑖
𝑘
) (2)
𝒙𝒊
𝒌+𝟏
= 𝒙𝒊
𝒌
+ 𝑉𝑖
𝑘+1
(3)
where 𝑉𝑖
𝑘
is the velocity of ith
particle at the kth
iteration, 𝒙𝒊
𝒌
is current the solution (or position) of
the ith
particle. c1 is the self-confidence (cognitive)
Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 3, May-Jun 2013, pp.243-246
244 | P a g e
factor and c2 is the swarm confidence (social)
factor. r1 and r2 are random numbers generated
uniformly between 0 and 1. w is inertia weight that
control influence components of current speed on
their next speed and balance the ability of the
algorithm in the search is local and global search.
So it is reasonable w decreases gradually.
Meanwhile the first global search has to be done
and gradually goes towards local search. Several
methods have been proposed to determine the value
of inertia weight [15, 16].
In this paper, the PSO algorithm developed to
predict flow stress of 6061 aluminum alloy during
tensile test. The material constants in Hollomon's
equation of alloy can be obtained from this
algorithm as well.
2. Algorithm, Model and Experiment
In order to improve the PSO algorithm
performance, in prediction of tensile stress; a
matrix for constants in Hollomon's equation was
considered .In this matrix , n and K are the first and
second elements respectively.
It is essential to define initially a suitable cost
function for solving the problem. Three types of
error criteria used in study[16]:
Sum of squares error between the output model and
experimental data:
𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒1
2
= (𝑦𝑖 − 𝑦𝑖
′
)2𝑚
𝑖=1
(4)
1- The mean error between model output and
measurements:
𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒2 =
𝑦 𝑖 −𝑦 𝑖
′𝑚
𝑖=1
𝑚
(5)
2- The product of all the errors between model
output and experimental values:
𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒3 = 𝑦𝑖 − 𝑦𝑖
′𝑚
𝑖=1 (6)
In equations 1-3, m is number of particles, 𝑦𝑖 is
actual system output and 𝑦𝑖
′
is the model output. In
order to validate the mode and to compare the
model output white the actual data, tensile test was
carried out on the AA6061 samples. The detail of
material and experimental procedures has been
presented in reference[17].
3. Result and Discussion
Several factors affect the on convergence speed and
accuracy including population size, learning factor,
inertia weight, fitness function and the type of
error[14]. The influences of these factors on the
speed and accuracy of PSO algorithm depends on
the specific problem. In this study, different sets of
these factors were implied in the program and the
results were evaluated from computation time and
error rate point of view. The combination of
settings, which led to optimum results is presented
in Table1.output of the program implementation for
40 and 56 data are shown in table2. The results
show that the maximum error 1.4601833 and
average error of is 0.74464.
Table 1: The optimum PSO algorithm factors
valuesfactors
100Popsize
1c1
3c2
300Iteration
2Error Type
Table 2: The final values obtained for the
Hollomon's equation constants
K(MPa)nIterationBest FitnessNumber of
data
370.30720.11782040.409640
367.32470.11541670.443356
Fig.1 shows the average and the best value
of cost function to obtain materials constants in
Hollomon's equation. As illustrated in this figure,
the cost function value decreases when the number
of iteration increases. After 50 iterations it remains
nearly constant. When the iteration reaches to 204,
the best value of cost function is achieved.
In fig.2, the difference between the stress values
obtained from model and measurements is
demonstrated. In this figure, the data obtained
according to error type2 in Eq.5. The fig.2 shows
that for a small plastic strain, the contrast between
the model output and actual values is more
sensible. While deformation proceeds, the
magnitude of difference becomes negligible.
The difference between the data predicted by the
model and experimental data is shown in Fig.3. It is
clear that a good agreement between the model
output and actual value has been obtained. For
strain value less than 0.025, the predicted curve
deviates from experimental data. This is due to
that this part of curve is reprehensive of onset of
plastic deformation and material behavior transfers
from elastic to plastic deformation. It has to be
mentioned that Hollomon's equation is merely
applicable for uniform plastic deformation of
material.
Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 3, May-Jun 2013, pp.243-246
245 | P a g e
Fig. 1: Average and the best value of cost
function of the problem
Fig. 2: The difference between the theoretical
stress values and experimental stress for error type
2
Fig. 3: Comparison of the stress - strain
obtained from the model and experimental data
Fig. 4 compares the stress-strain curves for various
error types and experimental data. It is clear that all
error types predict the same result and have a good
agreement with practical curve. In addition, the
material constants in Hollomon's equation are
identical in different error types; however the cost
functions are different as presented in table3.
Fig. 4: stress-strain curve obtain for various error
type
Table 3: Material constants in Hollomon's equation
and cost functions for different error types
Error
type
n K(MPa)
best value of
cost function
1 0.1178 370.3072 16.3837
2 0.1178 370.3072 0.4096
3 0.1172 369.5283 9.1417e-065
4. Conclusion
The PSO algorithm developed to predict tensile
Stress of 606 a1uminum alloy. The optimum
material constants in Hollomon's equation; i.e n=
0.1178 and K= 370.3072MPa obtained. Choosing a
suitable choice operator of population size, inertia
weight and learning factors lead to valuable result
with minimal cost. Finally, the particle swarm
optimization algorithm has a good potential to use
in mechanical and materials engineering problems.
The comparison of stress data of model with
experimental results indicated a good agreement.
References
Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of
Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 3, May-Jun 2013, pp.243-246
246 | P a g e
[1] CLERC M. Particle swarm optimization
[M]. ISTE USA, 2006.
[2] DIETER G. Mechanichal metallurgy [M].
Mc Graw Hill, 1977.
[3] ROYLANCE D. Stress-Strain curves:
massachusetts Institute of Technology
[M]. Cambridge, 2001.
[4] LING Y. Uniaxial true stress-strain after
necking. AMP Journal of Technology [J].
1996, 5.
[5] SANTHANAM A T,
RAMACHANDRAN V, REED-HILL R
E. An Investigation of the Shape of the
Titanium Stress Strain Curves After a
Strain Rate Change [J]. Metallurgical
transactions. 1970, 1.
[6] LEVITAS V I, STASHKEVICH I E,
NEMIROVSKIIi A B. Stress-strain
diagrams of metals under large uniform
compressive strains [J]. Strength of
Materials. 1994, 26.
[7] CALLISTER W D, RETHWISCH D G.
Materials science and engineering: An
introduction [M]. 8th
edition ed: John
Wiley and Sons, 2009.
[8] MAHFOUF M, CHEN M, LINKENS D.
A. Multi-objective particle swarm
optimization for alloy toughness design
using a fuzzy predictive model, 16th IFAC
World Congress. Czech Republic,2005.
[9] ALTINKOK N. Use of Artificial Neural
Network for Prediction of Mechanical
Properties of α-Al2O3 Particulate-
reinforced Al–Si10Mg Alloy Composites
Prepared by using Stir Casting Process [J].
Journal of Composite Materials. 2005, 40.
[10] LAKSHMINARAYANAN A K,
BALASUBRAMANIAN V. Comparison
of RSM with ANN in predicting tensile
strength of friction stir welded AA7039
aluminium alloy joints [J]. Transactions of
Nonferrous Metals Society of China.
2008,19.
[11] EBERHART R, KENNEDY J. A new
optimizer using particles swarm theory
[A]. MHS95 Proceedings of the Sixth
International Symposium on Micro
Machine and Human Science. 1995,43.
[12] KENNEDY J, EBERHART R C. Particle
swarm optimization. Conference on
Neural Networks1995.
[13] KENNEDY J, EBERHART R C, Shi Y.
Swarm Intelligence. Morgan kaufmann
publishers. 2001, 2.
[14] LAZINICA A. Particle Swarm
Optimization. In-Tech, 2009.
[15] SHi Y, EBERHART R. A modified
particle swarm optimizer [A].
Evolutionary Computation Proceedings.
IEEE World Congress on Computational
Intelligence1998.
[16] HAUPT R L, HAUPT S E. Practical
genetice alghoritms [M]. Second edition,
John Wiley & Sons, 2004.
[17] Mansourinejad M., Mirzakhani B.
Influence of sequence of cold working and
aging treatment on mechanical behaviour
of 6061 aluminum alloy [J]. Transactions
of Nonferrous Metals Society of China.
2012, 22.

More Related Content

What's hot

Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...
Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...
Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...ijtsrd
 
Service life-prediction-arrhenius-accelerated-aging
Service life-prediction-arrhenius-accelerated-agingService life-prediction-arrhenius-accelerated-aging
Service life-prediction-arrhenius-accelerated-agingKartik Srinivas
 
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNA
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNASmooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNA
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNAdrboon
 
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNA
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNABird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNA
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNAdrboon
 
Multi resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesMulti resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesIJRES Journal
 
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...iosrjce
 
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATOR
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATORMODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATOR
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATORIAEME Publication
 
Computation of stress intensity factor of brass plate
Computation of stress intensity factor of brass plateComputation of stress intensity factor of brass plate
Computation of stress intensity factor of brass plateeSAT Publishing House
 
Improving the Efficiency of Ratio Estimators by Calibration Weightings
Improving the Efficiency of Ratio Estimators by Calibration WeightingsImproving the Efficiency of Ratio Estimators by Calibration Weightings
Improving the Efficiency of Ratio Estimators by Calibration WeightingsPremier Publishers
 
predicting compressive strength of recycled aggregate concrete using analysis...
predicting compressive strength of recycled aggregate concrete using analysis...predicting compressive strength of recycled aggregate concrete using analysis...
predicting compressive strength of recycled aggregate concrete using analysis...INFOGAIN PUBLICATION
 
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...eSAT Publishing House
 
Método Topsis - multiple decision makers
Método Topsis  - multiple decision makersMétodo Topsis  - multiple decision makers
Método Topsis - multiple decision makersLuizOlimpio4
 

What's hot (17)

Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...
Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...
Study of Silica Fume Blended Concrete using Statistical Mixture Experiment an...
 
Service life-prediction-arrhenius-accelerated-aging
Service life-prediction-arrhenius-accelerated-agingService life-prediction-arrhenius-accelerated-aging
Service life-prediction-arrhenius-accelerated-aging
 
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNA
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNASmooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNA
Smooth Particle Hydrodynamics for Bird-Strike Analysis Using LS-DYNA
 
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNA
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNABird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNA
Bird-Strike Modeling Based on the Lagrangian Formulation Using LSDYNA
 
Multi resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different anglesMulti resolution defect transformation of the crack under different angles
Multi resolution defect transformation of the crack under different angles
 
Fuzzy Vibration Suppression of a Smart Elastic Plate Using Graphical Computin...
Fuzzy Vibration Suppression of a Smart Elastic Plate Using Graphical Computin...Fuzzy Vibration Suppression of a Smart Elastic Plate Using Graphical Computin...
Fuzzy Vibration Suppression of a Smart Elastic Plate Using Graphical Computin...
 
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...
Process Parameter Optimization of Bead geometry for AISI 446 in GMAW Process ...
 
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATOR
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATORMODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATOR
MODELING AND OPTIMIZATION OF A MOBILE CROP RESIDUE DISINTEGRATOR
 
Lecture12
Lecture12Lecture12
Lecture12
 
Computation of stress intensity factor of brass plate
Computation of stress intensity factor of brass plateComputation of stress intensity factor of brass plate
Computation of stress intensity factor of brass plate
 
fea qb
 fea qb fea qb
fea qb
 
Improving the Efficiency of Ratio Estimators by Calibration Weightings
Improving the Efficiency of Ratio Estimators by Calibration WeightingsImproving the Efficiency of Ratio Estimators by Calibration Weightings
Improving the Efficiency of Ratio Estimators by Calibration Weightings
 
Gi3611461154
Gi3611461154Gi3611461154
Gi3611461154
 
predicting compressive strength of recycled aggregate concrete using analysis...
predicting compressive strength of recycled aggregate concrete using analysis...predicting compressive strength of recycled aggregate concrete using analysis...
predicting compressive strength of recycled aggregate concrete using analysis...
 
M0746274
M0746274M0746274
M0746274
 
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
 
Método Topsis - multiple decision makers
Método Topsis  - multiple decision makersMétodo Topsis  - multiple decision makers
Método Topsis - multiple decision makers
 

Viewers also liked (20)

Ad33162165
Ad33162165Ad33162165
Ad33162165
 
Ag33180185
Ag33180185Ag33180185
Ag33180185
 
Al33217222
Al33217222Al33217222
Al33217222
 
Aa33146149
Aa33146149Aa33146149
Aa33146149
 
Bn32416419
Bn32416419Bn32416419
Bn32416419
 
Gs3412321244
Gs3412321244Gs3412321244
Gs3412321244
 
Fr3410541060
Fr3410541060Fr3410541060
Fr3410541060
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
Gd3411261132
Gd3411261132Gd3411261132
Gd3411261132
 
Gf3411401144
Gf3411401144Gf3411401144
Gf3411401144
 
Gv3412591264
Gv3412591264Gv3412591264
Gv3412591264
 
Fe34965969
Fe34965969Fe34965969
Fe34965969
 
Fg34974984
Fg34974984Fg34974984
Fg34974984
 
Computación
ComputaciónComputación
Computación
 
Lectura Comprensiva - Anexo 16
Lectura Comprensiva - Anexo 16Lectura Comprensiva - Anexo 16
Lectura Comprensiva - Anexo 16
 
Taller-Foursquare-Proyectus
Taller-Foursquare-ProyectusTaller-Foursquare-Proyectus
Taller-Foursquare-Proyectus
 
Geometria analítica: ponto e reta (1)
Geometria analítica: ponto e reta (1)Geometria analítica: ponto e reta (1)
Geometria analítica: ponto e reta (1)
 
Semana de los animales en el IES Gran Canaria
Semana de los animales  en el IES Gran CanariaSemana de los animales  en el IES Gran Canaria
Semana de los animales en el IES Gran Canaria
 
Licencias .. johanna
Licencias .. johannaLicencias .. johanna
Licencias .. johanna
 
Pré 1
Pré 1Pré 1
Pré 1
 

Similar to Ap33243246

Fracture Toughness Characterization
Fracture Toughness CharacterizationFracture Toughness Characterization
Fracture Toughness CharacterizationIJERA Editor
 
Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...inventy
 
Design, Analysis and weight optimization of Crane Hook: A Review
Design, Analysis and weight optimization of Crane Hook: A ReviewDesign, Analysis and weight optimization of Crane Hook: A Review
Design, Analysis and weight optimization of Crane Hook: A Reviewijsrd.com
 
Development of an artificial neural network constitutive model for aluminum 7...
Development of an artificial neural network constitutive model for aluminum 7...Development of an artificial neural network constitutive model for aluminum 7...
Development of an artificial neural network constitutive model for aluminum 7...Thabatta Araújo
 
Photoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A ReviewPhotoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A ReviewIRJET Journal
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaeSAT Publishing House
 
Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...eSAT Journals
 
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHOD
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHODOPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHOD
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHODijmech
 
Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...IJERD Editor
 
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...Marshal Fulford
 
Study the Effect of Different SHPB Test Parameters Using Numerical Simulatio...
Study the Effect of Different SHPB Test Parameters Using  Numerical Simulatio...Study the Effect of Different SHPB Test Parameters Using  Numerical Simulatio...
Study the Effect of Different SHPB Test Parameters Using Numerical Simulatio...IJMER
 
Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...Alexander Decker
 

Similar to Ap33243246 (20)

Uniaxial tension test
Uniaxial tension testUniaxial tension test
Uniaxial tension test
 
Fracture Toughness Characterization
Fracture Toughness CharacterizationFracture Toughness Characterization
Fracture Toughness Characterization
 
Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...Numerical modeling of the welding defect influence on fatigue life of the wel...
Numerical modeling of the welding defect influence on fatigue life of the wel...
 
643051
643051643051
643051
 
Design, Analysis and weight optimization of Crane Hook: A Review
Design, Analysis and weight optimization of Crane Hook: A ReviewDesign, Analysis and weight optimization of Crane Hook: A Review
Design, Analysis and weight optimization of Crane Hook: A Review
 
Ijmet 10 01_154
Ijmet 10 01_154Ijmet 10 01_154
Ijmet 10 01_154
 
C012431215
C012431215C012431215
C012431215
 
Development of an artificial neural network constitutive model for aluminum 7...
Development of an artificial neural network constitutive model for aluminum 7...Development of an artificial neural network constitutive model for aluminum 7...
Development of an artificial neural network constitutive model for aluminum 7...
 
Photoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A ReviewPhotoelastic Stress Analysis of Bell Crank Lever: A Review
Photoelastic Stress Analysis of Bell Crank Lever: A Review
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using fea
 
Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...Determination of the equivalent elastic coefficients of the composite materia...
Determination of the equivalent elastic coefficients of the composite materia...
 
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHOD
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHODOPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHOD
OPTIMIZATION AND FATIGUE ANALYSISOF A CRANE HOOK USING FINITE ELEMENT METHOD
 
Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...Thermo mechanical characterization and damage of polymer materials:Applicatio...
Thermo mechanical characterization and damage of polymer materials:Applicatio...
 
F1135359
F1135359F1135359
F1135359
 
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...
Thesis - Design a Planar Simple Shear Test for Characterizing Large Strange B...
 
Study the Effect of Different SHPB Test Parameters Using Numerical Simulatio...
Study the Effect of Different SHPB Test Parameters Using  Numerical Simulatio...Study the Effect of Different SHPB Test Parameters Using  Numerical Simulatio...
Study the Effect of Different SHPB Test Parameters Using Numerical Simulatio...
 
20320140503029
2032014050302920320140503029
20320140503029
 
7538-14320-2-PB
7538-14320-2-PB7538-14320-2-PB
7538-14320-2-PB
 
Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...Analytical model for the effect of pressure on the electronic structure of ge...
Analytical model for the effect of pressure on the electronic structure of ge...
 
7027
70277027
7027
 

Recently uploaded

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Recently uploaded (20)

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Ap33243246

  • 1. Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 3, May-Jun 2013, pp.243-246 243 | P a g e Prediction Tensile Stress of AA6061 Using Particle Swarm Optimization Algorithm Mina Eskandari1 , Bahman Mirzakhani2* , Mostafa Mansourinejad3 1) Department of Computer Engineering,Malayer Branch,Islamic Azad University,Malayer,Iran 2) Department of Materials Science and Engineering, Faculty of Engineering, Arak University, Arak 38156-8- 8349, Iran. 3) Faculty of Engineering, Islamic Azad University, Dezful Branch, Dezful 64616-63679, Iran. Abstract: Mechanical properties of materials are conventionally evaluated by experimental tests such as tensile test. However these experiments are almost expensive and time consuming. It is desirable to predict material properties through computer simulations and modeling. Artificial intelligence models can be used successfully in this field. In this paper, the particle swarm optimization algorithm was utilized to predict flow stress of AA6061 aluminum alloy during tensile test. The material constants in Hollomon's equation were determined as well. The simulation results show good agreement with experimental data. Keywords: Particle swarm optimization, Al Alloy, Flow Stress, Tensile Test 1. Introduction In recent years, optimization has an important role in various scientific fields [1].Optimization implies that how the best solution of a problem is accomplished. Behavior of engineering materials against force, torque, or generally, any external stress either static or dynamic on the specific circumstances of work environment or test environment, called mechanical properties. Quality of materials used in industrial components depends on their mechanical properties. There are several experimental tests such as tensile test, hardness, impact test to study mechanical properties of materials [2]. A tensile test also known as tension test is the most common test in evaluating mechanical properties of materials. This test is used to determine behavior of a sample while an axial stretching load is applied. The test characteristic is stress - strain curve. It is desirable for engineers to predict tensile properties of material without doing experiments. Hollomon's equation is extensively used to study tensile properties of alloys in various applications [3-6]. That is power low relationship between the stress and amount of plastic strain [2, 7]: 𝜎 = 𝐾𝜀 𝑛 (1) where σ is the stress, ε is the plastic strain, K and n are material constants. K is the strength index, and n is the strain hardening exponent. Mahfouf and Linkens [8] used an integrated fuzzy model and Particle Swarm Optimization (PSO) to address optimum alloy in multi criteria designing making. They developed prediction models of optimization fuzzy algorithm to design heat treatment cycles of steels. Altinkok [9] studied tensile properties and hardness of aluminum base composite using artificial neural network. Behavior of 7039 aluminum alloy joints in friction stir welded investigated by Lakshminarayanan and Balasubramanian[10]. They used artificial intelligence network to predict tensile properties of alloy in different process conditions. PSO is one of the most algorithms utilized in the field of collective intelligence. This algorithm, developed by Eberhart and Kennedy in 1995 and Inspired by the social behavior of animals such as fish and birds that is designed live together in small groups and large[11-13]. In PSO, there are several solutions that can simultaneously work together. The potential solutions called particles. They brows in the search space to reach the optimal position. Speed and position of each particle is randomly initialized in the problem apace. Then all the particles will gradually move to achieve the best solutions[1, 14]. Assume that our search space is d- dimensional, and the ith particle of the swarm can be represented by a d-dimensional position vector Xi = [ xi1,xi2,xi3,...,xid ]. The velocity of the particle is denoted by vi=[vi1,vi2,vi3,...,vid]. In addition consider that the best visited position for the particle is Pibest=[Pi1,Pi2,Pi3, ... ,Pid] and also the best position has been explored so far is Pgbest=[Pg1,Pg2,Pg3, ... ,Pgd]. Therefore the position of the particle and its velocity is being updated by using the following equations[14]: 𝑉𝑖 𝑘+1 = 𝑤𝑉𝑖 𝑘 + 𝑐1 𝑟1 Pibest − xi k + 𝑐2 𝑟2(𝑃 𝑔𝑏𝑒𝑠𝑡 − 𝑥𝑖 𝑘 ) (2) 𝒙𝒊 𝒌+𝟏 = 𝒙𝒊 𝒌 + 𝑉𝑖 𝑘+1 (3) where 𝑉𝑖 𝑘 is the velocity of ith particle at the kth iteration, 𝒙𝒊 𝒌 is current the solution (or position) of the ith particle. c1 is the self-confidence (cognitive)
  • 2. Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 3, May-Jun 2013, pp.243-246 244 | P a g e factor and c2 is the swarm confidence (social) factor. r1 and r2 are random numbers generated uniformly between 0 and 1. w is inertia weight that control influence components of current speed on their next speed and balance the ability of the algorithm in the search is local and global search. So it is reasonable w decreases gradually. Meanwhile the first global search has to be done and gradually goes towards local search. Several methods have been proposed to determine the value of inertia weight [15, 16]. In this paper, the PSO algorithm developed to predict flow stress of 6061 aluminum alloy during tensile test. The material constants in Hollomon's equation of alloy can be obtained from this algorithm as well. 2. Algorithm, Model and Experiment In order to improve the PSO algorithm performance, in prediction of tensile stress; a matrix for constants in Hollomon's equation was considered .In this matrix , n and K are the first and second elements respectively. It is essential to define initially a suitable cost function for solving the problem. Three types of error criteria used in study[16]: Sum of squares error between the output model and experimental data: 𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒1 2 = (𝑦𝑖 − 𝑦𝑖 ′ )2𝑚 𝑖=1 (4) 1- The mean error between model output and measurements: 𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒2 = 𝑦 𝑖 −𝑦 𝑖 ′𝑚 𝑖=1 𝑚 (5) 2- The product of all the errors between model output and experimental values: 𝑒𝑟𝑟𝑜𝑟𝑡𝑦𝑝𝑒3 = 𝑦𝑖 − 𝑦𝑖 ′𝑚 𝑖=1 (6) In equations 1-3, m is number of particles, 𝑦𝑖 is actual system output and 𝑦𝑖 ′ is the model output. In order to validate the mode and to compare the model output white the actual data, tensile test was carried out on the AA6061 samples. The detail of material and experimental procedures has been presented in reference[17]. 3. Result and Discussion Several factors affect the on convergence speed and accuracy including population size, learning factor, inertia weight, fitness function and the type of error[14]. The influences of these factors on the speed and accuracy of PSO algorithm depends on the specific problem. In this study, different sets of these factors were implied in the program and the results were evaluated from computation time and error rate point of view. The combination of settings, which led to optimum results is presented in Table1.output of the program implementation for 40 and 56 data are shown in table2. The results show that the maximum error 1.4601833 and average error of is 0.74464. Table 1: The optimum PSO algorithm factors valuesfactors 100Popsize 1c1 3c2 300Iteration 2Error Type Table 2: The final values obtained for the Hollomon's equation constants K(MPa)nIterationBest FitnessNumber of data 370.30720.11782040.409640 367.32470.11541670.443356 Fig.1 shows the average and the best value of cost function to obtain materials constants in Hollomon's equation. As illustrated in this figure, the cost function value decreases when the number of iteration increases. After 50 iterations it remains nearly constant. When the iteration reaches to 204, the best value of cost function is achieved. In fig.2, the difference between the stress values obtained from model and measurements is demonstrated. In this figure, the data obtained according to error type2 in Eq.5. The fig.2 shows that for a small plastic strain, the contrast between the model output and actual values is more sensible. While deformation proceeds, the magnitude of difference becomes negligible. The difference between the data predicted by the model and experimental data is shown in Fig.3. It is clear that a good agreement between the model output and actual value has been obtained. For strain value less than 0.025, the predicted curve deviates from experimental data. This is due to that this part of curve is reprehensive of onset of plastic deformation and material behavior transfers from elastic to plastic deformation. It has to be mentioned that Hollomon's equation is merely applicable for uniform plastic deformation of material.
  • 3. Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 3, May-Jun 2013, pp.243-246 245 | P a g e Fig. 1: Average and the best value of cost function of the problem Fig. 2: The difference between the theoretical stress values and experimental stress for error type 2 Fig. 3: Comparison of the stress - strain obtained from the model and experimental data Fig. 4 compares the stress-strain curves for various error types and experimental data. It is clear that all error types predict the same result and have a good agreement with practical curve. In addition, the material constants in Hollomon's equation are identical in different error types; however the cost functions are different as presented in table3. Fig. 4: stress-strain curve obtain for various error type Table 3: Material constants in Hollomon's equation and cost functions for different error types Error type n K(MPa) best value of cost function 1 0.1178 370.3072 16.3837 2 0.1178 370.3072 0.4096 3 0.1172 369.5283 9.1417e-065 4. Conclusion The PSO algorithm developed to predict tensile Stress of 606 a1uminum alloy. The optimum material constants in Hollomon's equation; i.e n= 0.1178 and K= 370.3072MPa obtained. Choosing a suitable choice operator of population size, inertia weight and learning factors lead to valuable result with minimal cost. Finally, the particle swarm optimization algorithm has a good potential to use in mechanical and materials engineering problems. The comparison of stress data of model with experimental results indicated a good agreement. References
  • 4. Mina Eskandari, Bahman Mirzakhani, Mostafa Mansourinejad / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 3, May-Jun 2013, pp.243-246 246 | P a g e [1] CLERC M. Particle swarm optimization [M]. ISTE USA, 2006. [2] DIETER G. Mechanichal metallurgy [M]. Mc Graw Hill, 1977. [3] ROYLANCE D. Stress-Strain curves: massachusetts Institute of Technology [M]. Cambridge, 2001. [4] LING Y. Uniaxial true stress-strain after necking. AMP Journal of Technology [J]. 1996, 5. [5] SANTHANAM A T, RAMACHANDRAN V, REED-HILL R E. An Investigation of the Shape of the Titanium Stress Strain Curves After a Strain Rate Change [J]. Metallurgical transactions. 1970, 1. [6] LEVITAS V I, STASHKEVICH I E, NEMIROVSKIIi A B. Stress-strain diagrams of metals under large uniform compressive strains [J]. Strength of Materials. 1994, 26. [7] CALLISTER W D, RETHWISCH D G. Materials science and engineering: An introduction [M]. 8th edition ed: John Wiley and Sons, 2009. [8] MAHFOUF M, CHEN M, LINKENS D. A. Multi-objective particle swarm optimization for alloy toughness design using a fuzzy predictive model, 16th IFAC World Congress. Czech Republic,2005. [9] ALTINKOK N. Use of Artificial Neural Network for Prediction of Mechanical Properties of α-Al2O3 Particulate- reinforced Al–Si10Mg Alloy Composites Prepared by using Stir Casting Process [J]. Journal of Composite Materials. 2005, 40. [10] LAKSHMINARAYANAN A K, BALASUBRAMANIAN V. Comparison of RSM with ANN in predicting tensile strength of friction stir welded AA7039 aluminium alloy joints [J]. Transactions of Nonferrous Metals Society of China. 2008,19. [11] EBERHART R, KENNEDY J. A new optimizer using particles swarm theory [A]. MHS95 Proceedings of the Sixth International Symposium on Micro Machine and Human Science. 1995,43. [12] KENNEDY J, EBERHART R C. Particle swarm optimization. Conference on Neural Networks1995. [13] KENNEDY J, EBERHART R C, Shi Y. Swarm Intelligence. Morgan kaufmann publishers. 2001, 2. [14] LAZINICA A. Particle Swarm Optimization. In-Tech, 2009. [15] SHi Y, EBERHART R. A modified particle swarm optimizer [A]. Evolutionary Computation Proceedings. IEEE World Congress on Computational Intelligence1998. [16] HAUPT R L, HAUPT S E. Practical genetice alghoritms [M]. Second edition, John Wiley & Sons, 2004. [17] Mansourinejad M., Mirzakhani B. Influence of sequence of cold working and aging treatment on mechanical behaviour of 6061 aluminum alloy [J]. Transactions of Nonferrous Metals Society of China. 2012, 22.