Next Article in Journal
Modified Grape Seeds: A Promising Alternative for Nitrate Removal from Water
Previous Article in Journal
The Possibility of Reuse of Nanofiber Mats by Machine Washing at Different Temperatures
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Versatile Punch Stroke Correction Model for Trial V-Bending of Sheet Metals Based on Data-Driven Method

1
Key Laboratory of Automobile Materials of Ministry of Education & School of Materials Science and Engineering, Jilin University, 5988 Renmin Street, Changchun 130022, China
2
International Center of Future Science, Jilin University, Changchun 130012, China
*
Author to whom correspondence should be addressed.
Materials 2021, 14(17), 4790; https://doi.org/10.3390/ma14174790
Submission received: 29 July 2021 / Revised: 15 August 2021 / Accepted: 18 August 2021 / Published: 24 August 2021
(This article belongs to the Topic Modern Technologies and Manufacturing Systems)

Abstract

:
During air bending of sheet metals, the correction of punch stroke for springback control is always implemented through repeated trial bending until achieving the forming accuracy of bending parts. In this study, a modelling method for correction of punch stroke is presented for guiding trial bending based on a data-driven technique. Firstly, the big data for the model are mainly generated from a large number of finite element simulations, considering many variables, e.g., material parameters, dimensions of V-dies and blanks, and processing parameters. Based on the big data, two punch stroke correction models are developed via neural network and dimensional analysis, respectively. The analytic comparison shows that the neural network model is more suitable for guiding trial bending of sheet metals than the dimensional analysis model, which has mechanical significance. The actual trial bending tests prove that the neural-network-based punch stroke correction model presents great versatility and accuracy in the guidance of trial bending, leading to a reduction in the number of trial bends and an improvement in the production efficiency of air bending.

1. Introduction

Sheet metal bending is a representative forming craft in manufacturing industries [1]. “Springback” refers to the elastically driven change in shape that occurs following a sheet bending when forming loads are removed from the work piece, which causes problems such as increased tolerance and variability in subsequent forming operations, in assembly, and in the final part(s) [2]. In air bending, therefore, precise bending has to be guided by a springback prediction model that represents the accurate relationship between punch stroke and forming angle [3]. However, the factors for springback of sheet metals in air bending are so complicated that the springback prediction models have a certain degree of error no matter how accurate they are [4]. In the air bending process, the forming angles need to gradually approach the expected value via repeating trial bending; that is, the punch stroke keeps being corrected until the tolerance of the forming angle is reached.
The punch stroke correction model, which affords a relationship between deviation of the bending angle and correction of punch stroke, is also critical for sheet bending and has been paid much less attention than the springback prediction models [5,6]. The deviation of the bending angle and the correction of punch stroke should be the differential or variational perturbation of the bending angle and punch stroke, respectively. Consequently, the punch stroke correction model could be regarded as the differential or variational form of the springback prediction model. If the springback prediction model presents an explicit analytical formula, the punch stroke correction model can be obtained by differentiation calculation. Some springback prediction models have been analytically deduced by means of mechanical analysis, considering the geometrical dimensions of forming dies and work pieces, the mechanical properties of sheet metals, processing parameters, etc. [7,8,9]. However, these analytical models are not accurate enough, due to simplifications and assumptions during mechanical analysis because the influence of springback in sheet bending is highly nonlinear, involving many complicated factors. Thus, their differential forms—for instance, the punch stroke correction model—are also inaccurate, leading to poor efficiency in trial bending.
With the development of machine learning, data-driven statistical models have been proposed for the prediction of springback in sheet metal bending [10,11,12,13,14]. The accuracy of the data-driven models depends on the large scale of data. Based on the design of the experiments, the data acquisition is generally implemented through a large number of real/virtual tests of air bending, considering the variations in each factor related to springback. Compared with real tests, the virtual bending tests by finite element modeling are suitable for the data-driven statistical models, due to their higher efficiency and lower costs [15]. In practical application, the data-driven statistical models present high accuracy in the prediction of springback. The accurate springback prediction models were built by approximation methods, such as response surface methodology [16,17], artificial neural network [18,19,20,21,22], and Kriging [23]. The authors proposed a springback prediction model for air bending through the combination of genetic algorithm and backpropagation neural network (GA–BPNN), presenting high accuracy and great versatility.
However, it is infeasible to deduce the punch stroke correction model through differentiation calculation from the springback prediction models, which have remarkably complicated statistical forms. In the study, therefore, we aimed to propose a punch stroke correction model for trial tests in metal sheet bending, which would be able to guide the accurate correction of punch stroke with high efficiency. The model would be built from big data on springback in air bending through a GA–BPNN approach. Firstly, a large number of virtual bends would be implemented to obtain the big data. For comparison, additionally, another punch stroke correction model would be proposed based on dimensional analysis; that is, a semi-analytical method [24]. Finally, practical sheet metal trial bending tests would be implemented in order to investigate and contrast the correction accuracy of punch stroke in the two models.

2. Research Methods

2.1. Modeling Principle

In order to establish a large-scale dataset, the virtual bending finite element tests were simulated. On the basis of the acquired dataset, the GA–BPNN prediction model was trained. The input parameters consisted of bending angle α 0 , elastic modulus E, yield strength σ s , hardening coefficient K, hardening exponent n, thickness t, and groove width B V . The output parameter was punch stroke D.
Random angle deviations Δ α 0 were generated and used to alter the original bend angles α 0 in the established dataset. Corresponding with new angles, the new punch strokes were obtained through calculation of the prediction model. Punch stroke compensation Δ D was defined as the offset before and after alteration. In this way, another large sample dataset was created that contained angle deviations Δ α 0 and punch stroke compensations Δ D . According to the new dataset, a GA–BPNN and dimensional analysis were used to build the correction model.

2.1.1. GA–BPNN Model

Machine learning is a statistical modeling technique that enables a computer system to learn or recognize implicit relationships in given data without any explicit description. Abstract information or undiscovered phenomena can theoretically be modeled by means of machine learning as a result of its data-driven properties [25,26,27].
Among diverse machine learning algorithms, artificial neural networks (ANNs) are popular because of their excellent modeling performance and wide range of applications for general approximation [28,29,30]. The backpropagation neural network (BPNN) is a sort of ANN that is widely applied at present; its basic idea is to adjust and modify the connection weights and thresholds of the network through the reverse propagation of network output errors, so as to minimize the mean squared error of the output.
In general, the initial weight and bias of the network are generated randomly at the beginning of network training, which may result in local optima of the network. In this paper, a genetic algorithm (GA) was used for optimization the initial weight and bias of the network [31]. Based on a GA–BPNN, the prediction model and correction model were obtained in this paper. The network model is shown in Figure 1.
(1)
Forward propagation of signals
The input variables need to be normalized to avoid adverse factors in the optimization process, which is denoted as x = a ( 0 ) . The feedforward neural network propagates information by iterating the following formulae:
z ( l ) = w ( l ) a ( l 1 ) + b ( l )
a ( l ) = f l ( z ( l ) )
where z ( l ) is the net input of neurons in layer   l ; w ( l ) is the weight matrix from layer l 1 to layer l ; a ( l ) is the output of neurons in layer l ; b ( l ) is the bias from layer l 1 to layer l ; and f l ( . ) is the activation function of neurons in layer l. Equations (1) and (2) can also be combined and written as:
a ( l ) = f l ( w ( l ) a ( l 1 ) + b ( l ) )
The final output of the network a ( L ) can be obtained through the layer-by-layer transmission of information in the feedforward neural network. The whole network can be regarded as a compound function φ ( x ;   w ,   b ) . The input at the first level is defined as   x , and the output of the whole function is a ( L ) .
x = a ( 0 ) z ( 1 ) a ( 1 ) z ( L ) a ( L )
where w   and   b represent the weights and bias, respectively, of all layers in the network.
(2)
Backpropagation
Each sample x ( n ) in the given training set D = { ( x ( n ) , y ( n ) ) } N n = 1 is input to the feedforward neural network, and then y ^ ( n ) can be obtained, whose structural risk function of the dataset D is defined as:
R w , b = 1 N n = 1 N ς ( y ( n ) , y ^ ( n ) ) + 1 2 λ w 2 F
where w and b are all the weight matrices and bias vectors in the network respectively; w 2 F is the regularization term to prevent overfitting; λ > 0 is the super parameter, and the larger λ is, the closer w is to 0.
The parameters of network can be learned through the gradient descent algorithm. In each iteration of the gradient descent algorithm, the parameters w ( l ) and b ( l ) of the l layer are updated as follows:
w ( l ) w ( l ) η R w , b w ( l ) = w ( l ) η ( 1 N n = 1 N ς y ( n ) , y ^ ( n ) w ( l ) + λ w ( l ) )
b ( l ) b ( l ) η R w , b b ( l ) = b ( l ) η ( 1 N n = 1 N ς y ( n ) , y ^ ( n ) b ( l ) )
where η is the learning rate.

2.1.2. Mathematical Model of Dimensional Analysis

Dimensional analysis is an analytical method to establish mathematical models in the field of physics [32,33]. Based on dimensional analysis, the laws of physics can be explained by comparing the dimensions of independent and dependent variables. According to the principle of homogeneity of dimensions, the dimensions on both sides of the equals sign must be the same when mathematical expressions are used to express physical relations. The Buckingham π theorem can be expressed in a physical equation with n variables as:
f ( x 1 , x 2 , x 3 , x n ) = 0
where m variables are independent of one another, and the remaining (n − m) variables are independent. The physical relations can be expressed by (n − m) dimensionless variables as follows:
F ( π 1 , π 2 , π 3 , π n m ) = 0
where π 1 , π 2 , π 3 , π n m are (n − m) dimensionless variables. The main factors that affect the physical process should be ascertained. According to the dimensionless method, the functional relationship between the factors can be established. Through the combination of experiments and functional relationships, the exact mathematical expression is obtained.

2.2. Sample Range Definition for Dataset

The springback of sheet metal is affected by many factors, including material parameters, dimensions of V-dies and blanks, and processing parameters. To simplify the modeling process, in this paper, it is assumed that the sheet metal materials are independent of strain rate and strain path, obeying the Hill’48 anisotropic yield criterion and the Hollomon hardening model. The functional form of the hardening model can be expressed as follows:
{ σ = E ε             ( ε < ε 0 ) σ = K ε n         ( ε > ε 0 )
where E is the elastic modulus, K is the hardening coefficient, and n is the hardening exponent. Three above and the yield strength σ s were regarded as material factors. For a common bending process, an 88° V-die is usually desirable. The processing parameters include width of slot B V and punch stroke D, and the product factor is the thickness of sheet metal T. As mentioned above, 7 affecting factors were involved.
According to the distribution of sheet metal properties, the conventional working conditions of the bending process, and the standard thicknesses of sheet metals, the variation ranges of the 7 factors were determined under various conditions, as shown in Table 1.
A Latin hypercube design was used to determine the sample distribution of the 7 factors. A total of 1732 combinations were obtained for the springback prediction model. It is important to note that the sample size of this article is only an example of the large sample number, and the actual sample can choose a larger number.

2.3. Acquisition of Finite Element Sample for Training Data

As the output of the prediction model, the springback angle of each combination was obtained via the finite element simulations of sheet metal bending. In order to simulate V-bending and springback, a combination of explicit and implicit methods was used. The element type of the sheet metal part was four-node shell element (S4R), and the friction coefficient was 0.1.
Perpendicular to the direction of the bending line, the minimum mesh size was 0.2 mm and the maximum size was 2.0 mm. Parallel to the direction of the bending line, the mesh size was 0.6 mm. Five integration points were set in the direction of thickness. The simulation process of bending and springback is shown in Figure 2. Each angle after springback corresponding to each combination of factors was obtained. A total of 20 samples were randomly selected as test samples; samples for modeling and for testing are shown in Table 2 and Table 3, respectively.
All calculations were performed on a personal computer (LATOP-FM0CIDDQ Intel(R) Core(TM) i7-108575H CPU @ 2.30GHz(16CPUs), ~2.3GHz). Dataset was obtained through integration of ABAQUS and Isight. The GA-BPNN was established using MATLAB 2016a.

2.4. Mechanical Tests and Bending Tests

Five different sheet metals were selected for the tests, including mild steel HC220YD, stainless steel 304, aluminum alloy 5182, high-strength steel DP980, and copper H62. The widths of samples were processed to 20 mm. The sheets mentioned above were used for uniaxial tensile tests and bending experiments. The uniaxial tensile tests were performed on the electronic universal material testing machine (AGS-100kN, Shimadzu, Suzhou, China). The material performance parameters were obtained as shown in Table 4.
Sheet metal air bending experiments were carried out with a computerized numerical control bending machine (WDB100-3100, JFMMRI-JIEMAI, Jinan, China). The V-shaped slot angle was 88°, the punch radius r was 1 mm, the V-shaped slot width B V was 12 mm, and the punch round radius r was 1 mm. The punch stroke was measured with a grating ruler whose accuracy was within 2 µm. Bending molds and parts after forming are shown in Figure 3.
Each sheet metal was subjected to four bending tests with different punch strokes. After bending, the springback angles were measured by angle ruler with ±0.08° accuracy, the data from which are listed in Table 5. The accuracy of the simulations was verified by the comparison with the actual bending tests.

2.5. Data Acquisition for the Correction Model

The remaining samples were divided into 85% and 15% as training samples and verification samples, respectively. Then, the GA-BPNN springback prediction model with 7 factors was established. E, σ s , K, n, t,   B V , and α 0 were input parameters, and punch stroke D was the output parameter. The mean squared error (MSE) was used to measure the accuracy of the network:
M S E = 1 n i = 1 n ( y i y ^ i ) 2
The conclusion of the network structure research showed that the error was minimal in the network with the [1,2,3,4,5,6,7] structure. The comparisons between the simulation samples (Table 3) and the network prediction results, as well as the bending tests (Table 5) and the network prediction results, are shown in Table 6. As can be seen from Table 6, the prediction deviation of the punch stroke prediction model was within 0.16 mm.
In general, to achieve a target bending angle, a trial bending needs to be carried out. Then, according to the difference from the target value, the forming angle is adjusted by the correction of the punch stroke and, therefore, the difference from the target value can be reduced. It usually takes three or four attempts to reach the target angle. Our punch stroke prediction model could ensure that the error of stroke prediction was within 0.2 mm. It was our aim to control the final sheet’s forming angle by fine-tuning the punch stroke, which is also the significance of the correction model. Based on the prediction model, the punch strokes D 1 were obtained. A total of 1732 data points as Δ α 0 were randomly generated and evenly distributed in [−3°, 3°]. Each α 0 was changed to α 0 + Δ α 0 correspondingly. New angles were input to the prediction model, and the new punch strokes D 2 were generated. Stroke difference Δ D was defined as:
Δ D = D 2 D 1
According to Δ α 0 , with the other corresponding factors as input and Δ D as output, the correction model could be established. Some training samples are shown in Table 7, and testing samples are shown in Table 8.

3. Results and Analysis

3.1. Punch Stroke Correction Model Based on a GA-BPNN

To optimize the topology of the neural network, different hidden layers and different neurons in hidden layers were studied (random weights and bias were used tentatively). First, we focused on the springback prediction model. The MSE values (sum of the mean squared errors of the training set and verification set) under different structures were obtained, as shown in Figure 4. Early stopping was used to ensure that the model was not overfitting.
Compared with the nets containing one or two hidden layers, the accuracy of the network with three hidden layers is higher, and is also more stable. The MSE of the network with a [1,2,3,4,5,6,7] architecture can be less than 1.258 (°^2). According to the parameters of the network structure study, we determined a [1,2,3,4,5,6,7] fully connected architecture as the BPNN structure of the prediction model. The total number of network parameters thus determined was 545 (128 + 128 + 272 + 17). Then, a genetic algorithm was used to optimize the initial weights and bias of the network.
Based on experience from other studies and trial training, the following parameters worked well. A summary of the GA parameters is shown in Table 9.
The same strategy and parameters were adopted for the punch stroke correction model, which is also a network with seven inputs and a single output. To illustrate the advantage of the GA in the stability of optimization, the decreasing loss trend of the training and validation datasets in the GA-BPNN correction model is shown in Figure 5.
The GA-BPNN combines the advantages of efficiency and accuracy. After initial parameter optimization, only 5838 epochs are trained to reach the target, which is just half of the training process before GA optimization (12,483). After network training, the MSE could be less than 2.6872 × 10−4 mm2.
The regression coefficient of network training is shown in Figure 6. Comparison between testing samples and network-predicted values is shown in Figure 7a, and deviation of punch stroke compensations is shown in Figure 7b.
As shown in Figure 6 and Figure 7, the deviation of the punch strokes can be controlled within 0.05 mm. From the above results, it can be concluded that the neural network model can correct the punch stroke with sufficient accuracy.

3.2. Punch Stroke Correction Model Based on Dimensional Analysis

In this work, the functional relationship between punch stroke compensation Δ D and angle deviation Δ α 0 with elastic modulus E, yield strength σ s , hardening coefficient K, hardening exponent n, sheet thickness t, and groove width B V could be expressed as:
f ( Δ α 0 , Δ D , B V , t , K , E , σ s , n ) = 0
The basic dimensions—including length (L), mass (M), and time (T)—were used. Δ α 0 and n are dimensionless, while the other physical quantity can be expressed as:
[ Δ D ] = L ,   [ B V ] = L ,   [ t ] = L ,   [ K ] = L 1 MT 2 ,
[ E ] = L 1 MT 2 ,   [ σ s ] = L 1 MT 2
According to the π theorem, four dimensionless variables could be obtained from four fundamental solutions:
π 1 = Δ D 1 B V 0 t 1 K 0 E 0 σ s 0 = Δ D t
π 2 = Δ D 0 B V 1 t 1 K 0 E 0 σ s 0 = B V t
π 3 = Δ D 0 B V 0 t 0 K 1 E 1 σ s 0 = K E
π 4 = Δ D 0 B V 0 t 0 K 0 E 1 σ s 1 = σ 0.2 E
And Δ α 0 and n were written as:
π 5 = n
π 6 = Δ α 0
Therefore, there was a function φ as:
Δ D t = φ ( B V t , K E , σ s E , n , Δ α 0 )
whose specific expression form was:
Δ D = a 0 t ( B V t ) a 1 ( K E ) a 2 ( σ s E ) a 3 ( n ) a 4 ( Δ α 0 ) a 5
In order to avoid errors caused by different orders of magnitude between factors, each dimensionless variable was normalized before calculation. The least squares method was used for fitting. The parameters obtained by fitting were a 0 = 0.41426, a 1   = 0.01508, a 2 = 0.0285, a 3 = 0.0302, a 4 = 0.00994, and a 5 = −0.1584. The specific function was obtained as follows:
Δ D = 0.41426 t B V t 0.01508 K E 0.0285 σ s E 0.0302 ( n ) 0.00994 ( Δ α 0 ) 0.1584
The model was tested with the data shown in Table 8. Comparison between the test samples and the predicted values of the model is shown in Figure 8a, and the deviation of the punch stroke compensation value is shown in Figure 8b.
Comparing the results, using the punch stroke correction model based on dimensional analysis, the deviation of punch stroke compensation can be kept within 0.15 mm, while the punch stroke correction model based on a GA-BPNN can keep it within 0.05 mm. The GA-BPNN model can predict punch stroke more accurately and control the forming angle to be closer to the target angle.

3.3. Application Examples

Three kinds of sheet metal were chosen for bending experiments with the universal testing machine (WQ4200, Changchun Kexin instrument institute, Changchun, China)—HC220YD mild steel, 304 stainless steel, and 5182 aluminum alloy—to further illustrate that the GA-BPNN punch stroke correction model could control the forming angle accurately by adjusting the punch stroke. The mechanical property parameters of the three materials are shown in Table 4.
Three target angles were chosen for each material. The initial strokes were obtained according to the target angle by calculation of the GA-BPNN punch stroke prediction model. Based on the GA-BPNN punch stroke correction model, the strokes were adjusted by the deviation of the angles. The bending tests were performed with the universal material testing machine, as shown in Figure 9, so that the punch stroke could be freely controlled. The punch strokes were measured on a grating scale. For the measurement of the forming angles, a digital protractor was used. The radius of punch R was 1 mm; the width of the V-shaped groove B V was 12 mm, and the radius of the punch fillet R was 1 mm.
The bending samples are shown in Figure 10, and the experimental data are shown in Table 10. Some samples could reach the target angles directly through the prediction model, while most samples could reach the target angles through one use of the correction model. All samples from the tests could achieve error precision within 0.5°.
It should be noted that the main purpose of this paper is to provide a correction method for studying the sheet metal bending springback, which cannot represent optimal accuracy. In practice, the accuracy of the correction model can be improved by further improving the finite element simulation accuracy and machine learning fitting accuracy to meet the requirements of actual conditions.

4. Conclusions

To improve the forming accuracy of air V-bending, this paper establishes a punch stroke correction model by means of a GA-BPNN and dimensional analysis. The correction results of the semi-analytical model and the machine learning model are compared based on the actual bending test. The correction model with guaranteed accuracy can provide a more accurate machining stroke for actual production to minimize the shape defects caused by springback. The following conclusions can be drawn from this study:
(1)
A large sample dataset was established via finite element method for bending experiments using various sheet metals. Based on the dataset, a GA-BPNN prediction model was established, whose accuracy was guaranteed within 0.16 mm by the contrast with actual bending experiments;
(2)
In order to further improve the accuracy of the model-guided processing, the GA-BPNN and dimensional analysis were used for the establishment of the correction model. By comparing the verification results with the targets in the dataset, the GA-BPNN correction model was more capable of fitting the target problem, and the deviation of punch stroke compensation could be controlled within 0.05 mm;
(3)
The accuracy of the GA-BPNN punch stroke prediction model and the GA-BPNN punch stroke correction model was verified via bending experiments using a universal material testing machine. Calculated by the prediction model once and the correction model two times, the error of all of the forming angles could be less than 0.5°. Our work provides a new method to solve the problem of precise rapid forming in sheet metal bending.

Author Contributions

Conceptualization, Z.G. and Y.Y.; validation, Z.G. and M.R.; formal analysis, Z.G., Y.Y. and J.S.; funding acquisition, Z.G., H.J. and P.M.; investigation, H.J. and J.S.; methodology, Y.Y. and M.R.; project administration, H.J. and P.M.; resources, H.J. and M.R.; software, Y.Y. and P.M.; writing—original draft, P.M.; writing—review and editing, Y.Y., Z.G. and P.M. All authors have read and agreed to the published version of the manuscript.

Funding

The authors disclose the receipt of the following financial support for the research, authorship, and/or publication of this article: The National Key Research and Development Program of China (No. 2018YFB1309203) and the Natural Science Foundation of China (Nos. 51575230 and U1810208) are greatly acknowledged. Partial financial support came from the science and technology development program of Jilin Province (No. 20190302059GX).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Leu, D.K. Position deviation and springback in V-die bending process with asymmetric dies. Int. J. Adv. Manuf. Technol. 2015, 79, 1095–1108. [Google Scholar] [CrossRef]
  2. Wagoner, R.H.; Lim, H.; Lee, M.-G. Advanced Issues in springback. Int. J. Plast. 2013, 45, 3–20. [Google Scholar] [CrossRef]
  3. Li, F.; Wu, J.; Li, Y.; Zhang, Z.; Wang, Y.A. A new calculating method to perform springback predictions for varied curvature sheet bending based on the B-spline function. Int. J. Mech. Sci. 2016, 113, 71–80. [Google Scholar] [CrossRef]
  4. Zajkani, A.; Hajbarati, H. An analytical modeling for springback prediction during U-bending process of advanced high-strength steels based on anisotropic nonlinear kinematic hardening model. Int. J. Adv. Manuf. Technol. 2017, 90, 349–359. [Google Scholar] [CrossRef]
  5. Liu, W.J.; Liu, Q.; Ruan, F.; Liang, Z.Y.; Qiu, H.Y. Springback prediction for sheet metal forming based on GA-ANN technology. J. Mater. Process. Technol. 2007, 187, 227–231. [Google Scholar] [CrossRef]
  6. Trzepiecinski, T.; Lemu, H.G. Improving Prediction of Springback in Sheet Metal Forming Using Multilayer Perceptron-Based Genetic Algorithm. Materials 2020, 13, 16. [Google Scholar] [CrossRef]
  7. Zafer, T. An experimental study on the examination of springback of sheet metals with several thicknesses and properties in bending dies. J. Mater. Process. Technol. 2004, 145, 109–177. [Google Scholar] [CrossRef]
  8. Li, Y.; Liang, Z.; Zhang, Z.; Zou, T.; Li, D.; Ding, S.; Xiao, H.; Shi, L. An analytical model for rapid prediction and compensation of springback for chain-die forming of an AHSS U-channel. Int. J. Mech. Sci. 2019, 159, 195–212. [Google Scholar] [CrossRef]
  9. Zhan, M.; Xing, L.; Gao, P.F.; Ma, F. An analytical springback model for bending of welded tube considering the weld characteristics. Int. J. Mech. Sci. 2019, 150, 594–609. [Google Scholar] [CrossRef]
  10. Jamli, M.R.; Ariffin, A.K.; Wahab, D.A. Integration of feedforward neural network and finite element in the draw-bend springback prediction. Expert Syst. Appl. 2014, 41, 3662–3670. [Google Scholar] [CrossRef]
  11. Asl, Y.D.; Woo, Y.Y.; Kim, Y.; Moon, Y.H. Non-sorting multi-objective optimization of flexible roll forming using artificial neural networks. Int. J. Adv. Manuf. Technol. 2020, 107, 2875–2888. [Google Scholar] [CrossRef]
  12. Kurtaran, H. A novel approach for the prediction of bend allowance in air bending and comparison with other methods. Int. J. Adv. Manuf. Technol. 2008, 37, 486–495. [Google Scholar] [CrossRef]
  13. Vorkov, V.; García, A.T.; Rodrigues, G.C.; Duflou, J.R. Data-driven prediction of air bending. Procedia Manuf. 2019, 29, 177–184. [Google Scholar] [CrossRef]
  14. Dalzochio, J.; Kunst, R.; Pignaton, E.; Binotto, A.; Sanyal, S.; Favilla, J.; Barbosa, J. Machine learning and reasoning for predictive maintenance in Industry 4. 0: Current status and challenges. Comput. Ind. 2020, 123, 103298. [Google Scholar] [CrossRef]
  15. Qi, Z.; Zhang, N.; Liu, Y.; Chen, W. Prediction of mechanical properties of carbon fiber based on cross-scale FEM and machine learning. Compos. Struct. 2019, 212, 199–206. [Google Scholar] [CrossRef]
  16. Vitalii, V.; Richard, A.; Dirk, V.; Duflou, J.R. Two regression approaches for prediction of large radius air bending. Int. J. Mater. Form. 2018, 12, 379–390. [Google Scholar] [CrossRef]
  17. Ozdemir, M. Optimization of Spring Back in Air V Bending Processing Using Taguchi and RSM Method. Mechanika 2020, 26, 73–81. [Google Scholar] [CrossRef] [Green Version]
  18. Inamdar, M.V.; Date, P.P.; Desai, U.B. Studies on the prediction of springback in air vee bending of metallic sheets using an artificial neural network. J. Mater. Process. Technol. 2000, 108, 45–54. [Google Scholar] [CrossRef]
  19. Ramanathan, K.; Periasamy, V.M.; Natarajan, U. Comparison of Regression Model and Artificial Neural Network Model for the Prediction of Volume Percent of Diamond Deposition in Ni-Diamond Composite Coating. Port. Electrochim. Acta 2008, 26, 361–368. [Google Scholar] [CrossRef]
  20. Tang, W.C.; Guo, Z.F. Bending Angle Prediction Model Based on BPNN-Spline in Air Bending Springback Process. Math. Probl. Eng. Theory Methods Appl. 2017, 2017, 11. [Google Scholar] [CrossRef]
  21. Sharad, G.; Nandedkar, V.M. Springback in sheet metal U bending-Fea and neural network approach. Procedia Mater. Sci. 2014, 6, 835–839. [Google Scholar] [CrossRef] [Green Version]
  22. Miranda, S.S.; Barbosa, M.R.; Santos, A.D.; Bessa, P.J.; Amaral, R.L. Forming and springback prediction in press brake air bending combining finite element analysis and neural networks. J. Strain Anal. Eng. Des. 2018, 53, 584–601. [Google Scholar] [CrossRef]
  23. Khadra, F.A.; El-Morsy, A.W. Prediction of Springback in the Air Bending Process Using a Kriging Metamodel. Eng. Technol. Appl. Sci. Res. 2016, 6, 1200–1206. [Google Scholar] [CrossRef]
  24. Lee, M.G.; Kim, D.; Wagoner, R.H.; Chung, K. Semi-Analytic Hybrid Method to Predict Springback in the 2D Draw Bend Test. J. Appl. Mech. 2007, 74, 1264–1275. [Google Scholar] [CrossRef]
  25. Jang, D.P.; Fazily, P.; Yoon, J.W. Machine learning-based constitutive model for J2- plasticity. Int. J. Plast. 2021, 138, 102919. [Google Scholar] [CrossRef]
  26. Abueidda, D.W.; Koric, S.; Sobh, N.A.; Sehitoglu, H. Deep learning for plasticity and thermo-viscoplasticity. Int. J. Plast. 2021, 136, 102852. [Google Scholar] [CrossRef]
  27. Wen, J.; Zou, Q.; Wei, Y. Physics-driven machine learning model on temperature and time-dependent deformation in lithium metal and its finite element implementation. J. Mech. Phys. Solids 2021, 153, 104481. [Google Scholar] [CrossRef]
  28. Inamdar, M.; Date, P.P.; Narasimhan, K.; Maiti, S.K. Development of an Artificial Neural Network to Predict Springback in Air Vee Bending. Int. J. Adv. Manuf. Technol. 2000, 16, 376–381. [Google Scholar] [CrossRef]
  29. Yang, J.; Li, S.; Wang, Z.; Dong, H.; Wang, J.; Tang, S. Using Deep Learning to Detect Defects in Manufacturing: A Comprehensive Survey and Current Challenges. Materials 2020, 13, 5755. [Google Scholar] [CrossRef]
  30. Srinivasan, R.; Vasudevan, D.; Padmanabhan, P. Prediction of spring-back and bend force in air bending of electro-galvanised steel sheets using artificial neural networks. Aust. J. Mech. Eng. 2014, 12, 25–37. [Google Scholar] [CrossRef]
  31. Fu, Z.; Mo, J.; Chen, L.; Chen, W. Using genetic algorithm-back propagation neural network prediction and finite-element model simulation to optimize the process of multiple-step incremental air-bending forming of sheet metal. Mater. Des. 2010, 31, 267–277. [Google Scholar] [CrossRef]
  32. Lira-Parada, P.A.; Pettersen, E.; Biegler, L.T.; Bar, N. Implications of dimensional analysis in bioreactor models: Parameter estimation and identifiability. Chem. Eng. J. 2021, 417, 129220. [Google Scholar] [CrossRef]
  33. Yu, Z.; Shi, X.; Miao, X.; Zhou, J.; Khandelwal, M.; Chen, X.; Qiu, Y. Intelligent modeling of blast-induced rock movement prediction using dimensional analysis and optimized artificial neural network technique. Int. J. Rock Mech. Min. Sci. 2021, 143, 104794. [Google Scholar] [CrossRef]
Figure 1. Structural diagram of BPNN: (a) punch stroke prediction model and (b) bending correction model.
Figure 1. Structural diagram of BPNN: (a) punch stroke prediction model and (b) bending correction model.
Materials 14 04790 g001
Figure 2. Finite element simulation process (a) before bending, (b) after bending, and (c) after springback.
Figure 2. Finite element simulation process (a) before bending, (b) after bending, and (c) after springback.
Materials 14 04790 g002
Figure 3. Bending machine and bending parts.
Figure 3. Bending machine and bending parts.
Materials 14 04790 g003
Figure 4. Results for MSE after 10 training runs as a function of hidden layers and neurons per layer.
Figure 4. Results for MSE after 10 training runs as a function of hidden layers and neurons per layer.
Materials 14 04790 g004
Figure 5. MSE downtrend comparison before and after GA optimization: (a) before optimization; (b) after optimization.
Figure 5. MSE downtrend comparison before and after GA optimization: (a) before optimization; (b) after optimization.
Materials 14 04790 g005
Figure 6. Regression values of network training.
Figure 6. Regression values of network training.
Materials 14 04790 g006
Figure 7. (a) Comparison between testing samples and the predicted compensations of the correction model. (b) Stroking deviation.
Figure 7. (a) Comparison between testing samples and the predicted compensations of the correction model. (b) Stroking deviation.
Materials 14 04790 g007
Figure 8. (a) Comparison of the testing samples with the predictions of the dimensional model, and (b) deviation of the punch stroke compensation.
Figure 8. (a) Comparison of the testing samples with the predictions of the dimensional model, and (b) deviation of the punch stroke compensation.
Materials 14 04790 g008
Figure 9. Bending experiment with the universal testing machine.
Figure 9. Bending experiment with the universal testing machine.
Materials 14 04790 g009
Figure 10. Bending samples, where 1–3 are HC220YD steel, 4–6 are 304 stainless steel, and 7–9 are 5182 aluminum.
Figure 10. Bending samples, where 1–3 are HC220YD steel, 4–6 are 304 stainless steel, and 7–9 are 5182 aluminum.
Materials 14 04790 g010
Table 1. The range of the factors.
Table 1. The range of the factors.
D/mmt/mmE/GPa B V / mm K/MPan σ s / MPa
13–50.6–270–22012500–20000.1–0.6120–1000
23–5.50.6–270–22014500–20000.1–0.6120–1000
33.5–6.50.6–270–22016500–20000.1–0.6120–1000
44–70.6–370–22018500–20000.1–0.6120–1000
55–80.6–370–22020500–20000.1–0.6120–1000
Table 2. Modeling samples from the simulation dataset.
Table 2. Modeling samples from the simulation dataset.
NumberD/mmE/GPa B V / mm K/MPant/mm σ s / MPa α 0
17.8975.26320695.490.3691.43510.38101.05
25.94116.992201507.520.1362.72843.41112.83
35.6777.142161218.050.2971.63126.6293.76
45.50171.503181342.110.1481.95344.96106.17
53.68115.112161390.980.4250.73263.36126.52
67.4897.06720921.050.5421.88772.83101.03
73.74104.210141563.910.5161.85891.93118.49
83.99166.992121278.200.1101.17437.59101.99
95.69116.616161078.950.2121.85534.6498.77
103.52153.834121943.610.3091.72982.36110.29
115.61168.496181887.220.1822.00618.45106.71
127.0499.323201526.320.3421.44201.6096.49
136.98122.631201424.810.2252.80953.68102.52
145.53143.684201578.950.1492.84889.72117.32
154.76194.812141913.530.2481.37631.68102.06
166.71111.353201011.280.1082.69192.78101.53
173.71196.315141921.050.2671.08146.47110.28
186.91191.05220902.260.1031.02375.84104.22
194.19155.338121116.540.4910.87847.82101.42
17124.94189.172181443.610.1281.50532.43116.43
Table 3. Testing samples from the simulation dataset.
Table 3. Testing samples from the simulation dataset.
NumberD/mmE/GPa B V / mm K/MPant/mm σ s / MPa α 0
16.02114.736181778.20.4251.75589.77103.63
23.97123.007121330.830.4321.15554.4999.42
34.68107.969161872.180.5241.01298.65117.55
43.26103.83412511.280.5040.78137.64166.86
53.85125.263141954.890.4702.69898.55107.75
66.3688.04520785.710.5611.26702.26107.84
73.54161.729161101.500.2181.46933.83132.07
84.25171.879141977.440.2390.81261.15111.55
94.87207.969181992.480.4951.32761.80112.69
104.88151.57918691.730.2630.81155.29120.47
113.70138.796141251.880.3611.45528.02113.38
124.77154.962141323.310.4001.30199.4098.25
135.35186.917201740.60.5711.49294.24109.91
144.41219.624141033.830.5551.71234.69101.80
153.46184.285121462.410.4781.24417.7499.74
165.16173.759181319.550.5672.40133.23114.03
176.51170.00020635.340.5100.86477.2996.74
184.11153.45812943.610.1360.87340.55104.83
196.62192.93220563.910.3771.27157.49108.25
205.82203.08220917.290.4212.42907.37108.25
Table 4. Mechanical properties of five kinds of sheets.
Table 4. Mechanical properties of five kinds of sheets.
Material ParameterHC220YD3045182DP980H62
t/mm0.660.981.21.521.98
E/MPa167,187193,35870,724218,346114,649
σ s /MPa195273123717215
K/MPa60219745631532778
n0.2350.5900.3320.1400.345
r 0 1.501.000.570.830.92
r 45 1.861.340.640.881.07
r 90 2.110.870.660.850.89
Table 5. Forming angles in bending machine experiments.
Table 5. Forming angles in bending machine experiments.
MaterialNumberPunch StrokeForming Angle
HC220YD14.2296.015
23.93101.380
33.65106.555
43.38111.005
30454.0791.295
63.8994.155
73.6399.155
83.35104.955
518294.1591.915
103.8796.835
113.60102.095
123.33107.585
DP980134.0899.805
143.80104.885
153.52109.985
163.26115.045
H62174.0991.135
183.8295.715
193.57100.575
203.20107.925
Table 6. Comparison between testing samples and model predictions.
Table 6. Comparison between testing samples and model predictions.
NumberFinite Element Testing (mm)Network Prediction (mm)Stroke Deviation (mm)NumberBending Experiment (mm)Network
Prediction (mm)
Stroke Deviation (mm)
16.026.00−0.02214.224.240.02
23.973.89−0.08223.933.950.02
34.684.59−0.09233.653.670.02
43.263.22−0.04243.383.430.05
53.853.920.07254.074.170.10
66.366.24−0.12263.894.020.13
73.543.43−0.11273.633.780.15
84.254.23−0.02283.353.510.16
94.874.77−0.10294.154.300.15
104.884.920.04303.874.010.14
113.703.62−0.08313.63.720.12
124.774.920.15323.333.440.11
135.355.29−0.06334.084.02−0.06
144.414.27−0.14343.83.77−0.03
153.463.540.08353.523.550.03
165.165.10−0.06363.263.360.10
176.516.47−0.04374.094.100.01
184.113.95−0.16383.823.850.03
196.626.660.04393.573.600.03
205.825.75−0.07403.23.260.06
Table 7. Modeling samples for the correction model.
Table 7. Modeling samples for the correction model.
Number Δ D / mm E/GPa B V / mm K/MPant/mm σ s / MPa Δ α 0
10.122075.26320695.490.3691.43510.381.257
20.2575116.992201507.520.1362.72843.41−2.348
3−0.216177.142161218.050.2971.63126.622.886
40.0248171.503181342.110.1481.95344.96−0.269
5−0.1643115.112161390.980.4250.73263.362.518
6−0.192797.06720921.050.5421.88772.831.621
7−0.0630104.210141563.910.5161.85891.931.104
8−0.0909166.992121278.200.1101.17437.591.593
9−0.1181116.616161078.950.2121.85534.641.350
100.0927153.834121943.610.3091.72982.36−1.787
110.1320168.496181887.220.1822.00618.45−1.544
120.071099.323201526.320.3421.44201.60−0.938
130.2206122.631201424.810.2252.80953.68−2.241
14−0.1718143.684201578.950.1492.84889.721.849
15−0.2088194.812141913.530.2481.37631.682.934
160.1603111.353201011.280.1082.69192.78−1.794
17−0.0602196.315141921.050.2671.08146.470.886
180.1436191.05220902.260.1031.02375.84−1.350
190.0297155.338121116.540.4910.87847.82−0.470
17120.2450189.172181443.610.1281.50532.432.854
Table 8. Testing samples for the correction model.
Table 8. Testing samples for the correction model.
Number Δ D / mm E/GPa B V / mm K/MPant/mm σ s / MPa Δ α 0
1−0.2489114.736181778.20.4251.75589.772.972
2−0.0265123.007121330.830.4321.15554.490.518
30.1956107.969161872.180.5241.01298.65−2.487
4−0.0270103.83412511.280.5040.78137.640.588
5−0.1048125.263141954.890.4702.69898.551.666
6−0.082688.04520785.710.5611.26702.260.851
7−0.1668161.729161101.500.2181.46933.832.698
80.1717171.879141977.440.2390.81261.15−2.962
9−0.1426207.969181992.480.4951.32761.802.036
100.1435151.57918691.730.2630.81155.29−1.745
110.1432138.796141251.880.3611.45528.02−2.425
120.1994154.962141323.310.4001.30199.40−2.768
130.0924186.917201740.60.5711.49294.24−1.052
140.0955219.624141033.830.5551.71234.69−1.499
150.1055184.285121462.410.4781.24417.74−2.172
16−0.1550173.759181319.550.5672.40133.231.804
17−0.2638170.00020635.340.5100.86477.292.716
18−0.1605153.45812943.610.1360.87340.552.744
190.2362192.93220563.910.3771.27157.49−2.480
200.1653203.08220917.290.4212.42907.37−1.894
Table 9. Parameters of the GA.
Table 9. Parameters of the GA.
PopulationIterationSelection
Operator
Crossover
Operator
Mutation
Operator
1002000.080.80.03
Table 10. Bending tests of the correction model.
Table 10. Bending tests of the correction model.
Mat Num Target D 1 α 0 1 Δ α 0 1 Δ D 1 α 0 2 Δ α 0 2 Δ D 2 α 0 3 Δ α 0 3
HC220YD 1 96 4.460 97.745 −1.745 4.578 96.190 −0.190
2 100 4.252 101.520 −1.520 4.364 100.150 −0.150
3 105 3.973 106.390 −1.390 4.084 105.340 −0.340
304 4 98 4.050 100.780 −2.780 4.208 99.080 −1.080 4.276 98.195 −0.195
5 110 3.523 111.940 −1.940 3.644 100.350 −0.135
6 120 3.314 119.960 0.040
5182 7 98 4.168 100.510 −2.510 4.327 98.885 −0.885 4.415 98.155 -0.155
8 104 3.835 106.470 −2.470 3.990 104.255 −0.255
9 110 3.539 112.710 −2.710 3.698 109.640 −0.460
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yu, Y.; Guan, Z.; Ren, M.; Song, J.; Ma, P.; Jia, H. A Versatile Punch Stroke Correction Model for Trial V-Bending of Sheet Metals Based on Data-Driven Method. Materials 2021, 14, 4790. https://doi.org/10.3390/ma14174790

AMA Style

Yu Y, Guan Z, Ren M, Song J, Ma P, Jia H. A Versatile Punch Stroke Correction Model for Trial V-Bending of Sheet Metals Based on Data-Driven Method. Materials. 2021; 14(17):4790. https://doi.org/10.3390/ma14174790

Chicago/Turabian Style

Yu, Yongsen, Zhiping Guan, Mingwen Ren, Jiawang Song, Pinkui Ma, and Hongjie Jia. 2021. "A Versatile Punch Stroke Correction Model for Trial V-Bending of Sheet Metals Based on Data-Driven Method" Materials 14, no. 17: 4790. https://doi.org/10.3390/ma14174790

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