SimPEG.electromagnetics.time_domain.Simulation3DMagneticFluxDensity#
- class SimPEG.electromagnetics.time_domain.Simulation3DMagneticFluxDensity(mesh, survey=None, dt_threshold=1e-08, **kwargs)[source]#
Bases:
SimPEG.electromagnetics.time_domain.simulation.BaseTDEMSimulation
Starting from the quasi-static E-B formulation of Maxwell’s equations (semi-discretized)
where
is an integrated quantity, we eliminate usingto obtain a second order semi-discretized system in
and moving everything except the time derivative to the rhs gives
For the time discretization, we use backward euler. To solve for the
th time step, we havere-arranging to put
on the left hand side givesMethods
Fields_Derivs
alias of
SimPEG.electromagnetics.time_domain.fields.FieldsDerivativesEB
fieldsPair
alias of
SimPEG.electromagnetics.time_domain.fields.Fields3DMagneticFluxDensity
getAdiag
(tInd)System matrix at a given time index
getAdiagDeriv
(tInd, u, v[, adjoint])Derivative of ADiag
getAsubdiag
(tInd)Matrix below the diagonal
getRHS
(tInd)Assemble the RHS
getRHSDeriv
(tInd, src, v[, adjoint])Derivative of the RHS
getAsubdiagDeriv
Galleries and Tutorials using SimPEG.electromagnetics.time_domain.Simulation3DMagneticFluxDensity
#

3D Forward Simulation for Transient Response on a Cylindrical Mesh