flownet
flownet copied to clipboard
Adding new parameters exclusive for only transmisibility and pore volume
With this pull request, I try to make visible the experiments for testing flow diagnostics estimates (hard-coded) in FlowNet. Here, we impose transmissibility and pore-volume values to a simplified network without imaginary nodes. The idea is to test the estimates from flow diagnostics in FlowNet.
Contributor checklist
- [ ] :tada: This PR represent a starting point for solving #171.
- [ ] :scroll: I have broken down my PR into the following tasks:
- [ ] Create an exclusive transmissibility parameter
- [ ] Create an exclusive pore-volume parameter
- [ ] Create simplified network using FD connectivities (Hard coded)
- [ ] Initialize transmissibility and porvolume from FD (Hard coded)
- [ ] Run
ahmconsidering this two-parameter for in the following order: the Egg model simplified Norne, and Norne.
- [ ] :robot: I have added tests, or extended existing tests, to cover any new features or bugs fixed in this PR.
- [ ] :book: I have considered adding a new entry in
CHANGELOG.md. - [ ] :books: I have considered updating the documentation.