-
Notifications
You must be signed in to change notification settings - Fork 3
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
number of injection wells #32
Comments
Hi Zhen, Thanks for your interest. Yes this should support multiple injection wells if you use this structure (but I haven't tested it yet and I am currently busy with something else)
multi_inj_q = jutulVWell(inj_rate, [:Injector, :Injector], [loc1, loc2], startz, endz) This code base should be maintained by some of my lab mates. @haoyunl2 @apgahlot @gbruer15 could you take a look and see if my proposed solution works? Thanks! |
And https://github.com/sintefmath/JutulDarcy.jl surely supports multi injection wells. |
Hi Zhen and Francis, Francis, thanks for the reply. Right now, JutulDarcyRules only supports multiple injection wells with the same injection rate. The example code for the setup is attached below.
Can you explain your condition for using the multiple injection wells? I think I can modify the code to adapt different injection rates for different injection wells. |
@haoyunl2 Can you add a unit test to the test suite to verify e.g. mass conservation when multiple injection well is used, before we reach the conclusion that the multi-injection-well setup is supported? |
Hi Francis and Haoyun, Thank you for the fantastic explanation! It was very helpful. I'm also wondering how to set different rates for the production and injection wells. For example, if we have two injection wells and three production wells. It might be more realistic if the total injection rates matched the total production rates. Thanks again! |
Hello Zhen, Thanks for explaining your situation and suggestions. Currently, JutulDarcyRules does not support different rates for the the multiple wells. But, I will modify the code to support different rates. After the changes are pushed, I will let you know! |
That'll be great, thanks for the kind support! |
Hi,
I’m impressed with this package and was wondering if it supports multiple injection wells. It seems that the examples are focusing on single well scenarios.
Thanks,
Zhen
The text was updated successfully, but these errors were encountered: