mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1919 from GitPaean/improving_wtest
improving WTEST results.
This commit is contained in:
commit
99afc4f152
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user