Merge pull request #1919 from GitPaean/improving_wtest

improving WTEST results.
This commit is contained in:
Atgeirr Flø Rasmussen 2019-07-01 13:59:03 +02:00 committed by GitHub
commit 99afc4f152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1017,10 +1017,11 @@ namespace Opm
WellState well_state_copy = well_state;
updateWellStateWithTarget(simulator, well_state_copy, deferred_logger);
calculateExplicitQuantities(simulator, well_state_copy, deferred_logger);
updatePrimaryVariables(well_state_copy, deferred_logger);
initPrimaryVariablesEvaluation();
// create a well
WellTestState welltest_state_temp;
bool testWell = true;