mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
setting numerical aquifer cells water saturation to 1.0
was removed accidently during cleaning up
This commit is contained in:
parent
5e408ad71b
commit
a43c45e6ff
@ -1953,6 +1953,7 @@ private:
|
||||
if (!num_aqu_cells.empty()) {
|
||||
const auto search = num_aqu_cells.find(global_index);
|
||||
if (search != num_aqu_cells.end()) {
|
||||
saturations = {0.0, 0.0, 1.0};
|
||||
const auto* aqu_cell = num_aqu_cells.at(global_index);
|
||||
const auto msg = fmt::format("FOR AQUIFER CELL AT ({}, {}, {}) OF NUMERICAL "
|
||||
"AQUIFER {}, WATER SATURATION IS SET TO BE UNITY",
|
||||
|
Loading…
Reference in New Issue
Block a user