water viscosity calculation for brine + thermal#4656
water viscosity calculation for brine + thermal#4656plgbrts wants to merge 1 commit intoOPM:masterfrom
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. |
|
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.
You will need to set the viscosity and viscosibility also for PVTWSALT
There was a problem hiding this comment.
This indeed solved the assertion failure I got after a rebase. Thank for pointing out this.
|
With the change of the option |
|
jenkins build this please |
Allow for combination of the
BRINEandTHERMALand adaptation for the pressure, temperature dependent water viscosity calculation for this combination.