adding assembleWellEq to StandardWell

F0_ is not initialized yet.
This commit is contained in:
Kai Bao
2017-06-21 14:07:11 +02:00
parent 1942853337
commit 1174d2de54
5 changed files with 349 additions and 34 deletions

View File

@@ -128,6 +128,14 @@ namespace Opm {
}
}
// do the initialization work
// do the initialization for all the wells
// TODO: to see whether we can postpone of the intialization of the well containers to
// optimize the usage of the following several member variables
for (auto& well : well_container_) {
well->init(&phase_usage_, &active_, vfp_properties_, gravity_, nc);
}
}