-
Notifications
You must be signed in to change notification settings - Fork 121
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
Update THP also for zero-rate wells #5634
Update THP also for zero-rate wells #5634
Conversation
jenkins build this failure_report please |
Only one of the tests show considerable differences here ( |
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 the contribution. It looks fine. I am beginning the process to get the PR in now.
jenkins build this update_data please |
Reason: PR OPM/opm-simulators#5634 opm-common = 27a6e80523b7cfa5997befed3323c4afced1ac81 opm-grid = 36069f06e5fe321c2dd161a7614dc95be5d05978 opm-models = 62142127b6cfe01fa507db3b8bbff402d1ab573d opm-simulators = 62142127b6cfe01fa507db3b8bbff402d1ab573d ### Changed Tests ### * model4_udq_group * model4_gefac * min_thp_1 * actionx_wpimult * wvfpexp_02 * 01_wgrupcon * 02_wgrupcon
jenkins build this opm-tests=1233 please |
Automatic Reference Data Update for PR OPM/opm-simulators#5634
The updated reference is installed. I am getting this PR in now. |
In
updateThp
, the thp is set to zero if the well is stopped or set to zero rate (individual or group). This is problematic for cases where e.g., a well temporarily gets assiged a zero rate from group as the zero thp subsequently will be interpreted as a thp-limit violation. This PR simply suggests to always update thp as long as the vfp is active (we have reasonnable fallbacks for zero rate vfp-interpolation).