SimPEG.electromagnetics.viscous_remanent_magnetization.waveforms.SquarePulse.getCharDecay#

SquarePulse.getCharDecay(fieldType, times)[source]#

Compute characteristic decay for a square-pulse waveform.

This function describes the decay of the VRM response for the linear problem type. Note that the current will be normalized by its maximum value. The maximum current in the transmitter is specified in the source object.

Parameters:
fieldType{‘h’, ‘b’, ‘dhdt’, ‘dbdt’}

Field type.

timesnumpy.ndarray

Observation times. These times MUST be during the off-time.

Returns:
eta(n_times) numpy.ndarray

Characteristic decay evaluated at all specified times.