#3442 Improve ICD/ICV export to add a small 0.1 length segment for each segment containing valves.

This commit is contained in:
Gaute Lindkvist
2018-12-03 15:37:50 +01:00
parent 2ed41d3158
commit 420944e910
7 changed files with 390 additions and 295 deletions

View File

@@ -179,7 +179,7 @@ double RimWellPathValve::convertOrificeDiameter(double
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::vector<std::pair<double, double>> RimWellPathValve::segmentsBetweenValves() const
std::vector<std::pair<double, double>> RimWellPathValve::valveSegments() const
{
RimPerforationInterval* perforationInterval = nullptr;
this->firstAncestorOrThisOfType(perforationInterval);