mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3218 Compdat Export Fishbones : Investigate possibly missing imported laterals
Always include fishbone lateral parts, do not skip parts where main bore is present.
This commit is contained in:
@@ -217,9 +217,6 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate
|
|||||||
if (!wellPath) return;
|
if (!wellPath) return;
|
||||||
if (!wellPath->wellPathGeometry()) return;
|
if (!wellPath->wellPathGeometry()) return;
|
||||||
|
|
||||||
std::set<size_t> wellPathCells = RigWellPathIntersectionTools::findIntersectedGlobalCellIndicesForWellPath(
|
|
||||||
settings.caseToApply()->eclipseCaseData(), wellPath->wellPathGeometry());
|
|
||||||
|
|
||||||
bool isMainBore = false;
|
bool isMainBore = false;
|
||||||
double diameter = wellPath->fishbonesCollection()->wellPathCollection()->holeDiameter(unitSystem);
|
double diameter = wellPath->fishbonesCollection()->wellPathCollection()->holeDiameter(unitSystem);
|
||||||
for (const RimFishboneWellPath* fishbonesPath : wellPath->fishbonesCollection()->wellPathCollection()->wellPaths())
|
for (const RimFishboneWellPath* fishbonesPath : wellPath->fishbonesCollection()->wellPathCollection()->wellPaths())
|
||||||
@@ -235,8 +232,6 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate
|
|||||||
|
|
||||||
for (const auto& cellIntersectionInfo : intersectedCells)
|
for (const auto& cellIntersectionInfo : intersectedCells)
|
||||||
{
|
{
|
||||||
if (wellPathCells.count(cellIntersectionInfo.globCellIndex)) continue;
|
|
||||||
|
|
||||||
double skinFactor = wellPath->fishbonesCollection()->wellPathCollection()->skinFactor();
|
double skinFactor = wellPath->fishbonesCollection()->wellPathCollection()->skinFactor();
|
||||||
QString completionMetaData = fishbonesPath->name();
|
QString completionMetaData = fishbonesPath->name();
|
||||||
WellBorePartForTransCalc wellBorePart = WellBorePartForTransCalc(
|
WellBorePartForTransCalc wellBorePart = WellBorePartForTransCalc(
|
||||||
|
|||||||
Reference in New Issue
Block a user