-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node placement in volume of original model #372
Node placement in volume of original model #372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the code - but had to make some minor changes such that the random point generation actually happens in the space of the original model.
This is a picture of the Norne model (top layer). Now stretching all the way to the west - the area that doesn't have any wells.
The full Norne model, with many nodes per layer, would now look like:
And for reference the real Norne model (initial pressure is quite off by the way, @edubarrosTNO I hope this is not the case in the cases you have been testing?):
I will have to check that, but what I can say now is that those cases that I have been running are certainly using much fewer additional nodes than what we see in these pictures. Are there any current hypotheses for the initial pressure being off? To me it looks like the pressure is in the right range in most of the model, except for those red spots in one of the "tentacles". It would be useful to check the EQUIL regions of the full grid and FlowNet models, and see if there is any overlapping with the red spots in pressure in the FlowNet grid. If that is the case, we will have to revise the EQUIL settings of that region |
Co-authored-by: Wouter J. de Bruin <[email protected]>
…vex hull around perforations
@wouterjdb I realized we were using convex and concave hull interchangeably in the Mitchells code. But for the grid cell bounding boxes it is a concave hull, but for the perforations, we actually use a convex hull. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that during the time I did something else, all of my comments about convex/concave became outdated...
LGTM! Nice work.
It all became a bit messy since there were commits addressing my requested changes before I submitted the review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just have one comment about a docstring mentioning the hull_factor = 1.0
. Other than that everything looks good to go! Nice job.
Co-authored-by: Ole Petter Lødøen <[email protected]>
Insert a description of your pull request (PR) here, and check off the boxes below when they are done.
Contributor checklist
CHANGELOG.md
.