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:
Kai Bao
2015-09-24 16:47:21 +02:00
parent 5aa258fdd6
commit c1683c0c11

View File

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