Skip to content

Modelling an 2-D ERT on an 3-D unbounded domain to simulate a field acquisition #458

Closed Answered by halbmy
LuFrag asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Well, if you're working in an unbounded domain, there is no reason for total field computations, so you should use ert.simulate(..., sr=True) (which is the default). This makes the computations way more accurate. If insisting on total field, you would have to use quadratic shape functions (actually it would be good to have a keyword argument to do that on the fly).
  2. You can directly put the geometric factors into the scheme by shm["k"] = ert.createGeometricFactors(shm) and simplify the call.
  3. Computing homogeneous resistivity can also be done by passing a scalar, e.g. ert.simulate(mesh, res=1.0, scheme=shm).
  4. Obviously, mt.createWorld decides on start and end arguments (and not analysing th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by LuFrag
Comment options

You must be logged in to vote
2 replies
@halbmy
Comment options

@LuFrag
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants