Merge pull request #1029 from totto82/bugfix_swatinit

BUGFIX Pass solution from flowEbos to ebos initially
This commit is contained in:
Andreas Lauser
2017-01-20 15:02:50 +01:00
committed by GitHub
2 changed files with 2 additions and 7 deletions

View File

@@ -256,11 +256,6 @@ public:
auto solver = createSolver(well_model);
// make sure that the ebos side of the model is consistent with the reservoir
// state object.
solver->model().convertInput(/*iterationIdx=*/0, state, ebosSimulator_);
ebosSimulator_.model().invalidateIntensiveQuantitiesCache(/*timeIdx=*/0);
// Compute orignal FIP;
if (!ooip_computed) {
OOIP = solver->computeFluidInPlace(fipnum);