SimPEG.electromagnetics.frequency_domain.simulation.BaseFDEMSimulation#
- class SimPEG.electromagnetics.frequency_domain.simulation.BaseFDEMSimulation(mesh, survey=None, forward_only=False, permittivity=None, **kwargs)[source]#
Bases:
BaseEMSimulation
We start by looking at Maxwell’s equations in the electric field (
) and the magnetic flux density ( )if using the E-B formulation (
Simulation3DElectricField
orSimulation3DMagneticFluxDensity
). Note that in this case, is an integrated quantity.If we write Maxwell’s equations in terms of
and current density .if using the H-J formulation (
Simulation3DCurrentDensity
orSimulation3DMagneticField
). Note that here, is an integrated quantity.The problem performs the elimination so that we are solving the system for
, , or .Attributes
If True, A-inverse not stored at each frequency in forward simulation.
Dielectric permittivity (F/m)
The simulations survey.
Methods
Jtvec
(m, v[, f])Sensitivity transpose times a vector
Jvec
(m, v[, f])Sensitivity times a vector.
fields
([m])Solve the forward problem for the fields.
fieldsPair
alias of
FieldsFDEM
getSourceTerm
(freq)Evaluates the sources for a given frequency and puts them in matrix form
Galleries and Tutorials using SimPEG.electromagnetics.frequency_domain.simulation.BaseFDEMSimulation
#

Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions

Heagy et al., 2017 1D RESOLVE Bookpurnong Inversion