mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fetkovich: Load Water Density From Restart Source
Needed to get proper gravity contributions in restarted runs.
This commit is contained in:
parent
ed3ea9fa49
commit
fde505562d
@ -107,6 +107,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->aquifer_pressure_ = xaq.pressure;
|
this->aquifer_pressure_ = xaq.pressure;
|
||||||
|
this->rhow_ = this->aqufetp_data_.waterDensity();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline Eval dpai(int idx)
|
inline Eval dpai(int idx)
|
||||||
|
Loading…
Reference in New Issue
Block a user