mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
improving the WTEST results by initializing the explicit quantities
This commit is contained in:
parent
273e6a4dbc
commit
327cf30c31
@ -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