-
Notifications
You must be signed in to change notification settings - Fork 117
water viscosity calculation for brine + thermal #4656
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
base: master
Are you sure you want to change the base?
Conversation
|
jenkins build this please |
|
Note: The functionality |
|
@plgbrts are we ready to ask for a review? |
|
do we have a test case for it? If yes, please add it to the opm-tests to demonstrate the usage. The demonstration case can also help the PR review. |
totto82
left a comment
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. The code looks good. Sorry for the late review. As @GitPaean also points out, I miss a small test case for regression testing. I will approve this PR, but not the one in simulator, until we have a regression test.
|
so has this been approved for merging? |
|
@bska , should this be merged? |
thank you for the review, but is out of office now. |
I think we should wait to have a case to run and test. |
| } | ||
| for (unsigned regionIdx = 0; regionIdx < regions; ++ regionIdx) { | ||
| referenceSaltConcentration_[regionIdx] = pvtwSaltTables[regionIdx].getReferenceSaltConcentrationValue(); | ||
| } |
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.
You will need to set the viscosity and viscosibility also for PVTWSALT
Allow for combination of the
BRINEandTEMPand adaptation for the pressure, temperature dependent water viscosity calculation for this combination.