Natural Source EM (SimPEG.electromagnetics.natural_source)#

About natural_source

Simulations#

Simulation1DElectricField(mesh, **kwargs)

1D finite volume simulation for the natural source electromagnetic problem.

Simulation1DMagneticField(mesh, **kwargs)

1D finite volume simulation for the natural source electromagnetic problem.

Simulation1DPrimarySecondary(mesh[, survey, ...])

A NSEM problem solving a e formulation and primary/secondary fields decomposition.

Simulation2DElectricField(mesh[, h_bc])

A

Simulation2DMagneticField(mesh[, e_bc])

A

Simulation3DPrimarySecondary(mesh[, survey, ...])

A NSEM problem solving a e formulation and a primary/secondary fields decomposition.

Receivers#

receivers.PointNaturalSource([locations, ...])

Point receiver class for magnetotelluric simulations.

receivers.Point3DTipper(locations[, ...])

Point receiver class for Z-axis tipper simulations.

Sources#

sources.Planewave(receiver_list, frequency)

Source class for the 1D and pseudo-3D problems.

sources.PlanewaveXYPrimary(receiver_list, ...)

NSEM planewave source for both polarizations (x and y) estimated from a single 1D primary models.

Data#

survey.Data(survey[, dobs, relative_error, ...])

Data class for NSEMdata.

Fields#

Fields1DElectricField(simulation[, ...])

Methods

Fields1DMagneticField(simulation[, ...])

Methods

Fields1DPrimarySecondary(simulation[, ...])

Fields storage for the 1D NSEM solution.

Fields2DElectricField(simulation[, ...])

Methods

Fields2DMagneticField(simulation[, ...])

Methods

Fields3DPrimarySecondary(simulation[, ...])

Fields storage for the 3D NSEM solution.