DOI QR코드

DOI QR Code

Minimization of a Cogging Torque for an Interior Permanent Magnet Synchronous Machine using a Novel Hybrid Optimization Algorithm

  • Kim, Il-Woo (Hyosung corporation, Changwon plant Special Motor Design Team) ;
  • Woo, Dong-Kyun (Dept. of Electrical and Computer Engineering, Seoul National University) ;
  • Lim, Dong-Kuk (Dept. of Electrical and Computer Engineering, Seoul National University) ;
  • Jung, Sang-Yong (School of Electronic and Electrical Engineering, Sungkyunkwan University) ;
  • Lee, Cheol-Gyun (Electrical Engineering, Dong Eui University) ;
  • Ro, Jong-Suk (Creative Research Engineer Development, Brain Korea 21 Plus, Seoul National University) ;
  • Jung, Hyun-Kyo (Dept. of Electrical and Computer Engineering, Seoul National University)
  • Received : 2013.08.14
  • Accepted : 2013.10.22
  • Published : 2014.05.01

Abstract

Optimization of an electric machine is mainly a nonlinear multi-modal problem. For the optimization of the multi-modal problem, many function calls are required with much consumption of time. To address this problem, this paper proposes a novel hybrid algorithm in which function calls are less than conventional methods. Specifically, the proposed method uses the kriging metamodel and the fill-blank technique to find an approximated solution in a whole problem region. To increase the convergence speed in local peaks, a parallel gradient assisted simplex method is proposed and combined with the kriging meta-model. The correctness and usefulness of the proposed hybrid algorithm is verified through a mathematical test function and applied into the practical optimization as the cogging torque minimization for an interior permanent magnet synchronous machine.

Keywords

1. Introduction

An objective function for the optimization of an electromagnetic machine is mostly nonlinear function and has many peaks. For these optimizations of the nonlinear multi-modal function, many researchers have proposed several techniques such as the auto tuning niching genetic algorithm(ATNGA), and the climb method [1-8].

Ecosystem-inspired optimizations have been widely used for the optimization of the electromagnetic machine [4-15]. These algorithms can find a number of optima, which include the global solution through a large number of function evaluations.

Optimization methods can be categorized into two types, the stochastic method and the deterministic method. In the stochastic method, which is a probabilistic optimization method, the genetic algorithm (GA) has been commonly used. Although probabilistic optimization methods such as GA show high performance for searching optima over an entire problem region, the speed of convergence to the optimal point is slow. On the other hand, the deterministic optimization methods like the pattern search or the simplex method cannot search the optima over the entire problem region and the optimal point converges on a local peak rapidly.

To compensate for the weakness of each stochastic method and deterministic method and to combine their strengths, the hybrid algorithm, which combines the interpolation method and the deterministic optimization method, is proposed in this paper. To search the global optima effectively over an entire problem region, the interpolation method is used in this research instead of using the stochastic method. This is because the interpolation method is more efficient and useful than the general stochastic methods for the combination with the deterministic method. Hence, the proposed algorithm can search the global optima. The kriging method, which is widely used for the interpolation, is used in this research [16]. To enhance the convergence speed to a local-optimal point, a novel parallel gradient assisted simplex method is combined with the interpolation method. Hence, this research refers to the proposed hybrid algorithm as kriging combined with the parallel gradient assisted simplex method (KSM).

The correctness and usefulness of the proposed KSM is verified through the application into a mathematical test function and a practical electric machine. Via the mathematical test function, the performance of the propose KSM is compared with that of conventional multi-modal optimization algorithms such as an ATNGA and a climbing method. Furthermore, to verify the possibility of the application into the practical electrical machine, the interior permanent magnet synchronous machine (IPMSM) is designed optimally to minimize the cogging torque.

 

2. The Proposed Algorithm, KSM

Specification of the KSM according to the step is as follows based on Fig. 1.

Fig. 1.Flow chart of the proposed KSM.

1) Step 0 – Initialization

Initialize parameters such as the problem region and the number of initial population for optimization process.

2) Step 1 – Create initial population

The initial population should be generated and distributed in the problem region evenly and properly to reflect the tendency of the problem region at the initial stage. If the number of initial samples is k2, the problem region is divided into k by k matrix and one sample is generated randomly in each small region of divided matrix as shown in Fig. 2.

Fig. 2.Initial samples generated randomly (49 samples)

3) Step 2 – Construction of an approximated model

The KSM employs kriging to build an approximated meta-model of the real objective function.

4) Step 3 – Simplex operation

Although the optima can be found from the meta-model of objective function, which is constructed in the previous step, they are not the exact solution. To approach to the exact solution, the parallel gradient assisted simplex method (GASM) is adopted in this research. In the conventional simplex method, a simplex geometry searches the optimal solution using data of the previous simplex geometry until its termination topology is satisfied. However, in the proposed KSM, several simplex geometry search local peaks in parallel, not by using data of the previous simplex geometry like the conventional simplex method but by using the meta-model, which is updated from the previous simplex geometry.

Specifically, each simplex geometry for the KSM is constructed in every iteration step by using each local peak and previously calculated points as shown in Fig. 3. The local peak is updated in every iteration step. The previously calculated points of each simplex geometry are points which are calculated in the previous step and located near from each local peak. Hence, points of simplex geometry in the KSM do not always consist of points of the previous simplex geometry as is the case for the conventional method but by the updated local peak and points which area previously calculated and near the local peak.

Fig. 3.Construction of the KSM.

5) Step 4 – Shaking

To increase the diversity of the solution and prevent converging into the local peak, shaking is conducted in this step. As a result of the shaking, some samples are generated in the region where number of samples are fewer compared to the other regions.

In this process, the ‘fill-blank’ technique is suggested for the shaking. The fill-blank technique generates samples randomly in whole problem regions and then their distance from other points, of which function values are calculated in the previous step, are estimated without any additional function call. Specifically, the distances from a generated sample to previously calculated points are calculated. Among them, the shortest distance is selected as a minimum distance for the generated sample. This process is carried out for all of generated samples. By comparing each minimum distance of the generated samples, the largest value of minimum distance can be identified. This means that this point is the furthest from previously calculated points among the generated samples. Hence, this sample is selected as a final point to be added in the metamodel via the calculation of the function call. This routine is repeated at every iteration to fill out the area of which population is low.

6) Step 5 – Convergence check

Step 2-Step 4 are repeated until most peaks are not improved any further.

 

3. Verification of the KSM

The performance of the proposed algorithm was verified via a mathematical problem and applied to a practical optimization problem, which is the optimization of the magnet shape of the rotor and the slot opening of the stator for the IPMSM.

3.1 Verification of KSM via mathematical test function

The formula for the test function is (1), where 2.5 ≤ x1, x2 ≤ 7.5, and its shape is illustrated in Fig. 4.

Fig. 4.Test function for the verification of usefulness of the proposed KSM algorithm.

As shown in Fig. 5, low population regions A, B, and C are filled out with dot a, b, and c, respectively, by using fill-blank technique and the surrogate model approaches to the shape of the actual test function as the iteration is increased. Briefly, in the proposed KSM, local peaks are roughly estimated by using the kriging and the fill-blank technique and the gradient assisted simplex method finds each local peak in parallel delicately.

Fig. 5.Optimization process by using the KSM: (a) initial state; (b) iteration 2; (c) iteration 4; (d) iteration 10.

The performance criteria are identifying exact number of peaks and function calls. Using this criterion, the performance of the KSM is compared with other multimodal optimization methods, which are ATNGA and climb method. As tabulated in Table 1, the proposed KSM shows superior performance compared to other conventional multi-modal optimization algorithms.

Table 1.Average value for 50 times

3.2. Verification of the KSM via optimization of the IPMSM

By using the proposed KSM, of which performance is verified via the test function in the part 3.1, the feasibility of the application into the practical machine design is testified as follows.

Recently, IPMSM has received much attention, because the saliency of rotor core makes IPMSM possible to have high-power and high-speed performance by using field weakening control algorithm [17, 18]. Hence, the IPMSM is selected for the practical application of the KSM in this research.

Cogging torque of IPMSM is reduced in this research by using the proposed KSM. A lot of techniques are proposed for the reduction of cogging torque of the IPMSM, the surface mounted permanent magnet synchronous machine, and the axial flux permanent magnet machine [19-30]. These approaches indicate that the pole-arc to pole-pitch ratio strongly effects on the cogging torque. Furthermore, the cogging torque is sensitive to the variation of the slot opening. Thus, these variables are considered as design variables for the cogging torque minimization of the IPMSM as illustrated in Fig. 6. Specifically, the design variables for the reduction of the cogging torque of IPMSM are the slot opening and the pole-arc to pole-pitch ratio. The range of the slot opening is 1.44-4.3 mm and the pole-arc to pole-pitch ratio is 0.425-0.9.

Fig. 6.Design variables: the pole-arc to pole-pitch ratio and the slot opening.

The reference model of the IPMSM is tabulated in Table 2. The 3rd harmonic EMF of the reference model is large as shown in Fig. 7. Further, as shown in Fig. 8(a), the upper part of the EMF wave for the reference model is suppressed compared to the optimized results, which are Candidate 1 and Candidate 2 shown in Figs. 8(b) and Fig. 8(c). These results occurred by the THD, which is caused by the large pole-arc to pole-pitch ratio 0.8.

Table 2.Specification of a reference model for the IPMSM

Fig. 7.Comparison of harmonic of back-EMF for the IPMSM.

Fig. 8.Comparison of back-EMF waveform of the IPMSM at 1000 rpm.

At the end of the optimization by using KSM, the final meta-model for the cogging torque is obtained as shown in Fig. 9. From this optimization result, Candidate 1 and Candidate 2, of which cogging torque values are small, were selected for candidates. The characteristics of the reference model and the two candidate solutions are compared in Table 3. According to Table 3 and Fig. 10, Candidate 1 seems the best solution from the point of view of the cogging torque. However, Candidate 2 has lower THD and higher amplitude of EMF than that of Candidate 1. These characteristics can guarantee low noise and high performance. Thus, Candidate 2 is selected as the final optimal solution.

Fig. 9.Calculated meta-model of the cogging torque for IPMSM through the proposed KSM.

Table 3.Comparison of the IPMSM characteristics of the reference model and the optimized candidates

Fig. 10.Comparison of the cogging torque waveform.

As shown in Fig. 9, the cogging torque is more sensitive to the variation of αm/α compared to the slot opening. The αm/α of the reference model is larger than that of Candidate 2. The slot opening value of reference model and Candidate 2 is similar. From these data, it can be found out that αm/α has main effect on the THD and cogging torque. This finding also can be verified via data shown in Table 3.

Although the amount of the magnet of the Candidate 2 is lower than that of the reference model, the amplitude of 1st order harmonic of EMF for Candidate 2 is slightly small compared to the reference model and the THD of Candidate 2 is better than the reference model.

In other words, Candidate 2 can generate similar output using less amount of magnet. Furthermore, the noise and torque ripple of Candidate 2 are lower than the reference model due to its lower THD.

 

4. Conclusion

The optimal design of the electric machine is mostly a nonlinear multi-modal problem, which requires many function calls and much time consumption to search for the optimum. Hence, this paper has a significant meaning in the sense that the proposed novel hybrid algorithm can mitigate the function call and time consumption compared to conventional multi-modal optimization methods for the optimization of the electric machine.

The proposed novel hybrid method combines the kriging meta-model, the fill-blank technique, and the novel parallel gradient assisted simplex method, which is named as KSM in this paper.

The feasibility of the application of the proposed KSM into an optimal design of the practical electric machine is confirmed through the cogging torque minimization of the IPMSM.

References

  1. J. S. Rho, C. H. Lee, and H. K. Jung, Optimal design of ultrasonic motor using evolution strategy and finite element method, International Journal of Applied Electromagnetics and Mechanics, vol. 25, no. 1, pp. 699-704, Jul. 2007.
  2. J. S. Rho, C. H. Lee, T. K. Chung, C. H. Im, and H. K. Jung, Analysis of a nanopositioning actuator using numerical and analytic methods, Smart Materials & Structures, vol. 17, no. 2, Feb. 2008.
  3. D. K. Woo, J. H. Choi, A. Mohammad, and H. K. Jung, A novel multimodal optimization algorithm applied to electromagnetic optimization, Magnetics, IEEE Transactions on, vol. 47, no. 6, pp. 1667-1673, Jun. 2011. https://doi.org/10.1109/TMAG.2011.2106218
  4. D. Wang, X. Wang, M. K. Kim, and S. Y. Jung, Integrated optimization of two design techniques for cogging torque reduction combined with analytical method by a simple gradient descent method, Magnetics, IEEE Transactions on, vol. 48, no. 8, pp. 2265-2276, Aug. 2012. https://doi.org/10.1109/TMAG.2012.2191416
  5. D. Lee, K. W. Jeon, S. Y. Jung, and J. W. Kim, Optimal design of interior PM synchronous machines using randomly guided mesh adaptive direct search algorithm, Sixth International Conference on Electromagnetic Field Problems and Applications (ICEF), 19-21, Jun. 2012.
  6. S. Y. Lee, J. H. Seo, S. Y. Kwak, C. G. Lee, S. Y. Jung, and H. K. Jung, Optimal design of outer rotor per-manent magnet machine using improved particle swarm optimization, Electrical Machines and Systems, 2008. ICEMS 2008. International Conference on, pp. 3297-3300, Oct. 2008.
  7. H. Jung, W. Jeon, C. G. Lee, S. C. Hahn, and S. Y. Jung, Optimal design of direct-driven PM wind generator aimed for maximum AEP using parallel computing GA, Journal of Electrical Engineering & Technology, vol. 3, no. 4, pp. 552-558, 2008. https://doi.org/10.5370/JEET.2008.3.4.552
  8. M. J. Kim, J. W. Lim, J. H. Seo and H. K. Jung, Hybrid optimization strategy using response surface methodology and genetic algorithm for reducing cogging torque of SPM, Journal of Electrical Engineering & Technology, vol. 6, no. 2, pp. 202-207, 2011. https://doi.org/10.5370/JEET.2011.6.2.202
  9. J. S. Chun, H. K. Jung, and J. S. Yoon, Shape optimization of closed slot type permanent magnet motors for cogging torque reduction using evolution strategy, Magnetics, IEEE Transactions on, vol. 33, no. 2, pp. 1912-1915, Mar. 1997. https://doi.org/10.1109/20.582663
  10. Y.M. Yoo, D.K. Kim, and B.I. Kwon, "Optimal Design of a Permanent Magnetic Actuator for Vacuum Circuit Breaker using FEM, Journal of Electrical Engineering & Technology, Vol. 1, No. 1, pp. 92-97, 2006. https://doi.org/10.5370/JEET.2006.1.1.092
  11. C. H. Im, H. K. Kim, H. K. Jung, and K. Choi, A novel algorithm for multimodal function optimization based on evolution strategy, Magnetics, IEEE Transactions on, vol. 40, no. 2, pp. 1224-1227, Mar. 2004. https://doi.org/10.1109/TMAG.2004.824805
  12. J. H. Seo, C. H. Im, C. G. Heo, J. K. Kim, H. K. Jung, and C. G. Lee, Multimodal function optimization based on particle swarm optimization, Magnetics, IEEE Transactions on, vol. 42, no. 4, pp. 1095-1098, Apr. 2006. https://doi.org/10.1109/TMAG.2006.871568
  13. J. Denies, H. Ben Ahmed, B. Dehez, Optimal design of electromagnetic devices: development of an efficient optimization tool based on smart mutation operations implemented in a genetic algorithm, Mathematics and Computers in Simulation, In Press, Accepted Manuscript, Available online 29 January 2013.
  14. Viviana Cocco Mariani, Leandro dos Santos Coelho, A hybrid shuffled complex evolution approach with pattern search for unconstrained optimization, Mathematics and Computers in Simulation, vol. 81, Issue 9, pp. 1901-1909, May 2011. https://doi.org/10.1016/j.matcom.2011.02.009
  15. Jiang Chuanwen, Etorre Bompard, A hybrid method of chaotic particle swarm optimization and linear interior for reactive power optimization, Mathematics and Computers in Simulation, vol. 68, Issue 1, 3, pp. 57-65, Feb 2005. https://doi.org/10.1016/j.matcom.2004.10.003
  16. G. Dellino, P. Lino, C. Meloni, A. Rizzo, Kriging metamodel management in the design optimization of a CNG injection system, Mathematics and Computers in Simulation, vol. 79, Issue 8, pp. 2345-2360, Apr 2009. https://doi.org/10.1016/j.matcom.2009.01.013
  17. J. M. Kim, and S. K. Sul, Speed control of interior permanent magnet synchronous motor drive for the flux weakening operation, Industry Applications, IEEE Transactions on, vol. 33, no. 1, pp. 43-48, Jan./Feb. 1997. https://doi.org/10.1109/28.567075
  18. K. C. Kim, D. H. Koo, J. P. Hong, and J. Lee, A study on the characteristics due to pole-arc to pole-pitch ratio and saliency to improve torque performance of IPMSM, Magnetics, IEEE Transactions on, vol. 43, no. 6, pp. 2516-2518, Jun. 2007. https://doi.org/10.1109/TMAG.2007.893524
  19. L. Parsa and L. Hao, Interior permanent magnet motors with reduced torque pulsation, Industrial Electronics, IEEE Transactions on, vol. 55, no. 2, pp. 602-609, Feb. 2008. https://doi.org/10.1109/TIE.2007.911953
  20. Z. Q. Zhu, S. Ruangsinchaiwanich, N. Schofield, and D. Howe, Reduction of cogging torque in interiormagnet brushless machines, Magnetics, IEEE Transactions on, vol. 39, no. 5, pp. 3238-3240, Sep. 2003. https://doi.org/10.1109/TMAG.2003.816733
  21. E. Refaie, and A. M., Fractional-slot concentratedwindings synchronous permanent magnet machines: opportunities and challenges, Industrial Electronics, IEEE Transactions on, vol. 57, no. 1, pp. 107-121, Jan. 2010. https://doi.org/10.1109/TIE.2009.2030211
  22. N. Bianchi, and S. Bolognani, Design techniques for reducing the cogging torque in surface-mounted PM motors, Industry Applications, IEEE Transactions on, vol. 38, no. 5, pp. 1259-1265, Sep./Oct. 2002. https://doi.org/10.1109/TIA.2002.802989
  23. G. Barakat, T. El-meslouhi, and B. Dakyo, Analysis of the cogging torque behavior of a two-phase axial flux permanent magnet synchronous machine, Magnetics, IEEE Transactions on, vol. 37, no. 4, pp. 2803-2805, Jul. 2001. https://doi.org/10.1109/20.951312
  24. F. Caricchi, F. G. Capponi, F. Crescimbini, L. Solero, Experimental study on reducing cogging torque and no-load power loss in axial-flux permanent-magnet machines with slotted winding, Industry Applications, IEEE Transactions on, vol. 40, no. 4, pp. 1066-1075, Jul./Aug. 2004. https://doi.org/10.1109/TIA.2004.831273
  25. D. Wang, X. Wang, and S. Y. Jung, Reduction on cogging torque in flux-switching permanent magnet machine by teeth notching schemes, Magnetics, IEEE Transactions on, vol. 48, no. 11, pp. 4228-4231, Nov. 2012. https://doi.org/10.1109/TMAG.2012.2200237
  26. D. Wang, X. Wang, D. Qiao, Y. Pei, and S. Y. Jung, Reducing cogging torque in surface-mounted permanent-Magnet motors by nonuniformly distributed teeth method, Magnetics, IEEE Transactions on, vol. 47, no. 9, pp. 2231-2239, Sep. 2011. https://doi.org/10.1109/TMAG.2011.2144612
  27. P. Yong, Z. Q. Zhu, and Z. J. Feng, Cogging torque in cost-effective surface-mounted permanent-magnet machines, Magnetics, IEEE Transactions on, vol. 47, no. 9, pp. 2269-2276, Sep. 2011. https://doi.org/10.1109/TMAG.2011.2147326
  28. J. T. Chen, Z. Q. Zhu, S. Iwasaki, R. P. Deodhar, Influence of slot opening on optimal stator and rotor pole combination and electromagnetic performance of switched-flux PM brushless AC machines, Industry Applications, IEEE Transactions on, vol. 47, no. 4, pp. 1681-1691, Jul./Aug. 2011. https://doi.org/10.1109/TIA.2011.2155011
  29. G. W. Cho, W. S. Jang, K. B. Jang, and G. T. Kim, "The Optimal Design of Fractional-slot SPM to Reduce Cogging Torque and Vibration," Journal of Electrical Engineering & Technology Vol. 7, No. 5, pp. 753-758, 2012. https://doi.org/10.5370/JEET.2012.7.5.753
  30. A. Goto, T. Okamoto, A. Ikariga, T. Todaka, and M. Enokizono, "A New Moving-magnet Type Linear Actuator utilizing Flux Concentration Permanent Magnet Arrangement," Journal of Electrical Engineering & Technology Vol. 7, No. 3, pp. 342-348, 2012. https://doi.org/10.5370/JEET.2012.7.3.342

Cited by

  1. A Novel Sequential-Stage Optimization Strategy for an Interior Permanent Magnet Synchronous Generator Design vol.65, pp.2, 2018, https://doi.org/10.1109/TIE.2017.2739685
  2. Analytical prediction of cogging torque for interior permanent magnet synchronous motors vol.55, pp.4, 2017, https://doi.org/10.3233/JAE-9170094
  3. A Novel Surrogate-Assisted Multi-Objective Optimization Algorithm for an Electromagnetic Machine Design vol.51, pp.3, 2015, https://doi.org/10.1109/TMAG.2014.2359452
  4. Optimal Design of an Interior Permanent Magnet Synchronous Motor by Using a New Surrogate-Assisted Multi-Objective Optimization vol.51, pp.11, 2015, https://doi.org/10.1109/TMAG.2015.2449872
  5. A Hybrid Algorithm Using Shape and Topology Optimization for the Design of Electric Machines vol.54, pp.3, 2018, https://doi.org/10.1109/TMAG.2017.2764753
  6. A Strategy-Selecting Hybrid Optimization Algorithm to Overcome the Problems of the No Free Lunch Theorem vol.54, pp.3, 2018, https://doi.org/10.1109/TMAG.2017.2750204
  7. A New Surrogate-assisted Robust Multi-objective Optimization Algorithm for an Electrical Machine Design pp.2093-7423, 2019, https://doi.org/10.1007/s42835-019-00120-1