What is the difference between FDTD, FEM, and MoM electromagnetic simulation methods?
Computational EM Method Comparison
The choice of CEM method determines simulation accuracy, memory requirements, run time, and what types of problems can be practically solved. No single method is best for all problems; understanding each method's strengths guides efficient use of simulation resources.
- Performance verification: confirm specifications against the application requirements before finalizing the design
- Environmental factors: temperature range, humidity, and vibration affect long-term reliability and parameter drift
- Cost vs. performance: evaluate whether the application demands premium components or standard commercial grades
- Interface compatibility: verify impedance, connector type, and mechanical form factor match the system architecture
Frequently Asked Questions
Which method should I use for my problem?
Decision guide: Antenna in free space: MoM (efficient open boundary) or FDTD (wideband pattern). Waveguide filter or connector: FEM (HFSS, complex 3D geometry with tight tolerances). PCB trace and via model: 2.5D MoM (Momentum) for trace routing, FEM for via transitions. RCS of an aircraft: MoM with MLFMA (large electrically, open boundary). EMC enclosure shielding: FDTD (wideband, can include apertures and cables). Antenna on a vehicle platform: hybrid MoM+FDTD or MoM+PO (large platform with small antenna detail). If unsure, start with FEM (HFSS) for component-level problems and MoM for antenna/radiation problems.
How much memory do EM simulations require?
Memory depends on electrical size and mesh density. Rules of thumb: FDTD at lambda/15 resolution: ~100 bytes per cell. A 10×10×10 wavelength domain needs (150)^3 = 3.4M cells = 340 MB. FEM at lambda/10 with second-order elements: ~5 KB per tetrahedron. Same domain: approximately 500K tetrahedra = 2.5 GB. Full-wave MoM for a 10λ × 10λ surface: ~50K unknowns, impedance matrix = 50K² × 16 bytes = 40 GB (or ~1 GB with MLFMA). Practical limits on 64 GB workstation: FDTD up to ~500M cells (50×50×50 wavelengths), FEM up to ~10M tetrahedra (20×20×20 wavelengths), MoM up to ~200K unknowns (30λ surface with MLFMA).
Can I combine multiple methods?
Yes, hybrid methods use different solvers in different regions of the problem. FEKO excels at this: MoM for the antenna/feed structure + Physical Optics (PO) for the large platform + Uniform Theory of Diffraction (UTD) for edges. HFSS supports FEM-IE (integral equation boundary) to combine FEM accuracy near the device with MoM efficiency for the radiation boundary. CST Microwave Studio supports transient (FDTD) + frequency-domain (FEM) + integral equation (MoM) solvers within the same project, with automatic method selection based on problem type. Hybrid approaches enable simulation of problems that are intractable with any single method.