Methodology For Cage Shape Optimization of A Permanent Magnet Synchronous Motor Under Line Start Conditions
Methodology For Cage Shape Optimization of A Permanent Magnet Synchronous Motor Under Line Start Conditions
Methodology For Cage Shape Optimization of A Permanent Magnet Synchronous Motor Under Line Start Conditions
This paper proposes a methodology for shape optimization of the starting cage of a line start permanent magnet synchronous motor
motor with the aim to improve its synchronization performance. The parameters of the machine are established from a field-circuit
model, where the magnetic field is simulated using a finite element method (FEM). A strategy for evaluating machine parameters
exploiting parallel computing is proposed. To facilitate the use of FEM package, bespoke procedures have been developed and model
parameterization applied with the aid of the scripting language Visual Basic. A particle swarm algorithm has been adapted for
design optimization purposes. The proposed strategy has been verified via test simulations.
Index Terms— Electromagnetic field, finite-element analysis, line start permanent magnet synchronous motor, optimization
methods.
Authorized licensed use limited to: UNIVERSITE DE LILLE. Downloaded on June 17,2021 at 12:16:05 UTC from IEEE Xplore. Restrictions apply.
8102304 IEEE TRANSACTIONS ON MAGNETICS, VOL. 54, NO. 3, MARCH 2018
Fig. 1. Finite-element mesh. (a) For starting. (b) For steady-state operation. The inclusion of the end-ring effects is essential when using
2-D finite element method (FEM) models and the results
(here taken as 80% of the synchronous speed). The value of
should be verified either by full 3-D analysis or by measure-
this torque may be found using finite-element modeling at
ments on a real machine. The 2-D FEM models developed
a prescribed speed, i.e., neglecting the mechanical transient,
for the study presented in this paper had been originally
thus significantly reducing the computational effort required to
validated by measurements on a prototype of a motor with
establish the component of the objective function representing
round bars [5], and the method of estimating the end-ring
the synchronizing parameters of the machine.
lumped parameters was then extended to include the drop-
Two possible strategies were considered: 1) based on two
shaped bars.
discretization meshes for the two states (asynchronous and
synchronous) and 2) using identical meshes. Strategy 1) bears
III. O PTIMIZATION A LGORITHM
a resemblance to an adaptive mesh refinement approach. The
mesh of the stator is the same for both modes of operation, Despite the implementation of the efficient strategy for code
but the rotor area is discretized differently with a refined mesh parallelization, the optimization process remains computation-
in the air gap region of the slot pitch (see Fig. 1). ally time consuming due to the need for repetitive simulations
Comparisons were made between the calculated start-up with the continuously varied cage parameters; hence the need
parameters using the mesh optimized for the steady-state for an effective optimization algorithm. Many alternatives
simulations and values obtained from the mesh adapted so were considered, including genetic [3], particle swarm [6] and
as to better capture the transient performance during the start- ant colony algorithms [7], as well as the less popular brain
up period at 80% of the synchronous speed. The differences storm [8], bat-inspired [9] and gray wolf optimizers [10].
were noticeable, reaching a few percent of the synchronizing Following intensive search and testing, it was decided to
torque T80 . Moreover, it was observed that using an adapted rely on the well performing particle swarm approach, with
mesh allowed for a reduction of computing times up to about a modification of an added coefficient representing the swarm
15%, depending on the level of magnetic saturation and related center.
number of iterations in the Newton–Raphson algorithm. The PSO algorithm, inspired by the flocking and schooling
In the model dedicated to the steady-state operation [syn- patterns of birds and fish, was first introduced in 1995 [11].
chronous mode (SM)] at synchronous speed, the dynamics of In the PSO, the swarm consists of particles. In the optimization
the moving elements was considered assuming a relatively process, the particles move in the n-dimensional design space,
small value of the load moment of inertia (ki = 1) and where n refers to the number of design parameters. Each
the rotor speed at the instant of switching ON equal to the i th particle in the swarm is described by its position xi and
speed of the rotating field. This has allowed shortening of velocity vi representing the possible variant of the machine.
the simulated transient associated with the switching ON of Each particle remembers its best position in previous time
the motor. A criterion was used for two simulation cycles steps xiL and the position of the leader xG , which is the fittest
not to differ by more than 1% in terms of efficiency and the particle in the swarm. In the classical PSO method in the kth
power factor for the steady state to be assumed to have been time step, the position vector of the particle is derived from
reached. A similar strategy was applied to the simulation of the the following formula:
asynchronous state [asynchronous mode (ASM)] with imposed xik = xik−1 + wvik−1 + c1r1 xiL − xik−1 + c2r2 xG − xik−1
speed. For both types of simulation (SM and ASM), a 2-D
(1)
formulation was used in terms of magnetic vector potential
and time stepping with the same time step t. where w is the inertia factor, xik−1 is the position vector
It should be noted that in order to accomplish the desired in the previous step k − 1; c1 and c2 are the learning
parallelization—and achieve the automation of the execution coefficients, and r1 and r2 are the random numbers from the
of the relevant tasks—dedicated scripts had to be developed range (0, 1) [12].
associating the algorithms for field modeling at start-up and Since the original introduction of the classical PSO, this
steady state. Moreover, both algorithms have been linked to population-based stochastic optimization approach has been
the optimization routines explained later in this paper. The successfully applied to many engineering problems. The more
overall concept of the design optimization of the LSPMSM is advanced applications include modifications aiming at improv-
explained in Fig. 2. The calculations presented here have been ing the convergence and accuracy [13]–[15].
performed for a thermally steady-state condition, i.e., constant In this paper, a modified version has been utilized, adapted
properties of permanent magnets and electric conductivities. to particular requirements of the design of electromechanical
Authorized licensed use limited to: UNIVERSITE DE LILLE. Downloaded on June 17,2021 at 12:16:05 UTC from IEEE Xplore. Restrictions apply.
JE˛DRYCZKA et al.: METHODOLOGY FOR CAGE SHAPE OPTIMIZATION 8102304
Authorized licensed use limited to: UNIVERSITE DE LILLE. Downloaded on June 17,2021 at 12:16:05 UTC from IEEE Xplore. Restrictions apply.
8102304 IEEE TRANSACTIONS ON MAGNETICS, VOL. 54, NO. 3, MARCH 2018
Authorized licensed use limited to: UNIVERSITE DE LILLE. Downloaded on June 17,2021 at 12:16:05 UTC from IEEE Xplore. Restrictions apply.