mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve MSW export including multi lateral wells
Based on branch https://github.com/OPM/ResInsight/tree/system-msw-refactor - Move completion settings to property of well path - Rename to RimFishbones - Export implicit COMPSEGS for fishbones main bore - Add valve for each branch - Increase version number to be able to handle import of legacy project files
This commit is contained in:
@@ -72,8 +72,9 @@ public:
|
||||
double identicalTubeLength( const RigWellPath& otherWellPathGeometry ) const;
|
||||
|
||||
static cvf::ref<RigWellPath> commonGeometry( const std::vector<const RigWellPath*>& allGeometries );
|
||||
void setUniqueStartIndex( size_t uniqueStartIndex );
|
||||
void setUniqueStartAndEndIndex( size_t uniqueStartIndex, size_t uniqueEndIndex );
|
||||
size_t uniqueStartIndex() const;
|
||||
size_t uniqueEndIndex() const;
|
||||
std::vector<cvf::Vec3d> uniqueWellPathPoints() const;
|
||||
std::vector<double> uniqueMeasuredDepths() const;
|
||||
|
||||
@@ -95,5 +96,6 @@ private:
|
||||
|
||||
bool m_hasDatumElevation;
|
||||
double m_datumElevation;
|
||||
size_t m_startIndex;
|
||||
size_t m_uniqueStartIndex;
|
||||
size_t m_uniqueEndIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user