Abstract
A novel hybrid genetic algorithm (HGA) is proposed to optimize the rotor structure of an IPM machine which is used in EV application. The finite element (FE) simulation results of the HGA design is compared with the genetic algorithm (GA) design and those before optimized. It is shown that the performance of the IPMSM is effectively improved by employing the GA and HGA, especially by HGA. Moreover, higher flux-weakening capability and less magnet usage are also obtained. Therefore, the validity of HGA method in IPMSM optimization design is verified.
1 Introduction
With the wide application of interior permanent magnet synchronous machines (IPMSM) in electric vehicles, the performance of IPMSM, such as high efficiency, high torque, low torque ripple, high flux-weakening capability and less magnet mass, to meet the requirements of electric vehicles, is important [1, 2, 8]. Therefore, the optimal design of IPMSM should be conducted to obtain better performance.
The traditional method of structure optimization for motors is optimizing each parameter one by one. However, the mutual restriction between structure parameters and their complex coupling with electromagnetic performance, makes the method, which independently optimizes each single structure parameter, not only complicated and time consuming but it also produces a poor optimization result. With the development of optimal design for motor and computer techniques, some quick optimization, which combines optimization algorithms with computer software, has successively appeared.
The Taguchi method [2, 3, 4, 5, 6, 7] is a robust local optimization algorithm. It can analyze the best combination of each structure parameter using a minimum number of “experiments” by implementing an orthogonal experiment array to perform a multi-objective optimization for the motor. But its defect in common with other local optimization algorithms is that its optimization result depends on the selection of the initial point, which means it only searches the adjacent range of the initial point and its global searching capability is poor.
On the other hand, the genetic algorithm (GA) [8, 9, 10] is an intelligent stochastic search algorithm, which has robust global searching ability. This could fill the gap of the Taguchi method in the optimal design of motors. But the poor local search capability of GA makes it easily trapped in a local extremum at the later evolution stages.
This paper proposes a hybrid genetic algorithm (HGA), which is a combination of GA and the Taguchi method. The HGA not only can overcome the defect of the poor global searching capability for the Taguchi method, but can also cover the poor local searching ability of GA. The HGA will be used to optimize the rotor structure parameters of an IPMSM for an electric vehicle application considering maximum torque and efficiency, minimum torque ripple and iron loss as the optimization objective. The optimization results of the HGA design are compared with the initial and GA design results.
2 Model of the IPMSM
The initial design of the IPMSM is a 15-slot, 8-pole, 1.5-kW, 1000-r/min machine with V-shaped barriers in the rotor as shown in Figure 1(a). The rotor inside radius Rri is fixed at 22.5 mm and the other structure parameters of the rotor shown in Figure 1(b) are optimized by the HGA. The IPMSM design with V-shaped rotor barriers is widely used in electric vehicles because of its wide flux-weakening capability [1].

Machine structure and rotor parameters of the initial design
Consider the average torque Tavg, efficiency η, torque ripple coefficient Kmb and core loss PFe as the optimization objectives. For the first two, a larger value is better; and for the last two, a smaller value is better.
The torque ripple coefficient Kmb is the quantity which measures the degree of torque ripple for a machine, and it is defined as follows:
where Tmax and Tmin is the maximum and minimum instantaneous torque under steady state, respectively.
The calculation formula of efficiency η is shown as:
where ω is the rated angular speed and Pcu is the copper loss.
The implementation process for the HGA is: first, perform adequate global searching for the initial design of the IPMSM using the GA optimal scheme; then, take advantage of the local searching capability of the Taguchi method by taking the GA optimized design and optimizing it further by the Taguchi method.
3 Global searching by GA
Finite element (FE) software is used to analyze the performance of the designs as part of the optimization process. The GA optometric of the software is applied to conduct GA optimization for the IPMSM. The optimization considered nine structural parameters of the rotor shown in Figure 1, these are: outer radius of rotor barriers Rb, minimum distance between side magnets Dm, magnetic bridge length Hrib, bottom width of rotor barriers O1, depth of rotor yokeO2, width of magnetic bridge between two adjacent poles Rib, thickness of magnet Th, width of magnet Wid and rotor outside radius Rro. The range of the variables above is shown in Table 1.
Value range of optimization variables
Variable | Value range (mm) | Variable | Value range (mm) |
---|---|---|---|
Rb | [47.25 47.85] | Rib | [4.8 6] |
Dm | [4 8] | Th | [3 5] |
Hrib | [2 4] | Wid | [7 10] |
Ol | [2 4] | Rro | [48.45 48.65] |
O2 | [8 12] |
3.1 The Establishment of the Objective Function and its Standardization
In the GA optimization, the objective optimization is realized using a defined cost function, and the minimum point of the cost function corresponds to the optimum point. For a multi-objective optimization, a weight coefficient is assigned to each objective according to its degree of importance, wi (the objective function with larger wi is more important). The sum of the products of each objective value and their weighting degree wi to calculate the total cost function. The constraint formula of the objective functions is shown as (3), and total cost function formula shown as (4).
where gi(x) is the i-th objective function expression; conditioni is the corresponding conditional operator “ < ”, “=” and “>” and Gi is the given goal value of the i th objective function.
where N is the number of objective functions; εi is the residual target and its value reflects the degree that the simulated response values of the objective function deviate from the given goal value range. As shown in Figure 2, if the response value is within the goal value range, then εi = 0, if not, εi is the difference of the response value and the goal value.

Diagram of the objective function residual for different conditioni
In this paper, four objectives of the machine are used for optimization, that is the average torque Tavg, torque ripple coefficient Kmb, iron loss PFe and efficiency η. Due to the significant difference between these four objective function values, they are standardized to a goal value between 1 and 10.
For instance, the optimization goal value of the average torque Tavg is 16 Nm and the value range is 12 Nm ~ 16 Nm, thus its objective function g1 is defined as:
It can be seen from formula (5) that the value of g1 is 1 when the average torque Tavg is 16 Nm, and g1 is 10 when the average torque Tavg is 12 Nm.
Similarly, the optimization goal value of the torque ripple coefficient Kmb is 1.6% and value range is 1.6%~2.2%, and its objective function g2 is defined in formula (6); set the optimization goal value of the iron loss PFe to 28 W and value range is 28 W ~ 35 W, defined its objective function g3 as formula (7); set the optimization goal value of efficiency η to 96% and value range is 90%~96%, defined its objective function g4 as formula (8).
In this optimal design, the conditioni of the formula is “<”, thus the corresponding constraint formula of the four objective functions is shown as:
Then, set the importance degree of each optimization objective. The importance degree of all four objective functions is set to 1 in this paper. Combining Figure 2(a) with the total cost function formula (4) gives the total cost function of the average torque Tavg, torque ripple coefficient Kmb, iron loss PFe and efficiency η as follows:
3.2 Simulation results of GA design
After the optimization variables and objective function are defined, the values of the five major parameters of GA optimization are set: population size popsize = 20, selection pressure Sp = 10, crossover probability Pc = 0.75, mutation probability Pm = 0.01 and iteration termination generation N = 500, with the other parameters chosen as their default values. The GA optimization results are shown in Table 2 and Figure 3. They indicate that the average torque Tavg and efficiency η of the GA design are increased by 6.7% and 5.5%, respectively, compared with the initial design, the torque ripple coefficient Kmb and iron loss PFe is respectively reduced by 47.6% and 4.9%, as well. In addition, the PM mass of the GA design is reduced from 337.5 g to 306.5 g and reduced 9.2% compared with the initial design.

Torque and iron loss of the initial and GA designs
Results comparison of the initial and GA design
Initial design | GA design | Initial design | GA design | ||
---|---|---|---|---|---|
Rb (mm) | 47.6 | 47.715 | Wid (mm) | 7.5 | 8.85 |
Dm (mm) | 6 | 5.51 | Hrib (mm) | 3 | 3.32 |
Rro (mm) | 48.6 | 48.545 | Tavg (N.m) | 13.8 | 14.7 |
O1 (mm) | 3 | 3.01 | Kmb (%) | 3.56 | 1.87 |
O2 (mm) | 11 | 10.96 | Pfe (W) | 33.5 | 31.9 |
Rib (mm) | 5.7 | 5 | η (%) | 91.0 | 96.0 |
Th (mm) | 5 | 3.85 | mpM (g) | 337.5 | 306.5 |
4 Local searching by taguchi method
The performance of the IPMSM is significantly improved by GA optimization. However, local searching by the Taguchi method can effectively overcome the defect of GA, which is easily trapped in a local extremum during the later evolution stages. The conducted Taguchi optimization for GA scheme can further optimize the performance of the machine.
In the applied Taguchi method for optimizing the structure parameters of the machine, an orthogonal array should be established according to the number of optimization variables and their levels. In the orthogonal array, the value taken by each parameter at each experiment is imported into optometric of the FE software and analyzed to calculate the performance of the machine.
4.1 Established orthogonal experiment array
Starting from the GA optimal design, take six structure parameters of the rotor: the minimum distance between side magnets Dm, magnetic bridge length Hrib, depth of rotor yoke O2, width of magnetic bridge between two adjacent poles Rib, thickness of magnet Th and width of magnet Wid shown in Figure 1 and use them as optimization factors for the Taguchi optimization design, because these six parameters have greater effect on the performance of IPMSM. The values of the other parameters are maintained at the same value as the GA optimal design. These 6 optimization parameters are represented as A, B, C, D, E and F, respectively. Every optimization factor can take 5 levels and its values are shown in Table 3. The orthogonal array L25(56), which is established according to the number of optimization variables and its levels, is shown in Table 4.
Optimal factors and its value levels
Factor | Level 1 | Level 2 | Level 3 | Level 4 | Level 5 |
---|---|---|---|---|---|
A:Dm (mm) | 5.26 | 5.385 | 5.51 | 5.635 | 5.76 |
B:Hrib (mm) | 3.22 | 3.27 | 3.32 | 3.37 | 3.42 |
C:O2 (mm) | 10.66 | 10.81 | 10.96 | 11.11 | 11.26 |
D:Rib (mm) | 4.9 | 4.95 | 5 | 5.05 | 5.1 |
E:Th (mm) | 3.7 | 3.775 | 3.85 | 3.925 | 4 |
F:Wid (mm) | 8.6 | 8.725 | 8.85 | 8.975 | 9.1 |
Experiment orthogonal array and FE simulation result
Experiment number | Orthogonal array | Tavg (N⋅m) | Kmb (%) | PFe (W) | η (%) | |||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||||
1 | 1 | 1 | 1 | 1 | 1 | 1 | 14.31 | 1.75 | 31.49 | 81.77 |
2 | 1 | 2 | 2 | 2 | 2 | 2 | 14.53 | 1.76 | 31.55 | 83.07 |
3 | 1 | 3 | 3 | 3 | 3 | 3 | 14.73 | 1.82 | 31.63 | 84.30 |
4 | 1 | 4 | 4 | 4 | 4 | 4 | 14.94 | 1.96 | 31.69 | 85.49 |
5 | 1 | 5 | 5 | 5 | 5 | 5 | 15.14 | 1.98 | 31.77 | 86.63 |
6 | 2 | 1 | 2 | 3 | 4 | 5 | 15.08 | 2.15 | 31.81 | 86.26 |
7 | 2 | 2 | 3 | 4 | 5 | 1 | 14.57 | 2.15 | 31.47 | 83.65 |
8 | 2 | 3 | 4 | 5 | 1 | 2 | 14.47 | 1.72 | 31.53 | 82.65 |
9 | 2 | 4 | 5 | 1 | 2 | 3 | 14.59 | 1.79 | 31.54 | 83.45 |
10 | 2 | 5 | 1 | 2 | 3 | 4 | 14.81 | 1.67 | 31.76 | 84.58 |
11 | 3 | 1 | 3 | 5 | 2 | 4 | 14.84 | 1.97 | 31.74 | 84.83 |
12 | 3 | 2 | 4 | 1 | 3 | 5 | 15.01 | 1.79 | 31.75 | 85.86 |
13 | 3 | 3 | 5 | 2 | 4 | 1 | 14.50 | 1.89 | 31.43 | 83.19 |
14 | 3 | 4 | 1 | 3 | 5 | 2 | 14.69 | 2.04 | 31.64 | 84.17 |
15 | 3 | 5 | 2 | 4 | 1 | 3 | 14.54 | 1.69 | 31.66 | 82.90 |
16 | 4 | 1 | 4 | 2 | 5 | 3 | 14.87 | 2.29 | 31.61 | 85.33 |
17 | 4 | 2 | 5 | 3 | 1 | 4 | 14.74 | 1.85 | 31.65 | 84.21 |
18 | 4 | 3 | 1 | 4 | 2 | 5 | 14.94 | 1.82 | 31.86 | 85.20 |
19 | 4 | 4 | 2 | 5 | 3 | 1 | 14.44 | 1.87 | 31.54 | 82.58 |
20 | 4 | 5 | 3 | 1 | 4 | 2 | 14.59 | 1.69 | 31.58 | 83.57 |
21 | 5 | 1 | 5 | 4 | 3 | 2 | 14.62 | 1.93 | 31.51 | 83.80 |
22 | 5 | 2 | 1 | 5 | 4 | 3 | 14.80 | 2.10 | 31.74 | 84.67 |
23 | 5 | 3 | 2 | 1 | 5 | 4 | 14.98 | 2.13 | 31.77 | 85.75 |
24 | 5 | 4 | 3 | 2 | 1 | 5 | 14.81 | 1.89 | 31.80 | 84.45 |
25 | 5 | 5 | 4 | 3 | 2 | 1 | 14.34 | 1.70 | 31.50 | 81.94 |
m | 14.72 | 1.896 | 31.64 | 84.17 |
4.2 Finite element simulation
FE simulation is conducted according to the value of each level taken by each optimization factor for each experiment in Table 4 and used to obtain the result for the average torque Tavg, torque ripple coefficient Kmb, iron loss PFe and efficiency η. The calculated results for each experiment are shown in Table 4.
4.3 Analysis of mean
The overall mean of each experiment result for each performance is calculated in accordance with Equation (11) and the results are shown in Table 4.
Then the mean of one performance for each optimization factor under each level was calculated. For example, the mean of average torque for factor A under level 1 is calculated as:
where Tavg1~Tavg5 is the average torque of the 1st up to 5th experiments for factor A under level 1.
Similarly, the mean of average torque Tavg, torque ripple coefficient Kmb, iron loss PFe and efficiency η for the other 5 factors under each level can be calculated respectively, and the calculation results are shown in Table 5. It can be seen from Table 5, that the combination of the levels taken by each factor to make the average torque Tavg largest, the torque ripple coefficient Kmb smallest, the iron loss PFe smallest and the efficiency η highest, respectively, is A(1)B(1)C(4)D(5)E(5)F(5), A(1)B(5)C(1)D(1)E(1)F(2), A(2)B(1)C(5)D(1)E(1)F(1) and A(1)B(1)C(4)D(5)E(5)F(5). Obviously, the level combination of each factor that makes each performance optimal, respectively, is different. Thus the analysis of the variance was conducted to analyze the relative importance of the effects of each optimization variable on each performance to get the optimal result.
Performance for each factors at each levels
Factor | Level | Tavg (N⋅m) | Kmb(%) | PFe(W) | η(%) |
---|---|---|---|---|---|
A | 1 | 14.729 | 1.855 | 31.626 | 84.254 |
2 | 14.702 | 1.895 | 31.622 | 84.120 | |
3 | 14.718 | 1.874 | 31.644 | 84.191 | |
4 | 14.716 | 1.906 | 31.647 | 84.177 | |
5 | 14.710 | 1.950 | 31.661 | 84.123 | |
B | 1 | 14.745 | 2.018 | 31.630 | 84.399 |
2 | 14.729 | 1.930 | 31.631 | 84.292 | |
3 | 14.724 | 1.878 | 31.644 | 84.219 | |
4 | 14.693 | 1.909 | 31.642 | 84.029 | |
5 | 14.684 | 1.745 | 31.653 | 83.925 | |
C | 1 | 14.711 | 1.875 | 31.701 | 84.080 |
2 | 14.711 | 1.921 | 31.665 | 84.112 | |
3 | 14.710 | 1.904 | 31.641 | 84.161 | |
4 | 14.727 | 1.892 | 31.616 | 84.257 | |
5 | 14.716 | 1.888 | 31.578 | 84.255 | |
D | 1 | 14.696 | 1.827 | 31.625 | 84.082 |
2 | 14.703 | 1.902 | 31.629 | 84.124 | |
3 | 14.718 | 1.912 | 31.644 | 84.178 | |
4 | 14.720 | 1.911 | 31.640 | 84.208 | |
5 | 14.738 | 1.928 | 31.663 | 84.272 | |
E | 1 | 14.575 | 1.779 | 31.625 | 83.195 |
2 | 14.647 | 1.807 | 31.636 | 83.700 | |
3 | 14.722 | 1.816 | 31.638 | 84.224 | |
4 | 14.782 | 1.960 | 31.649 | 84.638 | |
5 | 14.850 | 2.117 | 31.653 | 85.109 | |
F | 1 | 14.432 | 1.872 | 31.486 | 82.626 |
2 | 14.581 | 1.827 | 31.562 | 83.452 | |
3 | 14.706 | 1.939 | 31.635 | 84.133 | |
4 | 14.861 | 1.915 | 31.722 | 84.974 | |
5 | 14.995 | 1.926 | 31.797 | 85.680 |
4.4 Analysis of variance and determined optimization scheme
By analyzing the variance of the experimental results, the relative importance of the effects of each optimization variable on each performance can be obtained. The calculation formula of variance is shown as:
where SA is the variance of one performance under factor A; Q is the level number of each factor and Q = 5; mA(i) is the mean of one performance for factor A at level 1 in Table 5; m is the overall mean of one performance in Table 4. Thus the variance of the average torque Tavg, torque ripple coefficient Kmb, iron loss PFe and efficiency η under other factors can also be calculated from equation (13). The calculation results are shown in Table ??.
It can be seen from Table 6 that the change of factor A, D and E has the largest effects on the torque ripple coefficient Kmb, the change of factor B and C has the largest effects on iron loss PFe, and the change of factor F has largest effects on the average torque Tavg and efficiency η. Therefore, the levels selected for factors A, D and E are to make the torque ripple coefficient Kmb smallest, the levels selected for factors B and C are to make the iron loss PFe smallest, and the level selected for factor F is to make the average torque Tavg and efficiency η largest. The final optimal scheme for the factor level combination is A(1)B(1)C(5)D(1)E(1)F(5) and the corresponding values are shown in Table 7.
Variance of performance for each factors at 5 levels
Factor | STavg | SKmb | SPFe | sη | ||||
---|---|---|---|---|---|---|---|---|
Value(10—3) | Ratio(%) | Value(10—3) | Ratio(%) | Value(10—3) | Ratio(%) | Value(10—1) | Ratio(%) | |
A | 0.08 | 0.14 | 1.03 | 5.03 | 0.21 | 0.47 | 0.02 | 0.12 |
B | 7.83 | 13.7 | 0.07 | 0.34 | 29.91 | 67.35 | 0.4 | 2.4 |
C | 0.04 | 0.07 | 0.24 | 1.17 | 1.76 | 3.96 | 0.05 | 0.3 |
D | 0.21 | 0.37 | 1.26 | 6.15 | 0.17 | 0.38 | 0.04 | 0.24 |
E | 9.37 | 16.4 | 16.21 | 79.15 | 0.1 | 0.23 | 4.55 | 27.23 |
F | 39.61 | 69.32 | 1.67 | 8.16 | 12.26 | 27.61 | 11.65 | 69.71 |
Total | 57.14 | 100 | 20.48 | 100 | 44.41 | 100 | 16.71 | 100 |
Value taken by each factors for final optimal scheme
Factor | A:Dm | B:Hrib | C:O2 | D:Rib | E:Th | F:Wid |
---|---|---|---|---|---|---|
Value (mm) | 5.26 | 3.22 | 11.26 | 4.9 | 3.7 | 9.1 |
4.5 Results comparison
The FE model was built and the simulations were conducted according to the value taken by each optimization variable for the final optimal scheme shown in Table 7. Table 8 listed the results comparisons of the initial, GA and HGA designs, and Figure 4 shows the torque and iron loss comparisons.

Calculated instantaneous torque and iron loss comparisons for the initial, GA and HGA optimised designs
The results comparison
Initial | GA | HGA | |
---|---|---|---|
Rb (mm) | 47.6 | 47.715 | 47.715 |
Dm (mm) | 6 | 5.51 | 5.26 |
Rro (mm) | 48.6 | 48.545 | 48.545 |
O1 (mm) | 3 | 3.01 | 3.01 |
O2 (mm) | 11 | 10.96 | 11.26 |
Rib (mm) | 5.7 | 5 | 4.9 |
Th (mm) | 5 | 3.85 | 3.7 |
Wid (mm) | 7.5 | 8.85 | 9.1 |
Hrib (mm) | 3 | 3.32 | 3.22 |
Tavg (N.m) | 13.8 | 14.7(↑ 6.7%) | 14.9 (↑ 7.6%) |
Kmb (%) | 3.56 | 1.87(↓ 47.6%) | 1.85(↓ 48%) |
Pfe (W) | 33.5 | 31.9(↓ 4.9%) | 31.6(↓ 5.5%) |
η (%) | 91.0 | 96.0(↑ 5.5%) | 97.0(↑ 6.57%) |
mpM (g) | 337.5 | 306.5(↓ 9.2%) | 303.0(↓ 10.2%) |
It can be observed that the average torque Tavg and efficiency η of the HGA design is increased by 7.6% and 6.57% respectively compared with the initial design, and the torque ripple coefficient Kmb and iron loss PFe is reduced by 48% and 5.5% respectively as well. In addition, the PM mass of theHGA design changed from 337.5 g to 303 g and is reduced by 10.2% compared with the initial design. Each performance of the HGA design has realized further optimization compared to the GA design. The degree of performance improvements of the HGA design compared to the GA design is smaller than the GA design compared to the initial design. This shows that the GA optimal design is already close to the optimum solution, and that the Taguchi method overcomes the defect of the GA, which is easily trapped in a local extremum at the later evolution stage.
Figure 5 is the torque-speed characteristic comparison for the initial, GA and HGA optimised designs. It indicates that the speed range has widened to 0 to 7000 rpm from 0 to 4000 rpm and that the flux-weakening capability has improved for both the GA and HGA designs, especially for the HGA design.

Torque versus speed (field-weakening) comparison for initial, GA and HGA optimized designs
5 Conclusion
A hybrid genetic algorithm (HGA), which combined a genetic algorithm (GA) with the Taguchi method, is proposed to optimize the rotor structure of an IPMSM for an electric vehicle application, to maximize the torque and efficiency, and minimise the torque ripple and iron loss. The following conclusions can be drawn:
The proposed HGA not only could overcame the defect of poor global searching capability of the Taguchi method, but also could cover the poor local searching ability for the GA. The Taguchi method is conducted to further optimize the GA optimized design.
Not only the performance such as torque, efficiency, torque ripple and iron loss have improved by using the GA and HGA, but also the amount PM material is reduced 9.2% and 10.2%, respectively, which reduces the motor manufacturing cost. In addition, the flux-weakening capacity of the IPMSM, which is important for electric vehicle applications, is also improved by optimisation by GA and HGA, especially by the proposed HGA.
Acknowledgement
This study was supported by the Beijing Natural Science Foundation (3172037) and the Natural Science Foundation of Hebei Province (E2017502025).
References
[1] Wang A., Jia Y., Soong W., Comparison of Five Topologies for an Interior Permanent-Magnet Machine for a Hybrid Electric Vehicle, IEEE Trans. Magn., 2011, 47, 10, 3606-3609.10.1109/TMAG.2011.2157097Search in Google Scholar
[2] Xia C., Guo L., Zhang Z., et al., Optimal Designing of Permanent Magnet Cavity to Reduce Iron Loss of Interior Permanent Magnet Machine, IEEE Trans. Magn., vol. 51, no. 12, article. 8115409, Dec. 2015.10.1109/TMAG.2015.2451105Search in Google Scholar
[3] Sung-II K., Ji-Young L., Young-Kyoun K., et al., Optimization for reduction of torque ripple in interior permanent magnet motor by using the Taguchi method, IEEE Trans. Magn., vol. 41, no. 5, pp. 1796-1799, May. 2005.10.1109/TMAG.2005.846478Search in Google Scholar
[4] Hwang C., Li P., Liu C., Optimal Design of a Permanent Magnet Linear Synchronous Motor with Low Cogging Force, IEEE Trans. Magn., vol. 48, no. 2, pp. 1039-1042, Feb. 2012.10.1109/TMAG.2011.2172578Search in Google Scholar
[5] Hwang C., Li P., Frazier C.Chuang, et al., Optimization for Reduction of Torque Ripple in an Axial Flux Permanent Magnet Machine, IEEE Trans. Magn., vol.45, no.3, pp. 1760-1763, Mar.2009.10.1109/TMAG.2009.2012811Search in Google Scholar
[6] Ki-Chan Kim, Ju Lee, Hee Jun Kim, et al., Multiobjective Optimal Design for Interior Permanent Magnet Synchronous Motor, IEEE Trans. Magn., vol.45, no.3, pp. 1780-1783, Mar.2009.10.1109/TMAG.2009.2012820Search in Google Scholar
[7] Shi T., Qiao Z., Xia C., et al., Modeling, Analyzing, and Parameter Design of the Magnetic Field of a Segmented Halbach Cylinder, IEEE Trans. Magn., vol. 48, no. 5, pp. 1890-1898, May. 2012.10.1109/TMAG.2011.2174372Search in Google Scholar
[8] Hwang C., Lyu L., Liu C., et al., Optimal Design of an SPM Motor Using Genetic Algorithms and Taguchi Method, IEEE Trans. Magn., vol. 44, no. 11, pp. 4325-4328, Nov. 2008.10.1109/TMAG.2008.2001526Search in Google Scholar
[9] Mahmoudi A., Kahourzade S., Abd Rahim N., et al., Design and prototyping of an optimised axial-flux permanent-magnet synchronous machine, IET Electric Power Applications., vol. 7, no. 7, pp. 338-349, 2013.10.1049/iet-epa.2012.0377Search in Google Scholar
[10] Lee D., Lee S., Kim J.-W., et al., Intelligent Memetic Algorithm Using GA and Guided MADS for the Optimal Design of Interior PM SynchronousMachine, IEEE Trans.Magn., vol. 47, no. 5, pp. 1230-1233, May. 2011.10.1109/TMAG.2010.2072913Search in Google Scholar
© 2017 Aimeng Wang and Jiayu Guo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.
Articles in the same Issue
- Regular Articles
- Analysis of a New Fractional Model for Damped Bergers’ Equation
- Regular Articles
- Optimal homotopy perturbation method for nonlinear differential equations governing MHD Jeffery-Hamel flow with heat transfer problem
- Regular Articles
- Semi- analytic numerical method for solution of time-space fractional heat and wave type equations with variable coefficients
- Regular Articles
- Investigation of a curve using Frenet frame in the lightlike cone
- Regular Articles
- Construction of complex networks from time series based on the cross correlation interval
- Regular Articles
- Nonlinear Schrödinger approach to European option pricing
- Regular Articles
- A modified cubic B-spline differential quadrature method for three-dimensional non-linear diffusion equations
- Regular Articles
- A new miniaturized negative-index meta-atom for tri-band applications
- Regular Articles
- Seismic stability of the survey areas of potential sites for the deep geological repository of the spent nuclear fuel
- Regular Articles
- Distributed containment control of heterogeneous fractional-order multi-agent systems with communication delays
- Regular Articles
- Sensitivity analysis and economic optimization studies of inverted five-spot gas cycling in gas condensate reservoir
- Regular Articles
- Quantum mechanics with geometric constraints of Friedmann type
- Regular Articles
- Modeling and Simulation for an 8 kW Three-Phase Grid-Connected Photo-Voltaic Power System
- Regular Articles
- Application of the optimal homotopy asymptotic method to nonlinear Bingham fluid dampers
- Regular Articles
- Analysis of Drude model using fractional derivatives without singular kernels
- Regular Articles
- An unsteady MHD Maxwell nanofluid flow with convective boundary conditions using spectral local linearization method
- Regular Articles
- New analytical solutions for conformable fractional PDEs arising in mathematical physics by exp-function method
- Regular Articles
- Quantum mechanical calculation of electron spin
- Regular Articles
- CO2 capture by polymeric membranes composed of hyper-branched polymers with dense poly(oxyethylene) comb and poly(amidoamine)
- Regular Articles
- Chain on a cone
- Regular Articles
- Multi-task feature learning by using trace norm regularization
- Regular Articles
- Superluminal tunneling of a relativistic half-integer spin particle through a potential barrier
- Regular Articles
- Neutrosophic triplet normed space
- Regular Articles
- Lie algebraic discussion for affinity based information diffusion in social networks
- Regular Articles
- Radiation dose and cancer risk estimates in helical CT for pulmonary tuberculosis infections
- Regular Articles
- A comparison study of steady-state vibrations with single fractional-order and distributed-order derivatives
- Regular Articles
- Some new remarks on MHD Jeffery-Hamel fluid flow problem
- Regular Articles
- Numerical investigation of magnetohydrodynamic slip flow of power-law nanofluid with temperature dependent viscosity and thermal conductivity over a permeable surface
- Regular Articles
- Charge conservation in a gravitational field in the scalar ether theory
- Regular Articles
- Measurement problem and local hidden variables with entangled photons
- Regular Articles
- Compression of hyper-spectral images using an accelerated nonnegative tensor decomposition
- Regular Articles
- Fabrication and application of coaxial polyvinyl alcohol/chitosan nanofiber membranes
- Regular Articles
- Calculating degree-based topological indices of dominating David derived networks
- Regular Articles
- The structure and conductivity of polyelectrolyte based on MEH-PPV and potassium iodide (KI) for dye-sensitized solar cells
- Regular Articles
- Chiral symmetry restoration and the critical end point in QCD
- Regular Articles
- Numerical solution for fractional Bratu’s initial value problem
- Regular Articles
- Structure and optical properties of TiO2 thin films deposited by ALD method
- Regular Articles
- Quadruple multi-wavelength conversion for access network scalability based on cross-phase modulation in an SOA-MZI
- Regular Articles
- Application of ANNs approach for wave-like and heat-like equations
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Study on node importance evaluation of the high-speed passenger traffic complex network based on the Structural Hole Theory
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A mathematical/physics model to measure the role of information and communication technology in some economies: the Chinese case
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Numerical modeling of the thermoelectric cooler with a complementary equation for heat circulation in air gaps
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- On the libration collinear points in the restricted three – body problem
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on Critical Nodes Algorithm in Social Complex Networks
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A simulation based research on chance constrained programming in robust facility location problem
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A mathematical/physics carbon emission reduction strategy for building supply chain network based on carbon tax policy
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Mathematical analysis of the impact mechanism of information platform on agro-product supply chain and agro-product competitiveness
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A real negative selection algorithm with evolutionary preference for anomaly detection
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A privacy-preserving parallel and homomorphic encryption scheme
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Random walk-based similarity measure method for patterns in complex object
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A Mathematical Study of Accessibility and Cohesion Degree in a High-Speed Rail Station Connected to an Urban Bus Transport Network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Design and Simulation of the Integrated Navigation System based on Extended Kalman Filter
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Oil exploration oriented multi-sensor image fusion algorithm
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Analysis of Product Distribution Strategy in Digital Publishing Industry Based on Game-Theory
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Expanded Study on the accumulation effect of tourism under the constraint of structure
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Unstructured P2P Network Load Balance Strategy Based on Multilevel Partitioning of Hypergraph
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on the method of information system risk state estimation based on clustering particle filter
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Demand forecasting and information platform in tourism
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Physical-chemical properties studying of molecular structures via topological index calculating
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Local kernel nonparametric discriminant analysis for adaptive extraction of complex structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- City traffic flow breakdown prediction based on fuzzy rough set
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Conservation laws for a strongly damped wave equation
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Blending type approximation by Stancu-Kantorovich operators based on Pólya-Eggenberger distribution
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Computing the Ediz eccentric connectivity index of discrete dynamic structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A discrete epidemic model for bovine Babesiosis disease and tick populations
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Study on maintaining formations during satellite formation flying based on SDRE and LQR
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Relationship between solitary pulmonary nodule lung cancer and CT image features based on gradual clustering
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A novel fast target tracking method for UAV aerial image
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Fuzzy comprehensive evaluation model of interuniversity collaborative learning based on network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Conservation laws, classical symmetries and exact solutions of the generalized KdV-Burgers-Kuramoto equation
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- After notes on self-similarity exponent for fractal structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Excitation probability and effective temperature in the stationary regime of conductivity for Coulomb Glasses
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Comparisons of feature extraction algorithm based on unmanned aerial vehicle image
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on identification method of heavy vehicle rollover based on hidden Markov model
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Classifying BCI signals from novice users with extreme learning machine
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Topics on data transmission problem in software definition network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Statistical inferences with jointly type-II censored samples from two Pareto distributions
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Estimation for coefficient of variation of an extension of the exponential distribution under type-II censoring scheme
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Analysis on trust influencing factors and trust model from multiple perspectives of online Auction
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Coupling of two-phase flow in fractured-vuggy reservoir with filling medium
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Production decline type curves analysis of a finite conductivity fractured well in coalbed methane reservoirs
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Flow Characteristic and Heat Transfer for Non-Newtonian Nanofluid in Rectangular Microchannels with Teardrop Dimples/Protrusions
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- The size prediction of potential inclusions embedded in the sub-surface of fused silica by damage morphology
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Research on carbonate reservoir interwell connectivity based on a modified diffusivity filter model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- The method of the spatial locating of macroscopic throats based-on the inversion of dynamic interwell connectivity
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Unsteady mixed convection flow through a permeable stretching flat surface with partial slip effects through MHD nanofluid using spectral relaxation method
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- A volumetric ablation model of EPDM considering complex physicochemical process in porous structure of char layer
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Numerical simulation on ferrofluid flow in fractured porous media based on discrete-fracture model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Macroscopic lattice Boltzmann model for heat and moisture transfer process with phase transformation in unsaturated porous media during freezing process
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Modelling of intermittent microwave convective drying: parameter sensitivity
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Simulating gas-water relative permeabilities for nanoscale porous media with interfacial effects
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Simulation of counter-current imbibition in water-wet fractured reservoirs based on discrete-fracture model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Investigation effect of wettability and heterogeneity in water flooding and on microscopic residual oil distribution in tight sandstone cores with NMR technique
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Analytical modeling of coupled flow and geomechanics for vertical fractured well in tight gas reservoirs
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Special Issue: Ever New "Loopholes" in Bell’s Argument and Experimental Tests
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- The ultimate loophole in Bell’s theorem: The inequality is identically satisfied by data sets composed of ±1′s assuming merely that they exist
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Erratum to: The ultimate loophole in Bell’s theorem: The inequality is identically satisfied by data sets composed of ±1′s assuming merely that they exist
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Rhetoric, logic, and experiment in the quantum nonlocality debate
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- What If Quantum Theory Violates All Mathematics?
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Relativity, anomalies and objectivity loophole in recent tests of local realism
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- The photon identification loophole in EPRB experiments: computer models with single-wing selection
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Bohr against Bell: complementarity versus nonlocality
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Is Einsteinian no-signalling violated in Bell tests?
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Bell’s “Theorem”: loopholes vs. conceptual flaws
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Nonrecurrence and Bell-like inequalities
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Three-dimensional computer models of electrospinning systems
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Electric field computation and measurements in the electroporation of inhomogeneous samples
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Modelling of magnetostriction of transformer magnetic core for vibration analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Comparison of the fractional power motor with cores made of various magnetic materials
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Dynamics of the line-start reluctance motor with rotor made of SMC material
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Inhomogeneous dielectrics: conformal mapping and finite-element models
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Topology optimization of induction heating model using sequential linear programming based on move limit with adaptive relaxation
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of inter-turn short-circuit at start-up of induction machine based on torque analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Current superimposition variable flux reluctance motor with 8 salient poles
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Modelling axial vibration in windings of power transformers
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field analysis & eddy current losses calculation in five-phase tubular actuator
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Hybrid excited claw pole generator with skewed and non-skewed permanent magnets
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Electromagnetic phenomena analysis in brushless DC motor with speed control using PWM method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field-circuit analysis and measurements of a single-phase self-excited induction generator
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- A comparative analysis between classical and modified approach of description of the electrical machine windings by means of T0 method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field-based optimal-design of an electric motor: a new sensitivity formulation
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Application of the parametric proper generalized decomposition to the frequency-dependent calculation of the impedance of an AC line with rectangular conductors
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Virtual reality as a new trend in mechanical and electrical engineering education
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Holonomicity analysis of electromechanical systems
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- An accurate reactive power control study in virtual flux droop control
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Localized probability of improvement for kriging based multi-objective optimization
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Research of influence of open-winding faults on properties of brushless permanent magnets motor
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Optimal design of the rotor geometry of line-start permanent magnet synchronous motor using the bat algorithm
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Model of depositing layer on cylindrical surface produced by induction-assisted laser cladding process
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of inter-turn faults in transformer winding using the capacitor discharge method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- A novel hybrid genetic algorithm for optimal design of IPM machines for electric vehicle
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Lamination effects on a 3D model of the magnetic core of power transformers
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of vertical disparity in three-dimensional visualizations
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Calculations of magnetic field in dynamo sheets taking into account their texture
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- 3-dimensional computer model of electrospinning multicapillary unit used for electrostatic field analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Optimization of wearable microwave antenna with simplified electromagnetic model of the human body
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Induction heating process of ferromagnetic filled carbon nanotubes based on 3-D model
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Speed control of an induction motor by 6-switched 3-level inverter
Articles in the same Issue
- Regular Articles
- Analysis of a New Fractional Model for Damped Bergers’ Equation
- Regular Articles
- Optimal homotopy perturbation method for nonlinear differential equations governing MHD Jeffery-Hamel flow with heat transfer problem
- Regular Articles
- Semi- analytic numerical method for solution of time-space fractional heat and wave type equations with variable coefficients
- Regular Articles
- Investigation of a curve using Frenet frame in the lightlike cone
- Regular Articles
- Construction of complex networks from time series based on the cross correlation interval
- Regular Articles
- Nonlinear Schrödinger approach to European option pricing
- Regular Articles
- A modified cubic B-spline differential quadrature method for three-dimensional non-linear diffusion equations
- Regular Articles
- A new miniaturized negative-index meta-atom for tri-band applications
- Regular Articles
- Seismic stability of the survey areas of potential sites for the deep geological repository of the spent nuclear fuel
- Regular Articles
- Distributed containment control of heterogeneous fractional-order multi-agent systems with communication delays
- Regular Articles
- Sensitivity analysis and economic optimization studies of inverted five-spot gas cycling in gas condensate reservoir
- Regular Articles
- Quantum mechanics with geometric constraints of Friedmann type
- Regular Articles
- Modeling and Simulation for an 8 kW Three-Phase Grid-Connected Photo-Voltaic Power System
- Regular Articles
- Application of the optimal homotopy asymptotic method to nonlinear Bingham fluid dampers
- Regular Articles
- Analysis of Drude model using fractional derivatives without singular kernels
- Regular Articles
- An unsteady MHD Maxwell nanofluid flow with convective boundary conditions using spectral local linearization method
- Regular Articles
- New analytical solutions for conformable fractional PDEs arising in mathematical physics by exp-function method
- Regular Articles
- Quantum mechanical calculation of electron spin
- Regular Articles
- CO2 capture by polymeric membranes composed of hyper-branched polymers with dense poly(oxyethylene) comb and poly(amidoamine)
- Regular Articles
- Chain on a cone
- Regular Articles
- Multi-task feature learning by using trace norm regularization
- Regular Articles
- Superluminal tunneling of a relativistic half-integer spin particle through a potential barrier
- Regular Articles
- Neutrosophic triplet normed space
- Regular Articles
- Lie algebraic discussion for affinity based information diffusion in social networks
- Regular Articles
- Radiation dose and cancer risk estimates in helical CT for pulmonary tuberculosis infections
- Regular Articles
- A comparison study of steady-state vibrations with single fractional-order and distributed-order derivatives
- Regular Articles
- Some new remarks on MHD Jeffery-Hamel fluid flow problem
- Regular Articles
- Numerical investigation of magnetohydrodynamic slip flow of power-law nanofluid with temperature dependent viscosity and thermal conductivity over a permeable surface
- Regular Articles
- Charge conservation in a gravitational field in the scalar ether theory
- Regular Articles
- Measurement problem and local hidden variables with entangled photons
- Regular Articles
- Compression of hyper-spectral images using an accelerated nonnegative tensor decomposition
- Regular Articles
- Fabrication and application of coaxial polyvinyl alcohol/chitosan nanofiber membranes
- Regular Articles
- Calculating degree-based topological indices of dominating David derived networks
- Regular Articles
- The structure and conductivity of polyelectrolyte based on MEH-PPV and potassium iodide (KI) for dye-sensitized solar cells
- Regular Articles
- Chiral symmetry restoration and the critical end point in QCD
- Regular Articles
- Numerical solution for fractional Bratu’s initial value problem
- Regular Articles
- Structure and optical properties of TiO2 thin films deposited by ALD method
- Regular Articles
- Quadruple multi-wavelength conversion for access network scalability based on cross-phase modulation in an SOA-MZI
- Regular Articles
- Application of ANNs approach for wave-like and heat-like equations
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Study on node importance evaluation of the high-speed passenger traffic complex network based on the Structural Hole Theory
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A mathematical/physics model to measure the role of information and communication technology in some economies: the Chinese case
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Numerical modeling of the thermoelectric cooler with a complementary equation for heat circulation in air gaps
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- On the libration collinear points in the restricted three – body problem
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on Critical Nodes Algorithm in Social Complex Networks
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A simulation based research on chance constrained programming in robust facility location problem
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A mathematical/physics carbon emission reduction strategy for building supply chain network based on carbon tax policy
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Mathematical analysis of the impact mechanism of information platform on agro-product supply chain and agro-product competitiveness
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A real negative selection algorithm with evolutionary preference for anomaly detection
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A privacy-preserving parallel and homomorphic encryption scheme
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Random walk-based similarity measure method for patterns in complex object
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A Mathematical Study of Accessibility and Cohesion Degree in a High-Speed Rail Station Connected to an Urban Bus Transport Network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Design and Simulation of the Integrated Navigation System based on Extended Kalman Filter
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Oil exploration oriented multi-sensor image fusion algorithm
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Analysis of Product Distribution Strategy in Digital Publishing Industry Based on Game-Theory
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Expanded Study on the accumulation effect of tourism under the constraint of structure
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Unstructured P2P Network Load Balance Strategy Based on Multilevel Partitioning of Hypergraph
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on the method of information system risk state estimation based on clustering particle filter
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Demand forecasting and information platform in tourism
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Physical-chemical properties studying of molecular structures via topological index calculating
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Local kernel nonparametric discriminant analysis for adaptive extraction of complex structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- City traffic flow breakdown prediction based on fuzzy rough set
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Conservation laws for a strongly damped wave equation
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Blending type approximation by Stancu-Kantorovich operators based on Pólya-Eggenberger distribution
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Computing the Ediz eccentric connectivity index of discrete dynamic structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A discrete epidemic model for bovine Babesiosis disease and tick populations
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Study on maintaining formations during satellite formation flying based on SDRE and LQR
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Relationship between solitary pulmonary nodule lung cancer and CT image features based on gradual clustering
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- A novel fast target tracking method for UAV aerial image
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Fuzzy comprehensive evaluation model of interuniversity collaborative learning based on network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Conservation laws, classical symmetries and exact solutions of the generalized KdV-Burgers-Kuramoto equation
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- After notes on self-similarity exponent for fractal structures
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Excitation probability and effective temperature in the stationary regime of conductivity for Coulomb Glasses
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Comparisons of feature extraction algorithm based on unmanned aerial vehicle image
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Research on identification method of heavy vehicle rollover based on hidden Markov model
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Classifying BCI signals from novice users with extreme learning machine
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Topics on data transmission problem in software definition network
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Statistical inferences with jointly type-II censored samples from two Pareto distributions
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Estimation for coefficient of variation of an extension of the exponential distribution under type-II censoring scheme
- Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
- Analysis on trust influencing factors and trust model from multiple perspectives of online Auction
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Coupling of two-phase flow in fractured-vuggy reservoir with filling medium
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Production decline type curves analysis of a finite conductivity fractured well in coalbed methane reservoirs
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Flow Characteristic and Heat Transfer for Non-Newtonian Nanofluid in Rectangular Microchannels with Teardrop Dimples/Protrusions
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- The size prediction of potential inclusions embedded in the sub-surface of fused silica by damage morphology
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Research on carbonate reservoir interwell connectivity based on a modified diffusivity filter model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- The method of the spatial locating of macroscopic throats based-on the inversion of dynamic interwell connectivity
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Unsteady mixed convection flow through a permeable stretching flat surface with partial slip effects through MHD nanofluid using spectral relaxation method
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- A volumetric ablation model of EPDM considering complex physicochemical process in porous structure of char layer
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Numerical simulation on ferrofluid flow in fractured porous media based on discrete-fracture model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Macroscopic lattice Boltzmann model for heat and moisture transfer process with phase transformation in unsaturated porous media during freezing process
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Modelling of intermittent microwave convective drying: parameter sensitivity
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Simulating gas-water relative permeabilities for nanoscale porous media with interfacial effects
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Simulation of counter-current imbibition in water-wet fractured reservoirs based on discrete-fracture model
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Investigation effect of wettability and heterogeneity in water flooding and on microscopic residual oil distribution in tight sandstone cores with NMR technique
- Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
- Analytical modeling of coupled flow and geomechanics for vertical fractured well in tight gas reservoirs
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Special Issue: Ever New "Loopholes" in Bell’s Argument and Experimental Tests
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- The ultimate loophole in Bell’s theorem: The inequality is identically satisfied by data sets composed of ±1′s assuming merely that they exist
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Erratum to: The ultimate loophole in Bell’s theorem: The inequality is identically satisfied by data sets composed of ±1′s assuming merely that they exist
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Rhetoric, logic, and experiment in the quantum nonlocality debate
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- What If Quantum Theory Violates All Mathematics?
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Relativity, anomalies and objectivity loophole in recent tests of local realism
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- The photon identification loophole in EPRB experiments: computer models with single-wing selection
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Bohr against Bell: complementarity versus nonlocality
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Is Einsteinian no-signalling violated in Bell tests?
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Bell’s “Theorem”: loopholes vs. conceptual flaws
- Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
- Nonrecurrence and Bell-like inequalities
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Three-dimensional computer models of electrospinning systems
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Electric field computation and measurements in the electroporation of inhomogeneous samples
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Modelling of magnetostriction of transformer magnetic core for vibration analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Comparison of the fractional power motor with cores made of various magnetic materials
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Dynamics of the line-start reluctance motor with rotor made of SMC material
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Inhomogeneous dielectrics: conformal mapping and finite-element models
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Topology optimization of induction heating model using sequential linear programming based on move limit with adaptive relaxation
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of inter-turn short-circuit at start-up of induction machine based on torque analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Current superimposition variable flux reluctance motor with 8 salient poles
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Modelling axial vibration in windings of power transformers
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field analysis & eddy current losses calculation in five-phase tubular actuator
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Hybrid excited claw pole generator with skewed and non-skewed permanent magnets
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Electromagnetic phenomena analysis in brushless DC motor with speed control using PWM method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field-circuit analysis and measurements of a single-phase self-excited induction generator
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- A comparative analysis between classical and modified approach of description of the electrical machine windings by means of T0 method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Field-based optimal-design of an electric motor: a new sensitivity formulation
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Application of the parametric proper generalized decomposition to the frequency-dependent calculation of the impedance of an AC line with rectangular conductors
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Virtual reality as a new trend in mechanical and electrical engineering education
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Holonomicity analysis of electromechanical systems
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- An accurate reactive power control study in virtual flux droop control
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Localized probability of improvement for kriging based multi-objective optimization
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Research of influence of open-winding faults on properties of brushless permanent magnets motor
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Optimal design of the rotor geometry of line-start permanent magnet synchronous motor using the bat algorithm
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Model of depositing layer on cylindrical surface produced by induction-assisted laser cladding process
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of inter-turn faults in transformer winding using the capacitor discharge method
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- A novel hybrid genetic algorithm for optimal design of IPM machines for electric vehicle
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Lamination effects on a 3D model of the magnetic core of power transformers
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Detection of vertical disparity in three-dimensional visualizations
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Calculations of magnetic field in dynamo sheets taking into account their texture
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- 3-dimensional computer model of electrospinning multicapillary unit used for electrostatic field analysis
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Optimization of wearable microwave antenna with simplified electromagnetic model of the human body
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Induction heating process of ferromagnetic filled carbon nanotubes based on 3-D model
- Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
- Speed control of an induction motor by 6-switched 3-level inverter