mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
not resetWellControlFromState in assemble() in StandardWellsDense
other places should gurantee the control indices from the well_state and well_controls struct are the same. And also, since the first element in wellSolutions() depends on the type of the control, this function is complete yet.
This commit is contained in:
parent
34385ee58f
commit
d02f028260
@ -148,7 +148,7 @@ namespace Opm {
|
||||
return report;
|
||||
}
|
||||
|
||||
resetWellControlFromState(well_state);
|
||||
// resetWellControlFromState(well_state);
|
||||
updateWellControls(well_state);
|
||||
// Set the primary variables for the wells
|
||||
setWellVariables(well_state);
|
||||
|
Loading…
Reference in New Issue
Block a user