solveWellEq in StandardWellsDense calls

solveWellEq from each individual well.
This commit is contained in:
Kai Bao
2017-06-27 12:17:36 +02:00
parent 9dace225de
commit 07d24b9d8d
5 changed files with 30 additions and 113 deletions

View File

@@ -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