Fetkovich: Load Water Density From Restart Source

Needed to get proper gravity contributions in restarted runs.
This commit is contained in:
Bård Skaflestad 2021-06-22 15:29:34 +02:00
parent ed3ea9fa49
commit fde505562d

View File

@ -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)