SimPEG.electromagnetics.frequency_domain.sources.CircularLoop#

class SimPEG.electromagnetics.frequency_domain.sources.CircularLoop(receiver_list, frequency, location=None, orientation='z', radius=1.0, current=1.0, n_turns=1, mu=1.25663706212e-06, **kwargs)[source]#

Bases: MagDipole

Circular loop magnetic source calculated by taking the curl of a magnetic vector potential. By taking the discrete curl, we ensure that the magnetic flux density is divergence free (no magnetic monopoles!).

This approach uses a primary-secondary in frequency in the same fashion as the MagDipole.

Parameters:
receiver_listlist of SimPEG.electromagnetics.frequency_domain.receivers.BaseRx

A list of FDEM receivers

frequencyfloat

Source frequency

location(dim) np.ndarray, default: np.r_[0., 0., 0.]

Source location.

momentfloat

Magnetic dipole moment amplitude

orientation{‘z’, x’, ‘y’} or (dim) numpy.ndarray

Orientation of the dipole.

mufloat

Background magnetic permeability

orientationstr, default: ‘z’

Loop orientation. One of (‘x’, ‘y’, ‘z’)

radiusfloat, default: 1.0

Loop radius

currentfloat, default: 1.0

Source current

mufloat

Background magnetic permeability

Attributes

N

n_turns.N has been deprecated.

current

Source current

moment

Dipole moment of the loop.

n_turns

Number of turns in the loop.

radius

Loop radius