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

Add WCD, GCDI, GCDM, WIPG, WIPL summary output for Field and Region #3408

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

totto82
Copy link
Member

@totto82 totto82 commented Feb 22, 2023

These are summary output that is used for CO2STORE simulations.

@totto82
Copy link
Member Author

totto82 commented Feb 22, 2023

jenkins build this opm-simulators=4477 please

Copy link
Member

@bska bska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good for the most part. I don't quite understand why CO2 volumes are reported in different units of measurement depending on the associate phase, but I also admit that I haven't looked too closely at this application.

Comment on lines 2233 to 2235
{"FGCDI" , Opm::UnitSystem::measure::liquid_surface_volume },
{"FGCDM" , Opm::UnitSystem::measure::liquid_surface_volume },
{"FWCD" , Opm::UnitSystem::measure::gas_surface_volume },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to use two different units of measurement for CO2, depending on whether it is in the gas phase (FG*) or in the water phase (FW*). Is that intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing.

{"FGCDM" , Opm::UnitSystem::measure::liquid_surface_volume },
{"FWCD" , Opm::UnitSystem::measure::gas_surface_volume },
{"FWIPG" , Opm::UnitSystem::measure::liquid_surface_volume },
{"FWIPL" , Opm::UnitSystem::measure::liquid_surface_volume }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit, but could you put a trailing comma on the last entry here please? That way, it's slightly easier to add new entries when we need to.

@totto82
Copy link
Member Author

totto82 commented Feb 23, 2023

jenkins build this opm-simulators=4477 please

@totto82
Copy link
Member Author

totto82 commented Feb 23, 2023

image

@totto82
Copy link
Member Author

totto82 commented Feb 23, 2023

Seems to work as expected. Results are from modified CO2STORE test case. OPM/opm-tests#910

Copy link
Member

@bska bska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the updates. I'll merge into master.

@bska bska merged commit 762b43c into OPM:master Feb 24, 2023
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

Successfully merging this pull request may close these issues.

2 participants