Home Optimal design of the rotor geometry of line-start permanent magnet synchronous motor using the bat algorithm
Article Open Access

Optimal design of the rotor geometry of line-start permanent magnet synchronous motor using the bat algorithm

  • Łukasz Knypiński EMAIL logo
Published/Copyright: December 29, 2017

Abstract

In this paper an algorithm for the optimization of excitation system of line-start permanent magnet synchronous motors will be presented. For the basis of this algorithm, software was developed in the Borland Delphi environment. The software consists of two independent modules: an optimization solver, and a module including the mathematical model of a synchronous motor with a self-start ability. The optimization module contains the bat algorithm procedure. The mathematical model of the motor has been developed in an Ansys Maxwell environment. In order to determine the functional parameters of the motor, additional scripts in Visual Basic language were developed. Selected results of the optimization calculation are presented and compared with results for the particle swarm optimization algorithm.

1 Introduction

The motivation to analyze and synthesize new structures of machines excited by permanent magnets has been driven by the development of the material technology. The manufacturers have produced permanent magnets allowing for a high density of energy and improved parameters concerning magnetic, thermal and mechanical properties. Therefore, for the last couple of years it has been possible to observe a dynamic development of new constructions of permanent magnet machines. The variety of magnetic properties of permanent magnets influences the diversity of construction of permanent magnet motors.

In the last period years, an interesting alternative for the permanent magnet synchronous motor (PMSM) has appeared in a form of motors with self-starting ability: line-start permanent magnet motors (LSPMSM). An increase in interest in these machines was recorded by multiple research teams throughout the world [1, 2, 3, 4]. The basic advantage of LSPMSM is a possibility of direct start-up after connecting to a three-phase grid.

Designers and constructors of the machines use powder technology more and more often. This concerns both soft and hard magnetic material. In the most innovative projects, magnetic circuits have been used which have been built of both soft and hard magnetic material. Also, hybrid structures, i.e. the structures with excitation systems composed of two or more materials with different magnetic properties have been used [5].

Further development of new constructions of permanent magnet motors depends on improving the methods of simulations, as well as their design and optimization.

The designing process itself is often supported by computations. With the use of a computational environment consisting of a numerical model of a motor combined with an efficient optimizing procedure, it is possible to find solutions for the synthesis of the machines excited by permanents magnets.

The modern design process most frequently uses discrete field-circuit models of electromagnetic phenomena in the considered device [6, 7]. Such models are computationally sophisticated, optimization processes using them are very time consuming. For that reason, new optimization algorithms have been developed, which are particularly effective for solving tasks concerning the synthesis of permanent magnet machines. Many different non-deterministic optimization algorithms are popular, such as: particle swarm optimization (PSO), genetic algorithms (GA), brain storm optimization (BSO) method, ant colony optimization (ACO) and cuckoo search (CS) [8, 9, 10, 11, 12]. Research is still being conducted with an aim to develop new, even more effective optimization methods.

The aim of this paper is to recognize the areas of application for a bat algorithm to solve the optimization tasks for the machines with permanent magnets.

2 The bat algorithm

The bat algorithm (BA) is inspired by the echolocation behaviour of a small species of bats. Echolocation helps bats orient themselves in the dark for hunting. Most bats using echolocation emit ultrasonic waves of frequency varying from 20 kHz to 100 kHz.

The BA was introduced in 2010 [13]. This algorithm combines the advantages of two different non-deterministic optimization methods: the particle swarm optimization (PSO) and the simulated annealing (SA). The SA method shows high probability of finding a global optimum but only provided that the optimization process is carried out slowly enough. Nowadays, this method is rarely used as a tool to solve tasks of synthesis of permanent magnet machines. On the other hand, the PSO method is commonly used for such tasks [9, 14]. In its classic form, one can notice a strong correlation between the placement of the swarm leader and the trajectory of the whole swarm, where the swarm leader is the most adjusted particle in the swarm system. For this reason, the most advanced method of PSO includes some modifications for the improvement of the performance and the quality of calculations.

The set of bats constitute the colony. Each individual bat represents an acceptance solution of the optimization task. Each bat is described by position xi and velocity vi. Moreover, it is characterized by variable frequency Fi, loudness Ai and the rate of pulse emission ri. In j-th time step, the bats know the position of leader xB – the best bat in the colony. In order to calculate position vector for i-th individual, the following formula is used:

xji=xj1i+vj1i+Fixj1ixB(1)

where Fi = Fmin + r1(FmaxFmin), Fmax, Fmin are the minimum and maximum value of frequency, r1 is the random number, usually selected from the range (0, 1).

The method of setting new consecutive velocity vectors and bats’ position vectors is similar to the algorithm used in the PSO method. The dynamics of bats’ movements in a space of a considered problem depends on the range of change of frequency.

In order to imitate precisely the tactic of a single bat’s hunting, there are two additional parameters defined in the algorithm: a loudness parameter Ai and the rate of pulse emission ri. A hunting bat emits on average 5 – 10 impulses per second but this depends on the species. If it locates an insect in the surroundings, at this very moment the quantity of the impulses raises up to as many as 50 impulses per second. And it is the coefficient ri that shows the dynamics of the change of impulses emitted by a bat. This proved to be the most successful parameter order to obtain an improved value of the objective function in the optimization calculations.

The block diagram of the bat algorithm is presented in Figure 1.

Figure 1 Flowchart of the bat algorithm
Figure 1

Flowchart of the bat algorithm

After setting new positions of each and every bat in the j-th time step, a value of β1 is randomly picked from the range (0, 1), as shown in the Figure 1. Taking into consideration the value of β1 and the average coefficient of pulse emission for the whole colony rav, a new position is defined for the current best-bat in the colony or for a randomly chosen bat according to the formula:

(x)ji=xji+χAav(2)

where χ is the random number from range (-1, 1), Aav is the average loudness of all bat population in the j-th time step.

If a bat attains a better value of the objective function and it gets closer to the searched optimum point and the random parameter β2 from the range (0, 1) is smaller than the average loudness Aav of the whole colony, then the rate of pulse emission ri is increased and the loudness Ai is decreased:

Aj+1i=αAjirj+1i=r01exp(γj)(3)

where α and γ are the constants, and r0 is the initial value of emission rate.

3 The optimization procedure

In order to analyze the efficiency of the bat algorithm, the optimization of the rotor geometry of LSPMSM is executed. The structure of considered LSPMSM is presented in Figure 2.

Figure 2 The LSPMSM structure
Figure 2

The LSPMSM structure

The task of the optimization was defined as follows: for known parameters such as stator and squirrel-cage structural parameters, air gap length and stack length, the structural parameters describing the excitation system (gm, rm and lm – see Figure 2) had to be found in such a way that these parameters would assure the maximum value of the product of an efficiency η and a power factor cosφ. The exciting system was described with the use of three design variables: s1 = lm –permanent magnet width, s2 = gm – the thickness of the magnet and s3 = rm –distance between the poles. All design variables sj in the optimization process have been transformed into dimensionless quantities xj using the following formula [15]:

xj=sjsminjsmaxjsminj(4)

where smin j and smax j are the expected lower and upper limits of each variable sj, respectively.

These parameters xj form a normalized vector x.

The objective function for i-th bat has been defined as follows:

fix=ηixη0cosφixcosφ0x(5)

here: ηi(x), cosφi(x) are the efficiency and power factor for i-th bat, η0, cosφ0 are the average values of efficiency and power factor after the initiation procedure.

In the optimization process, a function (5) was maximized, while the non-linear constrains regarding the permissible values of the total mass of permanent-magnet material mmmz and the electromagnetic torque T80 (x)≥Tz, where T80 is the synchronizing torque produced by the motor at 0.8 of the synchronous speed. The high value of torque enables proper synchronization during starting. The constraint functions have been normalized and are describedas follows:

g1x=1T80x/Tz0(6)

In the described algorithm, the constraints were included with the use of an external penalty function. According to this method, the modified objective function hk(x) is created. The value of the penalty component pk(x) increases in successive time steps of the bat algorithm. The subsequent superior iterations depend on the assumed constraints, the pk(x) component was calculated as follows:

pkx=akλ1g1x+λ2g2x(7)

where ak is the penalty coefficient, a is the real number greater than 1, k is the number of penalty iterations.

In case the objective function f(x) is maximised, the modified function i-th bat has a form [16, 17]:

hix=fi(x)for(T80x>Tz)(mmx<mz)fi(x)pk(x)for(T80x<Tz)(mmx>mz)(8)

It should be noted that in order to calculate the efficiency and power factor of the motor, additional scripts which cooperate with a Maxwell environment have been developed. The efficiency was calculated on the basis of electrical and mechanical discrete values. The value of the power factor is computed from the real and apparent power. The real power is determined as an integral from values of voltages and currents in the period of the supply voltage.

4 Results of optimization

In order to validate the developed computer software, a large number of computer simulations have been performed. The optimization process was run 15 times. In each case, the same reference values η0 = 84% and cosφ0 = 0.88 have been assumed as the average values of several random starts of software. The initial population was also the same for all studied cases. The calculations on a colony with N = 50 bats have been performed. The following values of the parameters of the BA algorithm have been assumed: Fmin = 0, Fmax = 1.2, r0 = 0, A0 = 1, α = 0.75 and γ = 0.5 [18]. The following parameters of the optimization procedure have been assumed: λ1 = 0.5, λ2 = 0.5 and a = 1.2. In single penalty iteration, the five time-steps of the BA algorithm are executed. The permissible values of: mz = 0.5 kg and Tz = 20 Nm have been imposed. The course of the best optimization process after 15 runs of the program is presented in Table 1. In the successive columns, the values of design variables, components of objective function, value of modified objective function for the best individual in a colony and the average value of modified objective function for a colony in the selected time step have been listed.

Table 1

The comparision of optimization results

jrm [mm]gm [mm]lm [mm]η(xB) [%]cosφ(xB) [–]T80(xB) [Nm]mm(xB) [kg]h(xB) [-]hav [-]
01.743.7014.2194.490.83530.590.1581.067360.1962
15.574.4616.1095.020.89728.480.2451.153040.2519
27.765.9519.1295.270.97421.720.4691.255980.4563
47.466.2020.0295.240.98120.670.4711.263880.2035
77.476.2020.0295.230.98220.260.4821.265460.4313
124.896.1121.7595.120.98820.590.4881.271640.6774
174.896.1121.7595.120.98820.590.4681.271640.2760
208.985.7321.7395.120.98721.010.4681.270560.7060
2510.874.7025.3094.820.99622.130.4911.277590.3893
3010.374.6526.0194.750.99722.060.4991.278490.3301
4010.894.9025.9594.740.99920.110.4991.279990.8119
6010.894.9025.9594.740.99920.090.4991.279990.8556

As presented within the table, the result closest to the optimal result has been obtained after approximately 40 time-steps. During the whole optimization process, determination of a new position, according to (2), was only achieved in four cases. The movement trajectory of bats in successive time steps may be strongly dependent on the BA algorithm parameters.

The statistical data obtained during the test runs of the software are presented in Table 2. The mean values and standard deviations for the design variables and components of the objective function have been determined from 15 runs of the program.

Table 2

Statistical data for BA in 15 optimization processes

rmgmlmη(xB)cosφ(xB)mm(xB)
Best10.8414.90325.95394.7390.9990.500
Worst10.6875.17625.42794.8070.9980.497
Mean10.7895.01726.19294.7410.99890.499
Standard deviation0.48080.1011.58680.04660.00040.009

The mean value of the efficiency and power factor is close to the best result. Also the value of standard deviation for those functional parameters is very small. The imposed constraints were fulfilled in all considered cases. Similarly, the standard deviations for imposed constraints also have very small values.

5 The bat algorithm versus particle swarm optimization

The results of the optimization process of two non-deterministic optimization algorithms have been compared. The BA and PSO methods have been taken into consideration. Both versions of the software have been equipped with the same mathematical model of the motor. The initial population was the same for both tested algorithms. Also, the parameters of the optimization procedure (λ1, λ2 and a), permissible values (mz and Tz) and reference values (η0 and cos φ0) were the same.

The control parameters of the PSO procedure were selected on the basis of author’s experience [14]. The optimization calculations on a swarm with N = 50 have been executed. Table 3 shows a comparison between BA and PSO algorithms.

Table 3

Comparison of the parameters for the best individual for BA and PSO algorithms

Algorithmrm [mm]gm[mm]lm[mm]η(xB) [%]cosφ(xB) [–]mm(xB)[Nm]
BA10.8414.903525.95394.7390.99870.4999
PSO10.9125.078726.07894.7400.99870.4999

As it can be observed, the values of functional parameters and constraints are similar. On the other hand, the values of design variables for the PSO algorithm are close to the mean values obtained from 15 runs of the process with the BA algorithm.

Changes to the modified objective function for the BA and the PSO algorithms have been analyzed. The values of the modified objective function for the best individual in the colony/swarm were considered. The results are shown in Figure 3.

Figure 3 Comparison between BA and PSO algorithms
Figure 3

Comparison between BA and PSO algorithms

According to Figure 3, it can be noticed that the classical PSO algorithm ensures faster convergence in comparison to the BA. The PSO achieves the optimal value of objective function even with far fewer numbers of time-steps. However, at the initial stage of optimization, the bat algorithm was much better.

It is interesting to observe the change of value of the total mass of permanent magnet material in the successive time steps j. The values of mm for the best individuals were analyzed. The results are presented in Figure 4.

Figure 4 Change of the value of mass of the best individual in swarm/colony for BA and PSO algorithms
Figure 4

Change of the value of mass of the best individual in swarm/colony for BA and PSO algorithms

For the PSO algorithm the oscillations has been observed during the optimization process. In spite of the rapid changes at the initial stage of the optimization process, the imposed constraint is reached with far fewer time steps in comparison to BA. However, in the case of the BA method, the value of mm never exceeds the imposed value.

6 Conclusions

This paper presents the application of the bat algorithm for the rotor structure optimization of the line-start permanent magnet synchronous motor. The results of test calculations are encouraging. In the author’s opinion the BA algorithm seems to be an interesting method in relation to other well-known non-deterministic optimization methods, in particular PSO and GA. The algorithm may be applied for solving complex designing problems of optimization of permanent-magnet machines.

Throughout the presented results for both optimization algorithms, it was observed that the PSO algorithm allows for better convergence to be achieved in comparison with the BA algorithm. In order to improve the convergence and quality of the solution of the bat algorithm, the modifications of the classical method should be introduced.

References

[1] Petrow I., Ponomarew P., Alexandrova Y., Pyrhönen J., Unequal teeth widths for torque reduction in permanent magnet synchronous machines with fractional–slot non–overlapping winding, IEEE Transactions on Magnetics, 2015, 51, 825 – 832.10.1109/TMAG.2014.2355178Search in Google Scholar

[2] Aliabad D., Miraslim M., Ershad N. F., Line–start permanent–magnet motors: significant improvements in starting torque, synchronization and steady–state performance, IEEE Transactions on Magnetics, 2010, 46, 4066 – 4072.10.1109/TMAG.2010.2070876Search in Google Scholar

[3] Lu X., Iyer K. L. V., Mukherjee K., Kar N. C., A novel two-axis theory-based experimental approach towards determination of magnetization characteristic of line-start permanent magnet synchronous machines, IEEE Transactions on Magnetics, 2013, 49, 4733 – 4737.10.1109/TMAG.2013.2259152Search in Google Scholar

[4] Paplicki P., A novel rotor design for a hybrid excited synchronous machine, Archives of Electrical Engineering, 2017, 66, 29 – 40.10.1515/aee-2017-0003Search in Google Scholar

[5] Jędryczka C., Nowak M., Radziuk K., Stachowiak D., Hybridmagnets in line start synchronous motors, Przegląd Elektrotechniczny, 2013, 9, 44 – 48.Search in Google Scholar

[6] Mikołajewicz J., Nowak L., Reducing power loses in axisymmetric electromechanical converters, COMPEL, 2006, 25, 117-127.10.1108/03321640610634380Search in Google Scholar

[7] Barański M., Szeląg W., Jędryczka C., Influence of temperature on partial demagnetization of the permanent magnets during starting process of line start permanent magnet synchronous motor, International Symposium on Electrical Machines (18-21 June 2017, Naleczow, Poland), 10.1109/ISEM.2017.7993535.Search in Google Scholar

[8] Knypiński Ł., Nowak L., Demenko A., Optimization of the synchronous motor with hybrid permanent magnet excitation system, COMPEL, 2015, 34, 448 – 455.10.1108/COMPEL-08-2014-0216Search in Google Scholar

[9] Haibin D., Li S., Shi Y., Predator–prey brain storm optimization for DC brushless motor, IEEE Transactions on Magnetics, 2013, 10, 5336 – 5340.10.1109/TMAG.2013.2262296Search in Google Scholar

[10] Cvetovski G., Petkowska L., Optimal design of axial flux permanent magnet motor using Cuckoo search, Przegląd Elektrotechniczny, 2016, 12, 25 – 28.10.15199/48.2016.12.07Search in Google Scholar

[11] Khazaei S., Tahani A., Yazdani-Asrami M., Gholamian A., Optimal design of three phase surface mounted permanent magnet synchronous motor by particle swarm optimization and bees algorithm for minimum volume and maximum torque, Journal of Advanced in Computer Research, 2015, 6, 83 – 98.Search in Google Scholar

[12] Moussouni F., Brisset S., Brochet P., Comparison of two multi–agents ACO and PSO for optimization of a brushless DC wheel motor, Intelligent Computer Techniques in Applied Electromagnetic Systems, Springer, 2008, 3 – 10.10.1007/978-3-540-78490-6_1Search in Google Scholar

[13] Yang X. S., Gandomi A. H., Bat algorithm: a novel approach for global engineering optimization, Engineering Computations: International Journal for Computer–Aided Engineering and Software, 2012, 29, 464 – 483.10.1108/02644401211235834Search in Google Scholar

[14] Siva Rama Rao K., Bin Othman A. H., Design optimization of a BLDC motor by genetic algorithm and simulated annealing, International Conference on Intelligent and Advanced Systems, 2007, 43 – 48.10.1109/ICIAS.2007.4658508Search in Google Scholar

[15] Knypiński Ł., Jędryczka C., Demenko A., Influence of the shape of squirrel cage bars on the dimensions of permanent magnets in an optimized line-start permanent magnet synchronous motor, COMPEL, 2017, 36, 298 – 308.10.1108/COMPEL-03-2016-0103Search in Google Scholar

[16] Bednarek K., Electrodynamic calculations and optimal designing of heavy-current lines, Przeglad Elektrotechniczny, 2008, 12, 138 – 141.Search in Google Scholar

[17] Nowak L., Knypiński Ł., Jędryczka C., Kowalski K., Decomposition of the compromise objective function in the permanent magnet synchronous motor optimization, COMPEL, 2015, 34, 496 – 504.10.1108/COMPEL-07-2014-0173Search in Google Scholar

[18] Bora T. C., dos S. Coelho L., Lebensztajn L., Bat-inspired optimization approach for the brushless DC wheel motor problem, Transactions on Magnetics, 2012, 48, 947 – 950.10.1109/TMAG.2011.2176108Search in Google Scholar

Received: 2017-11-8
Accepted: 2017-11-22
Published Online: 2017-12-29

© 2017 Ł. Knypiński

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.

Articles in the same Issue

  1. Regular Articles
  2. Analysis of a New Fractional Model for Damped Bergers’ Equation
  3. Regular Articles
  4. Optimal homotopy perturbation method for nonlinear differential equations governing MHD Jeffery-Hamel flow with heat transfer problem
  5. Regular Articles
  6. Semi- analytic numerical method for solution of time-space fractional heat and wave type equations with variable coefficients
  7. Regular Articles
  8. Investigation of a curve using Frenet frame in the lightlike cone
  9. Regular Articles
  10. Construction of complex networks from time series based on the cross correlation interval
  11. Regular Articles
  12. Nonlinear Schrödinger approach to European option pricing
  13. Regular Articles
  14. A modified cubic B-spline differential quadrature method for three-dimensional non-linear diffusion equations
  15. Regular Articles
  16. A new miniaturized negative-index meta-atom for tri-band applications
  17. Regular Articles
  18. Seismic stability of the survey areas of potential sites for the deep geological repository of the spent nuclear fuel
  19. Regular Articles
  20. Distributed containment control of heterogeneous fractional-order multi-agent systems with communication delays
  21. Regular Articles
  22. Sensitivity analysis and economic optimization studies of inverted five-spot gas cycling in gas condensate reservoir
  23. Regular Articles
  24. Quantum mechanics with geometric constraints of Friedmann type
  25. Regular Articles
  26. Modeling and Simulation for an 8 kW Three-Phase Grid-Connected Photo-Voltaic Power System
  27. Regular Articles
  28. Application of the optimal homotopy asymptotic method to nonlinear Bingham fluid dampers
  29. Regular Articles
  30. Analysis of Drude model using fractional derivatives without singular kernels
  31. Regular Articles
  32. An unsteady MHD Maxwell nanofluid flow with convective boundary conditions using spectral local linearization method
  33. Regular Articles
  34. New analytical solutions for conformable fractional PDEs arising in mathematical physics by exp-function method
  35. Regular Articles
  36. Quantum mechanical calculation of electron spin
  37. Regular Articles
  38. CO2 capture by polymeric membranes composed of hyper-branched polymers with dense poly(oxyethylene) comb and poly(amidoamine)
  39. Regular Articles
  40. Chain on a cone
  41. Regular Articles
  42. Multi-task feature learning by using trace norm regularization
  43. Regular Articles
  44. Superluminal tunneling of a relativistic half-integer spin particle through a potential barrier
  45. Regular Articles
  46. Neutrosophic triplet normed space
  47. Regular Articles
  48. Lie algebraic discussion for affinity based information diffusion in social networks
  49. Regular Articles
  50. Radiation dose and cancer risk estimates in helical CT for pulmonary tuberculosis infections
  51. Regular Articles
  52. A comparison study of steady-state vibrations with single fractional-order and distributed-order derivatives
  53. Regular Articles
  54. Some new remarks on MHD Jeffery-Hamel fluid flow problem
  55. Regular Articles
  56. Numerical investigation of magnetohydrodynamic slip flow of power-law nanofluid with temperature dependent viscosity and thermal conductivity over a permeable surface
  57. Regular Articles
  58. Charge conservation in a gravitational field in the scalar ether theory
  59. Regular Articles
  60. Measurement problem and local hidden variables with entangled photons
  61. Regular Articles
  62. Compression of hyper-spectral images using an accelerated nonnegative tensor decomposition
  63. Regular Articles
  64. Fabrication and application of coaxial polyvinyl alcohol/chitosan nanofiber membranes
  65. Regular Articles
  66. Calculating degree-based topological indices of dominating David derived networks
  67. Regular Articles
  68. The structure and conductivity of polyelectrolyte based on MEH-PPV and potassium iodide (KI) for dye-sensitized solar cells
  69. Regular Articles
  70. Chiral symmetry restoration and the critical end point in QCD
  71. Regular Articles
  72. Numerical solution for fractional Bratu’s initial value problem
  73. Regular Articles
  74. Structure and optical properties of TiO2 thin films deposited by ALD method
  75. Regular Articles
  76. Quadruple multi-wavelength conversion for access network scalability based on cross-phase modulation in an SOA-MZI
  77. Regular Articles
  78. Application of ANNs approach for wave-like and heat-like equations
  79. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  80. Study on node importance evaluation of the high-speed passenger traffic complex network based on the Structural Hole Theory
  81. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  82. A mathematical/physics model to measure the role of information and communication technology in some economies: the Chinese case
  83. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  84. Numerical modeling of the thermoelectric cooler with a complementary equation for heat circulation in air gaps
  85. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  86. On the libration collinear points in the restricted three – body problem
  87. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  88. Research on Critical Nodes Algorithm in Social Complex Networks
  89. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  90. A simulation based research on chance constrained programming in robust facility location problem
  91. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  92. A mathematical/physics carbon emission reduction strategy for building supply chain network based on carbon tax policy
  93. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  94. Mathematical analysis of the impact mechanism of information platform on agro-product supply chain and agro-product competitiveness
  95. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  96. A real negative selection algorithm with evolutionary preference for anomaly detection
  97. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  98. A privacy-preserving parallel and homomorphic encryption scheme
  99. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  100. Random walk-based similarity measure method for patterns in complex object
  101. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  102. A Mathematical Study of Accessibility and Cohesion Degree in a High-Speed Rail Station Connected to an Urban Bus Transport Network
  103. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  104. Design and Simulation of the Integrated Navigation System based on Extended Kalman Filter
  105. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  106. Oil exploration oriented multi-sensor image fusion algorithm
  107. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  108. Analysis of Product Distribution Strategy in Digital Publishing Industry Based on Game-Theory
  109. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  110. Expanded Study on the accumulation effect of tourism under the constraint of structure
  111. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  112. Unstructured P2P Network Load Balance Strategy Based on Multilevel Partitioning of Hypergraph
  113. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  114. Research on the method of information system risk state estimation based on clustering particle filter
  115. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  116. Demand forecasting and information platform in tourism
  117. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  118. Physical-chemical properties studying of molecular structures via topological index calculating
  119. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  120. Local kernel nonparametric discriminant analysis for adaptive extraction of complex structures
  121. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  122. City traffic flow breakdown prediction based on fuzzy rough set
  123. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  124. Conservation laws for a strongly damped wave equation
  125. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  126. Blending type approximation by Stancu-Kantorovich operators based on Pólya-Eggenberger distribution
  127. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  128. Computing the Ediz eccentric connectivity index of discrete dynamic structures
  129. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  130. A discrete epidemic model for bovine Babesiosis disease and tick populations
  131. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  132. Study on maintaining formations during satellite formation flying based on SDRE and LQR
  133. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  134. Relationship between solitary pulmonary nodule lung cancer and CT image features based on gradual clustering
  135. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  136. A novel fast target tracking method for UAV aerial image
  137. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  138. Fuzzy comprehensive evaluation model of interuniversity collaborative learning based on network
  139. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  140. Conservation laws, classical symmetries and exact solutions of the generalized KdV-Burgers-Kuramoto equation
  141. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  142. After notes on self-similarity exponent for fractal structures
  143. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  144. Excitation probability and effective temperature in the stationary regime of conductivity for Coulomb Glasses
  145. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  146. Comparisons of feature extraction algorithm based on unmanned aerial vehicle image
  147. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  148. Research on identification method of heavy vehicle rollover based on hidden Markov model
  149. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  150. Classifying BCI signals from novice users with extreme learning machine
  151. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  152. Topics on data transmission problem in software definition network
  153. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  154. Statistical inferences with jointly type-II censored samples from two Pareto distributions
  155. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  156. Estimation for coefficient of variation of an extension of the exponential distribution under type-II censoring scheme
  157. Special issue on Nonlinear Dynamics in General and Dynamical Systems in particular
  158. Analysis on trust influencing factors and trust model from multiple perspectives of online Auction
  159. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  160. Coupling of two-phase flow in fractured-vuggy reservoir with filling medium
  161. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  162. Production decline type curves analysis of a finite conductivity fractured well in coalbed methane reservoirs
  163. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  164. Flow Characteristic and Heat Transfer for Non-Newtonian Nanofluid in Rectangular Microchannels with Teardrop Dimples/Protrusions
  165. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  166. The size prediction of potential inclusions embedded in the sub-surface of fused silica by damage morphology
  167. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  168. Research on carbonate reservoir interwell connectivity based on a modified diffusivity filter model
  169. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  170. The method of the spatial locating of macroscopic throats based-on the inversion of dynamic interwell connectivity
  171. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  172. Unsteady mixed convection flow through a permeable stretching flat surface with partial slip effects through MHD nanofluid using spectral relaxation method
  173. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  174. A volumetric ablation model of EPDM considering complex physicochemical process in porous structure of char layer
  175. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  176. Numerical simulation on ferrofluid flow in fractured porous media based on discrete-fracture model
  177. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  178. Macroscopic lattice Boltzmann model for heat and moisture transfer process with phase transformation in unsaturated porous media during freezing process
  179. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  180. Modelling of intermittent microwave convective drying: parameter sensitivity
  181. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  182. Simulating gas-water relative permeabilities for nanoscale porous media with interfacial effects
  183. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  184. Simulation of counter-current imbibition in water-wet fractured reservoirs based on discrete-fracture model
  185. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  186. Investigation effect of wettability and heterogeneity in water flooding and on microscopic residual oil distribution in tight sandstone cores with NMR technique
  187. Special Issue on Advances on Modelling of Flowing and Transport in Porous Media
  188. Analytical modeling of coupled flow and geomechanics for vertical fractured well in tight gas reservoirs
  189. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  190. Special Issue: Ever New "Loopholes" in Bell’s Argument and Experimental Tests
  191. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  192. The ultimate loophole in Bell’s theorem: The inequality is identically satisfied by data sets composed of ±1′s assuming merely that they exist
  193. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  194. 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
  195. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  196. Rhetoric, logic, and experiment in the quantum nonlocality debate
  197. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  198. What If Quantum Theory Violates All Mathematics?
  199. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  200. Relativity, anomalies and objectivity loophole in recent tests of local realism
  201. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  202. The photon identification loophole in EPRB experiments: computer models with single-wing selection
  203. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  204. Bohr against Bell: complementarity versus nonlocality
  205. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  206. Is Einsteinian no-signalling violated in Bell tests?
  207. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  208. Bell’s “Theorem”: loopholes vs. conceptual flaws
  209. Special Issue on Ever-New "Loopholes" in Bell’s Argument and Experimental Tests
  210. Nonrecurrence and Bell-like inequalities
  211. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  212. Three-dimensional computer models of electrospinning systems
  213. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  214. Electric field computation and measurements in the electroporation of inhomogeneous samples
  215. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  216. Modelling of magnetostriction of transformer magnetic core for vibration analysis
  217. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  218. Comparison of the fractional power motor with cores made of various magnetic materials
  219. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  220. Dynamics of the line-start reluctance motor with rotor made of SMC material
  221. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  222. Inhomogeneous dielectrics: conformal mapping and finite-element models
  223. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  224. Topology optimization of induction heating model using sequential linear programming based on move limit with adaptive relaxation
  225. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  226. Detection of inter-turn short-circuit at start-up of induction machine based on torque analysis
  227. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  228. Current superimposition variable flux reluctance motor with 8 salient poles
  229. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  230. Modelling axial vibration in windings of power transformers
  231. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  232. Field analysis & eddy current losses calculation in five-phase tubular actuator
  233. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  234. Hybrid excited claw pole generator with skewed and non-skewed permanent magnets
  235. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  236. Electromagnetic phenomena analysis in brushless DC motor with speed control using PWM method
  237. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  238. Field-circuit analysis and measurements of a single-phase self-excited induction generator
  239. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  240. A comparative analysis between classical and modified approach of description of the electrical machine windings by means of T0 method
  241. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  242. Field-based optimal-design of an electric motor: a new sensitivity formulation
  243. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  244. Application of the parametric proper generalized decomposition to the frequency-dependent calculation of the impedance of an AC line with rectangular conductors
  245. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  246. Virtual reality as a new trend in mechanical and electrical engineering education
  247. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  248. Holonomicity analysis of electromechanical systems
  249. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  250. An accurate reactive power control study in virtual flux droop control
  251. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  252. Localized probability of improvement for kriging based multi-objective optimization
  253. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  254. Research of influence of open-winding faults on properties of brushless permanent magnets motor
  255. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  256. Optimal design of the rotor geometry of line-start permanent magnet synchronous motor using the bat algorithm
  257. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  258. Model of depositing layer on cylindrical surface produced by induction-assisted laser cladding process
  259. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  260. Detection of inter-turn faults in transformer winding using the capacitor discharge method
  261. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  262. A novel hybrid genetic algorithm for optimal design of IPM machines for electric vehicle
  263. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  264. Lamination effects on a 3D model of the magnetic core of power transformers
  265. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  266. Detection of vertical disparity in three-dimensional visualizations
  267. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  268. Calculations of magnetic field in dynamo sheets taking into account their texture
  269. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  270. 3-dimensional computer model of electrospinning multicapillary unit used for electrostatic field analysis
  271. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  272. Optimization of wearable microwave antenna with simplified electromagnetic model of the human body
  273. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  274. Induction heating process of ferromagnetic filled carbon nanotubes based on 3-D model
  275. Special Issue: The 18th International Symposium on Electromagnetic Fields in Mechatronics, Electrical and Electronic Engineering ISEF 2017
  276. Speed control of an induction motor by 6-switched 3-level inverter
Downloaded on 12.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/phys-2017-0119/html
Scroll to top button