Extrapolate GASVISCT
Allow for extrapolation of gas viscosity curves.
This commit is contained in:
parent
50bd881199
commit
d4f6ed4366
@ -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