mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding function findWellNode() to WellCollection
to return the WellNode* instead of WellGroupInterface*
This commit is contained in:
@@ -95,6 +95,10 @@ namespace Opm
|
||||
/// \return the pointer to the group if found, NULL otherwise
|
||||
const WellsGroupInterface* findNode(const std::string& name) const;
|
||||
|
||||
|
||||
WellNode* findWellNode(const std::string& name) const;
|
||||
|
||||
|
||||
/// Applies all group controls (injection and production)
|
||||
void applyGroupControls();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user