Next Article in Journal
Mono-, Bi-, and Tri-Metallic DES Are Prepared from Nb, Zr, and Mo for n-Butane Selective Oxidation via VPO Catalyst
Next Article in Special Issue
Application of Ultrasonic Atomization in a Combined Circulation System of Spray Evaporative Cooling and Air Cooling for Electric Machines
Previous Article in Journal
Experimentally Calculated Study of the Effectiveness on the Process of Non-Catalytic Synthesis of Biodiesel in Reactors of Various Type
Previous Article in Special Issue
Analysis of Turn-to-Turn Fault on Split-Winding Transformer Using Coupled Field-Circuit Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization

1
Department of Electrical, Electronic and Computer Engineering, University of Ulsan, Ulsan 44610, Korea
2
Korea Electrotechnology Research Institute, Changwon-si 51543, Korea
*
Author to whom correspondence should be addressed.
Processes 2021, 9(9), 1490; https://doi.org/10.3390/pr9091490
Submission received: 10 August 2021 / Revised: 20 August 2021 / Accepted: 23 August 2021 / Published: 24 August 2021
(This article belongs to the Special Issue Design, Concepts and Applications of Electric Machines)

Abstract

:
In this paper, subdivided kriging multi-objective optimization (SKMOO) is proposed for the optimal design of interior permanent magnet synchronous motor (IPMSM). The SKMOO with surrogate kriging model can obtain a uniform and accurate pareto front set with a reduced computation cost compared to conventional algorithms which directly adds the solution in the objective function area. In other words, the proposed algorithm uses a kriging surrogate model, so it is possible to know which design variables have the value of the objective function on the blank space. Therefore, the solution can be added directly in the objective function area. In the SKMOO algorithm, a non-dominated sorting method is used to find the pareto front set and the fill blank method is applied to prevent premature convergence. In addition, the subdivided kriging grid is proposed to make a well-distributed and more precise pareto front set. Superior performance of the SKMOO is confirmed by compared conventional multi objective optimization (MOO) algorithms with test functions and are applied to the optimal design of IPMSM for electric vehicle.

1. Introduction

Recently, the problem of environment pollution related to vehicles has been a constant issue around the world. In response to these issues, electric vehicles (EVs) are receiving a lot of attention [1,2]. The use of a permanent magnet synchronous motor (PMSM) in EV driving motors is increasing because the PMSMs have high efficiency, high torque power density, and a high ratio of output torque to motor weight [3,4,5].
The PMSMs are classified as the interior permanent magnet synchronous motor (IPMSM) with permanent magnet inserted inside the rotor and the surface mounted permanent magnet synchronous motor (SPMSM) with a permanent magnet attached to the surface of the rotor. The effective air gap in the d-axis and q-axis inductance are not the same in IPMSM [6]. Therefore, the IPMSM has the torque caused by the magnet and reluctance torque. The IPMSM torque greater than surface mounted permanent magnet synchronous motor [7]. However, such a permanent magnet type motor has a disadvantage of a high cogging torque, a high torque ripple, and a high total harmonic distortion (THD) of back electromotive force (EMF) which causes a reduction in the motor’s noise, vibration, and efficiency. This is highly important to EV for comfortable driving [8]. Therefore, we aim to design the IPMSM with reduced cogging torque and THD of back EMF.
The IPMSM can improve the cogging torque characteristics according to the rotor shape that shows a complex shape in which the objective function region has multiple peaks [8]. However, the IPMSM has nonlinear characteristic. Therefore, finite element method (FEM) analysis is required because the accurate analysis is difficult by using simple mathematical models due to the nonlinear characteristic of the IPMSM [9]. The actual motor design using FEM analysis should meet several requirements. It takes a lot of time and effort to simultaneously consider a multi-objective function in motor design that requires the FEM interpretation [10,11]. To solve this problem, a lot of studies of multi-objective optimization (MOO) are in progress [12,13,14,15,16]. The most widely used algorithms are multi-objective particle swarm optimization (MOPSO) and non-dominated sorting genetic algorithm-II (NSGA-II). However, the MOPSO and NSGA-II still need many function calls to get the accurate and well distributed pareto front set. Therefore, subdivided kriging multi-objective optimization (SKMOO) is proposed which applies the surrogate model to reduce function calls.
Outstanding performance of the proposed algorithm is verified through comparison of test results with the MOPSO and NSGA-II. The optimal design was derived by applying the SKMOO to design of the IPMSM with reduced cogging torque and THD of back EMF.

2. Proposed Algorithm

MOO performance can be determined based on the accuracy, uniform distribution, and number of function calls. The SKMOO uses the following methods to improve algorithm performance.

2.1. Latin Hypercube Sampling

Initial samples are created using a Latin hypercube sampling (LHS) method. This method ensures that samples are generated evenly in the whole problem areas while maintaining randomness to generate samples efficiently. The problem area is divided to the number of samples multiply the number of samples. It is a method of sampling so that each row and column of a divided grid contains only one sample. To distribute the sample more evenly, the entire area is divided into several layers and into several blocks. LHS is implemented on each later to generate samples. In addition to these methods, there are many improved LHS methods. However, this paper used the existing LHS method because initial sample generation is not a main idea [17,18,19,20,21].

2.2. Surrogate Model Creation

A surrogate model is created using the kriging method with initial samples. Kriging is a method of predicting unknown values as a linear combination. It uses the value of the objective function already known to estimate the shape and objective function values of the entire problem area [22,23,24]. The number of samples is very important because the kriging method is predicted using the initial samples. If the samples are too small, the problem area will not be predicted properly, and if there are too many samples, unnecessary sample generation will increase the number of function calls. Therefore, it is essential to select the appropriate number of samples. For this paper, appropriate initial samples were selected by referring to the [25].

2.3. Non-Dominated Sorting

The non-dominated sorting compares all samples. The problem of minimizing the objective functions f1, f2 is that if “A” solution has a smaller value in both f1, f2 objective functions than “B” solution, the “B” solution is dominated by “A” solution. On the other hand, when comparing “A” solution and “C” solution, the “A” solution is small in f1 and “C” is small in f2. When the dominant relation of samples for each objective function value is indistinguishable, such as the “A” and “C” solution, they are called non-dominant relations and the samples are defined as non-dominated solution [26,27,28]. Furthermore, this set of non-dominated solutions is called the pareto front set. Therefore, the initial samples are classified through a non-dominated sorting and the pareto front set is extracted.

2.4. Euclidean Distance Calculation

The Euclidean distance means the distance of adjacent solutions. It is calculated to obtain a uniform pareto front set. EDmax is defined as the maximum Euclidean distance. The EDmax is calculated as follows
Normi = max(fi) − min(fi)
E D m a x = max j = 1 , , N n 1 ( i = 1 , N o | f i ( j ) f i ( j + 1 ) N o r m i | )
where Normi is range of ith objective function to normalize, Nn is the number of solutions, and No is the number of objective functions. In Figure 1, the dotted line means the Euclidean distance. The predicted solution is added directly between the two solutions with the EDmax. In addition, the spline interpolation is used to increase the accuracy of the solution and has a more continuous pareto front set. Therefore, the predicted solution is filled the blank of pareto set, similar to a green point in Figure 1.

2.5. Inverse Searching

The combination of design variables should be explored to generate the predicted solution. Inverse searching is possible because it uses a kriging surrogate model. The spatial distribution is obtained through the kriging on a predefined grid area from calculated samples without additional function calls [29]. In Figure 2, the predicted solution of objective function area is placed at the same position in the f1 and f2 of the design variable area. The most similar combination of design variables is found by comparing the objective function value of the surrogate kriging model with the predicted value. The formula for inverse searching is as follows
ε m i n = min i , j k = 1 , N o | f k , p r e f k ( x 1 ( i ) , x 2 ( j ) ) |
where x1, x2 are the design variable, i, j are values of uniformly divided design variables, respectively
i { 1 , 2 , , N x 1 }   ,   j { 1 , 2 , , N x 2 }
where Nx1, Nx2 are number of each design variable, fk,pre is the value of the kth objective function of the predicted solution.

2.6. Subdivided Kriging Grid

The real solution is obtained using inverse searching. However, there is a difference between the real solution and the predicted solution because the real solution is created only on a kriging grid line, similar to red point in the design variable area of Figure 3. Therefore, the SKMOO is proposed to reduce difference. The right of design variable area in Figure 3 shows the subdivided kriging grid. The red dotted line makes the pareto front set more uniform and the solution more accurate. The more kriging grid, the higher accuracy of the solution; however, the reason why the grid cannot be infinitely finely divided is because all the values of all grid points must be compared, which can take a long time. The proper kriging grid setting is required considering the accuracy of the solution and interpretation time [25]. Therefore, in this paper, the kriging grid is not finely divided from the beginning of algorithm, it is divided later in the algorithm to reduce the interpretation time and increase the accuracy of the solution. In addition, if the two solutions are too close to each other, the solutions are deleted, and new solution is added between the two solutions.

2.7. Fill Blank Method

Conventional MOO algorithms used mutation operations to prevent premature convergence [30]. However, existing mutation operations generate samples randomly throughout the problem area, which can lead to redundant exploration of the area already explored. To solve this problem, a fill blank method is used [31,32]. This is a method to add samples where the samples are least located for efficient exploration. When the samples are placed irregularly in the design variable area, a sample is added to the area to increase the variety of solutions. This method is greatly efficient because it does not overlap the area already explored.

2.8. Flow Chart of the SKMOO

Figure 4 represent the flow chart of the proposed algorithm. First, the parameters, such as the grid size, number of populations, number of mutations, constraints, and so on, are defined. Initial samples allow the surrogate model to have uniform and irregularity using the Latin hypercube sampling to ensure even accuracy overall. Pareto front set is obtained using non-dominated sorting where the non-dominated solution is not dominated by another solution for any one objective function. In the Euclidean distance calculation, the Euclidean distance is normalized so that it does not have biased values for one objective function. Predicted solution is added using calculated EDmax and design variable is explored through the inverse searching. The Fill blank method is used to diversify the pareto front set. After the set iteration is executed, the kriging grid is subdivided and then the solution is added and deleted to improve the characteristic of algorithm. The inverse searching and the Fill blank method are proceeded. Finally, if the specified convergence condition is satisfied, the algorithm is finished.

3. Verification of Proposed Algorithm

The SKMOO, the MOPSO, and NSGA-II are applied to the test functions. The objective functions are defined as follows
M i n i m i z e   f = ( f 1 ( x ) ,   f 2 ( x , y ) )
f 1 = x ,   f 2 = ( 1 + y ) / x
M a x i m i z e   f = ( f 1 ( x ) ,   f 2 ( x , y ) )
f 1 = 1.1 x ,   f 2 = 60 ( 1 + y ) / x
where the range of x is from 0.1 to 1 and y is from 0 to 5, respectively. Figure 5 and Figure 6 show the results of test function 1 and test function 2. The solution of SKMOO is more similar to the real pareto set and uniform distribution than conventional algorithms.
M i n i m i z e   f = ( f 1 ( x 1 ,   x 2 ) ,   f 2 ( x 1 , x 2 ) )
f 1 = 1 exp ( i = 1 2 ( x i 1 2 ) 2 ) ,   f 2 = 1 exp ( i = 1 2 ( x i + 1 2 ) 2 )
M a x i m i z e   f = ( f 1 ( x 1 ) ,   f 2 ( x 1 ,   x 2 ,   x 3 ) )
f 1   = x 1 ,   f 2 = a ( x ) [ 1 ( x 1 a ( x ) ) 2 ] ,   where   a ( x ) = 1 + 9 ( i = 2 n x i ) n 1
where the range of x1 and x2 are from −4 to 4 in Equations (9) and (10). The range of x1, x2, and x3 are from 0 to 1 in Equations (11) and (12).
Figure 7 and Figure 8 show the results of test function 3 and test function 4. The SKMOO shows superior performance than existing algorithms. The GD indicates the similarities between the pareto set to the real pareto set, and SP indicates how uniformly the solution is distributed. The GD and SP are calculated as follows
G D =   i = 1 N n d i 2 N n
S P = 1 N n 1 j = 1 N n 1 ( d ¯ i = 1 N o ( f i ( j ) f i ( j + 1 ) ) 2 ) 2
where di is the shortest Euclidean distance in the objective function area between measured pareto front set and real pareto front set. d ¯   is average value of all distance between adjacent solutions. In a multi-objective problem, it is better to distribute throughout the problem area so that users can choose a solution from a variety of solutions. GD and SP values mean better performance if there are values close to 0. Table 1 shows numerical indicators. It shows that the proposed algorithm is closer to zero than the other two algorithms. In addition, since the number of function call means the number of FEM analyses, the smaller the function call, the fewer FEM there are to be solved. Therefore, the proposed algorithm is superior in terms of time. The tests were repeated 100 times each. Table 1 summarizes the results of the test and shows that the SKMOO has superior performance on GD, SP, and the number of function calls than NSGA-II and MOPSO, respectively.

4. Optimal Design of IPMSM for EV

In the past several years, environmental pollution caused by many emissions has become increasingly critical. Many countries are trying to reduce emissions. The vehicles are one of the largest causes of pollution [33]. As a result, the eco-friendly EVs have been in the spotlight [34]. EVs must satisfy the power and efficiency in limited space. Therefore, high torque power density and high efficiency characteristics are required. The IPMSM is an appropriate motor to meet these characteristics [35]. The SKMOO is applied to optimal design of IPMSM for EV to verify the practicability. The commercial FEM tool, JMAG, is used to analyze of IPMSM. Load and no-load characteristics are analyzed by using the FEM for accurate interpretation. The objective functions are determined to reduce the cogging torque and THD of back EMF while satisfying the rated torque to reduce noise and vibration. The FEM was carried out using (i5-8600K CPU, 16.0GB RAM) computer. The average number of function calls in the four test functions is 1396.7 for NSGA-II, 1685.8 for MOPSO, and 760.3 for SKMOO. The one interpretation of FEM analysis takes about 1 min 40 s for optimization. One function call means one FEM interpretation. Therefore, the proposed algorithm takes about 21.1 h, the NSGA-II takes about 38.8 h, and the MOPSO takes about 46.8 h. In terms of time, the proposed algorithm improved by 45.6% and 54.9%, respectively. The design specifications are tabulated on Table 2. The many papers use eight-pole type motors to EV [36,37,38]. In the paper based on FEM analysis, however, the model is demonstrated indirectly because the reference model of the proposed paper progressed with reference to the [39]. The accuracy of FEM analysis in existing research cases is very high compared to the simulation [40,41,42]. Furthermore, there are many papers that validate the performance of the algorithm with only FEM interpretation [43,44,45,46].
Figure 9 shows the configuration of reference model. Figure 10 shows the configuration of optimal model and design variables. The design variables, θ1 and θ2, are the angles of the first- and second-layer magnet. The range of the design variables are considered not to overlap the first- and second-layer magnet, and the range is limited according to fix the length and thickness of the magnet, the length of the center posts, and the length of the bridge. The corresponding range of θ1 is from 47° to 55.6° and θ2 is from 45° to 70.5°, respectively. The H_length is the hole length between the bridge of the first- and second-layer magnet. The range of the H_length is from 0.1 to 2.6.
The pareto front set of IPMSM using the SKMOO is shown in Figure 11. The optimal solution is selected assuming that the ratio of the cogging torque and the THD of back EMF are the same. In other words, each objective function value is multiplied by 0.5 and the solution with the smallest sum is selected. At this time, the value is divided the difference between the maximum and minimum values of each objective function to avoid having a biased value for one objective function. Therefore, the 2.70 Nm in the cogging torque and the 3.45% in the THD are selected as the optimal solution. The model compares all conditions in the same except design variables.
Figure 12a shows the comparison of torque between the initial model and the optimal model. The average torque increases 0.47% more compared to the initial model. Figure 12b shows the comparison of back EMF. The THD of back EMF is 4.96% for the initial model and 2.70% for the optimal model, with an optimal model being 45.56% lower. Figure 12c shows a comparison of the cogging torques. The cogging torque is 4.75 Nm for the initial model and 3.45 Nm for the optimal model, with the latter being 27.37% lower.
The results of optimal design are shown in Table 3. The optimal design is satisfied by a rated torque of 285.5 Nm, constraint of THD of 5.00%, and constraint of cogging torque of 4.85 Nm. Figure 13 shows the magnetic flux density of optimal model.
The mechanical stress analysis is performed to confirm the force exerted on the steel due to the centrifugal force of the permanent magnet inserted inside when the rotor rotates. The conditions and specifications are tabulated in Table 4. Figure 14 shows the Mises stress at rated and maximum speed. Table 5 shows the analysis result. The Mises stress value is 14.78 MPa in rated speed, the maximum Mises stress value is 262.07 MPa, and the yield stress of the steel is 450 MPa. Therefore, the optimal model is safe from breakage.

5. Conclusions

In this paper, SKMOO based on a surrogate kriging model is presented to solve MOO problems. The SKMOO can reduce computation cost and show superior performances in the MOO problems. The proposed algorithm is validated by comparing conventional algorithms. When calculating the average amount of reduction for each indicator in four test functions, the proposed algorithm was smaller than NSGA-II about 66.04% in GD, about 59.92% in SP, and about 41.28% in function call, and also smaller than MOPSO by about 52.51% in GD, 54.15% in SP, and 49.31% in function call. Finally, SKMOO is applied to the optimal design of IPMSM and demonstrated feasibility on practical electrical machines by showing improved design results. The results of optimal design model reduced 27.37% in the cogging torque and 45.56% in the THD of back EMF compared to initial model.
Finally, an important contribution of this paper is to consider multi-objective functions simultaneously with only small function calls, and the performance of the algorithm, which was verified through comparison with existing algorithms and applied to the design of electrical appliances. Therefore, the proposed algorithm is expected to be widely used for the MOO problems, which should satisfy multi-objective functions simultaneously.

Author Contributions

Investigation, J.-M.A.; writing—original draft preparation, J.-M.A.; writing—review and editing, M.-K.B., S.-H.P. and D.-K.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

This research was supported by Korea Electrotechnology Research Institute (KERI) Primary research program through the National Research Council of Science & Technology (NST) funded by the Ministry of Science and ICT (MSIT) (No. 21A01082).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhang, Z.; Liu, H.; Song, T.; Zhang, Q.; Hu, W.; Liu, W. Performance evaluation of a 60kW IPM motor for medium commercial EV traction application. CES Trans. Electr. Mach. Syst. 2019, 3, 195–203. [Google Scholar] [CrossRef]
  2. Sun, X.; Shi, Z.; Cai, Y.; Lei, G.; Guo, Y.; Zhu, J. Driving-Cycle-Oriented Design Optimization of a Permanent Magnet Hub Motor Drive System for a Four-Wheel-Drive Electric Vehicle. IEEE Trans. Transp. Electrif. 2020, 6, 1115–1125. [Google Scholar] [CrossRef]
  3. Zhang, W.; Huang, S.; Gao, J.; Li, R.; Dai, L. Electromagnetic Torque Analysis for All-Harmonic-Torque Permanent Magnet Synchronous Motor. IEEE Trans. Magn. 2018, 54, 1–5. [Google Scholar] [CrossRef]
  4. Liu, X.; Chen, H.; Zhao, J.; Belahcen, A. Research on the Performances and Parameters of Interior PMSM Used for Electric Vehicles. IEEE Trans. Ind. Electron. 2016, 63, 3533–3545. [Google Scholar] [CrossRef]
  5. Shi, Z. Torque Analysis and Dynamic Performance Improvement of a PMSM for EVs by Skew Angle Optimization. IEEE Trans. Appl. Supercond. 2019, 29, 1–5. [Google Scholar] [CrossRef]
  6. Chottiyanont, P.; Konghirun, M.; Lenwari, W. Genetic algorithm based speed controller design of IPMSM drive for EV. In Proceedings of the 2014 11th International Conf. Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology, Nakhon Ratchasima, Thailand, 14–17 May 2014; pp. 1–5. [Google Scholar]
  7. Hong, Y.; Wei, T.; Ding, X. Multi-Objective Optimal Design of Permanent Magnet Synchronous Motor for High Efficiency and High Dynamic Performance. IEEE Access 2018, 6, 23568–23581. [Google Scholar] [CrossRef]
  8. Kang, Y.-R.; Son, J.-C.; Lim, D.-K. Optimal Design of IPMSM for Fuel Cell Electric Vehicles Using Autotuning Elliptical Niching Genetic Algorithm. IEEE Access 2020, 8, 117405–117412. [Google Scholar] [CrossRef]
  9. Caruso, M.; di Tommaso, A.O.; Ferraris, L.; Miceli, R.; Viola, F. Finite-element performance comparison of IPMSMs with unsymmetrical double-layer windings. In Proceedings of the 2017 Twelfth International Conf. Ecological Vehicles and Renewable Energies (EVER), Monte Carlo, Monaco, 11–13 April 2017; pp. 11–13. [Google Scholar]
  10. Li, M.; Gabriel, F.; Alkadri, M. Kriging-Assisted Multi-Objective Design of Permanent Magnet Motor for Position Sensorless Control. IEEE Trans. Magn. 2016, 52, 1–4. [Google Scholar] [CrossRef]
  11. An, S.; Yang, S.; Mohammed, A. A Kriging-Assisted Light Beam Search Method for Multi-Objective Electromagnetic Inverse Problems. IEEE Trans. Magn. 2018, 54, 1–4. [Google Scholar] [CrossRef]
  12. Alkebsi, K.; Du, W. A Fast Multi-Objective Particle Swarm Optimization Algorithm Based on a New Archive Updating Mechanism. IEEE Trans. Ind. Appl. 2020, 8, 124734–124754. [Google Scholar] [CrossRef]
  13. Palakonda, V.; Mallipeddi, R. An Evolutionary Algorithm for Multi and Many-Objective Optimization With Adaptive Mating and Environmental Selection. IEEE Access 2020, 8, 82781–82796. [Google Scholar] [CrossRef]
  14. Reddy, S. Multi-Objective Optimal Power Flow for a Thermal-Wind-Solar Power System. J. Green Eng. 2017, 7, 451–476. [Google Scholar] [CrossRef] [Green Version]
  15. Reddy, S.; Bijwe, P.R. Differential evolution-based efficient multi-objective optimal power flow. Neural Comput. Appl. 2019, 31, 509–522. [Google Scholar] [CrossRef]
  16. Reddy, S.; Abhyankar, A.R.; Bijwe, P.R. Reactive power price clearing using multi-objective optimization. Energy 2011, 36, 3579–3589. [Google Scholar] [CrossRef]
  17. Xu, Q.; Yang, Y.; Liu, Y.; Wang, X. An Improved Latin Hypercube Sampling Method to Enhance Numerical Stability Considering the Correlation of Input Variables. IEEE Access 2017, 5, 15197–15205. [Google Scholar] [CrossRef]
  18. Bidah, S.; Zakary, O.; Rachik, M. Stability and Global Sensitivity Analysis for an Agree-Disagree Model: Partial Rank Correlation Coefficient and Latin Hypercube Sampling Methods. Int. J. Differ. Equ. 2020, 2020, 14. [Google Scholar] [CrossRef] [Green Version]
  19. Li, X.; Li, Y.; Liu, L.; Wang, W.; Li, Y.; Cao, Y. Latin Hypercube Sampling Method for Location Selection of Multi-Infeed HVDC System Terminal. Energies 2020, 13, 1646. [Google Scholar] [CrossRef] [Green Version]
  20. Ma, P.; Zhou, Y.; Shang, X.; Yang, M. Firing Accuracy Evaluation of Electromagnetic Railgun Based on Multicriteria Optimal Latin Hypercube Design. IEEE Trans. Plasma Sci. 2017, 45, 1503–1511. [Google Scholar] [CrossRef]
  21. Rosli, S.J.; Rahim, H.A.; Abdul Rani, K.N.; Ngadiran, R.; Ahmad, R.B.; Yahaya, N.Z.; Abdulmalek, M.; Jusoh, M.; Yasin, M.N.M.; Sabapathy, T.; et al. A Hybrid Modified Method of the Sine Cosine Algorithm Using Latin Hypercube Sampling with the Cuckoo Search Algorithm for Optimization Problems. Electronics 2020, 9, 1786. [Google Scholar] [CrossRef]
  22. Lu, C.; Feng, Y.; Fei, C.; Bu, S. Improved Decomposed-Coordinated Kriging Modeling Strategy for Dynamic Probabilistic Analysis of Multicomponent Structures. IEEE Trans. Reliab. 2020, 69, 440–457. [Google Scholar] [CrossRef]
  23. Gia Pham, T.; Kappas, M.; Van Huynh, C.; Hoang Khanh Nguyen, L. Application of Ordinary Kriging and Regression Kriging Method for Soil Properties Mapping in Hilly Region of Central Vietnam. ISPRS Int. J. Geo-Inf. 2019, 8, 147. [Google Scholar] [CrossRef] [Green Version]
  24. Qin, S.; Zhang, Y.; Zhou, Y.-L.; Kang, J. Dynamic Model Updating for Bridge Structures Using the Kriging Model and PSO Algorithm Ensemble with Higher Vibration Modes. Sensors 2018, 18, 1879. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Son, J.-C.; Ahn, J.-M.; Lim, J.; Lim, D.-K. Optimal Design of PMa-SynRM for Electric Vehicles Exploiting Adaptive-Sampling Kriging Algorithm. IEEE Access 2021, 9, 41174–41183. [Google Scholar] [CrossRef]
  26. Premkumar, M.; Jangir, P.; Sowmya, R.; Alhelou, H.H.; Heidari, A.A.; Chen, H. MOSMA: Multi-Objective Slime Mould Algorithm Based on Elitist Non-Dominated Sorting. IEEE Access 2021, 9, 3229–3248. [Google Scholar] [CrossRef]
  27. Gustavsson, P.; Syberfeldt, A. A New Algorithm Using the Non-Dominated Tree to Improve Non-Dominated Sorting. Evol. Comput. 2018, 26, 89–116. [Google Scholar] [CrossRef]
  28. Mishra, S.; Mondal, S.; Saha, S.; Coello, C.A.C. GBOS: Generalized Best Order Sort algorithm for non-dominated sorting. Swarm Evol. Comput. 2018, 43, 244–264. [Google Scholar] [CrossRef]
  29. Lim, D.-K.; Woo, D.-K.; Yeo, H.-K.; Jung, S.-Y.; Ro, J.-S.; Jung, H.-K. A Novel Surrogate-Assisted Multi-Objective Optimization Algorithm for an Electro-magnetic Machine Design. IEEE Trans. Magn. 2015, 51, 1–4. [Google Scholar]
  30. Coello, C.A.C.; Pulido, G.T.; Lechuga, M.S. Handling multiple objectives with particle swarm optimization. IEEE Trans. Evol. Comput. 2004, 8, 256–279. [Google Scholar] [CrossRef]
  31. Kim, W.; Woo, D.K.; Lim, D.K.; Jung, S.Y.; Lee, C.G.; Ro, J.S.; Jung, H.K. Minimization of a cogging torque for an interior permanent magnet synchronous machine using a novel hybrid optimization algorithm. J. Elect. Eng. Technol. 2014, 9, 859–865. [Google Scholar] [CrossRef] [Green Version]
  32. Lim, D.; Yi, K.; Jung, S.; Jung, H.; Ro, J. Optimal Design of an Interior Permanent Magnet Synchronous Motor by Using a New Surrogate-Assisted Multi-Objective Optimization. IEEE Trans. Magn. 2015, 51, 1–4. [Google Scholar]
  33. Wang, Z.; Ching, T.W.; Huang, S.; Wang, H.; Xu, T. Challenges Faced by Electric Vehicle Motors and Their Solutions. IEEE Access 2021, 9, 5228–5249. [Google Scholar]
  34. Dziadek, P.; Feucht, W.; Mittnacht, A.; Kula, H.; Frank, H. Eco-friendly application of EVs for home-to-work and home-to-education transports. In Proceedings of the 2013 IEEE International Conference on Industrial Technology (ICIT), Cape Town, South Africa, 25–28 February 2013; pp. 705–709. [Google Scholar]
  35. Jung, Y.-H.; Park, M.-R.; Kim, K.-O.; Chin, J.-W.; Hong, J.-P.; Lim, M.-S. Design of High-Speed Multilayer IPMSM Using Ferrite PM for EV Traction Considering Mechanical and Electrical Characteristics. IEEE Trans. Ind. Appl. 2021, 57, 327–339. [Google Scholar] [CrossRef]
  36. Zhang, Y.; Cao, W.P.; Morrow, J. Interior permanent magnet motor parameter and torque ripple analysis for EV traction. In Proceedings of the 2015 IEEE International Conference on Applied Superconductivity And Electromagnetic Devices (ASEMD), Shanghai, China, 20–23 November 2015; pp. 386–387. [Google Scholar]
  37. Zhang, B.; Qu, R.; Xu, W.; Li, J. A permanent magnet traction machine with wide high efficiency range for EV application. In Proceedings of the IECON 2015-41st Annual Conference of the IEEE Industrial Electronics Society, Yokohama, Japan, 9–12 November 2015; pp. 000457–000463. [Google Scholar]
  38. Mun, J.; Park, G.; Seo, S.; Kim, D.; Kim, Y.; Jung, S. Design Characteristics of IPMSM With Wide Constant Power Speed Range for EV Traction. IEEE Trans. Magn. 2017, 53, 1–4. [Google Scholar] [CrossRef]
  39. Lee, J.H.; Song, J.; Kim, D.; Kim, J.; Kim, Y.; Jung, S. Particle Swarm Optimization Algorithm With Intelligent Particle Number Control for Optimal Design of Electric Machines. IEEE Trans. Ind. Electron. 2018, 65, 1791–1798. [Google Scholar] [CrossRef]
  40. Wu, J.; Wang, J.; Gan, C.; Sun, Q.; Kong, W. Efficiency Optimization of PMSM Drives Using Field-Circuit Coupled FEM for EV/HEV Applications. IEEE Access 2018, 6, 15192–15201. [Google Scholar] [CrossRef]
  41. Xu, L.; Lin, M.; Fu, X.; Zhu, X.; Zhang, C.; Wu, W. Orthogonal Magnetic Field Analysis of a Double-Stator Linear-Rotary Permanent Magnet Motor With Orthogonally Arrayed Permanent Magnets. IEEE Trans. Magn. 2017, 53, 1–4. [Google Scholar] [CrossRef]
  42. Padilha, J.B.; Kuo-Peng, P.; Sadowski, N.; Batistela, N.J. Vector Hysteresis Model Associated to FEM in a Hysteresis Motor Modeling. IEEE Trans. Magn. 2017, 53, 1–4. [Google Scholar] [CrossRef]
  43. Zhao, W.; Lipo, T.A.; Kwon, B. Optimal Design of a Novel Asymmetrical Rotor Structure to Obtain Torque and Efficiency Improvement in Surface Inset PM Motors. IEEE Trans. Magn. 2015, 51, 1–4. [Google Scholar]
  44. Liu, X.; Fu, W.N. A Dynamic Dual-Response-Surface Methodology for Optimal Design of a Permanent-Magnet Motor Using Finite-Element Method. IEEE Trans. Magn. 2016, 52, 1–4. [Google Scholar] [CrossRef]
  45. Cao, R.; Lu, M. Reduction of Thrust Force Ripple of High Temperature Superconducting Linear Flux-Switching Motors Using Asymmetry Mover Structure. IEEE Trans. Appl. Supercond. 2021, 31, 1–5. [Google Scholar]
  46. Xing, F.; Kwon, B.-I. Design of a Rotary-Linear Motor With Unipolar SPM and Voice Coil Structure. IEEE Access 2020, 8, 150291–150300. [Google Scholar] [CrossRef]
Figure 1. Addition of solution and calculation Euclidean distance.
Figure 1. Addition of solution and calculation Euclidean distance.
Processes 09 01490 g001
Figure 2. Conceptual diagram of Inverse searching.
Figure 2. Conceptual diagram of Inverse searching.
Processes 09 01490 g002
Figure 3. Conceptual diagram of Subdivided kriging grid.
Figure 3. Conceptual diagram of Subdivided kriging grid.
Processes 09 01490 g003
Figure 4. Flow chart of the SKMOO.
Figure 4. Flow chart of the SKMOO.
Processes 09 01490 g004
Figure 5. Pareto front set of test function1 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Figure 5. Pareto front set of test function1 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Processes 09 01490 g005
Figure 6. Pareto front set of test function2 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Figure 6. Pareto front set of test function2 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Processes 09 01490 g006
Figure 7. Pareto front set of test function3 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Figure 7. Pareto front set of test function3 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Processes 09 01490 g007aProcesses 09 01490 g007b
Figure 8. Pareto front set of test function4 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Figure 8. Pareto front set of test function4 (a) NSGA-II; (b) MOPSO; (c) SKMOO.
Processes 09 01490 g008
Figure 9. Configuration of the reference model.
Figure 9. Configuration of the reference model.
Processes 09 01490 g009
Figure 10. Configuration of the optimal model and design variables.
Figure 10. Configuration of the optimal model and design variables.
Processes 09 01490 g010
Figure 11. Pareto front set of IPMSM.
Figure 11. Pareto front set of IPMSM.
Processes 09 01490 g011
Figure 12. Comparison of initial model and optimal model. (a) Torque; (b) Back EMF; (c) Cogging torque.
Figure 12. Comparison of initial model and optimal model. (a) Torque; (b) Back EMF; (c) Cogging torque.
Processes 09 01490 g012
Figure 13. Magnet flux density of the optimal model.
Figure 13. Magnet flux density of the optimal model.
Processes 09 01490 g013
Figure 14. Mises stress analysis result (a) rated speed; (b) maximum speed.
Figure 14. Mises stress analysis result (a) rated speed; (b) maximum speed.
Processes 09 01490 g014
Table 1. The result of test functions.
Table 1. The result of test functions.
Test Function 1GDSPFunction Calls
NSGA-II0.06340.5577660
MOPSO0.02440.4297680
SKMOO0.00820.3115502
Test Function 2GDSPFunction Calls
NSGA-II0.01301.51101266.7
MOPSO0.01150.89131433.3
SKMOO0.00780.2558682.0
Test Function 3GDSPFunction Calls
NSGA-II0.01120.17131580
MOPSO0.00770.15682130
SKMOO0.00560.05601022
Test Function 4GDSPFunction Calls
NSGA-II0.08130.08002080
MOPSO0.06640.09442500
SKMOO0.01050.0439835
Table 2. The specifications of design.
Table 2. The specifications of design.
SpecificationValue
Pole/Phase/Slot8/3/72
Stator outer diameter200 [mm]
Stack length130.9 [mm]
Air gap0.8 [mm]
Stator and rotor core material27PNX1350F
Permanent magnet materialN46UH-G_E [Brmin: 1.31T]
Rated torque285.5 [Nm]
Constraint THD/Cogging torque5.00 [%]/4.85 [Nm]
Rated/Maximum speed2850/12,000 [rpm]
Table 3. The result of optimization.
Table 3. The result of optimization.
ModelInitial ModelOptimal Model
θ1 [°]54.1749.23
θ2 [°]45.0245.35
H_length [mm]02.44
Average torque [Nm]288.15289.50
Back EMF THD [%]4.962.70
Cogging torque [Nm]4.753.45
Table 4. Conditions and specifications for the mechanical stress analysis.
Table 4. Conditions and specifications for the mechanical stress analysis.
SpecificationValue
Young’s modulus (Steel/Magnet)200/150 [GPa]
Friction coefficient0.3
Density (Steel/Magnet)7900/7600 [kg/m3]
Rotation speed (Rated/Maximum)2850/12,000 [rpm]
Yield stress of the steel450 [MPa]
Table 5. Mechanical stress analysis result.
Table 5. Mechanical stress analysis result.
Rotation SpeedMaximum Von Mises Stress Value
2850 [rpm]14.78 [MPa]
12,000 [rpm]262.07 [MPa]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ahn, J.-M.; Baek, M.-K.; Park, S.-H.; Lim, D.-K. Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization. Processes 2021, 9, 1490. https://doi.org/10.3390/pr9091490

AMA Style

Ahn J-M, Baek M-K, Park S-H, Lim D-K. Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization. Processes. 2021; 9(9):1490. https://doi.org/10.3390/pr9091490

Chicago/Turabian Style

Ahn, Jong-Min, Myung-Ki Baek, Sang-Hun Park, and Dong-Kuk Lim. 2021. "Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization" Processes 9, no. 9: 1490. https://doi.org/10.3390/pr9091490

APA Style

Ahn, J.-M., Baek, M.-K., Park, S.-H., & Lim, D.-K. (2021). Optimal Design of IPMSM for EV Using Subdivided Kriging Multi-Objective Optimization. Processes, 9(9), 1490. https://doi.org/10.3390/pr9091490

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