SimPEG.electromagnetics.time_domain.sources.BaseTDEMSrc#
- class SimPEG.electromagnetics.time_domain.sources.BaseTDEMSrc(receiver_list=None, location=None, waveform=None, srcType=None, **kwargs)[source]#
- Bases: - BaseEMSrc- Base TDEM source class - Parameters:
- receiver_listlistofSimPEG.electromagnetics.frequency_domain.receivers.BaseRx
- A list of FDEM receivers 
- location(dim)numpy.ndarray
- Source locations 
- waveformBaseWaveform, default=StepOffWaveform
- A SimPEG waveform object 
- source_type{‘inductive’,’galvanic’}
- Implement as an inductive or galvanic source 
 
- receiver_list
 - Attributes - Integrated source term - Source location - Number of data associated with the source. - List of receivers associated with the source - Implement at inductive or galvanic source - Universal unique identifier - Vector number of data. - Current waveform for the source - Methods - bInitial(simulation)- Return initial B-field ( - Zerofor- BaseTDEMSrcclass)- bInitialDeriv(simulation[, v, adjoint, f])- Returns - Zerofor- BaseTDEMSrc- eInitial(simulation)- Returns - Zerofor- BaseTDEMSrc- eInitialDeriv(simulation[, v, adjoint, f])- Returns - Zerofor- BaseTDEMSrc- eval(simulation, time)- Return magnetic and electric source terms at a given time - evalDeriv(simulation, time[, v, adjoint])- Derivative of magnetic and electric source terms time a vector at a given time - get_receiver_indices(receivers)- Get indices for a subset of receivers within the source's receivers list. - hInitial(simulation)- Returns - Zerofor- BaseTDEMSrc- hInitialDeriv(simulation[, v, adjoint, f])- Returns - Zerofor- BaseTDEMSrc- jInitial(simulation)- Returns - Zerofor- BaseTDEMSrc- jInitialDeriv(simulation[, v, adjoint, f])- Returns - Zerofor- BaseTDEMSrc- s_e(simulation, time)- Returns - Zerofor- BaseTDEMSrc- s_eDeriv(simulation, time[, v, adjoint])- Returns - Zerofor- BaseTDEMSrc- s_m(simulation, time)- Returns - Zerofor- BaseTDEMSrc- s_mDeriv(simulation, time[, v, adjoint])- Returns - Zerofor- BaseTDEMSrc
Galleries and Tutorials using SimPEG.electromagnetics.time_domain.sources.BaseTDEMSrc#
 
Time-domain CSEM for a resistive cube in a deep marine setting
 
Heagy et al., 2017 1D RESOLVE and SkyTEM Bookpurnong Inversions
 
1D Forward Simulation with Chargeable and/or Magnetic Viscosity
 
3D Forward Simulation for Transient Response on a Cylindrical Mesh
 
1D Inversion of Time-Domain Data for a Single Sounding
 
 
 
 
 
 
 
