SimPEG.electromagnetics.viscous_remanent_magnetization.sources.CircLoop#
- class SimPEG.electromagnetics.viscous_remanent_magnetization.sources.CircLoop(receiver_list, location, radius, orientation, Imax, waveform, **kwargs)[source]#
- Bases: - BaseSrcVRM- Circular loop source - Parameters:
- receiver_listlistofSimPEG.electromagnetics.viscous_remanent_magnetization.receivers.Point
- VRM receivers 
- location(3) array_like
- source location 
- radiusfloat
- loop radius 
- orientation(2) array_like
- Circular loop normal azimuth and declination 
- Imaxfloat
- Maximum current amplitude 
- waveformSimPEG.electromagnetics.viscous_remanent_magnetization.waveforms.BaseVRMWaveform
- VRM waveform 
 
- receiver_list
 - Attributes - Source location - Number of data associated with the source. - Total number of receiver locations - List of receivers associated with the source - Universal unique identifier - Vector number of data. - Vector number of receiver locations - Methods - getH0(xyz)- Compute inducing field at locations xyz - get_receiver_indices(receivers)- Get indices for a subset of receivers within the source's receivers list.