functions for indicating injection and production upating.

it is for WellCollection, which is logically wrong. It should be done in
the group level, while things will be different for multi-level groups.

The current implementation basically works for current needs, that we
only have one group.
This commit is contained in:
Kai Bao
2016-10-07 14:54:53 +02:00
parent 86e41a8937
commit df745bafef
2 changed files with 39 additions and 7 deletions

View File

@@ -117,6 +117,9 @@ namespace Opm
/// strategy might be required.
bool needUpdateWellTargets() const;
bool needUpdateInjectionTargets() const;
bool needUpdateProductionTargets() const;
const size_t numNode() const;
WellNode* getNode(size_t i) const;