Nonconventional Technologies Review no. 2/2011 INDUCTION HEATING DEVICE METAMODELING APPROACH

Size: px
Start display at page:

Download "Nonconventional Technologies Review no. 2/2011 INDUCTION HEATING DEVICE METAMODELING APPROACH"

Transcription

1 INDUCTION HEATING DEVICE METAMODELING APPROACH MASTEI Daniela 1, VLADU Ecaterina 2, NOVAC Mihaela 3 1 University of Oradea, Romania, mdani@uoradea.ro 2 University of Oradea, Romania, evladu@uoradea.ro 3 University of Oradea, Romania, mnovac@uoradea.ro ABSTRACT: In the context of the optimal design of electromagnetic devices, complex and computational expensive models based on finite element method (FEM) are to be used, which leads to almost impracticable robust design or optimization. Alternative to the expensive models, metamodels offer fast predictions which might facilitate these processes. This paper investigates the applicability of metamodels in the design of electromagnetic devices, particularly in induction heating processes. It explores the use of Kriging interpolation based models in a procedure where the expensive model is based on the FEM method. KEYWORDS: induction heating, modeling, metamodeling, surrogate modeling, Kriging interpolation, finite element method. 1. INTRODUCTION Computer modeling of induction heating devices allows analyzing and designing the induction heating system fulfilling conditions of improved efficiency and desired temperature profile. Induction heating modeling involves different areas of physics such as heat transfer and electromagnetism. Some material properties depend on the heat, which requires coupling of these phenomena. Optimal design of induction heating devices usually requires optimization of multimodal, nonlinear s which leads to time-expensive design process. However, due to this computational cost, metamodeling techniques have become indispensable. The basic idea is to build approximations of expensive models (which will be referred to as computational models) with approximate analytical models that are more efficient in terms of computing time and the necessary hardware resources. Approximation aims to achieve a global metamodel as accurately as possible, at reasonable cost, and the models are called metamodels, response surface models or surrogate models, their running time being smaller several times than the running time of the computational model [12]. 2. THE COMPUTATIONAL MODEL This paper uses as computational model a 2D numerical model intended to perform 43 simulations with different values of the design parameters.the model was built by using FEM method to solve the coupled electromagnetic and thermal problem, based on the Matlab Partial Differential Equation (PDE) Toolbox. This paragraph briefly presents the computational model [10]. The considered problem involves the induction heating process of a cylindrical worpiece. The heater is double sided, heating in longitudinal field without magnetic core. The device has a cylindrical symmetry so that the problem is reduced to a 2Dproblem in the plane Orz (Fig.1). We ignore the eddy currents in the coil. The domain for the magnetic field can be reduced to a quarter of the device bounded by a boundary at a finite distance from the device. For the thermal field we consider the worpiece as the analysis domain. The penetration depth of the magnetic field in the worpiece imposes the overlapping domains for the two fields. The numerical model is considered in cylindrical coordinates with the axis Or and Oz. The mathematical model of the electromagnetic field is given by relation (1) and of the thermal field by (2): rot( 1 jωa rota) + = J μ ρ s (1) γc T t + div(λgradt) = p (2) Where A is the magnetic vector potential, J s is the current density, μ is the magnetic permeability, ω = 2πf, f is the frequency, T is

2 the temperature, ρ is the resistivity, λ is the thermal conductivity, γc is the specific caloric capacity and p is the density of the power produced by Joule effect which is given by relation (3): p = ω 2 A 2 (3) ρ z M Q O R S Fig. 1. The considered magnetic field domain In relation (1), the second term is the induced current density, which has a non null value only in the worpiece. The magnetic field domain considered is presented in Fig. 1, which is a quarter of the device. The MN and NP lines are approximated to be the infinite boundary, where the potential vector A has null value. The other magnetic field boundaries are the Oz axis, which is parallel with the magnetic field lines and the axis Or, which is normal on the magnetic field lines. For the thermal field, the domain analysis is the worpiece. On the boundaries OS and OQ, the thermal flux has null value. Instead, on the boundaries QR and RS convection and radiation losses occur, by satisfying the boundary condition given by relation (4) λ T = α(t T n a ) (4) Where T a is the ambient temperature. The input values that are supposed to be nown are: the frequency of the power inductor, the average current density in the inductor relative to the depth of penetration, the geometrical dimensions and the physical properties of the worpiece and of the inductor, the initial temperature of the worpiece, the average final temperature. The cylindrical piece heated in the inductor is built from steel, has a diameter of 80 mm and 800 mm in length. The design parameters are: frequency f of the supplied voltage, the inductor length Li and the air-gap h between the piece and the inductor. P r N 44 The mathematical model for coupled fields involves relations (1), (2) and (3). Combining these equations yields a coupled system of non-linear equations. To solve this system we develop a numerical model based on the finite-element method. After the geometry is defined, a discrete spatial mesh is defined by a number of nodes. The unnown values of the problem are the temperature T and the magnetic vector potential, [18]. The thermal field affects many material properties that influence the electromagnetic field in a direct or indirect way. These thermal dependencies occur as part of nonlinear coefficients in the electromagnetic equations. An important temperature dependent characteristic, directly affecting the electrical current distribution, is the electrical conductivity ς. The magnetic properties of metallic materials with a small hysteresis loop, such as ferromagnetic laminations, have a temperature dependent permeability. All those materials have, apart from the saturation phenomenon, a transition temperature named Curie temperature T C, beyond which the magnetic properties vanish. The electromagnetic field depends directly on the temperature distribution through material properties, [4]. The main problem is related to the time step choice in the simulation. If a very small but stable time step, related to the magnetic field dynamics is used, yields an extremely long computation time. If a large time step related to the thermal time step is used, the problem requires special, expensive integration methods in order to obtain a stable computation. The considered method assumes that one of the sub-problems is in a steady state. The magnetic field is recomputed after every time step. The implemented algorithm consists in 3 major steps repeated until the worpiece is heated to the final temperature: a. Define the geometry and generate the mesh; isolate the triangles in the worpiece. On a distance equal to the one of penetration depth generate a set of triangles corresponding to the initial ones, having the sides on the worpiece, for the thermal process. b. Solve magnetic problem. c. Solve thermal problem; adjust the time step; Update material properties.

3 Finally, compute the efficiency and the temperature gap in the worpiece. Electrical efficiency is defined in relation (5): η = P wp P tot (5) Where P tot is the total active power supplied to the system P wp active power dissipated in the worpiece. The temperature gap is given by relation (6): T gap = T max T min (6) Where T max is the maximum temperature and T min the minimum temperature in the worpiece. Although adapting the time step was considered, the simulation time is considerable, especially if the model is intended to be used in some optimization processes. Consequently, there is great interest in techniques that facilitate the construction of surrogate models, while minimizing the computational cost and maximizing model accuracy. The next paragraph introduces some surrogate modeling techniques, emphasizing the models based on Kriging interpolation. 3. SURROGATE MODELING Constructing a surrogate model involves selecting the experiments performed on the computational model, deciding the model type and tuning it with the available data, as shown in Fig. 2. Selecting experiments Selecting surrogate model type Input Data intrare Computation al model Tuning the surrogate model based on available data Surrogate model Data evaluation result Fig. 2. Constructing a surrogate model Surrogate model construction uses predictions based on limited information and simplifying assumptions [8], [3], [9]. One of the main simplifying assumptions supposes that the describing the model is continuous and smooth. Methods such as radial basis, support vector 45 regression, Kriging interpolation and others are based on such assumptions. Additional assumptions can be used regarding the form of the, for example by applying a polynomial regression. Surrogate modeling is building a model denoted f(x) using available data x i and evaluation of the tuning errors ε(x) for the model f. Using the surrogate model, a prediction in x is defined by (7): f p (x) = f(x) + ε (x) (7) To build the surrogate model, in the literature there are several types of possible models. This section will present some significant models, which are addressed in [8], [3] and [9] Response Surface Methodology (RSM) The models used in RSM approximation are polynomials of low degree. For a small curvature, a first order polynomial can be used (8): f(x) = β 0 + i=1 β i x i (8) For more significant curvatures, second order polynomials are used, which includes all available interactions between two factors (9): f(x) = β 0 + i=1 β i x i + i=1 β ii x 2 i + j =1,i<j β ij i=1 x i x j (9) The unnown coefficients of polynomials of (8) and (9) are usually determined by least square fitting. The disadvantage of RSM consists in the fact that, for complex nonlinear models high order polynomials are to be used [15], [14], [11], [13], [7] and [3] Artificial Neural Networs A neural networ consists of neurons, which are multiple linear regression models fitted with a nonlinear. Neurons are assembled into complex structures that define the networ architecture. The networ weights are the unnown values to be found. For modeling through artificial neural networs, firstly their architecture is to be defined. Secondly, networ training and adjusting weights is performed. In [5], an adaptive modeling algorithm based on neural networs is presented, compared with other methods on a number of problems Kriging interpolation Kriging is an interpolation method which uses statistical models that will produce,

4 besides the prediction, some other results such as standard prediction error etc. Kriging [3], assumes that the data comes from a stationary stochastic process (some variants of the method also assume a normal distribution of data). Kriging is an interpolation method named after the engineer DG Krige from South Africa, the inventor of the method. Being f an unnown real valued, Kriging interpolation f(x 0 ) predicted in x 0, based on the nown values in the points x 1, x 2,...,x n which are different from x 0 is given by (10): n f(x 0 ) = i=1 λ i (x 0 )f(x i ) (10) where λ i (x 0 ) are unown coefficients to be found by means of a stationar random F(X i ). The estimation error is the difference between the estimated and the true value in the same point (11): r i = f i f i (11) The average error for a number of estimates is given by (12): m r = 1 r i=1 i = 1 f i=1 i f i (12) In [6], [1], [2] the theoretical basis of Kriging interpolation is presented. There are several types of Kriging interpolation having different degrees of complexity, such as: - Normal Kriging; - Simple Kriging; - Universal Kriging. Simple Kriging is based on the assumption that the mean and covariance of F(x) are nown, while Normal Kriging considers in addition that the mean value of n F(x) is null and i=1 λ i = 1. Universal Kriging allows the user to specify a polynomial deviation from the mean in the data related to the process to be modeled Optimizations based on surrogate models. In the last decade has been shown that surrogate modeling has a decisive role in supporting optimal design in engineering activities [8], [17] and [16]. Optimization based on surrogate modeling is a sequential process consisting essentially in the following steps: 1. Choice of optimization variables, based on their importance as determined by preliminary experiments; 2. Setting values for the variables that 46 become inputs for the computational model (expensive model) based on a predefined strategy and performance evaluation; 3. Selecting the type of the surrogate model; 4. Building the surrogate model using the outputs of the computational model (available information); 5. Optimization using the surrogate model to find new points of interest for the considered computational model; 6. Tuning the surrogate model taing into account the additional information available; 7. Return to step 4 until a stopping criterion is fulfilled. Optimal inductor design problem can be solved using the surrogate model DACE toolbox In order to build a surrogate model for the induction heating device presented in paragraph 2, the DACE toolbox (Design and Analysis of Computer Experiments) was used. DACE is a Matlab toolbox specialized in Kriging interpolation, [2]. Using the data obtained from experiments, the toolbox builds a model of type universal Kriging which can be used as a surrogate model for the computation model. The surrogate model can be used to predict the model outputs for new entries for which the outputs are not nown from the experiments. The toolbox returns also the estimation error for each input, allowing to evaluate the quality of the generated model. The DACE toolbox modeling is named dacefit. Calling this with arguments specifying the available data (x i and f i ), a polynomial of -degree that models the bias of the data and the correlation of the model, will return the Kriging model in the form of a complex data structure, as shown in Fig. 3. DACE toolbox implements the following correlation s: linear, Gaussian, exponential, spleen and spherical. The bias of the data is implemented by polynomial of degree 0, 1 and 2. The estimation of the DACE Toolbox is named predictor. Calling this with an argument specifying the Kriging model previously generated and the points where data is to be estimated, the toolbox returns the estimated values and the corresponding estimation error denoted er i., as presented in Fig. 4.

5 x i, values for the variables f i, the values in x i degree polinomial Correlation Fig. 3. The DACE toolbox modeling Kriging type model x i, values for estimation points DACE Toolbox (dacefit ) DACE Toolbox (predictor funcion) Kriging type surrogate model Estimated values f i Estimation errors er i Fig. 4. The DACE toolbox predicting 4. BUILDING THE SURROGATE MODEL FOR THE INDUCTION HEATING DEVICE The inductor model resumed in paragraph 2 is used, with two objectives, Efficiency and T. The design variables are the frequency (f) and the inductor length/2 (L ind ). The range of these parameters is [500 Hz, 1500 Hz] for the frequency f and [0.40 m, 0.50 m] for L ind. These domains were divided each into 5 disjoint intervals, resulting 6 values for each parameter. A number of 6 2 = 36 combinations of parameters and corresponding values for the outputs were obtained by using the computation model (the numerical model implemented in Matlab by using the PDE toolbox), as presented in Table 1. Examining the values in Table 1 it can be seen that the two objectives tae values in different ranges. For this reason, a scaling operation is applied. Table 1. Data evaluation result f L ind Efficiency 500 0,40 0, , ,40 0, , ,40 0, , ,40 0, , ,40 0, , ,40 0, , ,42 0, , ,42 0, , ,42 0, , ,42 0,825 96, ,42 0,823 73, ,42 0, , ,44 0, , ,44 0,821 83, ,44 0, , ,44 0, , ,44 0, , ,44 0, , ,46 0,809 72, ,46 0, , ,46 0, , ,46 0, , ,46 0, , ,46 0, , ,48 0, , ,48 0, , ,48 0, , ,48 0, , ,48 0, , ,48 0, , ,50 0, , ,50 0, , ,50 0, , ,50 0, , ,50 0, , ,50 0, ,84 47

6 After scaling, the data having different upper and lower limits will tae values in the same range. Scaling can be done in different ways, the most common being orthogonal scaling. In this wor a scaling method which maps the values of the two considered objectives in the interval [0, 1], given by relations (13) and (14) was used: Gaussian, since it leads to the highest mean square errors of predictions for all polynomial s used. Generating further models, the most advantageous result are obtained for the polynomial of degree 4 and the spleen correlation. For these values, in the range of the design parameters, surrogate models were generated. T scal _i = Eff scal _i = T i T min T max T min (13) Eff i Eff min Eff max Eff min (14) Applying scaling for the data presented in Table 1 leads to the data presented in Table 2, where: T i is the unscaled value for the temperature gap; T scal _i is the corresponding scaled value. Similarly, Eff i is the unscaled value for the efficiency and Eff scal _i is the corresponding scaled value. Using the DACE toolbox to which we have added additional polynomial models of degree 3, 4 and 5 the surrogate model for the inductor heating device was generated. Some of the results are presented in Table 2. Table 2. Generating the surrogate models Pol. Correlation max err max model for err bias of for Eff for T the data Gr. 0 Linear 0, ,16450 Gr. 0 Gaussian 0, ,61329 Gr. 0 Exp. 0, ,18335 Gr. 0 Spleen 0, ,10749 Gr. 0 Spherical 0, ,12102 Gr. 1 Linear 0, ,17304 Gr. 1 Gaussian 0, ,47153 Gr. 1 Exp. 0, ,21428 Gr. 1 Spleen 0, ,09185 Gr. 1 Spherical 0, ,11682 Gr. 2 Linear 0, ,13250 Gr. 2 Gaussian 0, ,27007 Gr. 2 Exp 0, ,14012 Analyzing the obtained results in Table 2, it can be seen that the most disadvantageous correlation for the problem is the 48 Fig. 4. The Efficiency output for the surrogate model Figure 5 and 6 present the Efficiency output of the generated surrogate model, respectively the Temperature gap T output. Fig. 5. The Temperature gap output for the surrogate model In these figures, the blac points represent the initial available data assessed with the computation model. It can be seen that most of the points belong to the model s surface, except some insulated points. The predicted mean square error to the Efficiency is presented in figure 6.

7 optimal design tass result a minimal number of expensive evaluations. For the development of the metamodel an existing tool DACE has been used. The results suggest the potential of such modeling approach to be used as a tool for electromagnetic device design. Future wor includes using the obtained model in optimal design of the induction heating device by means of a multiobjective evolutionary search. REFERENCE [1] CHAO-YI L.: neurobio/land/oldstudentprojects/cs490-94to95/ clang/riging.html Fig. 6. The predicted error for the Efficiency objective In figure 7, the mean square error to the temperature gap is presented [2] LOPHAVEN S. N., NIELSEN H. B., SØNDERGAARD J.: Dace a Matlab Kriging Toolbox. Informatics and Mathematical modeling, Technical University of Denmar, 2002 [3] DONG Z.: A comparative study of metamodeling methods considering sample quality merits, Springer-Verlag, pp , Fig. 7. The predicted error for the temperature gap 5. CONCLUSION This wor provides an overview of several Surrogate-Based Optimization methods. The DACE toolbox is used to perform surrogate modeling of the induction heating device. The obtained model compares well against a reference design obtained by FEM method, so that the riging surrogate model is able to approximate accurately the two considered objective s: efficiency and temperature gap. By this way, in future 49 [4] DRIESEN J., RONNIE J. M.: Methodologies for Coupled Transient Electromagnetic-Thermal Finite-Element Modeling of Electrical Energy Transducers. IEEE, 2002 [5] GORISSEN D., HENDRICKX W., DHAENE T.:, Adaptive Global Metamodeling with Neural Networs, ESANN'2007 proceedings - European Symposium on Artificial Neural Networs Bruges (Belgium), 2007 [6] Groundwater Modeling System (GMS Software): Interpolation/Interpolation_Schemes/Kriging/ [7] HAFTKA R. T., E SCOTT. P., and CRUZ J. R.: Optimization and Experiments: A Survey. Applied Mechanics Review, 51(7), , 1998 [8] JIN R., CHEN W., SIMPSON, T. W.: Comparative studies of metamodeling techniques under multiple modelling criteria. Structural and Multidisciplinary Optimization, vol.23, pp.1 13, 2001 [9] KLEIJNEN J. P.C.: Kriging metamodeling in simulation: A review, European Journal of Operational Research 192 (2009) , [10] MASTEI, D.: Simulation of the coupled electromagnetic and thermal field in induction

8 heating processes. Journal of Electrical and Electronics Engineering (JEEE) vol 2, in press, Oradea, 2011 [11] NACEUR H., GUO Y. Q., BEN-ELECHI S.: Response surface methodology for design of sheet forming parameters to control springbac effects. Computers and Structures, vol. 84, pp , 2006 [12] NIELSEN, H.B.: Surrogate modelling by Kriging, [13] ORR M. J. L., Introduction to Radial Basis Function Networs, rbf/rbf.html [14] REDHE M., FORSBERG J., JANSSON T., MARKLUND P. O., NILSSON L.: Using the response surface methodology and the D- optimality criterion in crashworthiness related problems - an analysis of the surface approximation error versus the number of evaluations. Structural and Multidisciplinary Optimization, vol. 24, pp , 2002 [15] ROUX W. J., STANDER N., HAFTKA R. T: Response surface approximations for structural optimization. International Journal for Numerical Methods in Engineering, vol. 42, pp , 1998 [16] SIMPSON T. W.,, BOOKER A. GHOSH J., D., GIUNTA A. A., KOCH P. N., YANG R. J.: Approximation Methods in Multidis-ciplinary Analysis and Optimization: A Panel Discussion. Structural and Multidisciplinary Optimization, 27, , 2004 [17] WANG G. G., SHAN S.: Review of Metamodeling Techniques in Support of Engineering Design Optimization. ASME Transactions, Journal of Mechanical design, 2006 [18] CARSTEA, I.: Domain decomposition for coupled fields in electrical engineering. Finite elements. Theory and Advanced Applications. Published by WSEAS Press, ISBN: pp ,

A Finite Element Model for Numerical Analysis of Sintering

A Finite Element Model for Numerical Analysis of Sintering A Finite Element Model for Numerical Analysis of Sintering DANIELA CÂRSTEA High-School Group of Railways, Craiova ION CÂRSTEA Department of Computer Engineering and Communication University of Craiova

More information

Finite Element Analysis of the Transverse Flux Induction Heating of Moving Magnetic Steel Sheets

Finite Element Analysis of the Transverse Flux Induction Heating of Moving Magnetic Steel Sheets The 8 th International Symposium on ADVANCED TOPICS IN ELECTRICAL ENGINEERING The Faculty of Electrical Engineering, U.P.B., Bucharest, May 23-24, 2013 Finite Element Analysis of the Transverse Flux Induction

More information

Industrial Heating System Creating Given Temperature Distribution

Industrial Heating System Creating Given Temperature Distribution SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 5, No. 1, May 2008, 57-66 Industrial Heating System Creating Given Temperature Distribution Ilona Iatcheva 1, Ilonka Lilianova 2, Hristophor Tahrilov 2, Rumena

More information

Sensibility Analysis of Inductance Involving an E-core Magnetic Circuit for Non Homogeneous Material

Sensibility Analysis of Inductance Involving an E-core Magnetic Circuit for Non Homogeneous Material Sensibility Analysis of Inductance Involving an E-core Magnetic Circuit for Non Homogeneous Material K. Z. Gomes *1, T. A. G. Tolosa 1, E. V. S. Pouzada 1 1 Mauá Institute of Technology, São Caetano do

More information

A domain decomposition approach for coupled fields in induction heating devices

A domain decomposition approach for coupled fields in induction heating devices 6th WSEAS International Conference on SYSTEM SCIENCE and SIMULATION in ENGINEERING, Venice, Italy, November 2-23, 2007 63 A domain decomposition approach for coupled fields in induction heating devices

More information

Study and Characterization of the Limiting Thermal Phenomena in Low-Speed Permanent Magnet Synchronous Generators for Wind Energy

Study and Characterization of the Limiting Thermal Phenomena in Low-Speed Permanent Magnet Synchronous Generators for Wind Energy 1 Study and Characterization of the Limiting Thermal Phenomena in Low-Speed Permanent Magnet Synchronous Generators for Wind Energy Mariana Cavique, Student, DEEC/AC Energia, João F.P. Fernandes, LAETA/IDMEC,

More information

MULTIPHYSICS FINITE ELEMENT MODEL OF A CONTINUOUS THIN METALLIC SHEETS HEATER WITH ROTATING PERMANENT MAGNETS SYSTEM

MULTIPHYSICS FINITE ELEMENT MODEL OF A CONTINUOUS THIN METALLIC SHEETS HEATER WITH ROTATING PERMANENT MAGNETS SYSTEM U.P.B. Sci. Bull., Series C, Vol. 74, Iss. 2, 2012 ISSN 1454-234x MULTIPHYSICS FINITE ELEMENT MODEL OF A CONTINUOUS THIN METALLIC SHEETS HEATER WITH ROTATING PERMANENT MAGNETS SYSTEM Onur NEBI 1, Virgiliu

More information

SIMULATION MODEL OF INDUCTION HEATING IN COMSOL MULTIPHYSICS

SIMULATION MODEL OF INDUCTION HEATING IN COMSOL MULTIPHYSICS Acta Electrotechnica et Informatica, Vol. 15, No. 1, 2015, 29 33, DOI: 10.15546/aeei-2015-0005 29 SIMULATION MODEL OF INDUCTION HEATING IN COMSOL MULTIPHYSICS Matúš OCILKA, Dobroslav KOVÁČ Department of

More information

Prof. A. K. Al-Shaikhli, Asst. Prof. Abdul-Rahim T. Humod, Fadhil A. Hasan*

Prof. A. K. Al-Shaikhli, Asst. Prof. Abdul-Rahim T. Humod, Fadhil A. Hasan* International Journal of Scientific & Engineering Research, Volume 6, Issue 1, January-2015 174 Analysis of Heat Distribution for Different Types of Traveling Wave Induction Heater Based On 3D FEM Prof.

More information

Finite element analysis of an eddy current heater for wind or water kinetic energy conversion into heat

Finite element analysis of an eddy current heater for wind or water kinetic energy conversion into heat European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 1) Granada (Spain), 23th

More information

3D Finite Element Analysis of Flexible Induction Heating System of Metallic Sheets

3D Finite Element Analysis of Flexible Induction Heating System of Metallic Sheets 3D Finite Element Analysis of Flexible Induction Heating System of Metallic Sheets T. Tudorache, P. Deaconescu POLITEHNICA University of Bucharest, EPM_NM Laboratory 313 Splaiul Independentei, 642, Bucharest,

More information

Different Techniques for Calculating Apparent and Incremental Inductances using Finite Element Method

Different Techniques for Calculating Apparent and Incremental Inductances using Finite Element Method Different Techniques for Calculating Apparent and Incremental Inductances using Finite Element Method Dr. Amer Mejbel Ali Electrical Engineering Department Al-Mustansiriyah University Baghdad, Iraq amerman67@yahoo.com

More information

Coupled electromagnetic, thermal and stress analysis of large power electrical transformers

Coupled electromagnetic, thermal and stress analysis of large power electrical transformers Coupled electromagnetic, thermal and stress analysis of large power electrical transformers DANIELA CÂRSTEA High-School Group of Railways, Craiova ROMANIA ALEXANDRU ADRIAN CÂRSTEA University of Craiova

More information

Robust optimal design of a magnetizer to reduce the harmonic components of cogging torque in a HDD spindle motor

Robust optimal design of a magnetizer to reduce the harmonic components of cogging torque in a HDD spindle motor Microsyst Technol (2014) 20:1497 1504 DOI 10.1007/s00542-014-2153-4 Technical Paper Robust optimal design of a magnetizer to reduce the harmonic components of cogging torque in a HDD spindle motor Changjin

More information

Thermal analysis of magnetic shields for induction heating P. Sergeant 1,2 D. Hectors 3 L. Dupré 1 K. Van Reusel 1,3

Thermal analysis of magnetic shields for induction heating P. Sergeant 1,2 D. Hectors 3 L. Dupré 1 K. Van Reusel 1,3 Published in IET Electric Power Applications Received on 27th October 2008 Revised on 9th January 2009 ISSN 1751-8660 Thermal analysis of magnetic shields for induction heating P. Sergeant 1,2 D. Hectors

More information

1205. Optimal design of quadratic electromagnetic exciter

1205. Optimal design of quadratic electromagnetic exciter 1205. Optimal design of quadratic electromagnetic exciter Ji Hyun Choi 1, Chang Hyun Park 2, Jin Ho Kim 3 1, 3 Electric Motor and Actuator Laboratory, Department of Mechanical Engineering, Yeungnam University

More information

FIRETEANU Virgiliu 1, POPA Monica 2, PASCA Sorin 2, TARAS Petrica 1. 1 Introduction

FIRETEANU Virgiliu 1, POPA Monica 2, PASCA Sorin 2, TARAS Petrica 1. 1 Introduction Transversal flux scanning induction heating of magnetic nonlinear steel sheets with temperature dependent properties FIRETEANU Virgiliu 1, POPA Monica 2, PASCA Sorin 2, TARAS Petrica 1 (1. EPM_NM Laboratory,

More information

Neural Network Modeling of Parallel-Plain Fin Heat Sink

Neural Network Modeling of Parallel-Plain Fin Heat Sink International Journal of Applied Science and Technology Vol. 3 No. 3; March 2013 Neural Network Modeling of Parallel-Plain Fin Heat Sink Wafa Batayneh Mechanical Engineering Department Jordan University

More information

MODELLING AND TEMPERATURE REGULATION, USING A NEW MARERIAL FeNiCr ALLOY, IN INDUCTION COOKING DEVICE

MODELLING AND TEMPERATURE REGULATION, USING A NEW MARERIAL FeNiCr ALLOY, IN INDUCTION COOKING DEVICE MODELLING AND TEMPERATURE REGULATION, USING A NEW MARERIAL FeNiCr ALLOY, IN INDUCTION COOKING DEVICE Abdelkader KANSSAB (1), Mouloud FELIACHI (2), Abdelhalim ZAOUI (2) (1) Département d électrotechnique,

More information

Evolutionary Multiobjective. Optimization Methods for the Shape Design of Industrial Electromagnetic Devices. P. Di Barba, University of Pavia, Italy

Evolutionary Multiobjective. Optimization Methods for the Shape Design of Industrial Electromagnetic Devices. P. Di Barba, University of Pavia, Italy Evolutionary Multiobjective Optimization Methods for the Shape Design of Industrial Electromagnetic Devices P. Di Barba, University of Pavia, Italy INTRODUCTION Evolutionary Multiobjective Optimization

More information

Eddy Current Losses in the Tank Wall of Power Transformers

Eddy Current Losses in the Tank Wall of Power Transformers Eddy Current Losses in the Tank Wall of Power Transformers Erich Schmidt Institute of Electrical Drives and Machines, Vienna University of Technology A 14 Vienna, Austria, Gusshausstrasse 25 29 Phone:

More information

Calculation of equivalent magnetic permeability of ferromagnetic materials for modeling of three-dimensional eddy current fields

Calculation of equivalent magnetic permeability of ferromagnetic materials for modeling of three-dimensional eddy current fields Calculation of equivalent magnetic permeability of ferromagnetic materials for modeling of three-dimensional eddy current fields Sergey Karpushkin 1,*, Aleksey Glebov 1, and Sergey Karpov 1 1 Tambov State

More information

Automatic optimization of the cooling of injection mold based on the boundary element method

Automatic optimization of the cooling of injection mold based on the boundary element method Automatic optimization of the cooling of injection mold based on the boundary element method E. Mathey, L. Penazzi, F.M. Schmidt and F. Rondé-Oustau Research Center on Tools, Materials and Forming Processes,

More information

Finite Element Method based investigation of IPMSM losses

Finite Element Method based investigation of IPMSM losses Finite Element Method based investigation of IPMSM losses Martin Schmidtner 1, Prof. Dr. -Ing. Carsten Markgraf 1, Prof. Dr. -Ing. Alexander Frey 1 1. Augsburg University of Applied Sciences, Augsburg,

More information

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging

Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging 11 th International Conference on Quantitative InfraRed Thermography Inverse Heat Flux Evaluation using Conjugate Gradient Methods from Infrared Imaging by J. Sousa*, L. Villafane*, S. Lavagnoli*, and

More information

Integer weight training by differential evolution algorithms

Integer weight training by differential evolution algorithms Integer weight training by differential evolution algorithms V.P. Plagianakos, D.G. Sotiropoulos, and M.N. Vrahatis University of Patras, Department of Mathematics, GR-265 00, Patras, Greece. e-mail: vpp

More information

Virgiliu FIRETEANU, Alex-Ionel CONSTANTIN Patrick LOMBARD, Diana MAVRUDIEVA. FLUX Conference 2013, October 16-18, Aix-les-Bains, France

Virgiliu FIRETEANU, Alex-Ionel CONSTANTIN Patrick LOMBARD, Diana MAVRUDIEVA. FLUX Conference 2013, October 16-18, Aix-les-Bains, France Transverse Flux Induction Heating of the Magnetic Nonlinear Sheets. The Non-magnetic Sheet Model. Transversal Non-uniformity of Heating. Sheet Screening Optimization Virgiliu FIRETEANU, Alex-Ionel CONSTANTIN

More information

Review of Basic Electrical and Magnetic Circuit Concepts EE

Review of Basic Electrical and Magnetic Circuit Concepts EE Review of Basic Electrical and Magnetic Circuit Concepts EE 442-642 Sinusoidal Linear Circuits: Instantaneous voltage, current and power, rms values Average (real) power, reactive power, apparent power,

More information

Computational Investigation on the Use of FEM and RBF Neural Network in the Inverse Electromagnetic Problem of Parameter Identification

Computational Investigation on the Use of FEM and RBF Neural Network in the Inverse Electromagnetic Problem of Parameter Identification IAENG International Journal of Computer Science, 33:, IJCS_33 3 Computational Investigation on the Use of FEM and RBF Neural Network in the Inverse Electromagnetic Problem of Parameter Identification T

More information

Simulation and Experimental Validation of Induction Heating of MS Tube for Elevated Temperature NDT Application.

Simulation and Experimental Validation of Induction Heating of MS Tube for Elevated Temperature NDT Application. Simulation and Experimental Validation of Induction Heating of MS Tube for Elevated Temperature NDT Application. B. Patidar, M.M.Hussain, Sanjoy Das, D Mukherjee, A.P. Tiwari Bhabha Atomic Research Centre,

More information

SOLIDIFICATION SURFACE SPEED CONTROL OF FERROMAGNETIC PIECES USING EDDY CURRENT HEATING

SOLIDIFICATION SURFACE SPEED CONTROL OF FERROMAGNETIC PIECES USING EDDY CURRENT HEATING SOLIDIFICATION SURFACE SPEED CONTROL OF FERROMAGNETIC PIECES USING EDDY CURRENT HEATING MIHAI MARICARU, MARILENA STĂNCULESCU, 1 VALERIU ŞTEFAN MINCULETE, 1 FLOREA IOAN HĂNŢILĂ 11 Key words: Coupled eddy

More information

Finite Element Modeling of Electromagnetic Systems

Finite Element Modeling of Electromagnetic Systems Finite Element Modeling of Electromagnetic Systems Mathematical and numerical tools Unit of Applied and Computational Electromagnetics (ACE) Dept. of Electrical Engineering - University of Liège - Belgium

More information

TRANSIENT NUMERICAL ANALYSIS OF INDUCTION HEATING OF GRAPHITE CRUCIBLE AT DIFFERENT FREQUENCY

TRANSIENT NUMERICAL ANALYSIS OF INDUCTION HEATING OF GRAPHITE CRUCIBLE AT DIFFERENT FREQUENCY TRANSIENT NUMERICAL ANALYSIS OF INDUCTION HEATING OF GRAPHITE CRUCIBLE AT DIFFERENT FREQUENCY Abstract B. Patidar, M.M.Hussain, A. Sharma, A.P. Tiwari Bhabha Atomic Research Centre, Mumbai Mathematical

More information

An Approach for Designing a Complex Inductor Workpiece system for Induction Heating

An Approach for Designing a Complex Inductor Workpiece system for Induction Heating An Approach for Designing a Complex Inductor Workpiece system for Induction Heating Borislav Dimitrov, Maik Streblau, Angel Marinov Technical University of Varna, Studentska street, Varna, Bulgaria Abstract

More information

Virtual Prototyping of Electrodynamic Loudspeakers by Utilizing a Finite Element Method

Virtual Prototyping of Electrodynamic Loudspeakers by Utilizing a Finite Element Method Virtual Prototyping of Electrodynamic Loudspeakers by Utilizing a Finite Element Method R. Lerch a, M. Kaltenbacher a and M. Meiler b a Univ. Erlangen-Nuremberg, Dept. of Sensor Technology, Paul-Gordan-Str.

More information

Update On The Electromagnetism Module In LS-DYNA

Update On The Electromagnetism Module In LS-DYNA 12 th International LS-DYNA Users Conference Electromagnetic(1) Update On The Electromagnetism Module In LS-DYNA Pierre L'Eplattenier Iñaki Çaldichoury Livermore Software Technology Corporation 7374 Las

More information

New Facilities for Multiphysics Modelling in Opera-3d version 16 By Chris Riley

New Facilities for Multiphysics Modelling in Opera-3d version 16 By Chris Riley FEA ANALYSIS General-purpose multiphy sics design and analy sis softw are for a w ide range of applications OPTIMIZER A utomatically selects and manages multiple goalseeking algorithms INTEROPERABILITY

More information

Power Loss Analysis of AC Contactor at Steady Closed State with Electromagnetic-Thermal Coupling Method

Power Loss Analysis of AC Contactor at Steady Closed State with Electromagnetic-Thermal Coupling Method Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 2, March 2017 Power Loss Analysis of AC Contactor at Steady Closed State with

More information

Operation of an Electromagnetic Trigger with a Short-circuit Ring

Operation of an Electromagnetic Trigger with a Short-circuit Ring Operation of an Electromagnetic Trigger with a Short-circuit Ring Dejan Križaj 1*, Zumret Topčagić 1, and Borut Drnovšek 1,2 1 Faculty of Electrical Engineering, University of Ljubljana, Ljubljana, Slovenia,

More information

ELECTRICAL AND THERMAL DESIGN OF UMBILICAL CABLE

ELECTRICAL AND THERMAL DESIGN OF UMBILICAL CABLE ELECTRICAL AND THERMAL DESIGN OF UMBILICAL CABLE Derek SHACKLETON, Oceaneering Multiflex UK, (Scotland), DShackleton@oceaneering.com Luciana ABIB, Marine Production Systems do Brasil, (Brazil), LAbib@oceaneering.com

More information

Keywords: Electric Machines, Rotating Machinery, Stator faults, Fault tolerant control, Field Weakening, Anisotropy, Dual rotor, 3D modeling

Keywords: Electric Machines, Rotating Machinery, Stator faults, Fault tolerant control, Field Weakening, Anisotropy, Dual rotor, 3D modeling Analysis of Electromagnetic Behavior of Permanent Magnetized Electrical Machines in Fault Modes M. U. Hassan 1, R. Nilssen 1, A. Røkke 2 1. Department of Electrical Power Engineering, Norwegian University

More information

Electromagnetic levitation coil design using gradient-based optimization

Electromagnetic levitation coil design using gradient-based optimization 11 th World Congress on Structural and Multidisciplinary Optimization 7 th - 12 th, June 215, Sydney Australia Electromagnetic levitation coil design using gradient-based optimization Suzanne Roberts 1,

More information

Use of the finite element method for parameter estimation of the circuit model of a high power synchronous generator

Use of the finite element method for parameter estimation of the circuit model of a high power synchronous generator BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 63, No. 3, 2015 DOI: 10.1515/bpasts-2015-0067 Use of the finite element method for parameter estimation of the circuit model of a high

More information

A Reservoir Sampling Algorithm with Adaptive Estimation of Conditional Expectation

A Reservoir Sampling Algorithm with Adaptive Estimation of Conditional Expectation A Reservoir Sampling Algorithm with Adaptive Estimation of Conditional Expectation Vu Malbasa and Slobodan Vucetic Abstract Resource-constrained data mining introduces many constraints when learning from

More information

THERMAL ANALYSIS OF AN INDUCTION MOTOR BY HYBRID MODELING OF A THERMAL EQUIVALENT CIRCUIT AND CFD

THERMAL ANALYSIS OF AN INDUCTION MOTOR BY HYBRID MODELING OF A THERMAL EQUIVALENT CIRCUIT AND CFD THERMAL ANALYSIS OF AN INDUCTION MOTOR BY HYBRID MODELING OF A THERMAL EQUIVALENT CIRCUIT AND CFD Thiago Voigdlener, voigdlener@gmail.com Daniel Jochelavicius, danieljoche@gmail.com Federal University

More information

5. Passive Components

5. Passive Components 5. Passive Components Inductive Elements Components - Inductors - Transformers Materials - Laminated alloys for example Silicon-steel (High poer, lo frequency, high sat ) - Iron poder (Medium poer, lo

More information

Design and Characteristic Analysis of LSM for High Speed Train System using Magnetic Equivalent Circuit

Design and Characteristic Analysis of LSM for High Speed Train System using Magnetic Equivalent Circuit IJR International Journal of Railway Vol. 3, No. 1 / March 2010, pp. 14-18 The Korean Society for Railway Design and Characteristic Analysis of LSM for High Speed Train System using Magnetic Equivalent

More information

Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature

Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature suggests the design variables should be normalized to a range of [-1,1] or [0,1].

More information

Multidisciplinary System Design Optimization (MSDO)

Multidisciplinary System Design Optimization (MSDO) oday s opics Multidisciplinary System Design Optimization (MSDO) Approimation Methods Lecture 9 6 April 004 Design variable lining Reduced-Basis Methods Response Surface Approimations Kriging Variable-Fidelity

More information

IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 22, NO. 1, JANUARY /$ IEEE

IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 22, NO. 1, JANUARY /$ IEEE IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 22, NO. 1, JANUARY 2007 195 Analysis of Half-Turn Effect in Power Transformers Using Nonlinear-Transient FE Formulation G. B. Kumbhar, S. V. Kulkarni, Member,

More information

Electromagnetics in COMSOL Multiphysics is extended by add-on Modules

Electromagnetics in COMSOL Multiphysics is extended by add-on Modules AC/DC Module Electromagnetics in COMSOL Multiphysics is extended by add-on Modules 1) Start Here 2) Add Modules based upon your needs 3) Additional Modules extend the physics you can address 4) Interface

More information

Lecture 24. April 5 th, Magnetic Circuits & Inductance

Lecture 24. April 5 th, Magnetic Circuits & Inductance Lecture 24 April 5 th, 2005 Magnetic Circuits & Inductance Reading: Boylestad s Circuit Analysis, 3 rd Canadian Edition Chapter 11.1-11.5, Pages 331-338 Chapter 12.1-12.4, Pages 341-349 Chapter 12.7-12.9,

More information

Calculation of the heat power consumption in the heat exchanger using artificial neural network

Calculation of the heat power consumption in the heat exchanger using artificial neural network 9 th International Conference on Quantitative Infraed Thermography July -5,, Krakow - Poland Calculation of the heat power consumption in the heat exchanger using artificial neural network by S. Dudzik*

More information

The Linear Induction Motor, a Useful Model for examining Finite Element Methods on General Induction Machines

The Linear Induction Motor, a Useful Model for examining Finite Element Methods on General Induction Machines The Linear Induction Motor, a Useful Model for examining Finite Element Methods on General Induction Machines Herbert De Gersem, Bruno Renier, Kay Hameyer and Ronnie Belmans Katholieke Universiteit Leuven

More information

Mixed-Integer Nonlinear Design Optimization of a Superconductive Magnet with Surrogate Functions

Mixed-Integer Nonlinear Design Optimization of a Superconductive Magnet with Surrogate Functions 1 Mixed-Integer Nonlinear Design Optimization of a Superconductive Magnet with Surrogate Functions Thomas Hemker, Herbert De Gersem, Oskar von Stryk, and Thomas Weiland Simulation, Systems Optimization

More information

ABOUT USING ELTA SOFTWARE IN SIMULATION OF THE INDUCTION HARDENING METHOD

ABOUT USING ELTA SOFTWARE IN SIMULATION OF THE INDUCTION HARDENING METHOD Analele Universităţii din Oradea, Fascicula Protecţia Mediului Vol. XXVII, 2016 ABOUT USING ELTA SOFTWARE IN SIMULATION OF THE INDUCTION HARDENING METHOD Cheregi Gabriel*, Burca Adrian**, Lucaci Mihaela

More information

DESIGN OF EFFICIENT MAGNETIC COILS FOR REPETITIVE STIMULATION

DESIGN OF EFFICIENT MAGNETIC COILS FOR REPETITIVE STIMULATION DESIGN OF EFFICIENT MAGNETIC COILS FOR REPETITIVE STIMULATION RADU CIUPA, LAURA DARABANT, MIHAELA PLEŞA, OCTAVIAN CREŢ, DAN DORU MICU Key words: Magnetic stimulation, Energy transfer, Nerve fibers. The

More information

CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA

CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA 31 CHAPTER 3 ENERGY EFFICIENT DESIGN OF INDUCTION MOTOR USNG GA 3.1 INTRODUCTION Electric motors consume over half of the electrical energy produced by power stations, almost the three-quarters of the

More information

TRANSFORMERS B O O K P G

TRANSFORMERS B O O K P G TRANSFORMERS B O O K P G. 4 4 4-449 REVIEW The RMS equivalent current is defined as the dc that will provide the same power in the resistor as the ac does on average P average = I 2 RMS R = 1 2 I 0 2 R=

More information

Effect of Characterization Test Matrix on Design Errors: Repetition or Exploration?

Effect of Characterization Test Matrix on Design Errors: Repetition or Exploration? 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA Effect of Characterization Test Matrix on Design Errors: Repetition or Exploration? Taiki Matsumura

More information

Use of Design Sensitivity Information in Response Surface and Kriging Metamodels

Use of Design Sensitivity Information in Response Surface and Kriging Metamodels Optimization and Engineering, 2, 469 484, 2001 c 2002 Kluwer Academic Publishers. Manufactured in The Netherlands. Use of Design Sensitivity Information in Response Surface and Kriging Metamodels J. J.

More information

51. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium

51. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium 51. IWK Internationales Wissenschaftliches Kolloquium International Scientific Colloquium PROCEEDINGS 11-15 September 2006 FACULTY OF ELECTRICAL ENGINEERING AND INFORMATION SCIENCE INFORMATION TECHNOLOGY

More information

Comparison of Finite Element Analysis to IEC for Predicting Underground Cable Ampacity

Comparison of Finite Element Analysis to IEC for Predicting Underground Cable Ampacity Comparison of Finite Element Analysis to IEC-60287 for Predicting Underground Cable Ampacity Simon Dubitsky Tor Ltd, St. Petersburg, Russia simon.dubitsky@ieee.org Georgy Greshnyakov Sevkabel Research

More information

Book Page cgrahamphysics.com Transformers

Book Page cgrahamphysics.com Transformers Book Page 444-449 Transformers Review The RMS equivalent current is defined as the dc that will provide the same power in the resistor as the ac does on average P average = I 2 RMS R = 1 2 I 0 2 R= V RMS

More information

EM-algorithm for Training of State-space Models with Application to Time Series Prediction

EM-algorithm for Training of State-space Models with Application to Time Series Prediction EM-algorithm for Training of State-space Models with Application to Time Series Prediction Elia Liitiäinen, Nima Reyhani and Amaury Lendasse Helsinki University of Technology - Neural Networks Research

More information

Calibration and Experimental Validation of LS-DYNA Composite Material Models by Multi Objective Optimization Techniques

Calibration and Experimental Validation of LS-DYNA Composite Material Models by Multi Objective Optimization Techniques 9 th International LS-DYNA Users Conference Optimization Calibration and Experimental Validation of LS-DYNA Composite Material Models by Multi Objective Optimization Techniques Stefano Magistrali*, Marco

More information

An Experience with Surrogate Functions on the Design of a Transcutaneous Energy Transfer System

An Experience with Surrogate Functions on the Design of a Transcutaneous Energy Transfer System SI-123 An Experience with Surrogate Functions on the Design of a Transcutaneous Energy Transfer System João Miguel Lourenço EstSetúbal/IPS Campus do IPS, Estefanilha, 2910-761 Setúbal, Portugal - joao.lourenco@estsetubal.ips.pt

More information

Electromagnetic Testing (ET)

Electromagnetic Testing (ET) Electromagnetic Testing Electromagnetic testing is a general test category that includes Eddy Current testing (ECT), Alternating Current Field Measurement (ACFM) and Remote Field testing. All of these

More information

Outline Introduction OLS Design of experiments Regression. Metamodeling. ME598/494 Lecture. Max Yi Ren

Outline Introduction OLS Design of experiments Regression. Metamodeling. ME598/494 Lecture. Max Yi Ren 1 / 34 Metamodeling ME598/494 Lecture Max Yi Ren Department of Mechanical Engineering, Arizona State University March 1, 2015 2 / 34 1. preliminaries 1.1 motivation 1.2 ordinary least square 1.3 information

More information

works must be obtained from the IEE

works must be obtained from the IEE Title Eddy-current analysis using and stop hysterons vector Author(s) Matsuo, T; Osaka, Y; Shimasaki, M Citation IEEE TRANSACTIONS ON MAGNETICS (200 1172-1177 Issue Date 2000-07 URL http://hdl.handle.net/2433/39989

More information

A comparative study of mathematical modeling methods for rocket aerodynamic data

A comparative study of mathematical modeling methods for rocket aerodynamic data DOI: 0.3009/EUCASS07-00 7 TH EUROPEAN CONFERENCE FOR AERONAUTICS AND SPACE SCIENCES (EUCASS) A comparative study of mathematical modeling methods for rocet aerodynamic data Qian Wei-qi*, **, Yang Jun**,

More information

ADAM PIŁAT Department of Automatics, AGH University of Science and Technology Al. Mickiewicza 30, Cracow, Poland

ADAM PIŁAT Department of Automatics, AGH University of Science and Technology Al. Mickiewicza 30, Cracow, Poland Int. J. Appl. Math. Comput. Sci., 2004, Vol. 14, No. 4, 497 501 FEMLAB SOFTWARE APPLIED TO ACTIVE MAGNETIC BEARING ANALYSIS ADAM PIŁAT Department of Automatics, AGH University of Science and Technology

More information

Induction Heating: fundamentals

Induction Heating: fundamentals LEP ELECTROMAGNETIC PROCESSING OF MATERIALS TECNOLGIE DEI PROCESSI ELETTROTERMICI Induction Heating: fundamentals Fabrizio Dughiero 2017-2018 Induction heating fundamentals May 28-30, 2014 1 Summary 1.

More information

Heterogeneous mixture-of-experts for fusion of locally valid knowledge-based submodels

Heterogeneous mixture-of-experts for fusion of locally valid knowledge-based submodels ESANN'29 proceedings, European Symposium on Artificial Neural Networks - Advances in Computational Intelligence and Learning. Bruges Belgium), 22-24 April 29, d-side publi., ISBN 2-9337-9-9. Heterogeneous

More information

Adaptive response surface by kriging using pilot points for structural reliability analysis

Adaptive response surface by kriging using pilot points for structural reliability analysis IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 9, Issue 5 (Nov. - Dec. 2013), PP 74-87 Adaptive response surface by kriging using pilot points

More information

Design and analysis of the ferrite air-gapped cores for a resonant inductor

Design and analysis of the ferrite air-gapped cores for a resonant inductor ARCHIVES OF ELECTRICAL ENGINEERING VOL. 67(3), pp. 579 589 (2018) DOI 10.24425/123664 Design and analysis of the ferrite air-gapped cores for a resonant inductor JIANFEN ZHENG, CHUNFANG WANG, DONGWEI XIA

More information

Basic design and engineering of normalconducting, iron dominated electro magnets

Basic design and engineering of normalconducting, iron dominated electro magnets CERN Accelerator School Specialized Course on Magnets Bruges, Belgium, 16 25 June 2009 Basic design and engineering of normalconducting, iron dominated electro magnets Numerical design Th. Zickler, CERN

More information

Philippe Wendling

Philippe Wendling Flux: Transformers xxx Philippe Wendling info@tianyuantech.com Create,,Design, sg Engineer! www.magsoft-flux.com www.cedrat.com Possible analysis Modeling any type of industrial transformers: three-phase,

More information

REUNotes08-CircuitBasics May 28, 2008

REUNotes08-CircuitBasics May 28, 2008 Chapter One Circuits (... introduction here... ) 1.1 CIRCUIT BASICS Objects may possess a property known as electric charge. By convention, an electron has one negative charge ( 1) and a proton has one

More information

Assessing COMSOL Performances on Typical Electromagnetic Problems Faced by Turbo-Generator Manufacturers

Assessing COMSOL Performances on Typical Electromagnetic Problems Faced by Turbo-Generator Manufacturers 1 Assessing COMSOL Performances on Typical Electromagnetic Problems Faced by Turbo-Generator Manufacturers E. A. Badea *1, J. Oesterheld 1, S. Friedel 2 and M. Olsson 2 1 Alstom (Switzerland) LTD, 2 COMSOL

More information

ESTIMATION OF THE PARAMETERS OF ELECTROMAGNETIC FIELD AT INDUCTION DEVICE BY THE AID OF COMPUTER SIMULATION

ESTIMATION OF THE PARAMETERS OF ELECTROMAGNETIC FIELD AT INDUCTION DEVICE BY THE AID OF COMPUTER SIMULATION The third SYMPOSIUM ON APPLIED ELECTOMAGNETICS May 30 une 2, 2010, Ptuj, Slovenia 1 of 9 ESTIMATION OF THE PAAMETES OF ELECTOMAGNETIC FIELD AT INDUCTION DEVICE BY THE AID OF COMPUTE SIMULATION Goce Stefanov

More information

Possibilities of Using COMSOL Software in Physics

Possibilities of Using COMSOL Software in Physics ALEKSANDRAS STULGINSKIS UNIVERSITY Possibilities of Using COMSOL Software in Physics Jolita Sakaliūnienė 1 Overview Requirement of study quality Student motivation COMSOL software Composition of COMSOL

More information

Research Article Comparative Performance of Surrogate-Assisted MOEAs for Geometrical Design of Pin-Fin Heat Sinks

Research Article Comparative Performance of Surrogate-Assisted MOEAs for Geometrical Design of Pin-Fin Heat Sinks Applied Mathematics Volume 2012, Article ID 534783, 14 pages doi:10.1155/2012/534783 Research Article Comparative Performance of Surrogate-Assisted MOEAs for Geometrical Design of Pin-Fin Heat Sinks Siwadol

More information

4. Multilayer Perceptrons

4. Multilayer Perceptrons 4. Multilayer Perceptrons This is a supervised error-correction learning algorithm. 1 4.1 Introduction A multilayer feedforward network consists of an input layer, one or more hidden layers, and an output

More information

An artificial neural networks (ANNs) model is a functional abstraction of the

An artificial neural networks (ANNs) model is a functional abstraction of the CHAPER 3 3. Introduction An artificial neural networs (ANNs) model is a functional abstraction of the biological neural structures of the central nervous system. hey are composed of many simple and highly

More information

Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, ISBN:

Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, ISBN: MIT OpenCourseWare http://ocw.mit.edu Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, 1989. ISBN: 9780132490207. Please use the following

More information

Flux: Examples of Devices

Flux: Examples of Devices Flux: Examples of Devices xxx Philippe Wendling philippe.wendling@magsoft-flux.com Create, Design, Engineer! www.magsoft-flux.com www.cedrat.com Solenoid 2 1 The Domain Axisymmetry Open Boundary 3 Mesh

More information

Prediction of Transformer Core Noise

Prediction of Transformer Core Noise Prediction of Transformer Core Noise R. Haettel *,1, M. Kavasoglu 1, A. Daneryd 1 and C. Ploetner 2 1 ABB Corporate Research Sweden, 2 ABB Transformers Canada *Corresponding author: 721 78 Västerås Sweden,

More information

Computer simulation and modeling in virtual physics experiments

Computer simulation and modeling in virtual physics experiments 1198 Current Developments in Technology-Assisted Education (006) Computer simulation and modeling in virtual physics experiments W. Tłaczała *,1, G. Gorghiu, A. E. Glava 3, P. Bazan 4, J. Kukkonen 5, W.

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 995-772 EISSN: 998-9 26November(6):pages 7-29 Published BAENSI Publication http://www.aensiweb.com/anas Open Access Journal Intelligent Model to Approach

More information

UJET VOL. 2, NO. 2, DEC Page 8

UJET VOL. 2, NO. 2, DEC Page 8 UMUDIKE JOURNAL OF ENGINEERING AND TECHNOLOGY (UJET) VOL. 2, NO. 2, DEC 2016 PAGE 8-15 FINITE ELEMENT ANALYSIS OF A 7.5KW ASYNCHRONOUS MOTOR UNDER INTERMITTENT LOADING. Abunike, E. C. and Okoro, O. I.

More information

'INVERSE' A DISCUSSION OF THE INVERSE PROBLEM IN ELECTROMAGNETIC NDT. L. Udpa and W. Lord. Department of Electrical Engineering

'INVERSE' A DISCUSSION OF THE INVERSE PROBLEM IN ELECTROMAGNETIC NDT. L. Udpa and W. Lord. Department of Electrical Engineering A DISCUSSION OF THE INVERSE PROBLEM IN ELECTROMAGNETIC NDT L. Udpa and W. Lord Department of Electrical Engineering Colorado State University, Fort Collins, CO 80523 INTRODUCTION The principal components

More information

Robust Dual-Response Optimization

Robust Dual-Response Optimization Yanıkoğlu, den Hertog, and Kleijnen Robust Dual-Response Optimization 29 May 1 June 1 / 24 Robust Dual-Response Optimization İhsan Yanıkoğlu, Dick den Hertog, Jack P.C. Kleijnen Özyeğin University, İstanbul,

More information

Magnetic Force on a Moving Charge

Magnetic Force on a Moving Charge Magnetic Force on a Moving Charge Electric charges moving in a magnetic field experience a force due to the magnetic field. Given a charge Q moving with velocity u in a magnetic flux density B, the vector

More information

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds.

Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. Proceedings of the 2014 Winter Simulation Conference A. Tolk, S. Y. Diallo, I. O. Ryzhov, L. Yilmaz, S. Buckley, and J. A. Miller, eds. ACCURACY VS. ROBUSTNESS: BI-CRITERIA OPTIMIZED ENSEMBLE OF METAMODELS

More information

Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland

Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland EnviroInfo 2004 (Geneva) Sh@ring EnviroInfo 2004 Advanced analysis and modelling tools for spatial environmental data. Case study: indoor radon data in Switzerland Mikhail Kanevski 1, Michel Maignan 1

More information

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT

ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT Chapter 31: ELECTROMAGNETIC OSCILLATIONS AND ALTERNATING CURRENT 1 A charged capacitor and an inductor are connected in series At time t = 0 the current is zero, but the capacitor is charged If T is the

More information

APPLICATION OF THE FINITE ELEMENT METHOD TO MODEL THE NONLINEAR VOICE COIL MOTION PRODUCED BY A LOUDSPEAKER MAGNET ASSEMBLY.

APPLICATION OF THE FINITE ELEMENT METHOD TO MODEL THE NONLINEAR VOICE COIL MOTION PRODUCED BY A LOUDSPEAKER MAGNET ASSEMBLY. APPLICATION OF THE FINITE ELEMENT METHOD TO MODEL THE NONLINEAR VOICE COIL MOTION PRODUCED BY A LOUDSPEAKER MAGNET ASSEMBLY. Mark Dodd Celestion International & KEF Audio (UK) Ltd. 1. INTRODUCTION Moving

More information

Eddy Current Modeling in Composite Materials

Eddy Current Modeling in Composite Materials PIERS ONLINE, VOL. 5, NO. 6, 2009 59 Eddy Current Modeling in Composite Materials M. Cacciola, S. Calcagno, G. Megali, D. Pellicanó, M. Versaci, and F. C. Morabito University Mediterranea of Reggio Calabria,

More information

Finite element analysis of the temperature field in a vertical MOCVD reactor by induction heating

Finite element analysis of the temperature field in a vertical MOCVD reactor by induction heating Vol. 30, No. 11 Journal of Semiconductors November 2009 Finite element analysis of the temperature field in a vertical MOCVD reactor by induction heating Li Zhiming( ), Xu Shengrui( ), Zhang Jincheng(

More information