Index
Index
Index
A THESIS SUBMITTED TO
THE GRADUATE SCHOOL OF NATURAL AND APPLIED SCIENCES
OF
MIDDLE EAST TECHNICAL UNIVERSITY
BY
GÜRALP BAŞARAN
DECEMBER 2019
Approval of the thesis:
Date:
I hereby declare that all information in this document has been obtained and
presented in accordance with academic rules and ethical conduct. I also declare
that, as required by these rules and conduct, I have fully cited and referenced all
material and results that are not original to this work.
Signature :
iv
ABSTRACT
BAŞARAN, GÜRALP
M.S., Department of Aerospace Engineering
Supervisor: Assoc. Prof. Dr. Ercan Gürses
A hybrid solution method was used to examine the ballistic collision situation to be
used in armored vehicle design. This hybrid solution method includes an Artificial
Neural Network (ANN) and a Finite Element (FE) solver. MATLAB was used for
ANN model, and LSDYNA® was used as FE solver. For this purpose, first ballis-
tic tests were performed, and projectile residual velocities and depth of penetrations
were measured. The FE model was confirmed by ballistic tests. After the FE model
validation, FE analyses were performed for different armor thicknesses, and the re-
sults were transferred in the ANN model. The ANN model and FE method results
were compared for different armor thicknesses, and the ANN model was validated.
The validated ANN model was transferred to MATLAB® SIMULINK® and a tool
that is capable of predicting the results of ballistic collision in a short time.
v
ÖZ
BAŞARAN, GÜRALP
Yüksek Lisans, Havacılık ve Uzay Mühendisliği Bölümü
Tez Yöneticisi: Doç. Dr. Ercan Gürses
Zırhlı araç tasarımında kullanılmak üzere, balistik çarpışma durumunu incelemek için
hibrit bir çözüm metodu kullanılmıştır. Bu hibrit çözüm yöntemi, Yapısal Sinir Ağı
(YSA) ve Sonlu Elemanlar (SE) çözücüsünü içermektedir. YSA modeli için MAT-
LAB, SE çözücüsü olarak da LSDYNA® kullanılmıştır. Bu amaçla, ilk olarak ba-
listik testler gerçekleştirilmiş, mermi çıkış hızları ve giriş derinlikleri ölçülmüştür.
Gerçekleştirilen balistik testler ile SE modeli doğrulanmıştır. SE modeli doğrulama-
sından sonra, farklı zırh kalınlıkları için SE analizleri yapılmış ve sonuçlar YSA mo-
delinde kullanılmak üzere kaydedilmiştir. Farklı zırh kalınlıkları için YSA modeli
ve SE yöntemi sonuçları karşılaştırılmış ve YSA modelinin doğrulaması yapılmıştır.
Doğrulanan YSA modeli MATLAB® SIMULINK®’e aktarılmış ve balistik çarpışma
sonuçlarını kısa sürede tahmin edebilen bir gereç yapılmıştır.
Anahtar Kelimeler: balistik, zırh, mermi, Sonlu Eleman Analizleri, Yapısal Sinir Ağ
vi
Dedicated to my family
vii
ACKNOWLEDGMENTS
Besides my supervisor, I would like to thank the rest of my thesis committee: Prof.
Dr. Altan Kayran, Assoc. Prof. Dr. Demirkan Çöker, Assoc. Prof. Dr. Melin Şahin
and Dr. Recep Görgülüaslan, for their insightful comments and contributions during
thesis defense.
I would like to give my special thanks to Erkal Özbayramoğlu, Onur Bütün, Eren
Öney and İlker Kurtoğlu for their support. They have always been there for me when-
ever I needed help.
Lastly, I also would like to thank my wife Esra Başaran and my parents Perihan
Başaran and Gazi Başaran for their caring and love throughout all the time. Their
encouragement and support brought me to these days.
viii
TABLE OF CONTENTS
ABSTRACT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v
ÖZ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
ACKNOWLEDGMENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
TABLE OF CONTENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
LIST OF FIGURES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xv
CHAPTERS
1 INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
ix
1.5.3 Hydrodynamic Limit Velocity . . . . . . . . . . . . . . . . . 9
2 NUMERICAL MODELLING . . . . . . . . . . . . . . . . . . . . . . . . . 15
x
3.1.2 Mie-Gruneisen equation of state . . . . . . . . . . . . . . . . 34
3.2 Plasticity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
xi
6.3 FEA and ANN results comparison . . . . . . . . . . . . . . . . . . . 77
7.1 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
REFERENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
APPENDICES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
xii
LIST OF TABLES
TABLES
Table 4.4 The results of ballistic experiments for 25.4mm aluminum plate at
960m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
Table 4.5 The results of ballistic experiments for 25.4mm aluminum plate at
800m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
Table 4.6 The results of ballistic experiments for 31mm aluminum plate at
960m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50
Table 4.7 The results of ballistic experiments for 31mm aluminum plate at
800m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Table 4.8 The results of ballistic experiments for 38mm aluminum plate at
960m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
xiii
Table 4.9 The results of ballistic experiments for 38mm aluminum plate at
800m/s velocity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Table 5.4 Residual velocity comparison between FEA and experiment for
25.4mm plate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
Table 5.5 Residual velocity comparison between FEA and experiment for
31mm plate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
Table 5.6 Residual velocity comparison between FEA and experiment for
38mm plate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
Table 6.2 MSE and RMSE Values of Training, Validation and Test data . . . . 76
Table 6.4 ANN and Ballistic experiment comparison of residual velocity val-
ues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
xiv
LIST OF FIGURES
FIGURES
Figure 1.1 Deformed shape of target after strike and perforation process [4]. 4
Figure 1.2 Geometry and dimensions (in mm) of 20mm ogive-nose hard-
ened steel projectile(left) and 7.62mm APM2 bullet (right) [4]. . . . . . 5
Figure 1.4 Definitions of perforation and partial penetration for defining the
ballistic limit [5]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Figure 2.8 SPH (left) and Lagrange (right) representation of Fragment Sim-
ulating Projectile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
xv
Figure 2.10 (a) An undeformed and deformed (b) one-point integration ele-
ment, (c) an undeformed and deformed (d) full integration element . . . 26
Figure 3.2 Failure types from left to right; brittle, ductile from brittle and
ductile, respectively [9]. . . . . . . . . . . . . . . . . . . . . . . . . . . 38
Figure 4.1 The dimension of 12.7mm and 20mm fragment simulating pro-
jectile [3]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
Figure 4.3 Impact room experimental setup (left) and high-speed camera
casing (right). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
Figure 4.7 The casing to prevent flare effects (above), high-speed camera
image of the projectile with casing setup (below). . . . . . . . . . . . . 48
Figure 4.9 Deformed shape of 25.4mm (left), 31mm (middle), and 38mm
(right) plate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
Figure 5.2 The coarsest mesh (left) and the finest mesh (right) used in mesh
sensitivity analyses. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
xvi
Figure 5.3 Mesh sensitivity results . . . . . . . . . . . . . . . . . . . . . . 56
Figure 5.4 Crater shapes of the coarsest mesh and the finest mesh . . . . . . 56
Figure 5.5 Perforating state and final state of the model for each hourglass
formulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
Figure 5.10 Crater shape comparison of 25.4mm plate impacted with 954m/s
velocity. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
Figure 5.14 38mm plate 800m/s test (left) and analysis (right) results . . . . 67
Figure 5.15 38mm plate 800m/s test (left) and analysis (right) results com-
parison . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
Figure 6.5 123 epoch results (left) and 20 hidden layers (right) results . . . 75
xvii
Figure 6.6 Regression analysis results for training, test, validation and over-
all data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Figure A.1 A detailed display of the 31mm thickness 800m/s impact veloc-
ity perforation - (0µs - 20µs) . . . . . . . . . . . . . . . . . . . . . . . 87
Figure A.2 A detailed display of the 31mm thickness 800m/s impact veloc-
ity perforation - (30µs - 70µs) . . . . . . . . . . . . . . . . . . . . . . 88
Figure A.3 A detailed display of the 31mm thickness 800m/s impact veloc-
ity perforation - (80µs - 100µs) . . . . . . . . . . . . . . . . . . . . . 88
Figure A.4 Experiment, FEA and ANN results for 25.4mm thickness . . . . 89
Figure A.5 Experiment, FEA and ANN results for 31mm thickness . . . . . 89
Figure A.6 Experiment, FEA and ANN results for 38mm thickness . . . . . 90
xviii
CHAPTER 1
INTRODUCTION
Ballistics is a branch of science that examines the situation of ammunition from the
moment of the exit from the barrel until the collision with the target. Much effort has
been spent in recent years to understand and mathematically express the physics at
the moment of collision. The examination of ballistic impact with a computer-aided
approach has been developed over the years. New demands of ground forces are
faster and more agile transportation from one point to another with safe occupants.
Impact studies are mainly focusing on two main subjects, which are vulnerability
and survivability requirements. Vulnerability and survivability criteria also contain
equipment protection, which can be a risk for the personal and critical for the vehicle.
Plastic deformation, fracture mechanics, wave propagation, contact mechanics, and
thermodynamics are all involved with the highly non-linear and complex ballistic
impact phenomena. During a ballistic collision, large strain and strain rate hardening
mechanisms work together with thermal softening mechanisms. Temperature levels
can go beyond the melting point, and strain rate levels are above 1000 s−1 . Generally,
processes end in 30µs and projectile initial velocities are above 600 m/s. The first
chapter is mainly about the classification of ballistic collisions, projectile and target
types, and reaction characteristics of a target under high-velocity impact at changing
strain rates. In the second section, the technical terms used in ballistic impact studies
will be explained. Definitions of the ballistic limit, the fragment simulating projectile,
the aerial density are given, and the physics of impact is shortly explained.
1
1.2 Types of Ballistic Collision and Projectiles and Target
Mainly, the ballistic collision is classified using parameters such as the angle of inci-
dence of impact, material properties, impact velocities, etc. The main characteristics
of penetration and perforation mechanisms are defined with the speed of a bullet.
Therefore, most commonly, the initial velocity of a projectile is used for the classifi-
cation.
There are two main groups concerning projectile impact velocity for the categoriza-
tion of ballistic impact, which is used in military applications and engineering. In
Table 1.1 the classification of ballistic impact is given [1].
Subgroups of ballistic collision categorization are mainly based on the strike ve-
locity of the projectile. In military applications, there are four main strike velocity
ranges, so-called sub-ordnance, nominal ordnance, ultra-ordnance, and hyperveloc-
ity. Their corresponding velocity ranges are given in Table 1.1. In order to perform
sub-ordnance ballistic tests, pneumatic guns can be used. For a nominal ordnance test,
commonly conventional guns are used. Finally, for ultra-ordnance and hyperveloc-
ity strike velocity ranges, special purpose guns and light-gas guns can be employed,
respectively.
2
ity ranges less than 50 m/s, which refers to the low/moderate velocity impact range.
The high-velocity impact is encountered, for example, in projectile impacts and bird
strikes. Finally, space shuttles and satellites have requirements against meteor im-
pacts, which are examples of a hypervelocity impact.
Projectiles may have different forms, depending on their main body structure and tip
shapes. Table 1.2 summarizes the common projectile types.
Projectile Shape
Sphere
Solid rod or bar
Hollow Shell
Main Body
Irregular Solid
Solid rod with two or three
different core materials
Conical
Ogival
Nose or frontal portion
Hemi-spherical
Flat
In 1978, Backman and Goldsmith divided target types into four groups, which are
given in Table 1.3. Their classification of target types is based on the ratio of the
thickness (ht ) to the diameter (D) of the projectile.
3
Table 1.3: Classification of target [1]
Thin <1
Intermediate 1-8
Thick 8-12
Semi-infinite > 12
When the impact velocity of a projectile is between 500m/s and 2000m/s global de-
formation characteristics of target material becomes less important. Relatively large
and localized deformations are observed in the neighborhood of impact area (about
3-4 times of bullet diameter) while the rest of the target remains almost undeformed.
The deformed shape of a target after impact is shown in Figure 1.1 for a better under-
standing.
Figure 1.1: Deformed shape of target after strike and perforation process [4].
4
Figure 1.2: Geometry and dimensions (in mm) of 20mm ogive-nose hardened steel
projectile(left) and 7.62mm APM2 bullet (right) [4].
Børvik et al. [4] studied the perforation process of aluminum 5083-H116 armor plate.
Figure 1.2 shows the geometry and dimensions (in mm) of 20mm ogive-nose hard-
ened steel projectile (left), and 7.62mm APM2 bullet (right) [4]. Plates of various
thicknesses were used in this study for a range of 480-950m/s striking velocities. A
comparison was made among ogival, nose-shaped, and 7.62mm APM2 projectiles in
terms of perforation processes. It was shown that the effect of lead brass and jacket are
negligible for residual velocity values compared to other nose-shaped bullets. Resid-
ual velocity is velocity value after the finishing of perforation.
Table 1.4 shows the upper and lower boundaries of strike velocity values concerning
their strain rate levels. These velocity values can be taken as reference points for the
classification.
The impact response of a bullet is directly related to stress waves which are generated
during the impact. These stress waves are functions of parameters such as veloc-
ity, geometry, strain rate, material, localized plastic flow, etc. The response time of
collided parts is in the range of microseconds for all ballistic impacts.
5
Table 1.4: Response of materials under the ballistic impact [2]
The definition of penetration is the entrance of the missile or penetrator into a tar-
get after the collision, without exiting the target body. Bouncing back of a bullet or
burying into a target case is also included in the ballistic impact. During a collision,
the energy of the projectile is transferred to strain energy, energy loss due to friction
(i.e., heat, sound, light) of collided parts. The determination of the kinetic energy of
a projectile is essential for penetration analysis. There is not an easy way to measure
the amounts of these energies. To simplify the analyses, some assumptions/approxi-
mations about the energies of collided parts must be made.
1. Transient
2. Primary penetration
3. Secondary Penetration
4. Recovery
The first stage is the initial contact of the impactor with the target interface. The
maximum value of pressure is attained in the transient stage of impact. In the primary
6
penetration stage, the impactor starts to use its driving force into a target, and material
starts to behave fluid-like material locally at the interface. The secondary penetration
phase starts with the end of the deformation of the bullet.The deformation of the target
by the projectile’s kinetic energy is not considered in this phase. Instead, a shockwave
which is distributed by the impactor deforms the target. The last stage of penetration
is the recovery phase in which the shrinkage of the crater takes place.
The conservation of energy law holds during a collision. The impact energy of the
bullet transforms into the internal energy and the kinetic energy of the target together
with some forms of energy losses.
In the above equation where Etrans denotes the total energy transmitted, subscript
‘plate’ refers to the energy of the plate; and the superscript ‘eroded’ denotes the en-
ergy in the eroded mass [1]. Eplate represents the strain energy of the plate, IEeroded is
the internal energy of the eroded parts and KEplate is the kinetic energy of the plate.
The impact velocity and the thickness of the target determine the failure mode of
collided parts. Limit velocities are grouped into three, which are the elastic limit
velocity, the plastic limit velocity, and the hydrodynamic limit velocity.
The elastic limit velocity, VEL , is the maximum velocity, which creates only elastic
deformation both in the projectile and the target. This situation can only happen at
very low impact speeds. In case of a flat nose-shaped bullet, or a planar contact
surface at the interface of impact, compressive stress equal to the yield stress σyc is
7
generated, and the elastic limit velocity is computed as given in Eq. (1.2)
s s
λ + 2G 0.5E E
c1 = ,G = , c0 = (1.3)
ρ 1+ν ρ
In Eqs. (1.2) and (1.3), c1 and c0 represent the wave velocities Z1 and Z0 are impedances
of in longitudinal and transverse directions and λ is the Lame’s constant. E is Young’s
modulus, G is the shear modulus, ν is the Poisson’s ratio, ρ is the mass density, and
subscripts p and t denote the projectile and the target, respectively [11].
Plastic limit velocity, VPL (see Eq. (1.4)), is the maximum velocity, which leads to a
perdurable deformation on both target and impactor. For a steel with a compressive
strength of 152MPa and and tensile strength of 250MPa, the VEL is 3.75m/s and the
VPL is 90m/s [1]. At the plastic limit velocity, plastic stresses are less than hydrody-
namic stresses.
r
σy
VP L = (1.4)
ρ
Figure 1.3 shows an impact case without projectile drilling into a target. In this case,
two types of failure modes are activated because of plastic deformations. The first
mode occurs at the contact interface between the bullet and the target, which is called
bulging. In this mode, the contact surface of the target takes the form of a projectile
nose shape. The second mode is activated by bending, referred to as dishing, which
might widen far from the impact interface [5].
8
Figure 1.3: Permanent deformations of thin target element showing bulging and dish-
ing [1].
The hydrodynamic limit velocity, VHL defines this maximum strike velocity just be-
fore shock waves occur both in the projectile and the target. The whole deformation
process starts with plastic limit velocity and ends with hydrodynamic limit velocity.
This limit velocity can be related to the bulk modulus, K, of the material as given in
Eq. (1.5)
s
K
VHL = (1.5)
ρ
It is considered that, above the hydrodynamic speed limit, the compressibility of the
solid decreases, and therefore, shock waves occur. Also, at sufficiently high, impact
velocities (e.g.,> 3VHL ) [11], phase changes, vaporization, or even impact explosions
may be expected [12], [13].
9
1.6 Ballistic Limit and Aerial Density
Figure 1.4: Definitions of perforation and partial penetration for defining the ballistic
limit [5].
There are several measurement criteria for ballistic limit determination. Most com-
monly used criteria are:
Above listed criteria are illustrated in Figure 1.4 [5]. The main objective of the bal-
listic limit tests is to determine the velocity of the projectile, which fails to perforate
in the target. This velocity can be obtained either using physical principles (i.e., con-
servation law and material relations) or probabilistic methods which are based on an
immense database of striking velocities. Details on deterministic and probabilistic
methods for ballistic determination limit can be found in [5].
10
1.7 Literature Survey on ballistic FEA combined ANN studies
One of the most critical subjects in the defense industry is the ballistic protection.
Numerical methods have been widely used for the determination of the ballistic limit.
Furthermore, analytical and empirical solutions are widely used for ballistic prob-
lems. Analytical models and empirical equations are generated from numerous ex-
periments and are employed as a solution method for ballistic collision problems [14].
Since empirical formulations are case-specific, they are generally not valid for differ-
ent cases. They must be derived for each problem, and this derivation is complicated
and costs too much time.
Analytical models can be used on various problems directly. They are convenient
for ballistic problems. However, their derivations involve simplifications, which then
leads to differences in outcomes [2].
In a conclusion, one can see that determination of the impact characteristics is a very
complicated task, and generally, it cannot be determined using the analytical and
empirical. At this point, FEA is an alternative tool to model the ballistic impact. With
the help of the developments in FEA and computational resources, these complex
impact phenomena could be predicted accurately in less time.
Although the FEA is a powerful tool, it might sometimes require high computational
power, depending on the problem. The number of numerical simulations and ballis-
tic experiments can be reduced by creating an Artificial Neural Network (ANN). The
neural network uses statistical non-linear regression-based calculation, and it is one of
the most robust techniques in computer science. The method has been used in many
fields other than engineering to simulate complex systems. The power of an ANN
solution comes from the learning capability of the computer. The neural network sys-
tem inspired by the human brain system which can imitate the way that humans learn,
and after the end of the training, similar problems can be solved without the need for
any preparation of the system set up for a similar system. In this section, a litera-
ture review of ballistic impact simulations and artificial neural network researches is
given. An investigation was conducted by Arndt et al. [15] to combine the FE method
with a neural network for a groundwater engineering problem. Numerous numbers
11
of experiments and FE analyses were performed, and results were used for the ANN
training.
Chan et al. [16] are studied a similar integration of the FEM and the ANN for metal-
formed product design. Examining the essential design parameters for metal forming
applications, evaluation of design performance is done with FE simulations. The
metal forming application contains a large number of parameters which are tooling
design, material properties selection, metal formed part design, etc. Therefore, doing
the parameter sensitivity analysis for each design parameter by FE simulations is a
very time-consuming task to find the optimal design. In this study, the design param-
eters which are geometric parameters of the punch, are used as input parameters. The
effective stress on punch and the maximum punch load to make forming applications
are taken as an output parameters for FE simulations. A sufficient amount of analyses
were performed and results were used to create the ANN setup. The optimum design
prediction time is reduced by about 60% with the help of ANN training.
Additionally, Shabani et al. [17] used ANN to find mechanical properties of Al-
Si(356) material which are the yield strength, the ultimate tensile strength, and elon-
gation percentage for the solidification process. Experiments and FE simulations
were performed for the solidification of A356 alloy. Simulations were performed to
create input data for the cooling rate and the temperature gradient. The ANN tool was
used to predict the material yield strength, the elongation percentage, and the ultimate
tensile strength. Also, Haghdadi et al. [18] worked on the A356 aluminum alloy to
predict the material behavior under various thermomechanical conditions by using
the ANN and the FE method. Results showed that the ANN tool is such a robust tool
to predict the flow behavior of cast A356 material.
12
this study, the computational time of cold flat rolling simulation was decreased with
the help of the ANN. Input data of the problem was taken from both experiments
and FE solutions. Artificial neural network-assisted FEM provides a good agreement
with reduced computational time and therefore is appropriate for on-line control or
optimization. Haj-Ali et al. [21] used ANN to define the constitutive behavior of ma-
terials from nanoindentation tests. The load indentation tests were only conducted for
the monotonic loading scenario to build the ANN model. Nanoindentation tests were
performed on a silicon (Si) substrate with and without a nanocrystalline copper (Cu)
film. Inverse neural network (back-calculate) run was trained for material parame-
ters for different copper materials. Comparison with literature showed close results
with the FE-ANN approach. In light of the studies mentioned above, the FE-ANN
approaches can significantly reduce the simulation times.
13
14
CHAPTER 2
NUMERICAL MODELLING
High-velocity impact problems are highly non-linear problems, which include non-
linear material behavior, contact nonlinearity, large deformation of collided parts and
nonlinear boundary conditions. Creating a numerical model for a high-velocity im-
pact case requires several parameters to simulate the real impact process in a computer
environment. These parameters are mostly related to the material model, the equation
of state and the failure model employed. In Figure 2.1 an overview of key ingredients
that govern computational ballistics are given. The details of numerical models and
numerical formulation are given in Chapter 3.
Figure 2.1: Numerical inputs and formulations governing computational ballistics [1].
The FEA starts with Computer-Aided Design (CAD) software. Firstly, projectile and
target solid geometry models are generated using relevant design tools. Secondly, a
mesh is generated for the solution domain. Thirdly, a suitable material model (details
15
are given in Chapter 3) is employed and boundary conditions are defined. Then, the
solution process can be initialized. During the solution stage, the conservation equa-
tions of mass, momentum, energy and entropy are solved. All the material model,
damage model and equation of states are integrated into the formulations and these
equations are solved for each time-step for each element in the domain. Finally,
when the case is solved for a sufficient time, using any post-processing tool, the re-
sults (such as strain, stress, velocity, etc.) can be evaluated and visualized. In this
study, LSDYNAr is used for the solution phase and LS-Prepost is utilized as a post-
processing tool.
Various approaches are used for computational ballistic analyses. The most com-
monly used approaches are the Lagrangian approach, the Eulerian approach, the Ar-
bitrary Lagrange Euler (ALE) approach and the Smooth Particle Hydrodynamics. In
this section, these approaches are briefly explained.
When the Lagrangian solver is used, grid points are fixed on the body, which is ana-
lyzed. The Lagrangian solver, therefore, calculates the motion of elements of constant
mass [19]. As the body deforms, the grid points move together with the material and
the finite elements distort. Figure 2.2 and 2.3 shows the initial mesh and the deformed
Lagrangian mesh.
For the problems with small deformations, the Lagrangian approach gives very accu-
rate results because all the material points are tracked. Therefore, mass conservation
is precisely satisfied. Compared to other approaches (Eulerian and ALE), the La-
grangian approach requires fewer computational calculations per cycle. Therefore,
it is computationally cheaper. However, when extensive deformations occur in FE
analysis, elements can be highly distorted during the deformation process. Highly
16
distorted elements reduce the accuracy on one side and require smaller time incre-
ments that result in higher computational cost on the other side. In order to prevent
this problem, the material failure definition and the material model, which are em-
ployed in FE analysis, must be chosen carefully. With the help of accurate material
failure modeling, unrealistic solutions and small times steps can be prevented within
the Lagrangian approach.
17
2.1.2 Eulerian approach
The Eulerian approach is used mostly for fluid-like material behavior modeling under
very large deformations. For example, the bullet and armor materials undergo such
deformations that the material can reach the melting point, which makes the Eule-
rian formulation very suitable. The essential advantage of this approach is that the
arbitrary material motion is permitted.
In Figure 2.4 and Figure 2.5 an Eulerian domain is illustrated. In Figure 2.5 grid
points remain stationary in space during the simulation. Material flows from one ele-
ment to the other throughout the mesh, where the mass is conserved. The distortion of
the element is prevented by transferring material through the mesh domain. Therefore
the Eulerian approach is suitable for problems which involve very large deformations.
As given in Figure 2.5, the projectile and target flow do not distort the Eulerian mesh
18
while the deformation of material can still be observed.
The Arbitrary Lagrange Euler (ALE) approach is a hybrid method which combines
the Lagrangian formulation with the Eulerian approach. Mine blast simulations,
sloshing analysis and other fluid-structure interaction problems are commonly mod-
eled with the ALE approach. The ALE method can be explained by the help of Figure
2.6.
In Figure 2.6 overlapping meshes are given. One is a background mesh which can
move arbitrarily in space (i.e., a Lagrangian Mesh), and the other is attached to the
material which “flows” through the former moving mesh. This can be visualized in
two steps. First, the material is deformed in a Lagrangian step just like the Lagrangian
19
formulation. Then, the element state variables in the “Lagrangian elements” (red) are
remapped or advected or distributed back onto the moving (background) reference
ALE mesh (green). The main difference between the pure Eulerian approach versus
the ALE method is different amounts of material being advected through the meshes
due to the reference mesh positions [6].
In Figure 2.7 time integration loop of the ALE method is shown. Firstly, Lagrangian
time derivatives of displacement are calculated, and the acceleration and velocity his-
tory variables are updated. Afterward, the relative motion between the mesh and the
material is computed and the acceleration and velocity history variables are updated
once again. Compared with the Lagrangian approach, all of these calculations are
done a minimum twice as much. After the Lagrangian step, the ALE element calcu-
lation loop is started.
20
a fixed mass, and they all have coherence only through an interpolation function.
The kernel estimate allows us to describe the conservation of mass, momentum, and
energy in terms of interpolation sums [22]. The disadvantage of the SPH approach
is its limited accuracy in modeling high energy events. Moreover, the calculation of
contact forces between SPH particles is problematic. Due to the high oscillations of
interface forces between SPH particles low-level accuracy results can be obtained.
Figure 2.8: SPH (left) and Lagrange (right) representation of Fragment Simulating
Projectile
The implicit time integration is widely used in simulations that involve low strain rates
(less than (102 s−1 ) and low-velocity values. However, the implicit time integration
provides unconditional numerical stability for the solution. Impact problems must be
examined in detail for the selection of the type of solver. The equation of motion (2.1)
21
is used for both integration methods to advance in time.
On the left side of (2.1), M represents the mass matrix, C is the damping coefficient
matrix, and K is the stiffness matrix. Nodal displacement vectors are given with u.
Therefore, u̇ and ü are the nodal velocity and nodal acceleration vectors. On the
right side of the (2.1), F(t) is the external nodal forces. At any point in time, (2.1)
is solved for nodal accelerations from nodal displacements, velocities and external
forces respectively.
Explicit time marching method is frequently used for any impact problems. Imple-
mentation of an explicit finite element code is quite easy and requires low memory
storage. However, explicit integration is conditionally stable, which is its major dis-
advantage. To explain it further, there is a restriction for time step value, which cannot
be exceeded during the solution process. The critical time step (∆tcr ) value is con-
trolled by the size of the smallest element in the FE model, and the largest natural
frequency of model. The critical time step is found as shown in (2.2).
r
`s ρ 2
∆t = = `s ≤ ∆tcr = (2.2)
c E wmax
In (2.2), `s represents the minimum edge length of the element, ρ represents the den-
sity, wmax is the highest eigenfrequency of the system and E represents Young’s mod-
ulus of the material. Based on the principle that time step is proportional to the square
root of mass density (sound speed inversely proportional to the square root of mass),
an increase in mass density (or adding element mass) will increase element time step
and thereby reduce the computational time. Robustness of the explicit time integra-
tion is hinged upon to the value of the critical time-step of the FE model [23].
22
2.2.1 Implicit integration
∆t2 ...
u̇t+∆t = u̇t + ∆tüt + γT u t+∆t (2.4)
2
where βt and γT are constants for Taylor series expansion and ∆t is the time step size.
To be able to determine the third order derivative of displacement at time t + ∆t, a
linear change of acceleration assumption at a given time step is made:
... ü − üt
u t+∆t = t+∆t (2.5)
∆t
Using (2.5) in both Eqs. (2.3) and (2.4) will give the Newmark’s solution for the
23
ut+∆t and u̇t+∆t at time t + ∆t:
∆t2
ut+∆t = ut + ∆tu̇t + (1 − 2βT ) üt + βT ∆t2 üt+∆t = u∗t + βT ∆t2 üt+∆t (2.6)
2
where u∗t and u̇∗t used for a compact representation. Setting the βT and γT constants
zero, changes the Eqs. (2.6) and (2.7) into an explicit form. Evaluation of the dis-
placement and the velocity dependent only on one unknown at time t Eqs. (2.6) and
(2.7) unconditionally stable. Hughes and Taylor [24] have proven that this integra-
tion method is unconditionally stable if 2βT ≥ γT ≥ 1/2 and conditionally stable if
γT ≥ 1/2 and βT ≤ (1/2)γT . Usually, these constants are chosen as βT = 1/4 and
γT = 1/2 , which is known as the average acceleration method [24]. Using these
constants values in Eqs.(2.6) and (2.7) and insertion of (2.6) and (2.7) into (2.1) give:
1 1
M + C∆t + K∆t üt+∆t = Füext
2
− Cu∗t − Ku∗t (2.8)
2 4 t+∆t
M∗ üt+∆t = Füext
t+∆t
− F∗ = Fresidual
t+∆t (2.9)
The explicit integration solution uses the central difference method for most applica-
tions. Nodal accelerations at t + ∆t are predicted at t time from (2.1). Nodal acceler-
24
ation is assumed to be constant during the time step, and its value is calculated from
the initial state of equilibrium. Therefore, the time step must be sufficiently small,
considering the linear change of acceleration (see implicit methods). Calculation of
the acceleration is given in (2.10):
Using the central difference method displacements and velocities are calculated as
follows:
The explicit integration method is only stable if the time step is smaller than the so-
called critical time step (conditionally stable). The critical time step is related to the
highest eigenfrequency of the system and the mesh size of the model. Generally, the
time-steps for explicit codes are 100-1000 times smaller than implicit codes. How-
ever, since the values at the next time step are computed directly, the cost of each time
increment is relatively low. Explicit methods have a greater advantage over implicit
methods if the time step of the implicit solution has to be small, and if the model size
is large [22].
In this chapter, simulation concepts such as hourglass deformation and contact defi-
nition methods are discussed.
25
2.3.1 Hourglass Deformation and Hourglass Damping
The source of the hourglass problem emerges from the reduced integration (one inte-
gration point). One integration point element may produce zero energy deformation
modes (hourglass mode) in Lagrangian elements.
Figure 2.10: (a) An undeformed and deformed (b) one-point integration element, (c)
an undeformed and deformed (d) full integration element
The hourglass mode is a deformation mode that produces zero strain at all integration
points. Figure 2.10 shows a comparison between one point integration element and a
fully integrated element and their deformation characteristics. Blue points represent
the integration points, and 1,2,3,4 are the node numbers of the element. f1, f2, f3,
and f4 are hourglass penalty forces. In Figure 2.10 (a) and (b), one point integration
26
element and its deformation are shown schematically. As it is shown in Figure 2.10
(a) during the deformation of a one point integration element, no strain is generated
at the integration point. If the integration point (Gauss point) senses no strain under a
certain deformation mode, the resulting element stiffness matrix will have no resistant
to that deformation mode. Therefore, the element shows a very soft response to this
deformation mode. On the other hand, the strains at integration points, are not zero
for a fully integrated element because the change of length can be taken into account
over integration points as seen in Figure 2.10 (c)-(d).
A penalty stiffness is predefined by the user in order to prevent the hourglass modes.
Consider the one integration point element in Figure 2.10 again. One needs to in-
troduce a nodal force field that opposes the hourglass component of nodal velocities.
These forces must thus be opposed to the hourglass base vector. Viscous hourglass
forces are defined as
f1 1
f
2
−1
= hm au̇hx (2.13)
f3 1
f4 −1
cρ 2
a= (tA) 3 (2.14)
4
where hm is a dimensionless user-defined penalty factor (default value is 0.1), u̇hx is
the nodal velocities and a has the dimension of viscosity (Ns/m) and given as (2.14).
In (2.14) A represents the area of the element and t is time. Using (2.13) a viscous
hourglass damping force field is generated.
27
Alternatively, stiffness hourglass forces can be used which are defined as follows:
f1 1
f −1
Z
2 Et
= hm u̇hx dt (2.15)
8
f3 1
f4 −1
Modeling the interaction between the impactor and the target is another essential point
of numerical modeling. Using implicit codes, nonlinear contact modeling is a very
challenging task. On the other hand, explicit codes are so powerful and useful for
nonlinear contact problems.
Considering explicit codes, there are three distinct methods for defining contacts:
On the contact interface, one side of the contact is named as the slave surface, and
another side is called the master surface. The selection of the master surface and the
28
slave surface is arbitrary in case of modeling symmetric contact. In other cases, there
are several rules of thumbs to determine master and slave surfaces (for details see
2.3.2.1). Since the most commonly used contact definitions are the kinematic con-
straint method and the penalty method, below, only these methods will be discussed.
The kinematic constraint method is also known as the nodal constraint method. In
this method, the degree of freedom constraints is imposed on the global equations by
a transformation of the nodal displacement components of the slave nodes along with
the contact interface [7]. The transformation eliminates normal degrees of freedom
of slave nodes. Additionally, normal forces are distributed from slave nodes to master
nodes during this transformation process.
In Figure 2.11, two surfaces, one master and one slave (x nodes belong to the master
surface) with different sizes of meshes, are illustrated. The slave surface has a coarser
mesh compared to the master surface. As a result of this, nodes of the master surface
can easily penetrate the slave surface without any resistance. This penetration can lead
hourglassing to elements in contact and reduce the accuracy of the model. Therefore,
the slave contact surface should have a finer mesh to the master side.
29
2.3.2.2 Penalty Method
1. The standard penalty formulation is employed when the parts in contact have
similar stiffness values.
2. The soft constraint penalty formulation is widely used whenever there are
significant differences of stiffness, density, mechanical properties between parts
in contact.
30
CHAPTER 3
Selection of the right material model and determination of the real material constants
from experiments are the most challenging parts of FE simulations. LSDYNA® soft-
ware includes two hundred material models. For ballistic problems, suitable material
models are explained in this chapter. Additionally, the most commonly used theoret-
ical failure criteria and failure models are explained
The Gruneisen parameter is commonly represented with Γ symbol, and the definition
is:
1 δp
Γ= (3.1)
ρ δe v
δp
To evaluate the Gruneisen parameter in measurable properties, δe v
can rewritten
31
as:
δp
δp δT v
= δe
(3.2)
δe v δT v
δe δp
where δT v
= CV is the specific heat per unit mass. The term δT v
can be derived
using the Maxwell’s relation [26]
δp δp δV
= (3.3)
δT v δV T δT p
δp δV
where δV T
= KT is the isothermal bulk modulus and δT p
= β is the coefficient
of the volumetric expansion. In the case of an isotropic solid element, volumetric
expansion can be used as proportional to linear thermal expansion, α as β = 3α.
Insertion of the parameters CV , α, KT in Eq.(3.2) gives:
δp 3αKT
= (3.4)
δe v CV
Then using (3.4) and (3.3) a physically measurable Gruneisen parameter is obtained
as
3αKT
Γ= (3.5)
ρCV
The Gruneisen parameter is taken as Γ = 2.0 for most ambient conditions. Further-
more, Γ is assumed to be temperature independent and, Γρ is taken as a constant for
a given solid material for a wide pressure range [27].
32
3.1.1 Shock Rankine-Hugoniot conditions and relation
Figure 3.1: Schematic view of a shock front (line C) propagating through a compress-
ible material [8].
ρ0 us = ρ (us − up ) (3.6)
Over time increment dt change of momentum can be written as ρ0 us dtup , and pres-
sure impulse is p − p0 dt. Therefore, the conservation of momentum can be written
as
p − p0 = ρ0 us up (3.7)
After time increment dt the kinetic energy of the plate is 21 ρ0 us dtu2p , the change in
the internal energy is ρ0 us dt(e − e0 ), and the work done by the pressure is pup dt.
Therefore, the conservation of energy can be written as
1
ρ0 us dtu2p + ρ0 us dt(e − e0 ) = pup dt (3.8)
2
A detailed version of the derivation of these equations is given in Zukas et al. [3].
33
Excluding us and u from (3.8) gives Rankine-Hugoniot relation as:
1
(e − e0 ) = (p + p0 ) (v0 + v) (3.9)
2
1 1
where ρ0
= ν0 and ρ1
= ν1 represent the uncompressed and the compressed specific
volumes, respectively. Equations (3.6) - (3.9) are generally referred to as jump con-
ditions. These conditions should always be satisfied at the shock front for all impact
applications.
The Mie-Gruneisen equation of state (EOS) comes from statistical mechanics and can
be expressed with the Gruneisen parameter given in (3.5):
δp = Γρδe (3.10)
This reference state can easily be rewritten in other forms. The most common known
form of the Mie-Gruneisen is given in [28], [29], [30]. The full description of the
Mie-Gruneisen EOS comes from Hugoniot pressure and energy equations which can
be found in [7] in detail.
3.2 Plasticity
High-velocity impact problems generally include large deformation of both the im-
pactor and the target. Therefore, the impact process is dominated by plasticity. For
the low-velocity impact cases, target and impactor are first deformed elastically, and
34
then they return to their original state. If the distortion is too significant, the projectile
and the target will exceed their elastic limits and deform plastically. Whether plas-
tic deformations occur or not is generally controlled by the von Mises yield criterion
which is given in (3.12)
2
F = σeq − σy2 (3.12)
In (3.12) F is the yield function of the material and σy is the yield stress. The von
Mises stress, σeq , is given by:
1
q
σeq = (σ1 − σ2 )2 + (σ2 − σ3 )2 + (σ3 − σ1 )2 (3.13)
2
where σ1 , σ2 , σ3 represent the principal stresses. The restrictions proposed by Kuhn-
Tucker rule, which are shown in Eqs. (3.14) and (3.15), indicate whether the stress is
inside or on the yield surface.
There are many material models for the high-velocity impact behavior of metals
such as the kinematic hardening model, the thermo elastic-plastic material model,
the power-law isotropic material model, Johnson-Cook material model, the Zerilli-
Armstrong material model, and the Steinberg-Guinan model. In this study, the Johnson-
Cook material model is employed both for the projectile and the target. Therefore,
only the Johnson-Cook material model will be explained in the next sections.
35
3.2.1 Johnson-Cook Model
T − Tref ε̇p
T∗ = , and, ε̇∗ = (3.17)
Tm − Tref ε̇0
where A is the yield stress, B is the strain hardening coefficient, n is the strain harden-
ing exponent, εp is the effective plastic strain, (ε̇p ) is the effective plastic strain rate,
ε̇0 is the reference strain rate used in quasi-static tensile tests, ε̇∗ is effective plastic
strain rate, C is the strain rate coefficient, Tm is the melting temperature and Tref is
the reference temperature.
The parameters in J-C model (n, C, and m) are determined from an empirical curve fit
of dynamic yield stress. Firstly, the second and third brackets of (3.16) are eliminated
to determine n. In order to eliminate second bracket, ε̇p is chosen as the strain rate of
interest (for example maximum strain rate in test data), and ε̇0 is set to the same value
of ε̇p so that ε̇∗ = 1s−1 . Hence, the second term of the J-C equation is now equal
to one. To eliminate the third bracket, Tref is set to test temperature which yields to
T∗ = 1. After eliminating the second and the third terms, n can be calculated from
the slope of a plot between ln(σy − A) vs ln(Bεp ). Secondly, to determine C, only
the third bracket of (3.16) is eliminated by setting again Tref to test temperature. This
reduces (3.16) to (3.18):
σy = A + Bεnp [1 + C ln (ε̇∗ )]
(3.18)
36
From dynamic yield stress for every fixed plastic strain at various strain rates, C is the
σy ∗
slope of ln([ (A+Bε n ) ] − 1) vs ln(ε̇ ). Thirdly, to determine m, only the second term is
p
eliminated. To do this, as already mentioned above, ε̇∗ is arranged to 1s−1 . After this
elimination (3.16) reduces to (3.19):
σy = A + Bεnp [1 − (T∗ )m ]
(3.19)
σy ∗
In (3.19) m is the slope of the ln(1 − [ (A+Bε n ) ]) vs ln(T ) plot. Finally, the material
p
Both of above mentioned methods are used in ballistic simulations, but especially
for high-velocity impact cases, the use of material failure models is more common.
Defining failure criteria could cause unrealistic element erosion for significant defor-
mation/high strain rate problems.
37
3.3.1 Failure Models
The material model determines the material’s strength according to its strain harden-
ing and softening response. The failure and the damage models predict the damage in
the material during a collision. The damage of material is estimated by the loss of co-
hesion in its interior, leading to either its complete disintegration or to some internal
damage which is manifested by the appearance of new free surfaces inside the mate-
rial specimen. Several models are available to predict the material fracture and they
are developed based on three broad approaches such as physical, micro-statistical and
phenomenological [27]. As damage progresses, discontinuities in the form of micro-
cracks may develop and stress concentration points arise from these discontinuities.
Two types of fracture, namely brittle and ductile, occur in the materials.
Figure 3.2: Failure types from left to right; brittle, ductile from brittle and ductile,
respectively [9].
Brittle fracture is the fracture between atomic bonds under relatively small deforma-
tion. When the local strain energy exceeds the energy of the atomic bonds, fracture
occurs. In brittle fracture, the crack grows abruptly with a small amount of plastic
strain energy. This type of fracture generally occurs on high strength metals with
poor ductility and toughness like ceramics, ice, cold metals, etc..
A ductile fracture occurs when materials go through large deformation before frac-
38
ture. The crack grows very slowly and moves with a high amount of plastic defor-
mation. Therefore, failure modeling depends on the material type and characteristics.
The schematic stress-strain curves for brittle and ductile materials are given in Figure
3.2.
The failure definition of a material can be done according to maximum stress or strain
or temperature or strain rate, etc. Many of the material models may depend on stress,
strain, or a combination of stress and strain. In this work, employed failure mod-
els depend on these variables, and if the variable reaches its critical value, then the
material fails.
The response of many materials can be grouped into two: the volumetric response
(equation of state) and the deviatoric response (strength model). The plastic defor-
mation of metallic materials is generally independent of the hydrostatic stress com-
ponents. This component is only related to the volumetric change of the material,
whereas the deviatoric stress components determine shape changes. On the other
hand, when a metallic material deforms plastically, the volume of the material does
not change, but its shape. The decomposition of stress state into volumetric and devi-
atoric parts reads
σ11 σ12 σ13 σm 0 0 S11 S12 S13
σ21 σ22 σ23 = 0 σm 0 + S21 S22 S23 (3.20)
σ31 σ32 σ33 0 0 σm S31 S32 S33
where
σ11 + σ22 + σ33
σm = (3.21)
3
is the mean stress and
S11 S12 S13 1/3(2σ11 − σ22 − σ33 ) σ12 σ13
(3.22)
S21 S22 S23 = σ 21 1/3(2σ11 − σ 22 − σ 33 ) σ23
S31 S32 S33 σ31 σ32 1/3(2σ11 − σ22 − σ33 )
39
3.3.2 Johnson-Cook Failure Model
σm
σ∗ = (3.23)
σeq
is taken into account in this model. The stress triaxiality is an important parameter
since the fail tendency of ductile materials is strongly depends on the pressure exerted
on them [27]. This failure model contains a damage parameter marked with D and its
defined as follows
εp
D= (3.24)
εf
where
Z t
εp = ε̇p dt (3.25)
0
r
2
ε̇p = Dp : Dp (3.26)
3
In (3.27) εf represents the equivalent plastic strain at fracture, εp is the effective plastic
strain, ε̇p is the effective plastic strain rate, ε̇∗p is the ratio of effective plastic strain
rate to reference strain rate as already given in (3.17). Dp is the plastic rate tensor,
and D1 ,. . . D5 are empiric parameters. When the damage parameter D reaches 1, the
element fails. The damage parameter can also be defined to develop in continuously
with the stress to describe the weakening of the material [22].
40
3.3.3 Modified Johnson-Cook Model and Cockroft-Lathan Failure Criterion
σ1 represents the maximum principal stress and Wcr is the Cockroft-Latham param-
eter, which denotes the total plastic work. Employing the Modified Johnson-Cook
model, failure of the element starts when D=1. Comparing this model with the
Johnson-Cook model, the most important differences are the strain rate dependence
term and failure criterion [7]. Johnson-Cook (J-C) model needs five input parame-
ters, which are D1 , D2 , D3 , D4 , andD5 for damage modeling, whereas the Cockroft-
Latham (C-L) failure model needs only one parameter. The C-L failure model can
be generated by doing a simple uniaxial tensile test. The area under the stress-strain
graph gives the limiting Wcr (plastic work equals to strain energy), and other The
Johnson-Cook parameters can be found by the same procedure explained in subsec-
tion 3.2.1. Compared to the procedure for the determination of J-C failure parameters,
C-L failure model needs less effort to obtain material model and failure. To be able
to identify material parameters more easily, the C-L failure model is selected in this
study.
41
42
CHAPTER 4
This chapter presents the setup of the ballistic experiments conducted and the corre-
sponding results.
Ballistic tests were performed in the ballistic laboratory of FNSS with a 20mm frag-
ment simulating projectile (FSP) for strike velocites in the range 800-960m/s. Techni-
cal drawings and dimensions of 20mm projectile are given in Figure 4.1. The reason
behind using the 20mm FSP is to simulate the artillery threat, which corresponds to
Protection Level 4 and 5 in STANAG4569 [3] standards. Dimensions and weight
of 20mm FSP have to assure the values given in the drawing and table provided in
Figure 4.1. The 20 mm FSP is mandatory for Protection Levels 4 and 5 component
acceptance tests [32].
In Table 4.1, the protection level for bullet velocity and type is shown. Level-3 protec-
tion level covers a maximum of 770m/s strike velocity with 20mm FSP. Beyond this
velocity, protection levels are Level 4 and Level 5 for 20mm FSP. In order to evaluate
the protection Level 4 and Level 5, the projectile velocity is set between 800-960m/s
in the experiments.
43
Figure 4.1: The dimension of 12.7mm and 20mm fragment simulating projectile [3].
44
The projectile passes between two parallel laser windows for the impact velocity mea-
surement. Only the impact velocity of the projectile is measured with the laser system.
A high-speed camera is used to measure the exit velocity of a bullet from the target.
This fast cam system setup is located in the impact room.
In Figure 4.3 left, demonstration of the impact room is given. In order to cover the
high-speed camera from fragment effects of the target plate, an aluminum casing is
designed. The aluminum casing is shown in Figure 4.3 (right).
Figure 4.3: Impact room experimental setup (left) and high-speed camera casing
(right).
The camera is placed on the side of the target plate such that the camera axis is
perpendicular to the trajectory of the projectile. In Figure 4.4 the camera position is
shown. This placement is done for the measurement of the residual velocity values
with high accuracy. Fragmentation and spall effects are observed with a 30.000 fps
high-speed camera with a resolution of 256x176 pixels. Additionally, for target plate
positioning, a fixture is designed which is given in Figure 4.5. This fixture holds the
target plate from four corners with M16 bolts.
45
Figure 4.4: Demonstration of camera position to the target plate.
Before starting the experiments, a calibration between the high-speed camera mea-
surements and the laser measurement system is needed.
46
Figure 4.6: High-speed camera images from calibration test.
In Figure 4.6 high-speed camera images are shown from calibration tests. The projec-
tile marching is shown frame by frame for every millisecond until the impact moment.
Three shots were performed for calibration studies, and the results are shown in Table
4.2.
A strike velocity of 960m/s was used for calibration tests. It is seen that the high-speed
camera results are lower than the laser results for about five percent. This information
will be later used in the computation of residual velocities.
In measuring the exit velocity of the bullet, difficulties were faced with due to the
flare effect. The flare affects the accurate exit velocity measurement because the
bullet cannot be captured in the recordings. This situation can be seen in Figure 4.6.
To avoid flare effects, a casing was designed, as shown in Figure 4.7. Using this new
casing, the tests were performed again. A high-speed camera image of the projectile
with a casing setup is also given in Figure 4.7 (below).
47
Figure 4.7: The casing to prevent flare effects (above), high-speed camera image of
the projectile with casing setup (below).
The target plate is a 300x500mm single monolithic high strength aluminum plate.
Three different thickness configurations were tested, which are shown in Figure 4.8.
This study only covers monolithic types of targets with variable thickness values, so
double-layered or triple-layered armor configurations were not tested.
48
Figure 4.8: Dimensions of target plate and thickness configurations.
The test plan is demonstrated in Table 4.3. These experimental results will be used to
validate the numerical model and creating an artificial neural network.
Twenty-one shots were performed for ballistic experiments. It was aimed to set the
maximum velocity at 960m/s and the minimum velocity at 800m/s. For all shots,
residual velocity values were measured. The tests results for different aluminium
thicknesses are given in Tables 4.4 to 4.9. In the tables, the results are given for the
impact velocities and the residual velocities. The thicknesses of aluminum armors
used in tests are 25.4mm, 31mm and 38mm. The zero residual velocity value is
shown in Table 4.9 means, the projectile cannot exits from the target plate.
49
Table 4.4: The results of ballistic experiments for 25.4mm aluminum plate at 960m/s
velocity
Table 4.5: The results of ballistic experiments for 25.4mm aluminum plate at 800m/s
velocity
Table 4.6: The results of ballistic experiments for 31mm aluminum plate at 960m/s
velocity
50
Table 4.7: The results of ballistic experiments for 31mm aluminum plate at 800m/s
velocity
Table 4.8: The results of ballistic experiments for 38mm aluminum plate at 960m/s
velocity
Table 4.9: The results of ballistic experiments for 38mm aluminum plate at 800m/s
velocity
The plates were perforated in all cases except for the 38mm thickness plate impacted
with 800m/s velocity. The perforated aluminum armor plates (25.4mm, 31mm and
38mm) after impact with 960m/s velocity are shown in Figure 4.9.
51
Figure 4.9: Deformed shape of 25.4mm (left), 31mm (middle), and 38mm (right)
plate
The last set of experiments were performed for 38mm thick aluminum armor at
800m/s strike velocity. In the last experiment set, residual velocities were very low or
cannot be read because the projectile could not exit from the target. As an example in
Figure 4.10 test number 19 is shown.
For all experiment sets, average residual velocity values will be compared with the
FEA results in Chapter 5.
52
CHAPTER 5
Numerical simulations were performed with the explicit solver of LS-DYNAr . Anal-
yses were done for an impact velocity range of 800-960m/s. The model is presented
in Figure 5.1.
The target plate is modeled as 300x500mm high strength aluminum. The thickness
of the plate is 25.4mm. The target plate is clamped at the four corners. The MPP
LS-DYNA R10.1 solver is selected as a solver version. Owing to the symmetry, only
a quarter of the model is simulated. The residual velocity of the projectile is measured
with part rigid body velocity option in the preprocessor of LSDYNAr .
The simplified version of the Johnson-Cook material model was used for FSP with
4340 steel material and, the modified Johnson-Cook material model with the Cockroft-
53
Latham failure model was used for high strength aluminum target material. In order
to determine the FSP material model constants of the Johnson-Cook model, it is nec-
essary to perform tests for different speed ranges. Quasi-static tests were performed
on a standard strength testing machine for the determination of A, B, n constants.
Furthermore, dynamic tests were performed to determine the value of strain rate sen-
sitivity. In this work, the Split Hopkinson Bar test was performed for the strain rate
parameters characterization of the FSP material. Thermal effects are neglected for
the simplified version of the Johnson-Cook material model. The failure model was
not used for the FSP.
Additionally, simple uniaxial tests were performed for the high strength alumınum
armor material parameter characterization. The test procedure was used for the target
material is the same procedure which is explained in subsection 3.3.3.
The viscous form of hourglass damping (IHQ=6) is used in all analyses, and the effect
of the type of hourglass formulation is examined. Also, the viscous form and the
stiffness form of hourglass formulation results are compared with residual velocity
values. Additionally, hourglass energy values are examined and compared with the
internal energy values to select accurate hourglass formulation for further analysis.
54
Table 5.1: Residual Velocity Values for different mesh sizes
Figure 5.2: The coarsest mesh (left) and the finest mesh (right) used in mesh sensitiv-
ity analyses.
In Figure 5.2, the finest mesh, and the coarsest meshes are shown. Note that in Figure
5.2 not the entire target plate, but only the region close to impact is visualized. The FE
mesh of the impact region of the target plate consists of 0.2x0.3mm reduced integra-
tion hexahedron elements for the finest mesh model, whereas in the coarsest model,
the mesh size is 1.6x1.6mm. Elements away from the impact region have larger sizes.
In Table 5.1 and Figure 5.3, residual velocity values for different mesh sizes are
shown. Model number one behaves stiffer compared to other three mesh models.
Except model number one, all three models give very similar results.
55
Figure 5.3: Mesh sensitivity results
Although the model two and three give similar residual velocity values, model three
gives better crater shapes when compared to model two. Results of the model three
and model four are very similar in terms of the residual velocity and the crater shapes.
The size of the elements in the thickness direction is vital in the event of tracing the
material’s behavior through the penetration process.
Additionally, all models are examined by their crater shape results. The crater shape
is another critical parameter in ballistic impact simulations. A comparison is made
with the quarter model, and results of the coarsest and the finest models are shown in
Figure 5.4. Larger elements may create an artificial eroding effect in the simulation
and, therefore, lead to larger crater size. According to residual velocity values and
crater shape results, model three is founded as the most suitable numerical model for
further simulations.
Figure 5.4: Crater shapes of the coarsest mesh and the finest mesh
56
5.2 Hourglass Solutions
The hourglass and element type selection could affect the accuracy of simulations.
In this section, stiffness based hourglass formulations are compared in terms of their
hourglass energy values. A shortcoming of the standard hourglass control (IHQ=1)
Type 1 is that the hourglass resisting forces are not orthogonal to the linear veloc-
ity field when elements are not in the shape of parallelpipeds. As a consequence,
such elements can generate a hourglass energy with a constant strain field or a rigid
body rotation. Flanagan and Belytschko [33] developed an hourglass control that
is orthogonal to all modes except for the zero energy hourglass modes [7]. Type 4
(IHQ=4) and Type 5 (IHQ=5) hourglass algorithms originate from the Flanagan and
Belytschko hourglass control. Type 5 hourglass algorithm is similar to Type 4, ex-
cept that the shape function derivatives are evaluated at the centroid of the element
rather than at the origin of the referential coordinate system. This method produces
the exact element volume [7]. Type 6 hourglass control improves Type 5 by scaling
the stiffness such that the hourglass forces match those generated by a fully integrated
element control [7].
This study aims to find the maximum hourglass energy among all types of hourglass
formulations. The lowest energy value means the best formulation, which prevents
non-physical hourglass problems.
57
Table 5.2: Residual velocity values for different hourglass formulations
Hourglass Residual
Control Velocity [m/s]
IHQ=1 576
IHQ=4 577
IHQ=5 578
IHQ=6 581
Deformed shapes of each hourglass formulation are shown in Figure 5.5. The damp-
ing coefficient is set to a constant value of 0.1 for each formulation.
Figure 5.5: Perforating state and final state of the model for each hourglass formula-
tion
Also, the amount of hourglass damping energy is compared for each formulation. In
58
Figure 5.6 comparison of the hourglass, energy is shown. It is seen that IHQ=1 adds
significantly more energy to the system compared to the other damping formulations.
Hourglass energies for IHQ=4 and IHQ=5 are very similar. Type six (IHQ=6) shows
the best results among all hourglass formulations.
In this section, the comparison of residual velocity values is presented for fully inte-
grated elements and one-point integration elements. This element formulation study
aims to find the robust element formulation for this impact simulations. LSDYNAr
contains four different element formulations (ELFORM=1, -1, -2, and 2), which are
used for explicit dynamic impact analysis. ELFORM 1 represents the one-point (re-
duced) integration element, and ELFORM -1, ELFORM -2, and ELFORM 2 repre-
sent the full integration elements. The full integration formulations ELFORM -1 and
ELFORM -2 may offer an improved behavior over the formulation in the ELFORM
2 by accounting for poor element aspect ratios in a manner to reduce the transverse
shear locking effects in formulation ELFORM 2. ELFORM-1 is a more computa-
tionally efficient implementation of ELFORM -2. However, ELFORM-1’s resistance
to a particular deformation mode, similar to an hourglass mode, is weakened [25].
59
In Figure 5.7, a comparison of reduced integration and fully integration solid ele-
ment is shown. Black points at the corner of an element represent the nodes, and
red crosses represent the integration points. ELFORM 1 has one integration point
whereas others have eight integration points. This difference directly affects the com-
putational cost because fully integrated elements need significantly more computa-
tion time. Detailed information about fully integration element types is given in [7].
Very close crater shapes are observed in analysis results among all element types.
Additionally, elements formulation effects were analyzed for residual velocity val-
60
ues of the projectile. In Table 5.3 residual velocity results of each element for-
mulation are shown. Close results are seen between all element formulation. The
maximum difference in residual velocity is in the order of 1.8 percent. As a re-
sult, similarities are seen in both residual velocity and crater shape results. There-
fore ELFORM 1 is selected for further applications to reduce computational time.
In this section, for each set of experiments, average of the residual velocity values
is compared with the FEA results. The impact velocity of the FE model is set to
the average impact velocity in the related experiment. Detailed perforation results is
shown in Appendix A.
In Figure 5.9, perforation of the FSP to 25.4mm thickness armor, is shown for 954m/s
and 804m/s strike velocity cases
61
Figure 5.9: Perforation of FSP-25.4mm at 954m/s (above) and 804m/s (below) ve-
locity
In Table 5.4 the residual velocity is presented for 25.4mm thickness armor. In Table
5.4, the residual test velocity represents the average values of all the experiments.
Table 5.4: Residual velocity comparison between FEA and experiment for 25.4mm
plate
Analysis FEA Impact Average Test Impact FEA Residual Average Test Residual
Number Velocity [m/s] Velocity [m/s] Velocity[m/s] Velocity[m/s]
1 954 954 560 536
2 804 804 438 407
A good match between experiment and FEA results is obtained for both 954m/s and
804m/s impact cases. There is a 4% percentage difference for the 954m/s strike veloc-
62
ity case. The difference between exit velocity of test and FEA result is 7% percentage
for the 800m/s strike velocity.
Additionally, crater shapes of both experiments and FEA results are compared. In
Figure 5.10, crater shapes of the FE analysis, and the experiment are shown for the
25.4mm plate impacted with 804m/s velocity. Note that in Figure 5.10 FE model
is solved as a quarter symmetric model, but the results are displayed in full form.
Furthermore, crater diameters are measured and compared. From the FEA results,
the crater diameter is measured as 33.6mm whereas the experiment is measured as
32.4mm. Similar results obtained for the crater shape and the crater diameter.
Figure 5.10: Crater shape comparison of 25.4mm plate impacted with 954m/s veloc-
ity.
In Figure 5.11, perforation of FSP to 31mm thickness aluminum plate is shown for
968m/s, and 824m/s strike velocities.
63
Figure 5.11: Perforation of FSP-31mm at 968m/s (above) and 824m/s (below) veloc-
ity cases
In Table 5.5, the residual velocities is presented. A good agreement is found in terms
of residual velocity values between the test and the FEA results. In the case of 968m/s
impact case, 9% percentage difference is seen between the test and the FEA. Simi-
larly, in the 824m/s impact case, 8% variation is observed between the experiment
and the FEA results.
64
Table 5.5: Residual velocity comparison between FEA and experiment for 31mm
plate
Analysis FEA Impact Average Test Impact FEA Residual Average Test Residual
Number Velocity [m/s] Velocity [m/s] Velocity[m/s] Velocity[m/s]
3 968 968 452 414
4 824 824 335 308
Furthermore, the crater shape comparison is made for the 31mm plate impact sce-
nario. In Figure 5.12, the crater shape for a 31mm plate at 960m/s velocity is shown
for both the experiments and the FEA. The measured crater diameter is 34.2mm for
the FEA and 33.8mm for the experiment. VIn conclusion, close results are found both
for the crater shape and the diameter values between the FEA and the test results.
In Figure 5.13 perforation of FSP to 38mm thickness aluminum plate is shown for,
978m/s, and 800m/s strike velocities.
65
Figure 5.13: Perforation of FSP-38mm at 978m/s (above) and 800m/s (below) veloc-
ity case
In Table 5.6 residual velocities is presented. For the first impact case (978m/s), the
difference between the test and FEA is found as 6% for the residual velocities. In the
second impact scenario (800m/s), FSP cannot exit from the target plate in both the
experiments and the FEA.
66
Table 5.6: Residual velocity comparison between FEA and experiment for 38mm
plate
Analysis FEA Impact Average Test Impact FEA Residual Average Test Residual
Number Velocity [m/s] Velocity [m/s] Velocity[m/s] Velocity[m/s]
5 978 978 266 251
6 800 800 0 0
The depth of penetration values is measured for the 800m/s case. For the experiment,
the depth of penetration value is found as 38mm, whereas, in FEA gives 38.3mm. In
Figure 5.14 and 5.15 different views of the deformed aluminum plate are shown for
the test and the FEA.
Figure 5.14: 38mm plate 800m/s test (left) and analysis (right) results
67
Figure 5.15: 38mm plate 800m/s test (left) and analysis (right) results comparison
Additionally, backplane deflection values are measured, and 0.3mm variation was
seen between test and numeric model results. The backplane deflection measurement
is shown in Figure 5.15. In the test case, backplane deflection is measured as 14.7mm,
whereas numeric model gives 15mm.
Looking at both residual velocity and depth of penetration results, good correlation is
seen between FEA and experiment. The FEA model is validated with this comparison
study for the 38mm plate case.
68
CHAPTER 6
Similarly, Garci-Crespo [35] studied the performance of steel armors and created
different analysis cases for projectile radius, length of the projectile and thickness of
the target. The residual mass and the residual velocity values were taken as outputs
for each analysis and all these results were used to train an ANN. As a result, a
good correlation was seen between analyses and ANN results. Gonzales-Carrasco et
al. [36] worked on various neural network types, and compared training algorithms,
error cost functions and data selection methods for ballistic problems. Their study
showed that ANN is a suitable tool for ballistic limit problems. In this study, 18
ballistic experiments and 60 FE analyses were performed to build an ANN. First,
experimental results were used to validate the numerical model results than all 60
ballistic analysis results were used as input for the ANN.
69
6.1 Theory of Artificial Neural Network
Neural networks are constituted from simple components which work in parallel.
These components have so many similarities with a human learning system. They
contain three parts of layers, which are represented in Figure 6.1.
Input layers, hidden layers, and output layers are linked through named nodes, or
neurons and each hidden layer uses the output of the previous layer as input.
The function of the input layer is to keep all the parameters and data as input and
transfer these data to the hidden layer. Then, the hidden layer takes the data from
the input layer and processes it to transfer all the data to the output layer. Lastly, the
output layer shows the results of hidden layer calculations. The computational power
of ANN is determined by the number of neurons or hidden layers used in the setup.
The optimum number of neurons or hidden layers can only be found by a trial and
error method [37].
In Figure 6.2, the calculation steps of a straightforward neuron are shown. Inputs are
represented by x1 , x2 and x3 and weights are represented by w1 , w2 and w3 . Each
input has its weight parameter during operations, and weight parameters are the only
parameters that change during the learning process. Weight parameters provide a con-
nection between two neurons during the process. At the beginning of the calculation,
each input parameter is multiplied by the weight parameter and summed with a bias
70
value, then this value, and then is sent to the activation function in order to prepare the
neuron to output. The activation function usually used to convert the total calculated
value to a number between 0 and 1. The sigmoid function is generally used for the
activation function phase [10].
In (6.1), MSE calculation of the ANN for this work is shown. N represents the number
of samples, k represents the number of the input set,VFEA represents the residual
velocity obtained from FEA analysis (i.e., the actual value), VANN represents the
residual velocity predicted the ANN model. The square root of (6.1) is defined as
the Root Mean Square Error (RMSE) which represents the difference between FEA
residual velocity results and ANN residual velocity results. The definition of RMSE
is given in (6.2).
71
N
1 X k k
2
M SE = VF EA − VAN N (6.1)
N k=1
v
u
u1 X N
2
RM SE = t VFkEA − VAN
k
N (6.2)
N k=1
The preparation of the ANN is initialized with the 18 FE analyses at various impact
velocities. In this study, two input parameters are used in FE analyses, which are the
target thickness and the impact velocity. Residual velocity values are measured for
all FE analyses. Therefore, the residual velocity values are chosen as output for the
ANN training. The set of the performed analyses and results are shown in Table 6.1.
72
Table 6.1: FE analysis results for various strike velocities
All the inputs and outputs presented in Table 6.1 are embedded in the ANN, and
then the training process of ANN is started. Data shown in 6.1 were selected at
intervals of 25m/s and 50m/s from 800m/s to 960m/s range. The neural network
tool of MATLAB is used for the ANN training. Then, SIMULINK is used for the
postprocessing phase. Default parameters for hidden layers and hidden neurons are
used for the ANN training. MSE values and regression analysis results are to be
examined to check the accuracy of the ANN. The ANN setup is shown in Figure 6.3
73
Figure 6.3: Representation of the ANN setup
All the data samples are divided into three groups in MATLAB for the ANN setup.
The first set of data is called the training, which is used for the weight and the bias
calculation. The other two sets are the validation and the test. The validation and
the test data sets are used for the performance checking of the ANN. Default values
are used for data participation, so 70% of data is sent to the training, 15% is sent to
validation and 15% is sent to the test part. All the training, validation, and test dataset
samples shown in Table 6.1 of ANN setup assigned randomly.
74
The lowest validation error is taken at the 6th epoch. The ANN run stops at the 12th
epoch to prevent overfitting problems. One of the problems that arises during neural
network preparation is called overfitting. Generally, the MSE error decreases as the
number of epochs increases; however, MSE can start to increase on the validation
data set as the neural network starts to overfit the training data. The early stopping
of ANN can prevent overfitting problems [10]. Additionally, the number of neurons
which are used in ANN can lead to overfitting results. In Figure 6.5 some of the trial-
error studies for ANN performance are shown for 123 epochs and 20 hidden layers of
the ANN setup separately.
Figure 6.5: 123 epoch results (left) and 20 hidden layers (right) results
In Figure 6.5, the MSE error starts to increase after 117 epoch while the training error
decreases. Therefore, it can be seen that the ANN starts to overfit after 117th of the
epoch. Also, the MSE values are found for both training and validation data sets. The
minimum MSE value is found around 592.26 which is much higher than the MSE
value shown in Figure 6.4. Similar overfitting results are seen for the twenty hidden
layers ANN setup. The training error starts to decrease after the second epoch while
the validation error starts to increase. After the trial-error study for the number of
epoch and hidden layers used in ANN, it is concluded that the ANN performance
with five hidden layers and twelve epochs can be used for further studies. The MSE
values are shown in Table 6.2 for five hidden layers and twelve epoch ANN setup.
75
Table 6.2: MSE and RMSE Values of Training, Validation and Test data
The MSE value of the training is 50.43, whereas the validation MSE is 2.71 and the
test MSE is 16.5. Additionally, the root mean square (RMSE) values are shown in
Table 6.2. As mentioned in Section 6.1, the RMSE values represent the difference
between the residual velocity values of the FEA (target) and the ANN (predicted).
The average difference between the target and the predicted velocity value is 7.1m/s.
Furthermore, the validation and the test MSE and RMSE values are examined. The
average difference between the FEA and the ANN results are found as 1.64m/s for
the validation and 4.06m/s for the test phase. The maximum difference between the
FEA and the ANN residual velocity value is 7.1m/s which is an acceptable difference
for ballistic impact problems. According to differences between the target and the
residual output, it can be concluded that the ANN gives quite a good correlation
between the output and the target.
76
Figure 6.6: Regression analysis results for training, test, validation and overall data.
Figure 6.7 shows the SIMULINK setup for the ANN. The ANN is performed for
different velocities and thicknesses. The velocity range is set between 800m/s and
960m/s, and the target thickness is set according to FE analyses between 25mm and
38mm. The graphical representation of the residual velocity difference between the
experiments, FEA and ANN is shown in Appendix A.
77
Figure 6.7: ANN Simulink setup for ballistic analysis
After entering the plate thickness and impact velocity parameters the ANN is run,
and the residual velocity is obtained. ANN is performed for various thicknesses and
impact velocity values. The FE analyses are performed for the cases which are shown
in Table 6.3. Also, the ANN is performed for each thickness and impact velocity
values shown in Table 6.3. According to Table 6.3, consistent residual velocity results
are generated with the ANN. In Table 6.3, difference column represents the difference
of ANN results from FEA results. The ANN analyses run about 2-3 seconds for each
case, whereas the FEA analyses continue about 8 hours in an eight-core 64GB RAM
computer.
78
Table 6.3: ANN and FEA comparison of residual velocity values
In order to show that the results are consistent with the FEA, FE analyses are per-
formed for 27mm thickness and 32mm thickness plates for each velocity, see Table
6.3. These analyses are performed for a comparison between the FEA and the ANN
results. According to Table 6.3, a good correlation is found between the ANN and the
FEA results. The maximum residual velocity value difference is found around 8.4%
for 32mm thickness and 930m/s impact velocity case.
Additionally, the ANN residual velocity results are compared with the experiment
results. In Table 6.4, the difference between ANN and experiment is represented.
The maximum difference between these two residual velocity result is found around
8.3%. Very close results are also seen between ballistic experiments and ANN results.
79
Table 6.4: ANN and Ballistic experiment comparison of residual velocity values
In Figure 6.8 relationship between thickness of the target, impact velocity of projectile
and residual velocity values is shown in a response surface graphic.
80
CHAPTER 7
7.1 Conclusion
The study aims to reduce the number of expensive tests and analyses needed, prepro-
cessing and postprocessing times of FE in ballistic studies with the help of a combined
FEA-ANN approach. To this end, a tool is proposed by combining FEA and ANN
methods to make a quick prediction in aluminum armor design.
First, a numerical model verification study was conducted, and mesh sensitivity, hour-
glass formulations, and element formulations were examined. The effects of these
parameters on the residual velocity values were examined.
At the end of the verification of the numerical model, parameters that have significant
effect the on the FE model were determined. After that phase, ballistic experiments
were performed to validate the numerical model.
In ballistic experiments, the impact velocity, the residual velocity and the depth of
penetration were measured. Additionally, crater shapes and crater diameters were
examined in order to make comparisons with the FEA model.
After the ballistic test phase, a comparison of FEA results and ballistic test results
was performed. At first stage of comparison, the residual velocity values were con-
trolled. The maximum difference in residual velocity values was found around 9%
percent. A good correlation was seen between the residual velocity values for each
target thickness and impact velocity.
Furthermore, the crater shape, the crater diameter, the depth of penetration and the
81
backplane deflection values were compared.
Then, additional analyses were performed to expand the ANN database. All the ad-
ditional FEA results were added into the ANN database and then ANN runs were
performed for different thickness and impact velocity values. ANN analyses showed
reasonable results which were found to be consistent with FE analyses. For 27mm
plate thickness case, the residual velocity difference was founded as maximum 3.49%
whereas for 32mm plate thickness, the residual velocity difference was founded maxi-
mum 8.49%. Therefore, the ANN ballistic tool can be used for the preliminary design
of an aluminum armor for the determination of the armor thickness.
This study was performed for a single layer armor plate made of high strength alu-
minum material within a defined thickness range. This ANN model will be extended
for double-layered and tree-layered armor combinations in the future. This was the
main reason for choosing the ANN for this study. In the concept design stage, double-
layered or three-layered armor designs were also evaluated for armor plates. Double-
layer and three-layer ballistic armors were also created using a steel-aluminum com-
bination. The procedure followed in this study could be applied to double-layered
and three-layer aluminum armors to expand the ANN database. Input parameters of
the ANN could contain double-layer and three-layer armor designs. Also, the weight
of the armor could be added as output of the ANN model to determine the armor per-
formance together with the weight. In Steel-Al combined armors, the weight of total
armor is a very significant point for the armor design. Design of experiment approach
will be used to optimize back-propagation of the ANN parameters, so, the accuracy
of the ANN residual velocity results can be increased. Additionally, new graphical
user interface can be organized to make the tool more user-friendly.
82
REFERENCES
[3] NATO and PfP, “Procedures Evaluating Protection Level Logistic Light Ar-
moured Vehicles,” Allied Engineering Publication, vol. 1, no. FEBRUARY,
2005.
[10] M. Beale and H. Demuth, “Neural network toolbox,” Neural Network Toolbox,
User’s Guide, 2004.
[11] H. Hopkins and H. Kolsky, “In: Proceeding of the 4th Hypervelocity Impact
Symposium. APGC-TR-60-39,” vol. 1, 1960.
83
[12] W. Goldsmith, High-Speed Physics. Springer-Verlag, Berlin,. 1967.
[16] W. L. Chan, M. W. Fu, and J. Lu, “An integrated FEM and ANN methodology
for metal-formed product design,” Engineering Applications of Artificial Intel-
ligence, vol. 21, no. 8, pp. 1170–1181, 2008.
[17] M. Ostad and A. Mazahery, “The ANN application in FEM modeling of me-
chanical properties of Al – Si alloy,” Applied Mathematical Modelling, vol. 35,
no. 12, pp. 5707–5713, 2011.
84
[22] B. Adams, Simulation of ballistic impacts on armored civil vehicles,Department
of Mechanical Engineering, Eindhoven University of Technology, Netherlands.
PhD thesis, 2003.
[25] O. Anderson, “The Gruneisen ratio for the last 30 years, 143, 279-294, 2000,”
Geophys. J. Int.,, pp. 279–294, 2000.
[29] F. E. Prieto and C. Renero, “The equation of state of solids,” Journal of Physics
and Chemistry of Solids, vol. 37, pp. 151–160, jan 1976.
85
[34] D. Fernández-Fdz and R. Zaera, “A new tool based on artificial neural networks
for the design of lightweight ceramic-metal armour against high-velocity impact
of solids,” International Journal of Solids and Structures, vol. 45, no. 25-26,
pp. 6369–6383, 2008.
86
APPENDICES
Figure A.1: A detailed display of the 31mm thickness 800m/s impact velocity perfo-
ration - (0µs - 20µs)
87
Figure A.2: A detailed display of the 31mm thickness 800m/s impact velocity perfo-
ration - (30µs - 70µs)
Figure A.3: A detailed display of the 31mm thickness 800m/s impact velocity perfo-
ration - (80µs - 100µs)
88
Figure A.4: Experiment, FEA and ANN results for 25.4mm thickness
Figure A.5: Experiment, FEA and ANN results for 31mm thickness
89
Figure A.6: Experiment, FEA and ANN results for 38mm thickness
90