Kratos Magnetostatic Application
(New page: == General Description == The KRATOS Electrostatic Application deals with the Finite Element Analysis of problems in [http://en.wikipedia.org/wiki/Electrostatics '''electrosta...) |
|||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== General Description == | == General Description == | ||
− | The [[Kratos | KRATOS]] | + | The [[Kratos | KRATOS]] Magnetostatic Application deals with the Finite Element Analysis of problems in [http://en.wikipedia.org/wiki/Magnetostatics '''magnetostatics''']. Though the mathematics and general formulation is quite similar to Electrostatics, Magnetostatics presents important differences at a conceptual and a programming level. Therefore, if you are a beginner in electromagnetism or programming electromagnetic applications, we strongly recommend you that you first start with the [[Kratos_Electrostatic_Application |Electrostatic application]]. |
− | + | The following description of the '''Kratos Magnetostatic Application''' takes part of: | |
* general concepts in [http://en.wikipedia.org/wiki/Electromagnetism '''electromagnetism''']; | * general concepts in [http://en.wikipedia.org/wiki/Electromagnetism '''electromagnetism''']; | ||
* the [http://en.wikipedia.org/wiki/Finite_element_method '''Finite Element Method'''] applied to the electromagnetism; | * the [http://en.wikipedia.org/wiki/Finite_element_method '''Finite Element Method'''] applied to the electromagnetism; | ||
* the use of Kratos for basic problems; | * the use of Kratos for basic problems; | ||
+ | At a first glance, it could be said that Electrostatics works with static charges whereas Magnetostatics does it with dynamic charges (or [http://en.wikipedia.org/wiki/Electric_current static currents]). That's partially true and we avoid by now to argue about it. On the opposite, we are going to consider Magnetostatics as a completely new phenomenon instead of thinking in a kind of 'dynamic' electrostatic. | ||
− | + | As Electrostatics, Magnetostatics establishes very basic principles of the Maxwell equations, it is an excellent work at academic level, but it is also a powerful conceptual (and eventually the resulting computing tool) to solve important industrial applications (electrical machines such as motors and transformers, circuit components such as coils, permanent magnets, sensors, magnetic field distribution, etc). | |
− | + | ||
− | + | ||
− | + | ||
== Theory == | == Theory == | ||
− | Magnetostatics[1][2][3] refers to the physical phenomena related to the presence of electric | + | Magnetostatics[1][2][3] refers to the physical phenomena related to the presence of stationary electric currents in the objects (magnetic materials can be considered as those with internal microcurrents). That means that we ignore any electrostatic charge, the electric field and we presume a constant magnetic field with respect to time. |
=== Basic principles === | === Basic principles === | ||
− | ::[[Image:Cargas.jpg]] | + | <!--::[[Image:Cargas.jpg]] |
+ | --> | ||
− | Our | + | Our third Maxwell's equation: |
− | :<math>\vec{\nabla}\cdot\vec{ | + | :<math>\vec{\nabla}\cdot\vec{B} = 0</math> |
where: | where: | ||
− | :<math>\vec{ | + | :<math>\vec{B} = \mu \vec{H} = \mu_0\mu_r\vec{H}</math> |
− | with: <math>\ | + | with: <math>\mu, \mu_0, \mu_r \,</math> the (magnetic) permeability of the medium, of the free space and relative permeability, respectively. |
+ | The magnetic field is the curl of a magnetic vector potential (<math>\vec{A} [Volt-seconds \; per \; metre]\,</math>): | ||
− | + | :<math>\vec{B}=\vec{\nabla} \times \vec{A}</math> | |
− | : | + | Our fourth Maxwell's equation: |
− | + | :<math>\vec{\nabla} \times \vec{H} = \vec{J}</math> | |
− | |||
+ | By combining these Maxwell's equations, we obtain: | ||
− | + | :<math>\vec{\nabla} \times \left ( \frac{1}{\mu} \vec{\nabla} \times \vec{A} \right ) - \vec{J} = 0</math> | |
− | : | + | ::[[Magnetostatics Basic principles | '''''Basic principles extended''''']] |
+ | === Poisson's Equation in Magnetostatics === | ||
+ | For 2D domains, we can reduce the Magnetostatic equation to the [[Poisson's Equation]][8]. If there is no changes in the Z-direction and Z-component of the magnetic field, then <math>\frac{\partial}{\partial z} (·)=0</math> and <math>\vec{A}=A_z \hat z</math> and therefore: | ||
− | |||
− | == | + | ::<math>\vec{B}=\vec{\nabla} \times A_z \hat z = \frac{\partial}{\partial y} A_z \hat x - \frac{\partial}{\partial x} A_z \hat y</math> |
− | + | ::<math>\vec{H}=\frac{1}{\mu} \vec{B} = \frac{1}{\mu_x} \frac{\partial}{\partial y} A_z \hat x - \frac{1}{\mu_y} \frac{\partial}{\partial x} A_z \hat y</math> | |
− | ::<math>\frac{\partial}{\partial x}\cdot \left( \ | + | ::<math>-\frac{\partial}{\partial x}\cdot \left( \frac{1}{\mu_y} \frac{\partial A_z(x,y)}{\partial x}\right) |
− | + | - \frac{\partial}{\partial y}\cdot \left( \frac{1}{\mu_x} \frac{\partial A_z(x,y)}{\partial y}\right) - J_z(x,y)=0</math> | |
Line 67: | Line 68: | ||
− | For a domain <math>{\Omega} \,</math>, we should consider three different boundary conditions: | + | For a 2D domain <math>{\Omega} \,</math>, we should consider three different boundary conditions: |
* Dirichlet boundary condition: | * Dirichlet boundary condition: | ||
− | ::<math>\left . | + | ::<math>\left . A_z - \bar A_z = 0 \right |_{\Gamma_{A_z}}</math> |
* Neumann boundary condition: | * Neumann boundary condition: | ||
− | ::<math>\left . \hat n \vec{ | + | ::<math>\left . \hat n \vec{H} - \bar H_n = 0 \right |_{\Gamma_{q}} </math> |
* Infinit condition (when no physical boundary are presents -free space-): | * Infinit condition (when no physical boundary are presents -free space-): | ||
− | ::<math>\left . \frac{\partial | + | ::<math>\left . \frac{\partial A_z}{\partial r} \right |_{\Gamma_{\infty}} \approx - \frac{A_z}{r}</math> |
Line 88: | Line 89: | ||
== References == | == References == | ||
− | # [http://www.answers.com/topic/ | + | # [http://www.answers.com/topic/magnetostatics Reference Answers: Magnetostatics] |
− | # [http://en.wikipedia.org/wiki/ | + | # [http://en.wikipedia.org/wiki/Magnetostatics wikipedia Magnetostatics] |
− | # [http://en.wikipedia.org/wiki/ | + | # [http://en.wikipedia.org/wiki/Magnetism wikipedia Static Magnetism] |
− | # [http://en.wikipedia.org/wiki/ | + | # [http://en.wikipedia.org/wiki/Electric_currents wikipedia Electric currents] |
− | # [http://en.wikipedia.org/wiki/ | + | # [http://en.wikipedia.org/wiki/Lorentz_force Magnetic force] |
− | + | # [http://en.wikipedia.org/wiki/Magnetic_flux Magnetic flux] | |
− | # [http://en.wikipedia.org/wiki/ | + | # [http://en.wikipedia.org/wiki/Magnetic_field Magnetic field] |
− | # [http://en.wikipedia.org/wiki/ | + | |
# [http://en.wikipedia.org/wiki/Poisson%27s_equation Poisson's Equation] | # [http://en.wikipedia.org/wiki/Poisson%27s_equation Poisson's Equation] | ||
− | |||
== The Finite Element Method for Magnetostatics == | == The Finite Element Method for Magnetostatics == |
Latest revision as of 11:12, 12 January 2011
Contents |
General Description
The KRATOS Magnetostatic Application deals with the Finite Element Analysis of problems in magnetostatics. Though the mathematics and general formulation is quite similar to Electrostatics, Magnetostatics presents important differences at a conceptual and a programming level. Therefore, if you are a beginner in electromagnetism or programming electromagnetic applications, we strongly recommend you that you first start with the Electrostatic application.
The following description of the Kratos Magnetostatic Application takes part of:
- general concepts in electromagnetism;
- the Finite Element Method applied to the electromagnetism;
- the use of Kratos for basic problems;
At a first glance, it could be said that Electrostatics works with static charges whereas Magnetostatics does it with dynamic charges (or static currents). That's partially true and we avoid by now to argue about it. On the opposite, we are going to consider Magnetostatics as a completely new phenomenon instead of thinking in a kind of 'dynamic' electrostatic.
As Electrostatics, Magnetostatics establishes very basic principles of the Maxwell equations, it is an excellent work at academic level, but it is also a powerful conceptual (and eventually the resulting computing tool) to solve important industrial applications (electrical machines such as motors and transformers, circuit components such as coils, permanent magnets, sensors, magnetic field distribution, etc).
Theory
Magnetostatics[1][2][3] refers to the physical phenomena related to the presence of stationary electric currents in the objects (magnetic materials can be considered as those with internal microcurrents). That means that we ignore any electrostatic charge, the electric field and we presume a constant magnetic field with respect to time.
Basic principles
Our third Maxwell's equation:
where:
with: the (magnetic) permeability of the medium, of the free space and relative permeability, respectively.
The magnetic field is the curl of a magnetic vector potential ():
Our fourth Maxwell's equation:
By combining these Maxwell's equations, we obtain:
Poisson's Equation in Magnetostatics
For 2D domains, we can reduce the Magnetostatic equation to the Poisson's Equation[8]. If there is no changes in the Z-direction and Z-component of the magnetic field, then and
and therefore:
Magnetostatic Boundary Conditions
For a 2D domain , we should consider three different boundary conditions:
- Dirichlet boundary condition:
- Neumann boundary condition:
- Infinit condition (when no physical boundary are presents -free space-):
References
- Reference Answers: Magnetostatics
- wikipedia Magnetostatics
- wikipedia Static Magnetism
- wikipedia Electric currents
- Magnetic force
- Magnetic flux
- Magnetic field
- Poisson's Equation