Next Article in Journal
Production and Characterization of Aluminum Reinforced with SiC Nanoparticles
Previous Article in Journal
Tuning Non-Isothermal Crystallization Kinetics between Fe20Co20Ni20Cr20(P0.45B0.2C0.35)20 High-Entropy Metallic Glass and the Predecessor Fe75Cr5P9B4C7 Metallic Glass
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modeling Yield Strength of Austenitic Stainless Steel Welds Using Multiple Regression Analysis and Machine Learning

1
Manufacturing Innovation Lab, HD Korea Shipbuilding & Offshore Engineering Co., Ltd., Seoul 03058, Republic of Korea
2
Department of Materials Science and Engineering, Pusan National University, Busan 46241, Republic of Korea
3
Advanced Joining & Additive Manufacturing R&D Department, Korea Institute of Industrial Technology, Incheon 21999, Republic of Korea
4
Department of Mechanical and Materials Engineering, Portland State University, Portland, OR 97229, USA
*
Authors to whom correspondence should be addressed.
Metals 2023, 13(9), 1625; https://doi.org/10.3390/met13091625
Submission received: 2 August 2023 / Revised: 8 September 2023 / Accepted: 15 September 2023 / Published: 20 September 2023
(This article belongs to the Special Issue Welding and Joining of Advanced High-Strength Steels (2nd Edition))

Abstract

:
Designing welding filler metals with low cracking susceptibility and high strength is essential in welding low-temperature base metals, such as austenitic stainless steel, which is widely utilized for various applications. A strength model for weld metals using austenitic stainless steel consumables has not yet been developed. In this study, such a model was successfully developed. Two types of models were developed and analyzed: conventional multiple regression and machine-learning-based models. The input variables for these models were the chemical composition and heat input per unit length. Multiple regression analysis utilized five statistically significant input variables at a significance level of 0.05. Among the prediction models using machine learning, the stepwise linear regression model showed the highest coefficient of determination (R2) value and demonstrated practical advantages despite having a slightly higher mean absolute percentage error (MAPE) than the Gaussian process regression models. The conventional multiple regression model exhibited a higher R2 (0.8642) and lower MAPE (3.75%) than the machine-learning-based predictive models. Consequently, the models developed in this study effectively predicted the variation in the yield strength resulting from dilution during the welding of high-manganese steel with stainless-steel-based welding consumables. Furthermore, these models can be instrumental in developing new welding consumables, thereby ensuring the desired yield strength levels.

1. Introduction

Austenitic stainless steels exhibit high corrosion resistance, formability, and weldability [1,2,3,4,5]; therefore, they are widely utilized in the energy industry (such as power plants), petrochemical processes, and liquefied natural gas (LNG) transportation. In welding these metals, welding consumables with a similar chemical composition are primarily employed [6,7]. These consumables have also been used for 9% nickel (Ni) steel and high-manganese (Mn) steels [8]. Austenitic stainless-steel-based welding consumables contribute to minimizing welding material costs while ensuring the sound weldability of 9% Ni and high-Mn steels [9,10,11,12,13,14].
The chemical composition of the weld metal for 9% Ni steel and high-Mn steel with austenitic stainless-steel-based welding consumables varies based on the degree of dilution between the base metal and filler metal [15,16]. This dilution affects the mechanical properties of the weld, such as the impact toughness, yield strength, and tensile strength [17,18]. It is noteworthy that the mechanical properties are influenced by process parameters such as the heat input, welding position, and arc inclination because these factors influence the degree of dilution in dissimilar combinations of base metal and filler metal.
Several studies have focused on developing models to predict the mechanical properties of the base metal in stainless steels using multiple regression analyses [19,20,21]. In addition, there is ongoing research on the development of machine-learning-based models to predict the mechanical properties of various steels, including carbon and stainless steels [22,23,24,25]. However, studies on prediction models for the mechanical properties of weld metals are limited, and there is a need for exploration using artificial intelligence technology in addition to conventional multiple regression analysis. The properties of the weld metal are influenced by its chemical composition and thermal history, making the prediction model for the weld metal more sophisticated than that for the base metal. Verma et al. [26] proposed a prediction model for the mechanical properties of welded joints; however, their model was specifically developed for friction-stir-welded aluminum alloys, which have limited applicability.
Given the increasing demand for cryogenic liquid tanks, low cracking susceptibility, high strength, and cost-effectiveness are crucial factors in the design of welding filler metals to accommodate low-temperature base metals. For austenitic stainless steels, the Schaeffler phase diagram is used to estimate the phase of the weld metal based on its chemical composition, as a measure of cracking susceptibility. However, a strength model for austenitic stainless steel welds has not yet been developed.
Therefore, the objective of this study was to develop a machine-learning-based prediction model for the mechanical properties of weld metals using austenitic stainless steel filler metals. Specifically, the focus was on predicting the yield strength based on the chemical composition of the weld metal and the welding heat input. A dataset comprising 100 data points with various chemical compositions and heat inputs was utilized to train the prediction model, while an additional 27 data points were reserved for model verification. To establish yield strength models, various algorithms, including linear regression, support vector machine (SVM), Gaussian process regression (GPR), decision tree, and tree ensemble, were employed.

2. Materials and Methods

2.1. Data Preparation

A dataset consisting of 100 data points was used as the training dataset to establish a machine-learning-based prediction model for the weld metal strength. These data points were obtained from evaluation reports conducted by welding consumable manufacturers (Hyundai Welding Co., LTD Seoul, South Korea. and ESAB SeAH Corp. Seoul, South Korea) and shipyards (HD Korea Shipbuilding & Offshore Engineering Co., LTD. Seoul, South Korea and HD Hyundai Heavy industries Co., LTD. Seoul, South Korea) to assess the mechanical properties of the welds. The flux cored arc welding (FCAW) process was applied using the thyristor-controlled welding power sources commonly used in shipyards, and CO2 was used alone as the shielding gas, so the globular transfer mode was applied. The input variables considered in the model included the composition of the weld metal, nine different alloying elements (C, Si, Mn, P, S, Ni, Cr, Mo, and Cu), and the welding heat input per unit length. The output variable of the model was the yield strength of the weld metal. Table 1 presents the statistical characteristics of the data. Various base metals, such as high-Mn steel, stainless steel, and 9% Ni steel, were welded using austenitic stainless steel filler metals.
To validate the predictive models developed in this study, additional yield strength data points for austenitic stainless steel weld metals were obtained from previous studies [27,28,29,30,31] and mill test certificates for shipyards. In addition, 27 datasets were acquired, surpassing 25% of the original 100 datasets, and were used for model training. The ranges of each variable in the collected datasets are listed in Table 2.

2.2. Multiple Regression Analysis

Pearson’s correlation analysis was performed to assess the relationships between the input and output variables. Pearson’s correlation coefficients were calculated to determine the strength and direction of the correlation between each input and output variable.
A multiple linear regression model was constructed using all the input variables in relation to the output variable. Additionally, a simplified model was developed considering only statistically significant input variables.

2.3. Machine Learning Prediction Models

Prediction models were developed using the MATLAB (version R2022a) Regression Learner App. Several machine learning algorithms, such as linear regression, decision tree, SVM, regression tree ensemble, and GPR [32,33], have been employed to establish prediction models for yield strength. The inputs for the model included the chemical composition of the weld metal and heat input.
The linear regression model is a regression model that predicts the value of a dependent variable by assuming that the independent and dependent variables have a linear relationship. Robust linear regression is a method used to reduce the effect of outliers that distort data in linear regression and is a method of adjusting weights. Stepwise linear regression is a method of optimization by adding terms step-by-step until the performance no longer improves without inserting all terms. A decision tree is a multistage decision-making algorithm that predicts the final dependent variable by composing a complex decision-making process using a combination of several simple decisions. This method matches the results by creating branching points using specific criteria in the dataset. This is called a decision tree, because the shape of the overall model divided by the branching points is similar to that of a tree. A regression tree ensemble is a technique that connects multiple decision trees to create a robust model. Boosting and bagging were used in this study. SVM is an algorithm designed to solve the binary classification problem; it finds a hyperplane that can classify data with the maximum margin. SVM has excellent generalization properties and can be applied to regression problems. Six types of SVM models (linear, quadratic, cubic, fine, medium, and coarse Gaussian) were used for the training. GPR is a regression modeling technique that uses a Gaussian process. The squared exponential, Matern 5/2, exponential GPR, and rational quadratic GPR were used. In the Gaussian process, the mean and covariance functions are used to define the distribution of the regression function; the covariance function is also called a kernel function.
To assess the performance of the developed model, a comparative evaluation was conducted using various predictive models, enabling a comprehensive analysis of their effectiveness.

3. Results

3.1. Correlation Analysis

Table 3 presents the Pearson correlation coefficients and corresponding p-values for all the input variables in relation to the yield strength, which served as the output variable. Among the chemical compositions, Mo demonstrated the highest correlation coefficient, i.e., 0.7032, with the yield strength. It is generally accepted that a correlation is appropriate when the absolute value of the correlation coefficient exceeds the absolute value of 0.4 [34]. Based on this criterion, the input variables C, Si, S, and Mo were found to be significantly correlated with the yield strength.
The statistical significance of the relationships was assessed using a significance level of 0.05 [35]. When the p-value was below this threshold, the relationship was considered statistically significant. Consequently, the input variables for C, Si, S, Ni, and Mo were identified as statistically significant, based on their respective p-values.

3.2. Multiple Regression Analysis

A multiple regression model utilizing all the input variables was developed, and the coefficients and p-values are presented in Table 4.
The multiple regression equation is represented by Equation (1) as follows:
Yield Strength (MPa) = 346 + 369C − 0.91Si − 1.40Mn − 754P − 837S − 1.11Ni + 3.01Cr + 25.8Mo + 487Cu − 3.68Heat Input (HI),
where the chemical composition is given in weight percent and the heat input is in kJ/cm.
The p-values for C, Cr, Mo, Cu, and HI were less than 0.05, which can be considered statistically significant at a significance level of 0.05, and had a meaningful effect on the model’s output. Owing to the limited number of training data points, the signs of some coefficients may be inconsistent with the physical behavior caused by the respective elements. However, the coefficients of the significant variables aligned with the actual role of the element. For example, an increase in C content leads to increased yield strength owing to interstitial solid solution strengthening [36,37,38], whereas an increase in heat input results in decreased yield strength owing to an increase in primary dendrite arm spacing (PDAS) [39].
At significance levels of 0.1 and 0.05, multiple regression models using only the significant variables were derived, as shown in Equations (2) and (3), respectively.
Yield Strength (MPa) = 316 + 378C − 0.625Mn − 0.517Ni + 3.15Cr + 26.8Mo + 450Cu − 3.63Heat Input (HI)
Yield Strength (MPa) = 310 + 363C + 3.10Cr + 26.7Mo + 456Cu − 3.66Heat Input (HI),
where the chemical composition is given in weight percent and the heat input is in kJ/cm.
Table 5 summarizes the accuracy of the model with the mean absolute percentage errors (MAPEs) and adjusted coefficient of determination (R2) values of Equations (1)–(3). The MAPEs for Equations (1) and (3) are 2.1% and 2.2%, respectively, and the R2 values are 0.9294 and 0.9278, respectively. Equation (3) utilizes only five input variables but demonstrates performance comparable to that of Equation (1).

3.3. Machine Learning Models

Figure 1 presents the R2 values for the prediction models developed using linear regression, decision trees, SVM, and GPR. For the decision tree models, the R2 values for the fine, medium, and coarse tree models were less than 0.50; therefore, they were not plotted.
Among the prediction models developed using the Regression Learner App, the stepwise linear regression model exhibited the highest R2 value, i.e., 0.93. Among the different SVM models, only the linear SVM model surpassed the value of 0.90, with an R2 value of 0.91. Table 6 lists the MAPEs and R2 values for the prediction models, with the R2 values exceeding 0.90.
Table 6 lists the excellent prediction performance of both the linear regression and GPR models. The stepwise linear regression model demonstrated a marginally higher MAPE than the GPR model. However, the stepwise linear regression model also exhibited a higher R2 value, surpassing the GPR model by 0.01. To assess the residual tendency of the model, residual analysis was conducted for both linear regression and GPR. Figure 2 illustrates the residuals from the prediction models, depicting a random distribution without any discernible trends in the measured yield strength. Because linear regression models require fewer computing resources, they are generally preferred over GPR models. Despite the slightly higher MAPE in the stepwise linear regression, the model’s higher R2 value and practical advantages make it a favorable choice.
Figure 3 summarizes the MAPE and R2 of models with R2 exceeding 0.90 among the prediction models developed through the Regression Learner App and Equations (1)–(3) through multiple regression analysis. Among the models shown in Figure 3, the ideal models are the model developed using Equation (3) with the highest R2, stepwise linear regression with the lowest MAPE and highest R2, and Matern 5/2 GPR with the lowest MAPE selected from the GPR models.

3.4. Model Verification Results Using Additional Data Points

The machine learning models developed in this study were verified using additional data points that were not used in the training in the previous step. The yield strength was predicted using Equation (3), the stepwise linear regression model, and the Matern 5/2 GPR model, which were confirmed to have excellent prediction performance. Figure 4 compares the measured yield strengths in the additional data with the yield strengths predicted by the developed models. The linear SVM model with a higher MAPE and a lower R2 value than the stepwise linear regression and Matern 5/2 GPR, but with an R2 value exceeding 0.90 among SVM models, was also included in the model validation.
According to Figure 4, the highest R2 for the correlation between the measured and predicted yield strengths was 0.8642 in Equation (3), and a prediction model was developed using a multiple regression analysis. In contrast, the stepwise linear regression model was confirmed to have the lowest R2 at 0.6383; however, the model had an R2 of 0.7537, except for one outlier with a measured yield strength of 348 MPa, as shown in Figure 4. The linear SVM model, which had lower accuracy than stepwise linear regression and Matern 5/2 GPR in the process of prediction model development, indicated high prediction accuracy in model validation. Table 7 summarizes the MAPE and R2 to ensure the accuracy of the model during validation.
In model validation, the accuracy of the model developed through multiple regression analysis was the highest; however, the R2 and MAPE of machine-learning-based prediction models may be lowered depending on the attributes and quantity of data points.

4. Discussion

4.1. Dilution and Yield Strength of Stainless-Steel-Based Weld Metal in High-Mn Steel

The yield strength prediction models for the weld metal developed in this study can predict the variation in the yield strength of the weld metal by considering the dilution when welding high-Mn steel with stainless-steel-based welding consumables.
Using the models used for model validation, the predicted yield strength according to the chemical composition variation due to dilution between the high-Mn steel and the three welding consumables, listed in Table 8, is as shown in Figure 5. Because the dilution rate varies depending on the welding position, current, speed, and heat input [40,41,42], the heat input per unit length was fixed at 10 kJ/cm.
The stepwise linear regression and linear SVM models showed similar trends for various material combinations and dilutions; however, they exhibited slight differences compared with the multiple regression model, which had the highest prediction accuracy.
For the Matern 5/2 GPR model, the predicted yield strength increased linearly with the dilution rate up to a certain point. However, in certain dilution ranges (40–80%), the increase became nonlinear, leading to a relatively high deviation compared to the multiple regression model.
According to ASTM A1106/A1106M-17 [43], a yield strength of at least 400 MPa is required for high-Mn steel used for cryogenic applications. It was confirmed that the type 308L welding material did not satisfy the predicted yield strength of 400 MPa until the dilution rate was less than 20%; however, the predicted strength of the other welding consumables exceeded 400 MPa at all dilution rates. Considering the requirement for a maximum yield ratio of 0.9 (the yield strength/tensile strength) by engineering specifications [44], and the minimum tensile strength of 600 MPa for welding consumables according to KS D 7143 (flux-cored arc welding wires for high-Mn steel) [45], the maximum yield strength of austenitic stainless-steel-based welding consumables for high-Mn steel is considered to be 540 MPa. Because the high-strength properties of steel can lead to cracking [46], it is desirable to set an appropriate upper limit for the yield strength.

4.2. Establishment of Main Chemical Composition Content of Austenitic Stainless-Steel-Based Welding Consumables for High-Mn Steel

Models based on multiple regression, such as Equation (3), have relatively high prediction accuracy and can be compared with other machine-learning-based prediction models for accuracy validation. C, Cu, and Mo had relatively high coefficients in Equations (2) and (3); however, the Cu content in the welding consumables was minimal. Therefore, C and Mo were selected as the variables, and contour plots were drawn to determine the yield strength, as shown in Figure 6. For C and Mo, the minimum and maximum content of the dataset used for model training were used as domains, whereas, for other chemical components, the chemical composition was extracted from one experimental data point where the heat input was 14 kJ/cm and the base metal and weld metal were high-Mn steel and fully austenitic welding consumables, respectively. Their chemical compositions are listed in Table 9.
According to Figure 6, when the C content is 0.10 wt%, the Mo content must be at least 1.25 wt% to obtain yield strength of at least 400 MPa. Therefore, it is possible to predict the minimum Mo content at a specific value of C content, or the minimum C content at a specific value of Mo content, to satisfy the minimum yield strength requirement. Likewise, when the C content is 0.35 wt% and the Mo content exceeds 3.2 wt%, excessive yield strength exceeding 540 MPa can be predicted.

4.3. Prediction of Microstructure According to Dilution of Stainless-Steel-Based Welding Consumable in High-Mn Steel

Figure 7 shows the Cr and Ni equivalents in a Schaeffler diagram based on the variation in the chemical composition according to the dilution rate. Stainless steel type 308L and 316L welding consumables were predicted to have ferrite content of less than 10% when undiluted, and to have a fully austenitic structure when the dilution rate exceeded 5%. Welding consumables with a fully austenitic structure maintained the structure because the variation in the Ni equivalent was small, even when the Cr equivalent decreased as the dilution rate increased.
In particular, the fully austenitic welding consumable had a relatively high Ni equivalent of 24.3–24.5% according to dilution with high-Mn steel, which was advantageous in maintaining the fully austenitic microstructure. However, there is a need to reduce the cost of welding consumables through the optimization of chemical compositions, while ensuring that the required mechanical properties are satisfied. In fully austenitic welding materials, the Ni content, which is expensive and relatively large, was adjusted to 5% and 10%, respectively, and did not significantly change the yield strength, as shown in Table 10.
Figure 8 shows the Cr and Ni equivalents according to the dilution rate, with the chemical compositions of the welding consumables listed in Table 10 on the Schaeffler diagram. The original fully austenitic welding consumable is expected to have a fully austenitic microstructure even if the Ni content is lowered to 10% and the Cr content is further reduced to 10%. However, when the Ni content was further reduced to 5%, martensite with a brittle microstructure was generated. Therefore, it was confirmed that a fully austenitic microstructure can be maintained even when the Ni content is lowered to 10% in the original fully austenitic welding consumable and can be utilized when designing a new welding consumable.
Table 11 shows the results of predicting the yield strength using the chemical composition change data according to the increase in the dilution rate in the prediction models using the welding consumables (Case 2 in Table 10), in which the fully austenitic microstructure was maintained even when the Ni content was lowered to 10%. According to Table 11, a yield strength of at least 461 MPa is expected with the chemical composition of the undiluted welding consumable. When the dilution rate is 50% or more, it exceeds 540 MPa, which is considered the upper limit of the yield strength. In general, because it is difficult for a dilution rate above 50% to occur in multilayer welds, it is advantageous to refer only to the information on excessive dilution rates.

5. Conclusions

This study developed multiple regression and machine-learning-based models to predict the yield strength of weld metals using austenitic stainless-steel-based welding consumables, and the following conclusions were drawn.
  • Through multiple regression analysis, a model with high accuracy was developed with five input variables satisfying a significance level of 0.05, and conventional multiple regression models showed excellent prediction performance with an MAPE of 2.2%.
  • Among the prediction models developed using machine learning, the stepwise linear regression model was identified as the best, with the highest R2 and a practical advantage.
  • Comparing the prediction models developed based on the multiple regression analysis and machine learning, the multiple regression model showed a higher R2 than the machine learning models used in this study. In the model validation, the multiple regression model showed an R2 of 0.8642 and an MAPE of 3.75%.
Consequently, the models developed in this study can effectively predict the variation in yield strength resulting from thermal history and dilution during the welding of high-Mn steel with stainless-steel-based welding consumables. Furthermore, these models play an important role in developing new welding consumables, thereby ensuring the desired yield strength levels.

Author Contributions

Conceptualization, S.P. and M.C.; data preparation, S.P., M.C. and D.K.; software, S.P. and D.K.; investigation, S.P.; resources, C.K. and N.K.; writing—original draft preparation, S.P.; writing—review and editing, C.K.; supervision, N.K. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Technology Innovation Program–Materials and Components Development Program (Grant No. 20022454) funded by the Ministry of Trade, Industry, and Energy (MOTIE, Korea) and the Korea Institute of Industrial Technology as “The dynamic parameter control based smart welding system module development for the complete joint penetration weld (KITECH EH-23-0007).

Data Availability Statement

Not appliable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kim, J.-H.; Kim, B.K.; Kim, D.-I.; Choi, P.-P.; Raabe, D.; Yi, K.-W. The role of grain boundaries in the initial oxidation behavior of austenitic stainless steel containing alloyed Cu at 700 °C for advanced thermal power plant applications. Corros. Sci. 2015, 96, 52–66. [Google Scholar] [CrossRef]
  2. Switzner, N.; Yu, Z. Austenitic Stainless Steel Cladding Interface Microstructures Evaluated for Petrochemical Applications. Weld. J. 2019, 98, 50–61. [Google Scholar] [CrossRef]
  3. Park, W.S.; Yoo, S.W.; Kim, M.H.; Lee, J.M. Strain-rate effects on the mechanical behavior of the AISI 300 series of austenitic stainless steel under cryogenic environments. Mater. Des. 2010, 31, 3630–3640. [Google Scholar] [CrossRef]
  4. Baek, J.H.; Kim, Y.P.; Kim, W.S.; Kho, Y.T. Effect of Temperature on the Charpy Impact and CTOD Values of Type 304 Stainless Steel Pipeline for LNG Transmission. KSME Int. J. 2002, 16, 1064–1071. [Google Scholar] [CrossRef]
  5. Kim, J.-H.; Choi, S.-W.; Park, D.-H.; Lee, J.-M. Charpy impact properties of stainless steel weldment in liquefied natural gas pipelines: Effect of low temperatures. Mater. Des. 2015, 65, 914–922. [Google Scholar] [CrossRef]
  6. Li, L.C.; Chai, M.Y.; Li, Y.Q.; Bai, W.J.; Duan, Q. Effect of Welding Heat Input on Grain Size and Microstructure of 316L Stainless Steel Welded Joint. Appl. Mech. Mater. 2013, 331, 578–582. [Google Scholar] [CrossRef]
  7. Kim, Y.H.; Kim, D.G.; Sung, J.H.; Kim, I.S.; Ko, D.E.; Kang, N.H.; Hong, H.U.; Park, J.H.; Lee, H.W. Influences of Cr/Ni equivalent ratios of filler wires on pitting corrosion and ductility-dip cracking of AISI 316L weld metals. Met. Mater. Int. 2011, 17, 151–155. [Google Scholar] [CrossRef]
  8. Park, T.-U.; Jeong, Y.-C.; Im, H.-D.; Choi, C.-H.; Kil, W. Development and Evaluation of Stainless Steel-Base Flux-Cored Wires for 9% Nickel Steel. JWJ 2022, 40, 367–376. [Google Scholar] [CrossRef]
  9. Kim, B.E.; Park, J.Y.; Lee, J.S.; Lee, J.I.; Kim, M.H. Effects of the welding process and consumables on the fracture behavior of 9 wt.% nickel steel. Exp. Tech. 2019, 44, 175–186. [Google Scholar] [CrossRef]
  10. Choi, M.; Lee, J.; Nam, H.; Kang, N.; Kim, M.; Cho, D. Tensile and Microstructural Characteristics of Fe-24Mn Steel Welds for Cryogenic Applications. Met. Mater. Int. 2020, 26, 240–247. [Google Scholar] [CrossRef]
  11. Park, T.U.; Jung, D.H.; Park, J.H.; Kim, J.H.; Han, I.W. Changes in the mechanical properties and microstructure of high manganese steel by high heat input welding and general welding processes. JWJ 2022, 40, 33–39. [Google Scholar] [CrossRef]
  12. Park, G.; Jeong, S.; Lee, C. Fusion weldabilities of advanced high manganese steels: A review. Met. Mater. Int. 2020, 27, 2046–2058. [Google Scholar] [CrossRef]
  13. Yoo, J.; Kim, B.; Park, Y.; Lee, C. Microstructural evolution and solidification cracking susceptibility of Fe-18Mn-0.6C-xAl steel welds. J. Mater. Sci. 2015, 50, 279–286. [Google Scholar] [CrossRef]
  14. Avery, R.E.; Parsons, D. Welding stainless and 9% nickel steel cryogenic vessels. Weld. J. 1995, 74, 45–50. [Google Scholar]
  15. Banovic, S.W.; Dupont, J.N.; Marder, A.R. Dilution and microsegregation in dissimilar metal welds between super austenitic stainless steel and nickel base alloys. Sci. Technol. Weld. Join. 2013, 7, 374–383. [Google Scholar] [CrossRef]
  16. Dupont, J.N.; Banovic, S.W.; Marder, A.R. Microstructural Evolution and Weldability of Dissimilar Welds between a Super Austenitic Stainless Steel and Nickel-Based Alloys. Weld. J. 2003, 82, 125. [Google Scholar]
  17. Mishra, R.R.; Tiwari, V.K.; Rajesha, S. A Study of Tensile Strength of MIG And TIG Welded Dissimilar Joints of Mild Steel and Stainless Steel. Int. J. Adv. Mater. Sci. Eng. 2014, 3, 23–32. [Google Scholar] [CrossRef]
  18. Kaçar, R.; Baylan, O. An investigation of microstructure/property relationships in dissimilar welds between martensitic and austenitic stainless steels. Mater. Des. 2004, 25, 317–329. [Google Scholar] [CrossRef]
  19. Ohkubo, N.; Miyakusu, K.; Uematsu, Y.K. Hiroshi Effect of alloying elements on the mechanical properties of the stable austenitic stainless steel. ISIJ Int. 1994, 34, 764–772. [Google Scholar] [CrossRef]
  20. Sieurin, H.; Zander, J.; Sandström, R. Modelling solid solution hardening in stainless steels. Mater. Sci. Eng. A 2006, 415, 66–71. [Google Scholar] [CrossRef]
  21. Booker, M.K.; Sikka, V.K. Effects of Composition Variables on the Tensile Properties of Type 304 Stainless Steel; Oak Ridge National Lab: Oak Ridge, TN, USA, 1977. [Google Scholar]
  22. Xie, Q.; Suvarna, M.; Li, J.; Zhu, X.; Cai, J.; Wang, X. Online prediction of mechanical properties of hot rolled steel plate using machine learning. Mater. Des. 2021, 197, 109201. [Google Scholar] [CrossRef]
  23. Narayana, P.L.; Lee, S.W.; Park, C.H.; Yeom, J.-T.; Hong, J.-K.; Maurya, A.K.; Reddy, N.S. Modeling high-temperature mechanical properties of austenitic stainless steels by neural networks. Comput. Mater. Sci. 2020, 179, 109617. [Google Scholar] [CrossRef]
  24. Stoll, A.; Benner, P. Machine learning for material characterization with an application for predicting mechanical properties. GAMM-Mitteilungen 2021, 44, e202100003. [Google Scholar] [CrossRef]
  25. Guo, S.; Yu, J.; Liu, X.; Wang, C.; Jiang, Q. A predicting model for properties of steel using the industrial big data based on machine learning. Comput. Mater. Sci. 2019, 160, 95–104. [Google Scholar] [CrossRef]
  26. Verma, S.; Misra, J.P.; Singh, J.; Batra, U.; Kumar, Y. Prediction of tensile behavior of FS welded AA7039 using machine learning. Mater. Today Commun. 2021, 26, 101933. [Google Scholar] [CrossRef]
  27. Kim, T.-W.; Ju, W.-H.; Jeon, S.-H.; Kim, Y.-C. A Study on Mechanical Properties of Austenitic Stainless Steel Welds Using ArcTig Welding. JWJ 2022, 40, 343–351. [Google Scholar] [CrossRef]
  28. Cui, Y.; Lundin, C.D.; Hariharan, V. Mechanical behavior of austenitic stainless steel weld metals with microfissures. J. Mater. Proc. Technol. 2006, 171, 150–155. [Google Scholar] [CrossRef]
  29. Piatti, G.; Vedani, M. Relation between tensile properties and microstructure in type 316 stainless steel SA weld metal. J. Mater. Sci. 1990, 25, 4285–4297. [Google Scholar] [CrossRef]
  30. Ward, A.L.; Blackburn, L.D. Elevated Temperature Tensile Properties of Weld-Deposited Austenitic Stainless Steels. J. Eng. Mater. Technol. 1976, 98, 213–220. [Google Scholar] [CrossRef]
  31. Moteshakker, A.; Danaee, I.; Moeinifar, S.; Ashrafi, A. Hardness and tensile properties of dissimilar welds joints between SAF 2205 and AISI 316L. Sci. Technol. Weld. Join. 2016, 21, 1–10. [Google Scholar] [CrossRef]
  32. Lee, K.; Kang, S.; Kang, M.; Yi, S.; Hyun, S.; Kim, C. Modeling of Laser Welds Using Machine Learning Algorithm Part I: Penetration Depth for Laser Overlap Al/Cu Dissimilar Metal Welds. JWJ 2021, 39, 27–35. [Google Scholar] [CrossRef]
  33. You, H.; Kang, M.; Yi, S.; Hyun, S.; Kim, C. Modeling of Laser Welds Using Machine Learning Algorithm Part II: Geometry and Mechanical Behaviors of Laser Overlap Welded High Strength Steel Sheets. JWJ 2021, 39, 36–44. [Google Scholar] [CrossRef]
  34. Newbold, P. Statistics for Business and Economics; Pearson: Singapore, 2013. [Google Scholar]
  35. Ott, R.L.; Longnecker, M.T. An Introduction to Statistical Methods and Data Analysis; Cengage Learning: Boston, MA, USA, 2015. [Google Scholar]
  36. Berns, H.; Gavriljuk, V.; Shanina, B. Intensive Interstitial Strengthening of Stainless Steels. Adv. Eng. Mater. 2008, 10, 1083–1093. [Google Scholar] [CrossRef]
  37. Zhao, L.; Wei, S.; Wu, D.; Gao, D.; Lu, S. δ-ferrite transformation mechanism and its effect on mechanical properties of 316H weld metal. J. Mater. Sci. Technol. 2020, 57, 33–42. [Google Scholar] [CrossRef]
  38. Baker, I. Interstitial strengthening in f.c.c. metals and alloys. Adv. Powder Mater. 2022, 1, 100034. [Google Scholar] [CrossRef]
  39. Di, X.; Deng, S.; Wang, B. Effect of pulse current on mechanical properties and dendritic morphology of modified medium manganese steel welds metal. Mater. Des. 2015, 66, 169–175. [Google Scholar] [CrossRef]
  40. Valiente Bermejo, M.A.; Karlsson, L.; Svensson, L.E.; Hurtig, K.; Rasmuson, H.; Frodigh, M.; Bengtsson, P. Effect of welding position on properties of duplex and superduplex stainless steel circumferential welds. Weld. World 2015, 59, 693–703. [Google Scholar] [CrossRef]
  41. Mousavi, M.G.; Cross, C.E.; Grong, Ø.; Hval, M. Controlling weld metal dilution for optimised weld performance in aluminium. Sci. Technol. Weld. Join. 1997, 2, 275–278. [Google Scholar] [CrossRef]
  42. Nouri, M.; Amir, A.-Z.; Malek, F. Effect of welding parameters on dilution and weld bead geometry in cladding. J. Mater. Sci. Technol. 2007, 23, 817. [Google Scholar]
  43. ASTM A1106/A1106M; Standard Specification for Pressure Vessel Plate, Alloy Steel, Austenitic High Manganese for Cryogenic Application. ASTM: West Conshohocken, PA, USA, 2017. [CrossRef]
  44. Kim, Y.M.; Lim, Y.J.; Kim, N.J. Effect of microstructure on the yield ratio and low temperature toughness of linepipe steels. ISIJ Int. 2002, 42, 1571–1577. [Google Scholar] [CrossRef]
  45. KS D 7143; Flux Cored Arc Welding Wire for High Manganese Steel Plate. Korea Standard Association: Seoul, Republic of Korea, 2019.
  46. Böllinghaus, T.; Herold, H. Hot Cracking Phenomena in Weld; Springer: Berlin/Heidelberg, Germany, 2005. [Google Scholar]
Figure 1. Prediction models using Regression Learner App.
Figure 1. Prediction models using Regression Learner App.
Metals 13 01625 g001
Figure 2. Residual plots for regression models: (a) linear regression, (b) stepwise linear regression, (c) linear SVM, (d) squared exponential GPR, (e) Matern 5/2 GPR, and (f) rational quadratic GPR models.
Figure 2. Residual plots for regression models: (a) linear regression, (b) stepwise linear regression, (c) linear SVM, (d) squared exponential GPR, (e) Matern 5/2 GPR, and (f) rational quadratic GPR models.
Metals 13 01625 g002
Figure 3. R2 and MAPE for prediction models.
Figure 3. R2 and MAPE for prediction models.
Metals 13 01625 g003
Figure 4. Correlation between predicted and measured yield strength: (a) multiple regression using Equation (3), (b) stepwise linear regression, (c) Matern 5/2 GPR, and (d) linear SVM.
Figure 4. Correlation between predicted and measured yield strength: (a) multiple regression using Equation (3), (b) stepwise linear regression, (c) Matern 5/2 GPR, and (d) linear SVM.
Metals 13 01625 g004
Figure 5. Predicted yield strength according to chemical composition variation by dilution: (a) type 308L, (b) type 316L, and (c) fully austenitic welding consumable.
Figure 5. Predicted yield strength according to chemical composition variation by dilution: (a) type 308L, (b) type 316L, and (c) fully austenitic welding consumable.
Metals 13 01625 g005
Figure 6. Optimized C and Mo content to have proper yield strength for fully austenitic welding consumable: (a) Equation (2), (b) Equation (3).
Figure 6. Optimized C and Mo content to have proper yield strength for fully austenitic welding consumable: (a) Equation (2), (b) Equation (3).
Metals 13 01625 g006
Figure 7. Cr and Ni equivalents according to chemical composition variation-induced dilution in Schaeffler diagram for austenitic stainless-steel-based welding consumables.
Figure 7. Cr and Ni equivalents according to chemical composition variation-induced dilution in Schaeffler diagram for austenitic stainless-steel-based welding consumables.
Metals 13 01625 g007
Figure 8. Cr and Ni equivalents according to chemical composition variation-induced dilution in Schaeffler diagram for fully austenitic welding consumable and modified welding consumables.
Figure 8. Cr and Ni equivalents according to chemical composition variation-induced dilution in Schaeffler diagram for fully austenitic welding consumable and modified welding consumables.
Metals 13 01625 g008
Table 1. Descriptive statistics of the dataset for model training.
Table 1. Descriptive statistics of the dataset for model training.
No.Variable (Unit)Min.Max.MeanStd. Dev
1C (wt%)0.0140.450.140.11
2Si (wt%)0.150.990.490.18
3Mn (wt%)1.01224.194.52
4P (wt%)0.0010.0260.0130.004
5S (wt%)0.0010.0150.0040.003
6Ni (wt%)0.01420.413.24.28
7Cr (wt%)1.2125.415.66.26
8Mo (wt%)03.662.101.24
9Cu (wt%)00.30.040.05
10Heat Input (kJ/cm)937.411.83.63
11Yield Strength (MPa)33556544247.56
Table 2. Descriptive statistics of the dataset for the verification test.
Table 2. Descriptive statistics of the dataset for the verification test.
No.Variable (Unit)Min.Max.MeanStd. Dev
1C (wt%)0.020.190.050.04
2Si (wt%)0.30.960.590.17
3Mn (wt%)0.612.091.360.41
4P (wt%)0.0110.0430.0240.010
5S (wt%)0.0010.0320.0120.008
6Ni (wt%)8.3218.0411.542.82
7Cr (wt%)15.821.0618.51.26
8Mo (wt%)0.033.411.281.29
9Cu (wt%)0.0120.290.110.08
10Heat Input (kJ/cm)72813.45.42
11Yield Strength (MPa)33951041947.70
Table 3. Pearson correlation coefficients and p-values between input variables and yield strength.
Table 3. Pearson correlation coefficients and p-values between input variables and yield strength.
CSiMnPSNiCrMoCuHeat
Input
Pearson
correlation
coefficient
(r)
0.4341−0.4445−0.0209−0.1743−0.40030.3170−0.12940.70320.2173−0.0413
p-value0.00000.00000.83600.08300.00000.00100.19900.00000.30000.6840
Table 4. Regression coefficients and p-values for yield strength regression using all input variables.
Table 4. Regression coefficients and p-values for yield strength regression using all input variables.
VariableCoefficientp-Value
Constant3460.000
C3690.000
Si−0.910.941
Mn−1.400.058
P−7540.182
S−8370.160
Ni−1.110.066
Cr3.010.000
Mo25.80.000
Cu4870.000
Heat input−3.680.000
Table 5. Accuracy of multiple regression models.
Table 5. Accuracy of multiple regression models.
ModelMAPE
(%)
R2Remark
Equation (1)2.10.9294All input variables
Equation (2)2.20.9273α = 0.1
Equation (3)2.20.9278α = 0.05
Table 6. Accuracy of regression models.
Table 6. Accuracy of regression models.
ModelMAPE
(%)
R2
Linear Regression2.150.92
Stepwise Linear Regression1.720.93
Linear SVM2.110.91
Squared Exponential GPR1.620.92
Matern 5/2 GPR1.570.92
Rational Quadratic GPR1.620.92
Table 7. Accuracy of regression models for model validation.
Table 7. Accuracy of regression models for model validation.
ModelMAPE
(%)
R2
Multiple Regression using Equation (3)3.750.8462
Stepwise Linear Regression8.070.6383
Matern 5/2 GPR5.240.7596
Linear SVM4.250.8164
Table 8. Chemical composition of base metal and welding consumables (wt%).
Table 8. Chemical composition of base metal and welding consumables (wt%).
CSiMnPSNiCrMoCu
Base metal0.420.2723.840.0140.0020.0273.160.010.43
Welding consumable
Type 308L
0.030.621.310.0140.0119.6818.160.030.01
Welding consumable
Type 316L
0.030.61.350.0130.0111.5917.482.730.02
Welding consumable
Fully austenitic
0.190.31.050.0110.00418.0416.863.330
Table 9. Chemical composition for contour line of yield strength (wt%).
Table 9. Chemical composition for contour line of yield strength (wt%).
ModelsCMnNiCrMoCuHeat Input
(kJ/cm)
Remark
-0.213.3515.0616.213.230.0414Referred data point
Equation (2)0.014–0.453.3515.0616.210–3.660.0414
Equation (3)0.014–0.45--16.210–3.660.0414
Table 10. Chemical composition of base metal and modified welding consumables (wt%).
Table 10. Chemical composition of base metal and modified welding consumables (wt%).
Welding ConsumableCSiMnPSNiCrMoCu
Fully austenitic0.190.31.050.0110.00418.0416.863.330
Modified fully austenitic
Case 1
0.190.31.050.0110.00410.0016.863.330
Modified fully austenitic
Case 2
0.190.31.050.0110.00410.0010.003.330
Modified fully austenitic
Case 3
0.190.31.050.0110.0045.0010.003.330
Table 11. Results of predicting the yield strength according to the increase in dilution rate with the optimized welding consumable.
Table 11. Results of predicting the yield strength according to the increase in dilution rate with the optimized welding consumable.
Dilution Rate
(%)
Predicted Yield Strength
(MPa)
Equation (3)Stepwise Linear RegressionMatern 5/2 GPRLinear SVM
0462465461470
10479480479485
20496496497499
30513512517514
40530527536529
50547543554543
60564559571558
70581574587573
80598590602588
90615606614602
100632621625617
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Park, S.; Choi, M.; Kim, D.; Kim, C.; Kang, N. Modeling Yield Strength of Austenitic Stainless Steel Welds Using Multiple Regression Analysis and Machine Learning. Metals 2023, 13, 1625. https://doi.org/10.3390/met13091625

AMA Style

Park S, Choi M, Kim D, Kim C, Kang N. Modeling Yield Strength of Austenitic Stainless Steel Welds Using Multiple Regression Analysis and Machine Learning. Metals. 2023; 13(9):1625. https://doi.org/10.3390/met13091625

Chicago/Turabian Style

Park, Sukil, Myeonghwan Choi, Dongyoon Kim, Cheolhee Kim, and Namhyun Kang. 2023. "Modeling Yield Strength of Austenitic Stainless Steel Welds Using Multiple Regression Analysis and Machine Learning" Metals 13, no. 9: 1625. https://doi.org/10.3390/met13091625

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop