Finally, I have h for each edge of my mesh.
Can I split them to hx, hy and hz?
How can I plot the data? I need maps for different depths.
Could you please help me?
Thank you in advance!
Here is a time-domain example where we set up plotting for the currents, magnetic fields and data measured at the surface. There are two functions in there that you could adapt for your purposes. The plot_currents function grabs the electric field (on edges) and plots them. In your example, the magnetic field h is on edges, so this function is very similar to what you need. Instead of the lines
Could you please give me an example of the code for FDEM with horizontal current line?
I have plotted my results but it is quite strange for Hy component. I guess that the problem is connected with my source. I supposed I did some mistake. This is my code:3D_forward_modelling_line_in_mine.py (7.6 KB)
without those, the line current would be defined everywhere in the plane that is defined by your x, z locations. So if you add a indy term, that should help