gimli-org / gimli

Geophysical Inversion and Modeling Library :earth_africa:
https://www.pygimli.org
Other
344 stars 131 forks source link

Finite Element in ERT #700

Open tonapawilliam opened 3 weeks ago

tonapawilliam commented 3 weeks ago

Excuse me, Sir. This is something that has made me curious all this time. How to process the simulation with a triangular mesh like this Figure_9 can be calculated data like this Figure_8

I've always been curious about the formula used in this method. I have a target to try to calculate the forward model of the triangular element method with data using a 10 Wenner array electrode so that it is possible to know how the calculation process is carried out in calculating this 2D potential field.

halbmy commented 3 weeks ago

I don't quite understand your question. The finite element method used for ERT is explained in this example: https://www.pygimli.org/_examples_auto/3_ert/plot_04_ert_2_5d_potential.html In your case, you seem to miss appropriate boundary conditions so that the apparent resistivity at the sides and for large penetration goes up (showing the isolating boundaries). Please have a look at the examples to learn about boundary conditions.

tonapawilliam commented 3 weeks ago

Thank You Sir