AC Magnetic Field Response of a Conducting Plate

Category: Electromagnetic Field Analysis | Consolidated Edition 2026-04-06
CAE visualization for conducting plate ac field theory - technical simulation diagram
AC Magnetic Field Response of a Conducting Plate

Theory and Physics

Eddy Currents in a Conducting Plate

🧑‍🎓

Professor, what happens when an AC magnetic field is applied to a metal plate?


🎓

According to Faraday's law, eddy currents are induced, flowing in a direction that shields the external magnetic field. Magnetic field decay in an infinite flat plate:


$$ H(z) = H_0 \, e^{-z/\delta} \, e^{-jz/\delta} $$

$z$: depth from the surface. The amplitude decays exponentially as $e^{-z/\delta}$, and the phase also advances.


🧑‍🎓

So the amplitude reduces to $1/e$ at the skin depth $\delta$.


🎓

It decays to about 5% at a depth of 3$\delta$. The magnetic shielding effect (shielding) by a conducting plate is based on this principle. Shielding effectiveness:


$$ SE = 20\log_{10}\frac{H_0}{H_{trans}} \approx 8.686 \frac{t}{\delta} \quad [\text{dB}] $$

$t$: plate thickness.


Summary

🎓
  • Exponential Decay — $H \propto e^{-z/\delta}$
  • Shielding Effect — $SE \approx 8.7 \cdot t/\delta$ dB
  • Heating by Eddy Currents — Principle of induction heating

Coffee Break Casual Talk

Electromagnetic Induction in a Conducting Plate—The Physics of Penetration Depth Predicted by Maxwell's Equations

When a time-varying magnetic field penetrates a conducting plate, eddy currents are induced within the plate in a direction that opposes the original magnetic field change (Lenz's law). This shielding effect causes the magnetic field to decay exponentially inside the plate, with a characteristic length represented by the skin depth δ=√(2/ωμσ). The property that δ is larger at lower frequencies (magnetic field penetrates deeper) and smaller at higher frequencies (only the surface changes) is the basis for the practical understanding that "higher frequencies can be shielded with thinner plates" in electromagnetic shielding.

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 a 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 heating.
  • Magnetic Field Term $\nabla \times \mathbf{H} = \mathbf{J} + \partial \mathbf{D}/\partial t$: Ampère-Maxwell's law. Current and displacement current generate a magnetic field. [Everyday Example] Passing current through a wire creates a magnetic field around it—this is Ampère's law. Electromagnets operate on this principle, creating a strong magnetic field by passing current through a coil. 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$: Indicates that electric charge is the divergence source of electric flux. [Everyday Example] Rubbing a plastic sheet against hair causes static electricity, making hair stand up—the charged sheet (electric charge) radiates electric field lines outward, exerting force on the 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 grounded in Gauss's law.
  • Magnetic Flux Conservation $\nabla \cdot \mathbf{B} = 0$: Expresses that magnetic monopoles do not exist. [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 the 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 do not depend on 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: Direction-specific property definitions are needed for anisotropic materials (e.g., rolling direction of silicon steel sheets)
  • Non-applicable cases: Additional constitutive relations are needed for plasma (ionized gas), superconductors, nonlinear optical materials
Dimensional Analysis and Unit Systems
VariableSI UnitNotes / Conversion Memo
Magnetic Flux Density $B$T (Tesla)1T = 1 Wb/m². Permanent magnets: 0.2 to 1.4T
Magnetic Field Strength $H$A/mHorizontal axis of B-H curve. Conversion from CGS unit Oe (Oersted): 1 Oe = 79.577 A/m
Current Density $J$A/m²Calculated from conductor cross-sectional area and total current. Note non-uniform distribution due to skin effect
Permeability $\mu$H/m$\mu = \mu_0 \mu_r$. In vacuum $\mu_0 = 4\pi \times 10^{-7}$ H/m
Electrical Conductivity $\sigma$S/mCopper: approx. 5.96×10⁷ S/m. Decreases with temperature rise

Numerical Methods and Implementation

Solution with FEM

🧑‍🎓

How do you solve the eddy current problem in a conducting plate using FEM?


🎓

A-φ method in the frequency domain:


$$ \nabla \times (\nu \nabla \times \mathbf{A}) + j\omega\sigma\mathbf{A} + \sigma\nabla\phi = \mathbf{J}_0 $$

Sufficient mesh division in the thickness direction is required (at least 3 layers within $\delta$). For thin plates, impedance boundary conditions can be used as an alternative.


🧑‍🎓

Should I use the time domain or the frequency domain?


🎓

The frequency domain is efficient for sinusoidal excitation. Use the time domain for nonlinear materials (ferromagnetics) or non-sinusoidal waveforms. Transient responses can also be calculated in the time domain.


Summary

🎓
  • Frequency Domain — Efficient for sine waves. Complex solution.
  • Time Domain — Handles nonlinearity and non-sinusoidal waves.
  • Impedance Boundary — Approximation method for thin plates.

Coffee Break Casual Talk

Analysis of AC Magnetic Fields in Conducting Plates—Applicability Limits of the Thin Plate (Sheet) Approximation

When analyzing the AC magnetic field response of a conducting plate, if the plate thickness is sufficiently smaller than the skin depth, the "thin plate (sheet) approximation" can be used to reduce the 3D model to a 2D problem. This approximation can reduce computational cost to less than 1/100th, but errors increase rapidly when the thickness/δ ratio exceeds 0.1. For intermediate thicknesses, full 3D FEM is required, and numerically verifying "when the sheet approximation can be used" becomes the first step before analysis.

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 inhomogeneous media. BEM: Naturally handles infinite domains (open region problems). Hybrid FEM-BEM is also effective.

Nonlinear Convergence (Magnetic Saturation)

Nonlinearity of the B-H curve is handled by the Newton-Raphson method. Residual criterion: $||R||/||R_0|| < 10^{-4}$ is typical.

Frequency Domain Analysis

Reduces to a steady-state problem under the time-harmonic assumption. Requires complex number operations, but broadband characteristics are obtained via time-domain analysis.

Time Domain Time Step

A time step smaller 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 compute the response at a single frequency. Time domain analysis is like "recording all channels simultaneously"—it can reproduce transient phenomena containing all frequency components but has high computational cost.

Practical Guide

Application in Practice

関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

シミュレーター一覧

関連する分野

連成解析構造解析熱解析
この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ
About the Authors