Skip to content

Commit 142cb05

Browse files
author
Tor Harald Sandve
committed
Dont commit wellstate after 1 iteration
1 parent dfd6716 commit 142cb05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opm/simulators/wells/BlackoilWellModel_impl.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,8 @@ namespace Opm {
11761176
}
11771177

11781178
const bool well_group_control_changed = updateWellControlsAndNetwork(false, dt, local_deferredLogger);
1179-
if (iterationIdx == 0)
1180-
this->commitWGState();
1179+
//if (iterationIdx == 0)
1180+
// this->commitWGState();
11811181

11821182

11831183
// even when there is no wells active, the network nodal pressure still need to be updated through updateWellControlsAndNetwork()

0 commit comments

Comments
 (0)