mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changing the mapping s2s_outlet to s2s_inlets
to better refect the real meaning of the mapping.
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Opm
|
||||
// means the outlet segments will gather all the contribution
|
||||
// from all the inlet segments in a recurisive way
|
||||
M p2s_gather; // perforation -> segment (in an accumative way)
|
||||
M s2s_outlet; // segment -> their outlet segments
|
||||
M s2s_inlets; // segment -> their inlet segments
|
||||
};
|
||||
|
||||
const WellOps& wellOps() const;
|
||||
|
||||
Reference in New Issue
Block a user