setting numerical aquifer cells water saturation to 1.0

was removed accidently during cleaning up
This commit is contained in:
Kai Bao 2021-02-05 00:00:25 +01:00
parent 5e408ad71b
commit a43c45e6ff

View File

@ -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",