mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correcting the well mapping for WellMultiSegment
p2s_gather should be s2s_gather * p2s instead of s2s_gather * s2p The mapping generation needs further investigation.
This commit is contained in:
@@ -295,7 +295,7 @@ namespace Opm
|
||||
// p2w should be simple
|
||||
|
||||
m_wops_.p2s_gather = M(m_number_of_segments_, m_number_of_perforations_);
|
||||
m_wops_.p2s_gather = m_wops_.s2s_gather * m_wops_.s2p;
|
||||
m_wops_.p2s_gather = m_wops_.s2s_gather * m_wops_.p2s;
|
||||
|
||||
// s2s_gather
|
||||
|
||||
|
Reference in New Issue
Block a user