Frequency-Domain EM (simpeg.electromagnetics.frequency_domain)#
The frequency_domain module contains functionality for solving Maxwell’s equations
in the frequency-domain for controlled sources. Where a \(+i\omega t\)
Fourier convention is used, this module is used to solve problems of the form:
where the constitutive relations between fields and fluxes are given by:
- \(\vec{J} = (\sigma + i \omega \varepsilon) \vec{E}\) 
- \(\vec{B} = \mu \vec{H}\) 
and:
- \(\vec{S}_m\) represents a magnetic source term 
- \(\vec{S}_e\) represents a current source term 
Simulations#
| 
 | Simulation class for simulating the FEM response over a 1D layered Earth for a single sounding. | 
| 
 | 3D FDEM simulation in terms of the electric field. | 
| 
 | 3D FDEM simulation in terms of the magnetic flux field. | 
| 
 | 3D FDEM simulation in terms of the current density. | 
| 
 | 3D FDEM simulation in terms of the magnetic field. | 
Receivers#
| 
 | Measure FDEM electric field at a point. | 
| 
 | Measure FDEM total field magnetic flux density at a point. | 
| Measure FDEM secondary magnetic flux density at a point. | |
| 
 | Measure FDEM total magnetic field at a point. | 
| 
 | Measure FDEM current density at a point. | 
Sources#
| 
 | User-provided electric source term (s_e) class. | 
| 
 | User-provided magnetic source term (s_m) class. | 
| 
 | User-provided electric (s_e) and magnetic (s_m) source terms. | 
| 
 | Point magnetic dipole source calculated by taking the curl of a magnetic vector potential. | 
| 
 | Point magnetic dipole source calculated with the analytic solution for the fields from a magnetic dipole. | 
| 
 | Circular loop magnetic source calculated by taking the curl of a magnetic vector potential. | 
| 
 | |
| 
 | Primary-Secondary Source in which a mapping is provided to put the current model onto the primary mesh. | 
| 
 | Line current source. | 
Surveys#
| 
 | Frequency domain electromagnetic survey | 
Fields#
| 
 | Fields class for storing 3D total electric field solutions. | 
| 
 | Fields class for storing 3D total magnetic flux density solutions. | 
| 
 | Fields class for storing 3D current density solutions. | 
| 
 | Fields class for storing 3D magnetic field solutions. | 
Base Classes#
| 
 | Frequency domain electromagnetic survey | 
| 
 | Base FDEM source class | 
| 
 | Base FDEM receivers class. | 
| 
 | Base finite volume FDEM simulation class. | 
| 
 | Base class for storing FDEM fields. | 
