Electromagnetic Brake
Theory and Physics
Principle of Electromagnetic Brakes
Professor, how does an electromagnetic brake generate braking force?
When a conductive plate moves within a magnetic field, eddy currents opposing the motion are induced according to Lenz's law. The interaction between these eddy currents and the magnetic field generates the braking force.
$v$: velocity, $B$: Magnetic Flux Density, $V_{eff}$: effective volume of the eddy current region. It's a viscous braking force proportional to velocity.
So the braking force is zero at zero velocity.
Correct, that's a key difference from friction brakes. Electromagnetic brakes are non-contact and wear-free. They are used in Shinkansen (bullet trains) and roller coasters.
Summary
- Lenz's Law — Eddy currents that oppose motion
- $F \propto \sigma v B^2$ — Velocity-proportional viscous braking
- Non-contact & Wear-free — Maintenance-free
Lorentz Force and Eddy Currents—Why Braking Force is Proportional to Velocity
The braking force in an electromagnetic brake arises from the interaction (Lorentz force) between the induced eddy currents and the magnetic field they create. Since the current density increases proportionally with velocity, the braking force also becomes velocity-dependent, resulting in the characteristic of high effectiveness at high speeds and low effectiveness at low speeds. Understanding this nonlinear characteristic at the governing equation level allows us to grasp that designing auxiliary braking for low-speed regions is a core challenge in electromagnetic brake analysis.
Physical Meaning of Each Term
- Electric Field Term $\nabla \times \mathbf{E} = -\partial \mathbf{B}/\partial t$: Faraday's law of electromagnetic induction. A time-varying magnetic flux density generates an electromotive force. 【Everyday Example】A bicycle dynamo (generator) produces voltage in a nearby coil by rotating a magnet—a direct application of this law that a changing magnetic field induces an electric field. Induction cooking (IH) heaters also use the same principle, where high-frequency magnetic field changes induce eddy currents in the pot bottom, heating it via Joule heat.
- Magnetic Field Term $\nabla \times \mathbf{H} = \mathbf{J} + \partial \mathbf{D}/\partial t$: Ampère-Maxwell's law. Electric current and displacement current generate a magnetic field. 【Everyday Example】When current flows through a wire, a magnetic field is created around it—this is Ampère's law. Electromagnets operate on this principle, passing current through a coil to create a strong magnetic field. Smartphone speakers also apply this law: current → magnetic field → force on the diaphragm. At high frequencies (e.g., GHz-band antennas), the displacement current $\partial D/\partial t$ cannot be ignored, describing electromagnetic wave radiation.
- Gauss's Law $\nabla \cdot \mathbf{D} = \rho_v$: States that electric charge is the divergence source of electric flux. 【Everyday Example】Rubbing a plastic sheet against hair creates static electricity, making hair stand up—charged sheet (electric charge) radiates electric field lines outward, exerting force on light hair. Capacitor design calculates the electric field distribution between electrodes using this law. ESD (Electrostatic Discharge) countermeasures are also based on electric field analysis following Gauss's law.
- Magnetic Flux Conservation $\nabla \cdot \mathbf{B} = 0$: Indicates the absence of magnetic monopoles. 【Everyday Example】Cutting a bar magnet in half does not create a magnet with only a N pole or only a S pole—N and S poles always exist as a pair. This means magnetic field lines form "closed loops with no start or end points." In numerical analysis, the formulation using vector potential $\mathbf{B} = \nabla \times \mathbf{A}$ is used to satisfy this condition, automatically guaranteeing magnetic flux conservation.
Assumptions and Applicability Limits
- Linear material assumption: Permeability and permittivity are independent of magnetic/electric field strength (nonlinear B-H curve needed in saturation region)
- Quasi-static approximation (low frequency): Displacement current term can be ignored ($\omega \varepsilon \ll \sigma$). Common in eddy current analysis.
- 2D assumption (cross-section analysis): Effective when current direction is uniform and edge effects can be ignored.
- Isotropic assumption: For anisotropic materials (e.g., silicon steel rolling direction), direction-specific property definitions are needed.
- Non-applicable cases: Additional constitutive laws are required for plasma (ionized gas), superconductors, nonlinear optical materials.
Dimensional Analysis and Unit Systems
| Variable | SI Unit | Notes / Conversion Memo |
|---|---|---|
| Magnetic Flux Density $B$ | T (Tesla) | 1T = 1 Wb/m². Permanent magnets: 0.2–1.4T |
| Magnetic Field Strength $H$ | A/m | Horizontal axis of B-H curve. Conversion from CGS Oersted (Oe): 1 Oe = 79.577 A/m |
| Current Density $J$ | A/m² | Calculated from conductor cross-section and total current. Note non-uniform distribution due to skin effect. |
| Permeability $\mu$ | H/m | $\mu = \mu_0 \mu_r$. Vacuum $\mu_0 = 4\pi \times 10^{-7}$ H/m |
| Electrical Conductivity $\sigma$ | S/m | Copper: approx. 5.96×10⁷ S/m. Decreases with temperature rise. |
Numerical Methods and Implementation
Solution with FEM
How do you solve for eddy currents in a moving conductor using FEM?
Add the convection term $\sigma(\mathbf{v} \times \mathbf{B})$ to the moving eddy current equation:
Alternatively, use the sliding mesh method to move the conductor part. Supported by features like Motion Setup in JMAG or Maxwell.
How about transient braking where velocity changes?
Couple the equation of motion $m(dv/dt) = -F_{brake}(v)$ with the electromagnetic field equations. Weakly coupled analysis, updating velocity and recalculating the electromagnetic field at each time step, is standard.
Summary
- Convection Term — $\sigma(\mathbf{v} \times \mathbf{B})$
- Sliding Mesh — Mesh handling for moving parts
- Coupling with Equation of Motion — Analysis of transient braking
Time Step for Eddy Current FEM—Choosing a Numerical Method that Satisfies Stability Conditions
In transient analysis of electromagnetic brakes, setting the time step Δt directly affects convergence accuracy. A mesh finer than the skin depth δ (=√(2/ωμσ)) is required, and Δt must be chosen to satisfy the CFL condition. For highly conductive copper conductors, δ can be less than a few mm, and setting both mesh and time step small can increase computational cost by more than 10 times. Adaptive time step control and the use of higher-order elements are key to practical solutions.
Edge Elements (Nedelec Elements)
Elements specialized for electromagnetic field analysis. Automatically guarantee continuity of tangential components and eliminate spurious modes. Standard for 3D high-frequency analysis.
Nodal Elements
Used for scalar potential formulations. Effective for scalar potential methods in magnetostatics and electrostatic field analysis.
FEM vs BEM (Boundary Element Method)
FEM: Handles nonlinear materials and non-homogeneous media. BEM: Naturally handles infinite domains (open boundary problems). Hybrid FEM-BEM is also effective.
Nonlinear Convergence (Magnetic Saturation)
Nonlinearity of B-H curve handled by Newton-Raphson method. Residual criterion: $||R||/||R_0|| < 10^{-4}$ is typical.
Frequency Domain Analysis
Reduces to a steady-state problem under time-harmonic assumption. Requires complex number operations, but broadband characteristics are obtained via time-domain analysis.
Time Domain Time Step
Time step less than 1/20 of the highest frequency component is required. Implicit time integration allows larger steps but requires attention to accuracy.
Choosing Between Frequency Domain and Time Domain
Frequency domain analysis is like "tuning a radio to a specific frequency"—it can efficiently calculate the response at a single frequency. Time domain analysis is like "recording all channels simultaneously"—it captures transient phenomena containing all frequency components.
Related Topics
なった
詳しく
報告