Closed lrijkels closed 2 years ago
Thank you for reporting the issue. I am able to reproduce it using Flow 2021.10 from the binary packages. Fortunately, these issues are already fixed in the master version. If you need the energy or the aquifer combination you will need to either update to current master or wait for the next release.
That's great, thanks a lot for the quick reply. I did notice one other curious thing with the CO2STORE files:
Adding DISGAS changes the flow significantly as density driven fingers starts developing. You will expect the run time to go up. As DISGAS assumes instant mixing it will over estimate the dissolution of CO2 in brine for large cells. DTSDTCON is a mechanism to control the dissolution assuming a CO2-brine convective dissolution process. But be aware that there is a significant bug in the release version. The reference density was left out in some trivial refactoring resulting in a factor 1000 reduction of the value. This was fixed in https://github.com/OPM/opm-simulators/pull/3727 You can still use the release version but than you need to multiply the value in DRSDTCON with the reference density of brine i.e. approx 1000. That also explains the speed up. i.e. without the factor 1000 the dissolution will practically be zero when using DRSDTCON. Sorry for exposing you to several bugs and thanks for reporting them! Please continue to do so if you continue to experience something unexpected either in performance or in the results.
Aha! That explains the observation that DRSDTCON did not seem to have much effect in my runs. Thanks for the fix. I am running with a larger value now. I think the addition of the CO2STORE module and all the associated options is brilliant, so I'll keep testing it.
Thanks for another fantastic expansion of OPM-Flow's capabilities! CO2STORE is brilliant. However, when I try to run the test case CO2STORE_ENERGY in Flow 2021.10 on WSL2, it says:
The other tests cases work fine, apart from CO2STORE_AQU. That ends in:
Note: the AQUCT version works fine. I also tried to implement the energy keywords in other DATA files, but with similar eror messages. Single versus multi-core made no difference.
Thanks and regards, Lex Rijkels