-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot run spe11 examples in hello_world #11
Comments
Hey, which version of flow are you using? (by typing |
Thanks for your reply. Its version is flow 2023.10. |
Many thanks for raising the issue. In order to use the co2store option with gaswater + energy + diffusion, then one needs to use flow from the master branches since this was added after the 2023.10 release https://github.com/OPM/opm-simulators/pull/4960/files#r1393787223. Another option is to use the gasoil co2store implementation, since gasoil + energy + diffusion is supported in the 2023.10 release (e.g., https://github.com/OPM/pyopmspe11/blob/main/tests/configs/input.txt). The PR #12 adds some checks for this and shows a message similar to the previous lines. |
When I ran the examples "spe11b" and "spe11c" in hello_world folder, I found this issue:
simulation aborted as program threw an unexpected exception: Allocating the simulation vanguard failed: input specifies diffusion while simulator has disabled it, try xxx_diffusion
Can anyone tell me how to fix it?
The text was updated successfully, but these errors were encountered: