Skip to content

How to resolve "INFO: No distance passed to HantushWellModel, assuming r=1.0." #437

Answered by dbrakenhoff
pgraafstra asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Nice that you're using WellModel! Can you tell where in your code the message is being generated?

As the message (vaguely) suggests this is not a problem, but something the user should potentially be aware of. HantushWellModel accepts 4 parameters (A, a, b, and the distance r). If the distance r is not passed, it will still work but then it assumes r=1. This happens for example when you plot the results (ml.plots.results()) because it will plot the step response, but because there are multiple wells, we've chosen to plot the step response at r=1. That causes this message to be shown, but is not something to be worried about.

When you want to calculate the gain at a particular well for…

Replies: 2 comments 4 replies

Comment options

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

Comment options

You must be logged in to vote
3 replies
@pgraafstra
Comment options

@dbrakenhoff
Comment options

@pgraafstra
Comment options

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