mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
considering not OPEN connection when updateCompletions
in WellInterface.
This commit is contained in:
@@ -331,7 +331,9 @@ namespace Opm
|
||||
* }
|
||||
* The integer IDs correspond to the COMPLETION id given by the COMPLUMP keyword.
|
||||
* When there is no COMPLUMP keyword used, a default completion number will be assigned
|
||||
* based on the order of the declaration of the connections
|
||||
* based on the order of the declaration of the connections.
|
||||
* Since the connections not OPEN is not included in the Wells, so they will not be considered
|
||||
* in this mapping relation.
|
||||
*/
|
||||
std::map<int, std::vector<int>> completions_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user