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

minor issue (probably only reporting) #5787

Open
albertocominelli opened this issue Dec 5, 2024 · 3 comments
Open

minor issue (probably only reporting) #5787

albertocominelli opened this issue Dec 5, 2024 · 3 comments

Comments

@albertocominelli
Copy link

I am running some test cases for CO2STORE and I see some weird messages in the PRT file e.g.:
Screenshot 2024-12-05 170759
Flo says some keyword are not supported. I suppose it is simply a matter of reporting a wrong piece of information.
Could you confirm this?ù
Regards,
A:

@albertocominelli
Copy link
Author

BTW, I am using 2024.10

@totto82
Copy link
Member

totto82 commented Dec 6, 2024

The CO2STORE implementation in OPM Flow is based on the blackoil simulator. The unsupported keywords in the list are compositional keyword, they are not needed and will be ignored. To setup a basic CO2STORE run you will need to use

CO2STORE
GAS
WATER
DISGASW (optional, if you would like to model dissolution of CO2 in brine)
VAPWAT (optional, if you would like to model vaporization of water)
THERMAL (optional)
DIFFUSE (optional)
in the RUNSPEC section.

You will also need to set the salinity using the SALINITY keyword in the PROPS section. (i.e. you don't specify the salt components using COMPS)

@bska
Copy link
Member

bska commented Dec 6, 2024

The unsupported keywords in the list are compositional keyword, they are not needed and will be ignored.

Right, but this appears to be CO2STORE_GASWAT from OPM-Tests and that model uses those COMPS, GASWAT &c compositional keywords. It's not really ideal if our own examples use misleading setup.

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

3 participants