simpeg.electromagnetics.frequency_domain.Fields3DMagneticField#

class simpeg.electromagnetics.frequency_domain.Fields3DMagneticField(simulation)[source]#

Bases: FieldsFDEM

Fields class for storing 3D magnetic field solutions.

This class stores the total magnetic field solution computed using a frequency_domain.Simulation3DMagneticField simulation object. This class can be used to extract the following quantities:

  • 'h', 'hPrimary', 'hSecondary' and 'b' on mesh edges.

  • 'j', 'jPrimary', 'jSecondary' and 'e' on mesh faces.

  • 'charge' and 'charge_density' at cell centers.

See the example below to learn how fields can be extracted from a Fields3DMagneticField object.

Parameters:
simulationfrequency_domain.Simulation3DMagneticField

The FDEM simulation object associated with the fields.

Attributes

aliasFields

The aliased fields of the object.

approxSize

Approximate cost of storing all of the known fields in MB.

dtype

Python data type(s) used to store the fields.

knownFields

The field solutions and where they are discretized on the mesh.

mesh

Mesh used by the simulation.

simulation

The simulation object used to compute the field solution.

survey

Survey used by the simulation.

Methods

startup()

Run startup to connect the simulation's discrete attributes to the fields object.