1. Introduction
In the wide range of metallic packaging, the aerosol can is one of the most commonly used. One of the main requirements of specifications asked by the customers is the resistance to internal pressure. In fact, the aerosol cans are filled with fluid at high pressure; for this reason, the structural stability of their bottom is then delicate to maintain. The goal of the canmakers is to look for new profiles of the aerosol can’s bottom that resists against the internal pressure of the fluid (Fig. 1).
In the present work, we address the problem of shape optimization of the can’s bottom, in order to control the dome growth DG (e.g., displacement of can base) at a proof pressure as well as the dome reversal pressure DRP, a critical pressure at which the aerosol can’s bottom looses stability (e.g., initiates buckling). Those two criteria are known to be conflicting; therefore, our aim was to identify the Pareto front of this problem [1].
In most cases, the identification of the Pareto front for industrial optimization problems (e.g., all the time are structural problems) is very costly in computing time because we need a large number of evaluations for the criteria to be optimized. To overcome this, the most researchers and industry begin to develop algorithms which consist of coupling the conventional methods to capture the pareto front with metamodels aimed at cheap costs evaluation. There are two ways to do this coupling: The first idea is to lead optimization with a dedicated algorithm and use an updated metamodel for a certain number of evaluations until finding the solutions (e.g., strong coupling). The second idea is to lead optimization with the metamodel and only do the exact calculations of the obtained solutions (e.g., weak coupling). There are several descriptions of the coupling techniques, see for example [2], [3], [4], [5]. In this context, we can cite as examples, some research with different applications as the automotive structures [6], [7], [8], [9], aerodynamic design [10], [11], [12]and the building energy [13].
For our work, we have used one of the known methods adapted to the approximation of pareto front which is the NNCM Method [14], [15], [16]coupled a weak coupling to the RBF metamodel [17], [18], [19]. Firstly, we have studied the consistency of the NNCM-RBF coupling by solving several standard mathematical benchmarks; then, the coupling is applied to our industrial case, namely the shape optimization of the can’s bottom.
The structure of this paper is as follows: Section 2 summarizes the methods used to develop our algorithm with a validation for some academic test cases and Section 3 demonstrates the industrial case with the obtained results. Conclusions and future contributions are listed in Section 5.
2. NNCM coupled with the RBF metamodel
This section presents the coupling of NNCM method and the RBF metamodel and its validation through several test cases.
2.1. NNCM
The normalized normal constraint method is an approach proposed by messac and Yehya for generating a set of evenly spaced solutions on a Pareto frontier - for multicriteria optimization problems - [14].
Throughout our work, we address a special case of multicriteria optimization problems (two objective functions), and we define the mathematical representation of this optimization problem as follows:(1)
In this formulation, the set contains all three types of constraints (equality, inequality and an upper and a lower bound constraints). The points x that fulfill all the constraints are feasible, while all other points are unfeasible.
For the NNCM method, the optimization takes place in the normalized objective space, and the main steps of the method can be summarized in the following points:
Let the respective global minimizers of i = 1, 2, over .
The Utopia and Nadir points are hypothetical points defined respectively by the best and the worst values for each of the criteria in the set (Fig. 2). They are written mathematically by the two following formulas and respectively.
The distances and , lying between the two global minimizer points and the Utopia point, are the elements of the following matrix:(2)
Using the above definitions, the normalized objective space can be evaluated as follows:(3)
Let us define as the direction from to which is called Utopia line:(4)where
We generate a set of evenly distributed points on the Utopia line as follows:(5)where .
2.2. RBF
Radial basis functions (RBF) have been developed for scattered multivariate data interpolation [19]. The method uses linear combinations of a radially symmetric function based on Euclidean distance or other such metric to approximate response functions. There exist many different kinds of radial basis function, and Schaback presents in his paper [20] a full Comparison of radial basis function interpolants. We conclude from this study that the simple classical form (Eq. (7)) remains the best and the most formula used by the majority of researchers:(7)where n is the number of sampling points, x is the vector of design variables, is the vector of the th sampling point, is the Euclidean distance (e.g., The norm is usually Euclidean distance, although other distance functions are also possible.), is a basis function (for example, Gaussian one where is the attenuation coefficient ), and is the unknown weighting coefficient which is obtained by solving the linear system:(8)where and ().
The RBF metamodel formula (Eq. (7)) can be written as follows:(9)
To have a good metamodel at the level of precision, we must make a judicious choice for choosing the sampling points and the attenuation factor’s value . The choice of these elements influences directly the results.
2.3. Effect of the attenuation factor
The attenuation factor in radial basis function has a critical influence on the accuracy of the interpolation model. We illustrate this with a numerical example. The RBF metamodel is constructed for the quadratic-sine function (Eq. (10)) using the same sampling points data −10 equally spaced points in [0,2]- (Fig. 4).(10)
In his paper [23], Rippa discussed several empirical methods for choosing the best attenuation factor and he presents his technique called “rippa technique” to search the optimized value of this factor based on the leave-one-out validation [21].
Algorithm 1
leave-one-out validation - LOOV
1: Input: N the total number of RBF sampling points and the initial attenuation factor | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2: For | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3: ▷ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
5: ▷ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
6: End For | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
7: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
8: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
9: Output: The optimized attenuation factor
The computation of requires the solution of N linear equations of order , and the total number of operations is of order which can be very expensive. An efficient algorithm is given by Rippa requires only one LU decomposition to compute the , he demonstrated that:(11)where is the th element of the solution vector and is the invertible matrix of defined in the (Eq. (8)). 2.4. Effect of the sampling pointsTo show this effect, we use the RBF metamodel to approximate the quadratic-sine function with different databases of sampling points (e.g. database generated by three different methods (Fig. 5) and from the obtained results which are presented in the figure (Fig. 6), we can conclude that the uniform distribution gives us the best approximation. This example is one of the full comparative study with several function tests presented in my thesis [22]. This study led us to choose the uniform distribution as a method to generate the sampling points in order to construct the RBF metamodel. 2.5. The NNCM RBF couplingOur aim was to couple the NNCM method and RBF metamodel in order to have a simple algorithm with a reasonable and reduced calculation time to solve multicriteria optimization problems. The NNCM-RBF coupling is presented in detail (see Algorithm 2) and tested for several optimization problems known as test problems, which are mathematical explicit functions (Hab3d, Fonseca and Tanaka problem). Algorithm 2 The NNCM-RBF algorithm
The results, (Fig. 7 and Table 1), show that the coupling NNCM-RBF converges to the Pareto frontier with fewer number (69%, 96% and 89%, for Fonseca, Tanaka and Hab3, respectively) of calls for the objective functions compared to a conventional NNCM.
After the validation of the coupling NNCM-RBF for the academic test cases, the practical case of shape optimization of the bottom of the aerosol can was considered. 3. Aerosol can3.1. The aerosol can modelIn the present study a 2D model provided by ArcelorMittal company and developed with ls dyna software was used to predict of the behavior of the aerosol can’s bottom when submitted to pressure. In fact, the aerosol can is considered axisymmetric; therefore, only a half generating two dimensional (2D) will be sufficient to represent the entire can. The assumption of 2D calculations is so near from the reality (Fig. 8). For our work, we use two types of bottom’s cans (Fig. 9), the aerosol cans are made of thin high performance steel which have the characteristics shown in the Table 2.
|