Boundary Element Method
Understanding BEM
BEM converts Maxwell's equations into surface integral equations using the equivalence principle: the fields outside a closed surface can be determined entirely from the tangential electric and magnetic fields on that surface. The surface is discretized into triangular or quadrilateral elements with basis functions (RWG for triangles). The resulting matrix equation relates surface currents to excitation.
The key advantage for RF: free space needs no mesh. An antenna radiating into open space requires only the antenna surface to be meshed, not the surrounding volume. For FEM or FDTD, the entire computational domain (including free space) must be discretized and terminated with absorbing boundaries.
+ (1/jωε)∇∫ G·∇'·J dS'
G = e−jkR/(4πR) (free-space Green's fn)
J = surface current density
EM Solver Comparison
| Method | Mesh | Open Region | Matrix | Best For |
|---|---|---|---|---|
| BEM/MoM | Surface | Natural | Dense | Antennas, RCS |
| FEM | Volume | ABC/PML | Sparse | Complex interior |
| FDTD | Volume | PML | None (explicit) | Wideband, transient |
| Hybrid BEM-FEM | Both | Natural | Mixed | Best of both |
Frequently Asked Questions
BEM vs FEM vs FDTD?
BEM: surface mesh, natural open region, dense matrix. FEM: volume mesh, sparse, needs ABC. FDTD: volume, time-domain, wideband.
When to use?
Open-region: antennas, RCS, scattering. Large free-space domains. Not for inhomogeneous/nonlinear media or complex interiors.
Cost?
Classical: O(N²) memory, O(N³) solve. FMM-accelerated: O(N log N). Hybrid BEM-FEM for complex objects in open space.