Thermal Analysis For Simulation of Metal Additive Manufacturing Process Considering Temperature-And History-Dependent Material Properties
Thermal Analysis For Simulation of Metal Additive Manufacturing Process Considering Temperature-And History-Dependent Material Properties
https://doi.org/10.1007/s42405-020-00283-6
ORIGINAL PAPER
Abstract
Additive manufacturing (AM) technology is increasingly being used in the aerospace industry due to its advantages for
aerospace components such as reduction of weight. A deep understanding of the behavior and properties of additively man-
ufactured materials or parts is required to effectively carry out the certification process which is inevitable for aerospace
components. However, since AM has so many parameters that affect the performance of products, the help of high-fidelity
process simulation techniques is essential to fully analyze and understand their effects. In this research, we propose a new
method to effectively implement the thermal analysis for process simulations of laser powder-bed fusion technique, a rep-
resentative AM technique for metal materials, using existing commercial finite element analysis software. Thermal analysis
for simulations of AM process is performed and the melt pool size is compared with test results to verify the accuracy of
the simulation. In AM process simulations, material properties may vary significantly with temperature, and they are also
dependent on the temperature history of the material because whether the current state is a powder or solid state is determined
by the maximum temperature value in the past temperature history. Therefore, in this paper, user-defined subroutines and
field variables are implemented so that the temperature history of each integration point for the finite element analysis can
be properly tracked and appropriate material properties can be assigned accordingly. Using the proposed methods, thermal
analysis for AM process simulations can be performed successfully with good accuracy compared with the existing test
results.
Keywords Additive manufacturing · Laser powder-bed fusion · Process simulation · Thermal analysis · Certification
123
International Journal of Aeronautical and Space Sciences
123
International Journal of Aeronautical and Space Sciences
2P x 2 + y2
I (x, y, z) exp −2 · f (z),
πr 2 r2
β |z|
f (z) · exp − . (1)
H H
123
International Journal of Aeronautical and Space Sciences
Fig. 5 Temperature-dependent thermal material properties a density of SS17-4PH; b thermal conductivity of SS17-4PH; c heat capacity of SS17-
4PH; d material properties of mild carbon steel
properties of the materials used in the simulation are shown to be in a liquid state. However, at the temperature below
in Fig. 5. the melting temperature, the state of the powder layer can be
In the LPBF process, some of the powder layer undergoes either a powder state that is not yet melted or a solid state that
a phase change by a heat source and become a liquid state. has cooled down after going through a liquid state. Figure 6
Thereafter, as the material cools, the melted parts change indicates that the material below the melting temperature
to a solid state. If the temperature of the material exceeds (1714 K) in the LPBF process may be in a powder or solid
the melting point, the state of the material can be assumed state. Since the difference of material properties between the
123
International Journal of Aeronautical and Space Sciences
powder and the solid state is very large, the current state of 3000 1.5
Temperature
the material should be identified correctly according to the 2500 Flag
Temperature [K]
Flag
To keep track of the phase change history of the mate- 1500
rial, we created a global array of size equal to the number 1000
0.5
of integration points and set the initial value to zero which
500
indicates a powder state. In this research, the total number of
0
elements is 30,243 and each element has 8 integration points, 0
0 0.5 1 1.5
so a global array of 32,043 × 8 components is created. In Time[sec] -4
10
ABAQUS, global arrays can be created using the UEXTER-
NALDB user subroutine. Table 1 shows the subroutine code. Fig. 7 Flag change of an arbitrary integration point with respect to tem-
In the simulation stage, the temperature of all integration perature
points is checked at every increment and if the temperature
is higher than the melting temperature, the value of the cor-
responding global array component to the integration point The boundary conditions of the simulation model are fixed
is changed to one which represents that the integration point at 293 K on the side and bottom surfaces, and convection
already has melted once. Figure 7 shows the component value and radiation are considered on the top surface. The detailed
of the global variable as a flag at an arbitrary integration point parameter values for the simulation are listed in Table 2.
in the simulation. The flag changes to one as the temperature In addition to the global array for the UEXTERNALDB
of the point rises above the melting point. Afterwards, as the user subroutine to distinguish between powder and solid state
material cools, the flag value remains one even though the at the temperature below the melting point, two methods
temperature is lower than the melting point. using ABAQUS were considered to assign appropriate mate-
123
International Journal of Aeronautical and Space Sciences
Use of field variable was considered as the one method to Fig. 8 Density assignment using field variable in ABAQUS
apply the appropriate properties depending on the current
material state. Field variables can be defined in ABAQUS
to change material properties depending on arbitrary field
variables. There are some restrictions on the variables that
can be used as field variables, but the components of global
variables declared in the UEXTERNALDB user subroutine
can be used as field variables, which can be used to assign
proper material properties depending on the current material value of the global variable ‘k_flag’ to 1 when the tempera-
state. ture of the integration point is higher than the melting point.
To use the field variables for this purpose, USDFLD user Figure 8 shows the density of the powder layer and the field
subroutine must be used. Table 3 shows the USDFLD user variable in ABAQUS. When the value of ‘Field 1’ is 0, the
subroutine code where ‘k_flag’ is the global variable to keep density of powder is used. On the other hand, when the value
track of the material state. In addition, the DFLUX user sub- of ‘Field 1’ is 1, the density of solid is used. Conductivity
routine must include the code that changes the component can also be set in the same way.
123
International Journal of Aeronautical and Space Sciences
123
International Journal of Aeronautical and Space Sciences
can be derived by applying the Fourier law and the standard θ is the temperature of the material, k is the conductivity
Galerkin approach to Eq. (2). matrix. Equation (4) can be derived by solving Eq. (3) with
the backward difference algorithm.
∂NN ∂θ 1
N N ρ U̇ d V + ·k· dV N N ρ (Ut+t − Ut ) dV
V V ∂x ∂x t V
∂NN ∂θ
N N r dV + N N qdS, + ·k· dV
(3) ∂x ∂x
V sq V
− N N r dV − N N qdS 0.
V Sq (4)
123
International Journal of Aeronautical and Space Sciences
123
International Journal of Aeronautical and Space Sciences
Figure 9 shows the temperature change over time at an case with 195 W of laser power and 800 mm/s of scan speed
arbitrary point. Comparing the results of the simulation which had the smallest error between the experiment and
between using the field variable and using the UMATHT simulation has been selected for verification of simulation
user subroutine, the average relative error is about 0.01%, results.
which means that the temperature results are identical. Table
5 shows the source code for calculating the internal thermal 3.1 Thermal Analysis with Density for Single State
energy of the material in the UMATHT subroutine. Only
123
International Journal of Aeronautical and Space Sciences
of the melt pool is about 106.9 µm and the depth is about 3.2 Thermal Analysis with Density for Current
72.3 µm. The next simulation considers the density of the Material State
powder state only. This means that only the density values
corresponding to ➃, ➄, ➁, ➂ in Fig. 5a are used. Figure 12 Figure 13 is the result of a simulation using the appropriate
shows the result of the simulation and the result shows that density depending on whether it is in powder or solid state.
the width of the melt pool is about 114.3 µm and the depth The width of the melt pool is about 121.4 µm and the depth
is about 81.4 µm. is about 80.3 µm. Table 6 compares the experimental results
By comparing these two results, one can see that the melt from the reference and the simulation results of this research.
pool size of the simulation result using only the solid density Table 7 summarizes the relative errors of all simulations. In
is smaller than that using only the powder density. This means Table 7, ‘solid’ represents the simulation using the density
that by using the solid density which has larger value than the of solid state only, ‘powder’ represents the simulation using
density of the powder state, more energy is needed to raise the density of powder state only, and ‘both’ represents the
the temperature. Conversely, if only the density of the powder simulation considering the density depending on the current
is used, the energy required to increase the temperature is material state (solid or powder). The results show that the
relatively low and the melt pool size becomes large. average error is the largest when solid density is used, and the
least error occurs when the proper density value depending
on the current material state is used.
123
International Journal of Aeronautical and Space Sciences
Table 6 Comparison of experiment and simulation results [unit: µm] 2. Yakout M, Cadamuro A, Elbestawi MA, Veldhuis SC (2017)
The selection of process parameters in additive manufacturing for
Experiment Simulation aerospace alloys. Int J Adv Manuf Technol 92:2081–2098
Maximum Minimum Average 3. Zhang Z, Huang Y, Kasinathan AR, Shahabad SI, Ali U, Mah-
moodkhani Y, Toyserkani E (2019) 3-Dimensional heat transfer
Width 130.49 113.85 122.145 112.84 modelling for laser powder-bed fusion additive manufacturing with
volumetric heat sources based on varied thermal conductivity and
Depth 76.35 71.32 73.835 75.56
absorptivity. Opti Laser Technol 109(2019):297–312
4. Foroozmehr A, Badrossamay M, Foroozmehr E, Golabi S (2016)
Table 7 Relative error comparison [unit: %] “Finite element simulation of selective laser melting process con-
sidering optical penetration depth of laser in powder bed. Mater
Density Width Depth Average Des 89:255–263
5. Li Y, Dongdong Gu (2014) Parametric analysis of thermal behavior
Solid 12.49 2.04 7.26 during selective laser melting additive manufacturing of aluminum
Powder 6.39 10.25 8.32 alloy powder. Mater Des 63:856–867
6. Keller N, Ploshikhin V (2014) New method for fast predictions of
Both 7.62 2.33 4.97
residual stress and distortion of AM parts. In: Conference: solid
freeform fabrication symposium, Austin, Texas, USA, vol 25, pp
1229–1237
4 Conclusion 7. Zhang D, Cai Q, Liu J, Zhang L, Li R (2010) Select laser melting
of W-Ni-Fe powders: simulation and experimental study. Int J Adv
Manuf Technol 51(5):649–658
In this research, thermal analysis techniques for LPBF pro- 8. Dai D, Gu D (2014) Thermal behavior and densification mecha-
cess simulations using ABAQUS were proposed and thermal nism during selective laser melting of copper matrix composites:
analysis has been performed using proposed methods. Since simulation and experiments. Mater Des 55:482–491
the simulation of the LPBF process includes phase changes, 9. Goldak J, Chakravarti A, Bibby M (1984) A new finite element
model for welding heat sources. Metall Trans B 15(2):299–305
appropriate physical properties should be used depending on 10. Lee J-S (2010) Welding deformation analysis of plates using
the history-dependent material state as well as the tempera- the inherent strain-based equivalent load method. J Weld Joi
ture of the material. To simultaneously consider the material 28(2):39–46
state and temperature conditions, we used the field variables 11. Standardization for Temperatur (2005) Standardization for temper-
ature distribution prediction of the arc weld using FEA. J Weld Join
and the user subroutines in ABAQUS. In particular, since the 23(6):1–7
user subroutine cannot directly modify the density value, the 12. Bang H-S, Chong-In Oh, Ro C-S, Park C-S, Bang H-S (2007)
density change was modeled by simultaneously considering Analysis of thermal and welding residual stress for hybrid welded
the input file and the user subroutine code. joint by finite element method. J KWJS 25(6):565–570
13. Öberg TT (1991) Computation of temperature distribution due
By comparing the simulation results and the test results, it to welding in piping systems. In: Mechanical effects of welding,
is confirmed that the error is about 5%. This error is less than international union of theoretical and applied mechanics (IUTAM)
those from the cases using the density value of single state symposium, Luleå, Sweden, 10–14 June 1991
only and confirmed the validity of the simulation method 14. Roberts IA, Wang CJ, Esterlein R, Stanford M, Mynors DJ (2009)
A three-dimensional finite element analysis of the temperature field
proposed in this research. during laser melting of metal powders in additive layer manufac-
turing. Int J Mach Tools Manuf 49:916–923
Acknowledgements This research is supported by a Grant (17CHTR- 15. ABAQUS (2012) ABAQUS documentation. ABAQUS, Provi-
C128889-01) from Establishment of Design and Manufacturing Certi- dence
fication Infrastructure on Rotorcraft Certification funded by Ministry
of Land, Infrastructure and Transport of Korean government and Korea
Agency for Infrastructure Technology Advancement.
Publisher’s Note Springer Nature remains neutral with regard to juris-
dictional claims in published maps and institutional affiliations.
References
1. Wohlers TT, Wohlers Associates, Campbell I, Caffrey T, Diegel O,
Kowen J, Wohlers Report (2018) 3D printing and additive manu-
facturing state of the industry. Annual Worldwide Progress Report,
Wohlers Associates
123