Merge pull request #3452 from totto82/fixThermalCO2

Fix thermal + co2
This commit is contained in:
Tor Harald Sandve
2023-03-22 11:06:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ public:
300*pMPa -
2400*pMPa*salinity +
tempC*(
80.0 -
80.0 +
3*tempC -
3300*salinity -
13*pMPa +

View File

@@ -164,7 +164,7 @@ public:
const Evaluation& Rs) const
{
const Evaluation xlCO2 = convertXoGToxoG_(convertRsToXoG_(Rs,regionIdx));
const Evaluation xlCO2 = convertRsToXoG_(Rs,regionIdx);
return (liquidEnthalpyBrineCO2_(temperature,
pressure,
salinity_[regionIdx],