Skip to content

Center-to-Center Separation Between Two Wellbores #147

Answered by jonnymaserati
Georgy1987 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the question @Georgy1987! You actually prompted me to make some updates and issue a new version #149.

Install the new version - the following code should do it, but you might want to do so in a new env and to use the mesh version you probably need the [all] dependencies:

>>> pip install welleng[all] -U

Then create an welleng.clearance.IscwsaClearance instance - take a look at the test_clearance_iscwsa.py file in the tests folder for inspiration.

Hint: use numpy.zeros to make a dummy cov_nev input for the Survey instances.

Then to get the md on the reference well at the closest point to the offset well:

# Create a IscwsaClearance instance:
c_iscwsa = we.clearance.IscwsaClearance

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Georgy1987
Comment options

Answer selected by Georgy1987
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