Time-Domain EM (simpeg.electromagnetics.time_domain
)#
The time_domain
module contains functionality for solving Maxwell’s equations
in the time-domain for controlled sources. Here, electric displacement is ignored,
and functionality is used to solve:
where the constitutive relations between fields and fluxes are given by:
\(\vec{j} = \sigma \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 TEM response over a 1D layered Earth for a single sounding. |
|
3D TDEM simulation in terms of the magnetic flux density. |
|
3D TDEM simulation in terms of the electric field. |
|
3D TDEM simulation in terms of the magnetic field. |
|
3D TDEM simulation in terms of the current density. |
Receivers#
|
Measure TDEM electric field at a point. |
|
Measure TDEM current density at a point. |
Measure TDEM magnetic flux density at a point. |
|
Measure time-derivative of magnetic flux density at a point. |
|
|
Measure TDEM magnetic field at a point. |
Measure time-derivative of magnet field at a point. |
Waveforms#
|
A heavy-side step function waveform. |
|
A waveform with a linear ramp-off. |
|
A waveform you can define. |
|
A VTEM style waveform |
|
A waveform that has a linear ramp-on and a linear ramp-off. |
|
TriangularWaveform is a special case of TrapezoidWaveform where there's no pleateau |
|
A waveform that has a quarter-sine ramp-on and a linear ramp-off |
|
A waveform that has a quarter-sine ramp-on and a quarter-cosine ramp-off. |
Sources#
|
Point magnetic dipole source calculated by taking the curl of a magnetic vector potential. |
|
Circular loop magnetic source calculated by taking the curl of a magnetic vector potential. |
|
Line current source. |
|
Surveys#
|
Time domain electromagnetic survey |
Fields#
|
Fields class for storing 3D total magnetic flux density solutions. |
|
Fields class for storing 3D total electric field solutions. |
|
Fields class for storing 3D total magnetic field solutions. |
|
Fields class for storing 3D current density solutions. |
Base Classes#
|
Base TDEM receiver class |
|
Base class for creating a waveform for time-domain EM simulations. |
|
Base TDEM source class |
|
Base class for quasi-static TDEM simulation with finite volume. |
|
Base class for storing TDEM fields. |
|
Field class for stashing derivatives for EB formulations. |
|
Field class for stashing derivatives for HJ formulations. |