Merge pull request #425 from goncalvesmachadoc/patch-3
Extrapolate GASVISCT
This commit is contained in:
commit
a068071f88
@ -263,7 +263,7 @@ public:
|
||||
return isothermalPvt_->saturatedViscosity(regionIdx, temperature, pressure);
|
||||
|
||||
// compute the viscosity deviation due to temperature
|
||||
const auto& muGasvisct = gasvisctCurves_[regionIdx].eval(temperature);
|
||||
const auto& muGasvisct = gasvisctCurves_[regionIdx].eval(temperature, true);
|
||||
return muGasvisct;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user