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

Cannot run spe11 examples in hello_world #11

Open
ZhenQin-USC opened this issue Dec 18, 2023 · 3 comments
Open

Cannot run spe11 examples in hello_world #11

ZhenQin-USC opened this issue Dec 18, 2023 · 3 comments

Comments

@ZhenQin-USC
Copy link

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?

@daavid00
Copy link
Collaborator

Hey, which version of flow are you using? (by typing flow --version you can see it). The generated input decks support flow 2023.10 and built from the master branches.

@ZhenQin-USC
Copy link
Author

Hey, which version of flow are you using? (by typing flow --version you can see it). The generated input decks support flow 2023.10 and built from the master branches.

Thanks for your reply. Its version is flow 2023.10.

@daavid00
Copy link
Collaborator

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.

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

2 participants