From a43c45e6ff95f13a67c186e0d3af28e42f778b0b Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Fri, 5 Feb 2021 00:00:25 +0100 Subject: [PATCH] setting numerical aquifer cells water saturation to 1.0 was removed accidently during cleaning up --- ebos/equil/initstateequil.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/ebos/equil/initstateequil.hh b/ebos/equil/initstateequil.hh index 6c200ac55..6e1af5cb4 100644 --- a/ebos/equil/initstateequil.hh +++ b/ebos/equil/initstateequil.hh @@ -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",