RFT: Add connection data as segment results

This commit is contained in:
Magne Sjaastad
2022-08-22 10:56:33 +02:00
parent 418c4df7b3
commit b6973a3644
3 changed files with 56 additions and 12 deletions

View File

@@ -72,6 +72,8 @@ public:
std::vector<size_t> indicesForBranchNumber( int branchNumber ) const;
std::vector<size_t> indicesForBranchIndex( int branchIndex, RiaDefines::RftBranchType branchType ) const;
std::vector<int> segmentNumbersForBranchIndex( int oneBasedBranchIndex, RiaDefines::RftBranchType branchType ) const;
private:
std::vector<RifRftSegmentData> m_topology;
std::vector<Opm::EclIO::EclFile::EclEntry> m_resultNameAndSize;