-
Notifications
You must be signed in to change notification settings - Fork 11
Unstable solution: Vertical Magnetic Dipole source as r --> 0 #40
Comments
Hi @dccowan I tried to run the example, but your branch errors out for me when importing
|
Hi @dccowan, it is expected. So offset between tx and rx must be greater than 0. Fundamentally speaking implementing quadrature scheme to handle arbitrary loop will be beneficial. |
Ah, it is offset, not loop radius! Yes, this has to be greater than 0, I agree with @sgkang, otherwise it is not defined. |
I think you need to run the setup.py so to avoid the import error. |
Good point @dccowan, I forgot that it has compiled functions. Anyhow, installing it via
|
We are currently solving equations 4.45 and 4.46 from Ward and Hohman to compute the horizontal and vertical response due to a vertical magnetic dipole source.
As the radial distance goes to zero, the 0th and 1st order Bessel functions go to 1 and 0, respectively. The linear digital filter that evaluates the Hankel transform does not appear to be stable in this case. I have checked to make sure the exponential term is such that the kernel function is decaying with respect to lambda.
Although we could use a horizontal loop source for this special case, it would be good to validate the horizontal loop source and vertical magnetic dipole source against one another.
To test this:
The text was updated successfully, but these errors were encountered: