Skip to content
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

Coarse 3D grids: a general discussion #445

Open
augustjohansson opened this issue Nov 12, 2021 · 0 comments
Open

Coarse 3D grids: a general discussion #445

augustjohansson opened this issue Nov 12, 2021 · 0 comments

Comments

@augustjohansson
Copy link

Coarse 3D grids may be an interesting complement to the 1D tubes currently implemented. This issue is for a general discussion on pros and cons with this approach, and also discuss ideas for realizing such grids in flownet. For the latter we have discussed 1) the COARSEN keyword in Eclipse, and 2) our own implementation.

Regarding 1) preliminary studies by @edubarrosTNO show that ECL can handle the COARSEN keyword and with some manual work we can probably get the data needed (such as PORV and transmissibilities) for writing OPM input files. There are some issues (bluntly copied from the pdf of Eduardo from 2021-10-08):
a. Can we modify .EGRID, .INIT files with modified / history matched properties mentioned above? (Eduardo think there are libecl methods for that)
b. We can write connection factors to the COMPDAT section of SCHEDULE file?
c. When adding two wells (or single well with multiple connections) in fine cells belonging to the same coarse cell,
Eclipse seems to move all connections to the representative fine cell of the coarse cell. Can OPM-Flow also handle
this?
d. How to represent this grid for representing geometry (visualization purposes)? Cartesian grid? Dummy network of “tubes” connecting the representative fine cells of the coarser cells (only those kept active)?

Obviously 2) will provide us much more detailed control over how the partitioning is done, but with the drawback that we have to do it ourselves. This is work in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant