mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
solveWellEq in StandardWellsDense calls
solveWellEq from each individual well.
This commit is contained in:
@@ -298,6 +298,10 @@ enum WellVariablePositions {
|
||||
const Wells* wells_;
|
||||
const std::vector< const Well* > wells_ecl_;
|
||||
|
||||
// the number of wells in this process
|
||||
// trying to not use things from Wells struct
|
||||
const int number_of_wells_;
|
||||
|
||||
// a vector of all the wells.
|
||||
// eventually, the wells_ above should be gone.
|
||||
// the name is just temporary
|
||||
|
||||
Reference in New Issue
Block a user