Abstract

Since the railway vehicle structure has lots of parameters and several complex constraints, this study establishes a method for structural parameter optimization based on sensitivity analysis and surrogate models. Fatigue crack problem of the equipment cabin bottom cover of the EMU is taken as an example to optimize its structural parameters. First, establish the finite element (FE) model of the bottom cover and compare it with the bench test results to verify the accuracy of the load and restraint conditions. The sensitivity analysis method is used to determine the main parameters. The input samples are obtained by Latin hypercube sampling method, and the output samples are obtained by the method jointly developed by ABAQUS+Python and the surrogate model between the input and output samples is obtained by fitting, and its accuracy is verified. According to the design requirements, the optimization objective function and constraint conditions are established, and the optimization result is obtained by optimization algorithm. The results were substituted into the FE model for verification. The results show that the maximum equivalent stress of the bottom cover is reduced from 126.7 MPa to 78.9 MPa under a cyclic aerodynamic load of ±4 kPa, which is 37.7% optimized, and the effect is significant. This method avoids the iterative optimization of the FE model and improves the optimization efficiency.

1. Introduction

In the application of large mechanical structural parts, fatigue cracks have always been the main factor leading to their failure [13]. Take railway vehicles as an example; fatigue cracks are found on the equipment cabin bottom cover. The reason is that the alternating aerodynamic load under the working conditions when trains enter and exit tunnels is the main factor leading to the initiation and propagation of cracks [4]. Therefore, it is necessary to study the structural optimization design method to reduce the stress level at the crack under alternating aerodynamic loads.

Nowadays, there has been in-depth research on the optimization method of structural parts [5]. The authors in [611] separately optimized the structure of energy-absorbing structure, carbody structure, and the subway vehicle air-conditioning suspension. Their weights were reduced while meeting the requirements of strength and modal. But for the bottom cover, its protection function and manufacturability need to be considered, so the topology optimization results often do not have engineering application value. The authors in [12, 13] optimized the shape of the frame and wheel. But the shape optimization required modification of the floor structure. At the same time, it was also necessary to consider constraints such as installation, connection, and manufacturability, so the space for modification was limited. The size optimization does not require major changes to the floor structure, which is relatively easy to implement and has high engineering value. Therefore, this article uses the size optimization method to optimize the bottom cover.

Now scholars have begun to use a variety of methods to optimize the parameters of the structure [1416]. Among them, approximate methods have been widely used [17]. For the railway vehicle structure, the structure is complex and the boundary conditions are numerous, which often requires a lot of time in the simulation calculation. In order to improve the optimization efficiency, many scholars have conducted research on the optimization method of size parameters. Myzrglob and Zielinski [18, 19] studied the optimization method of structural parameters under multi-axial high-cycle fatigue. Sun et al. and Hudson et al. [20, 21] studied the optimization method of carbody parameters considering multiple factors. Sun et al. [22] optimized the modal frequency of the railway vehicle carbody based on SA. Miao et al. [23] used the ant colony algorithm to optimize the composite sandwich structure of the bottom cover. Zhi et al. [24] studied the fuzzy optimization method of bogie frame parameters based on response surface model. Baek et al. [25] optimized the wagon frame structure based on the Chebyshev polynomial model. The authors in [2628] used surrogate models and multi-objective genetic algorithms to optimize the design of the carbody collision energy absorption structure. The authors in [2931] optimized the fatigue strength of the welded frame weld by the surrogate model method.

The above research used mathematical models to express the relationship between structural parameters of vehicle components such as carbody, bogie frame, and energy-absorbing structure with modal and strength indicators and optimized them with optimization algorithms to improve optimization efficiency. However, the optimization research on the equipment cabin bottom cover is still lacking at the present stage, and the connection and contact between the various components cannot be ignored for this type of assembly. There are many size parameters and installation parameters of components, and each parameter has a complex nonlinear relationship with the stress response of key points. Establishing a FE model that can reflect the actual components and meet the requirements of optimization accuracy is a prerequisite for optimization design. For this reason, this paper carried out the static strength test of the bottom cover and compared the FE calculation results with the test results to verify the accuracy of the FE model. Considering the complex preprocessing of the FE model and the long calculation time, this paper first extracts the key parameters of the bottom plate according to the sensitivity analysis (SA) method and uses the optimal Latin hypercube sampling to obtain the input sample set of the key parameters. Through the ABAQUS + Python co-simulation method, the FE model under different input parameters is obtained in batches, and the output parameter samples are obtained. Then, the surrogate model is fitted to replace the FE model, and optimization is performed based on the optimization algorithm. This method can effectively improve optimization efficiency.

2. Structural Parameter Optimization Design Method

2.1. Parameter Optimization Process Based on FE Model

In the FE model, due to the model scale, contact nonlinearity, material nonlinearity, and other issues, it often takes a long time to simulate. At the same time, optimization research needs to modify the parameters multiple times for iterative calculations, so there are many repeated calculations. If the FE model is directly called, it will consume a lot of time and be inefficient. Therefore, in order to improve the optimization efficiency under the premise of ensuring accuracy, the optimization method shown in Figure 1 can be used for the complicated FE model.

According to Figure 1, firstly, the SA method is used to screen the optimized parameters, and then the optimal Latin hypercube sampling or orthogonal test is used to sample in the range to obtain a uniform and representative parameter sample set. Use the Python program to read the samples in order, modify the parameters of the FE model in ABAQUS, submit calculations, and read the stresses at the key points. Summarize the stress values under different samples and use them as input and output parameters. Use the above input and output parameters as samples and import them into the Isight software to fit the surrogate model and evaluate the goodness of fit. Based on the surrogate model, optimization algorithms such as steepest descent method and genetic algorithm are used for optimization. Then, the optimal solution of the model is obtained and imported into ABAQUS for verification.

2.2. Parameter SA Method

When there are many optimization parameters, the amount of calculation in sampling calculation and optimization calculation is large. The parameter SA method can eliminate the parameters that have little influence on the result. Assuming that there areparameters, there is the following functional relationship between the-th parameterand the response :

The sensitivity of different parameters can be expressed by the following formula:

It is often a discrete variable in engineering applications. Its sensitivity can be expressed by the finite difference method:

However, when calculating the sensitivity through the above formula, the influence of the parameter scale and the variation range is ignored. When the parameter scale is large, the calculated sensitivity is often small. Therefore, the original parameter value and the original response value are used as scale factors, and the sensitivity parameters are normalized:

In order to improve the accuracy of the sensitivity parameter, take different difference step size (, including the original value, ) within the parameter change range. The least square method is used to fit it into a proportional function relationship of , and the absolute value of the slope is taken as the sensitivity parameter:where

2.3. Sample Acquisition Method Based on FE Model

According to the optimized parameters and their ranges, a set of representative input parameters needs to be extracted. The optimal Latin hypercube sampling method has strong filling ability, uniform sample distribution, and good representativeness. Assuming that a total of m samples are required, m small hypercubes are randomly selected in the n-dimensional hypercube space composed of n design variables to ensure that each small hypercube is unique in each design variable interval. That is, each design variable will be sampled only once at each level. In this way, a Latin hypercube design matrix with m samples under n design variables is obtained. At the same time, through the optimization algorithm, the Euclidean distance between different sample points is minimized, and the evenly distributed and representative sampling results are obtained. This paper uses the optimal Latin hypercube method to sample the parameters. Generate the optimal Latin hypercube sampling results in Isight software as input samples.

The FE model is established based on the input parameters, and the output parameters can be obtained through FE simulation. ABAQUS has a powerful secondary development function. Using Python programs, it can perform secondary development on the preprocessing and postprocessing parts of ABAQUS, achieve automatic modeling, automatic submission calculations, and automatic postprocessing batch calculations, which can save simulation time.

Figure 2 shows the parameter flow of using the Python program to obtain the output. First read a set of input parameters from the input parameter set and import the ABAQUS library function into the program, and the ABAQUS library function contains members that can be used for modeling. The members in the Model object under the Mdb object can be used for preprocessing work such as building 3D models, defining material properties, meshing, and defining loads and constraints. The Job object can submit calculations to the model. Each member under the Odb object can read the field output and history output results in the calculated odb result file to obtain the required output parameters. In this loop, the output parameters under different input parameters can be obtained, and the output parameter set can be summarized. The input parameter set and the output parameter set are combined as surrogate model training samples.

2.4. Surrogate Model Establishment Method

Isight software provides a variety of surrogate model fitting algorithms, including response surface model (RSM), radial basis function neural network (RBFNN) model, Kriging model, and so on.

2.4.1. Response Surface Model (RSM)

Taking the fourth-order response surface model as an example, the surrogate model fitting formula is shown in the following equation:where is the number of input variables; represents the input variables; is the output value; and represents the coefficients.

2.4.2. Kriging Model

The expression of the Kriging model is shown in the following equation:where is the global regression model; is the random fluctuation; and is the output value.

2.4.3. Radial Basis Function Neural Network (RBFNN) Model

In the RBFNN model, the radial function is the basis function of the model, and its independent variable is the Euclidean distance between the measured point and the input point. (3) is the basic form of the radial basis function.where is the weight; is the number of samples; is the radial function; and is the output value. By adjusting the weights, the radial basis function can be used to fit different models.

There are many indicators for evaluating the goodness of fit of a surrogate model. The normalized root mean square error (NRMS) and certainty coefficient (R2) are commonly used to evaluate the global goodness of fit [32]. The expression of the NRMS is

The value range of NRMS is [0, 1]. The closer its value is to 0, the better the goodness of fit is. Its threshold value is 0.1.

The expression of R2 is

The value range of R2 is [0, 1]. The closer its value is to 1, the better the goodness of fit is. Its threshold value is 0.9.

is the sample value, is the sample mean, and is the surrogate model predicted value.

2.5. Optimization Method

The optimization problem with constraints can be expressed as

(12) is the optimization objective function. (13) is the optimization constraint, where is an inequality constraint and is an equality constraint. When solving the above two equations, in order to obtain reliable optimization results, it is often necessary to resort to optimization algorithms. Optimization algorithms can be divided into numerical and exploratory types. Among them, the numerical optimization algorithm has a faster calculation speed and fewer iterations, but it is easy to fall into a local minimum. Representative algorithms include NLPQLP (continuous quadratic programming method), LSGRG (generalized gradient descent method), and so on. Exploratory optimization technology can search the whole world and is not easy to fall into the local minimum, but there are relatively many iterations. Among them, the representative algorithm is genetic algorithm, and the process is shown in Figure 3. Commonly used genetic algorithms include MIGA (multi-island genetic algorithm), NSGA-II (nondominant sorting genetic algorithm), and so on.

3. Establishment and Verification of the Equipment Cabin Bottom Cover FE Model

The equipment cabin bottom cover structure is shown in Figure 4. The main body is a flat plate, which is reinforced by three rectangular tube beams. The plate size is 1144 × 576 mm. The flat plate and rectangular tube beams are formed by bending 2 mm thick cold-rolled SUS304 stainless steel plates. The bottom cabin is fixed to the side beam of the equipment cabin by a total of eight bolts and backing plates at both ends.

3.1. Static Strength Test of Bottom Cover

The static strength test of the equipment cabin bottom cover is carried out under the conditions of the indoor fatigue test bench, and the stress measurement points are arranged at the key positions of the bottom cover as shown in Figure 5. Vacuum suction cups are uniformly arranged on the surface of the bottom cover to simulate the aerodynamic uniform load. The MTS fatigue testing machine is used to load the aerodynamic load under tension and compression at 4 kPa. The static strength test method and tooling under aerodynamic load are as described in the literature [33]. After the loading force is stable, use TDS-530 static data acquisition instrument to collect strain data. The loading tooling is shown in Figure 6.

3.2. Bottom Cover FE Model

Based on the 3D model of the bottom cover, the FE model of the bottom cover is established in ABAQUS. The flat plate and rectangular tube beam of the bottom cover are extracted from the midsurface and divided into shell elements. Divide the backing plate into solid elements. Both ends simplify the equipment cabin bracket to a discrete rigid body, imitating the fixing of the equipment cabin bracket to the bottom cover. The FE model is shown in Figure 7.

The position of the rivet hole between the flat plate, rectangular tube beam, and backing plate adopts beam element and rigid element to imitate riveting, and the contact pairs are set between each surface as shown in Table 1. A fixed constraint is applied to the equipment cabin bracket and backing plate bolts, and a uniformly distributed aerodynamic load of ±4 kPa is applied to the surface of the bottom cover. Simulations show that the model can converge reliably.

3.3. Validation of the FE Model

The measurement points with relatively large stress values and relatively small stress gradients are selected to prevent the effect of stress concentration and the zero point error of the strain gauge from affecting the results. The results are compared with the output results of the FE model to verify the FE model. The comparison between the FE simulation results and the test results of some measuring points is shown in Table 2:

In Table 2, measuring points 2, 3, and 4 are the corner positions of the edge of the flat plate, and measurement points 12 to 17 are the process hole edges of the middle rectangular tube beam. In comparison, with the exception of the relatively large gap between measurement point 13 and measurement point 16, the measured stresses of the remaining measuring points are relatively close to the simulated stresses, indicating that the boundary condition settings of the FE model are basically consistent with the actual model. Measuring point 13 and the measuring point 16 are located at the edge of the center process hole rectangular tube beam, where the stress gradient is relatively large due to the stress concentration effect. Therefore, the attachment position of the strain gauge has a greater influence on the final result. The test result is different from the result of the FE model, but the trend is the same, which does not affect the direction and accuracy of the optimization.

Through FE analysis, under aerodynamic loads of ±4 kPa, the maximum normal stress of the bottom plate appears on the edge of the center process hole rectangular tube beam (its location is marked by the box in Figure 8), and the direction is along the length of the rectangular tube beam. The stress distribution at the edge of the process hole and the maximum nodal stress value are shown in Figure 8.

Under pull working conditions, the maximum nodal stress is −130.7 MPa, and the maximum integration point stress is −138.2 MPa read by Python program; under push working conditions, the maximum nodal stress is 114.1 MPa, and the maximum integration point stress is 119.6 MPa. The nodal stress is obtained by extrapolating the integration point stress. In the following optimization calculations, the integration point stress is used.

In summary, the FE model can imitate the actual model well, and it can converge reliably, ensuring the accuracy of the optimization.

3.4. Calculation of Equivalent Stress under Symmetrical Cycle

Due to the influence of factors such as contact nonlinearity, when the bottom cover is subjected to a symmetrical cycle of pull and push load, its stress response is not necessarily a symmetrical cycle. The FE method is used to obtain the stress peak-valley value, average stress, and stress amplitude of the bottom cover under ±4 kPa aerodynamic load. The equivalent stress under symmetrical cycles can be calculated by the Goodman equation (hereinafter referred to as equivalent stress):where is the stress amplitude, is the average stress, and is the ultimate strength of the material. Tensile test is performed on the small sample of the bottom plate on the MTS-810 universal material testing machine, and the mechanical properties are shown in Table 3.

In ABAQUS, the integration point stress of each element under pull and push conditions can be read through the Python program. Then, the equivalent stress of each element at the integration point can be calculated by (14).

4. Structural Parameter Optimization Design of Equipment Cabin Bottom Cover

4.1. Parameter Selection and SA

Combined with the survey results, cracks mostly appeared in the weak points of the hole edge of the rectangular tube beam. After FE analysis and static strength bench test, the edge of the center process hole rectangular tube beam (measurement points 13 and 16 in Figure 5) has relatively high stress, which is likely to be the initiation of cracks. Taking into account factors such as bottom cover assembly and manufacturability, six parameters are selected as shown in Figure 9.

Among them, is the distance between the rivet hole and the plate end, is the lateral hole distance of the rivet hole, is the longitudinal spacing of the rectangular tube beam, is the width of the rectangular tube beam midsurface, is the height of the rectangular tube beam midsurface, and is the thickness of the rectangular tube beam. The parameters and are related to the lateral number of rivets :where is the lateral length of the flat plate, and the original values and value ranges of each parameter are shown in Table 4.

Using the SA method described in Section 2.2, the stress-influence sensitivity of each parameter under the two working conditions of pull and push at 4 kPa aerodynamic loads is shown in Figure 10.

It can be seen from Figure 10that the sensitivity of the parameters, , andis high, indicating that their changes have the most significant impact on the stress. These three parameters are selected as the optimization parameters, and the other parameters have less impact and are ignored in the optimization.

4.2. Parameter Sampling and Calculation

Based on the selected parameters, the range of values is the same as that shown in Table 3, and the optimal Latin hypercube method is used to sample them. In order to meet the fitting needs of the surrogate model, the sampled data are initially set to 50 groups. The distribution in the parameter space is shown in Figure 11.

It can be seen from Figure 11 that the distribution of each sample in the parameter space is relatively uniform and representative. Use the Python program to input these 50 groups of samples into ABAQUS to establish a parameter model, complete the preprocessing of the model, and run it in batches. Read the maximum normal stress of the process hole edge of the square tube beam under two different working conditions of the flat plate under push and pull of 4 kPa aerodynamic load and calculate the equivalent stress as the output parameter in combination with (14). The 50 groups of input and output parameters after all simulations are completed and are shown in Table 5.

The 50 sets of input and output parameters in Table 5 can be used as training samples for the surrogate model and input into Isight for approximate fitting.

4.3. Surrogate Model Fitting

Use different fitting models to fit the training samples in Table 5. Based on the cross-validation method, two indexes of NRMS and R2 are used to evaluate the goodness of fit. The goodness of fit indexes under different models are obtained as shown in Table 6.

From Table 6, the indexes of the RBFNN model are all the best, so the RBFNN model is used as the surrogate model of the original model. The comparison between the predicted value of the output and the original value is shown in Figure 12.

It can be seen from Figure 12that the distribution of the predicted value and the original value points are all around the straight line , indicating that the fitting accuracy is high. The fitted surrogate model can be used as a simplified model to replace the original model for optimization.

4.4. Parameter Optimization Solution and Verification

Based on the above surrogate model, it can be optimized and solved in Isight. The optimized value range of each parameter is shown in Table 4. Determine the optimization goal to minimize the equivalent stress:

In order to control the weight of the optimized bottom cover, corresponding constraint conditions need to be set. Since the above parameters only relate to the cross-sectional area of the rectangular tube beam, the weight of the bottom cover can be controlled by controlling the optimized cross-sectional area of the rectangular tube beam. In the original structure, the square tube beam midsurface height , midsurface width , and thickness ; ignoring rounded corners, its area is . Therefore, the optimization constraints can be expressed as

Using the original parameters as the initial values, after calculation, the iteration times and optimization results of the NLPQLP and MIGA optimization algorithms are obtained as shown in Table 7. It can be seen that the convergence results of the two optimization methods are similar, so the optimization calculation results are credible. Among them, the numerical optimization method is less time-consuming than the exploratory optimization method. The optimization history of the equivalent stress under the two algorithms is shown in Figure 13 where the red point is the point that does not meet the constraint, the black point is the general point, and the green point is the optimal point.

From the above optimization process, it can be seen that the search speed of the NLPQLP algorithm is faster, but the number of iterations has reached 74. The optimization speed of the MIGA method is slower, but it can perform a global search in the parameter space.

Based on the optimization results in Table 7, round the parameters and input them into ABAQUS for FE simulation verification. The output and the original model are shown in Table 8.

It is shown in Table 8 that the equivalent stress of the hole edge of the optimized model is significantly optimized compared with the original model, the optimization rate reaches 37.7%, and its weight is also reduced. The optimization effect is significant.

5. Summary

(1)Establish the parameterized model of the bottom cover by ABAQUS + Python jointly development method. Obtain the output samples in batches according to the input samples, which eliminates tedious pre and postprocessing and can improve the efficiency of sample acquisition.(2)Comparing the FE model with the bench test results of the equipment cabin bottom cover, the stress levels at each measurement point are basically the same, indicating that the boundary conditions and contact conditions of the FE model can basically simulate the actual model. Its accuracy can ensure the subsequent optimization design.(3)The bottom cover is optimized based on the SA method and surrogate model. After optimization, the equivalent stress at the edge of the model hole decreased from 126.7 MPa to 78.9 MPa, which was optimized by 37.7%. The optimization effect was significant.(4)This study only needs to perform 50 simulations on the FE model to obtain samples, and the surrogate model method can save thousands of repeated optimization calculations on the FE model. Therefore, based on the method in this paper, the optimization efficiency can be improved for complex FE models.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This study was supported by the National Natural Science Foundation of China (11790281).