changing the mapping s2s_outlet to s2s_inlets

to better refect the real meaning of the mapping.
This commit is contained in:
Kai Bao
2015-10-09 15:48:55 +02:00
parent cb3f54b618
commit 317cbb0af8
4 changed files with 10 additions and 10 deletions

View File

@@ -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;