-
Notifications
You must be signed in to change notification settings - Fork 114
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
Conversation
jenkins build this opm-simulators=4477 please |
There was a problem hiding this 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.
src/opm/output/eclipse/Summary.cpp
Outdated
{"FGCDI" , Opm::UnitSystem::measure::liquid_surface_volume }, | ||
{"FGCDM" , Opm::UnitSystem::measure::liquid_surface_volume }, | ||
{"FWCD" , Opm::UnitSystem::measure::gas_surface_volume }, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing.
src/opm/output/eclipse/Summary.cpp
Outdated
{"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 } |
There was a problem hiding this comment.
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.
eb86278
to
7e6f757
Compare
7e6f757
to
89850ad
Compare
jenkins build this opm-simulators=4477 please |
Seems to work as expected. Results are from modified CO2STORE test case. OPM/opm-tests#910 |
There was a problem hiding this 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.
These are summary output that is used for CO2STORE simulations.