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:
parent
74d3f08448
commit
7b6b4596de
@ -217,9 +217,6 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate
|
||||
if (!wellPath) return;
|
||||
if (!wellPath->wellPathGeometry()) return;
|
||||
|
||||
std::set<size_t> wellPathCells = RigWellPathIntersectionTools::findIntersectedGlobalCellIndicesForWellPath(
|
||||
settings.caseToApply()->eclipseCaseData(), wellPath->wellPathGeometry());
|
||||
|
||||
bool isMainBore = false;
|
||||
double diameter = wellPath->fishbonesCollection()->wellPathCollection()->holeDiameter(unitSystem);
|
||||
for (const RimFishboneWellPath* fishbonesPath : wellPath->fishbonesCollection()->wellPathCollection()->wellPaths())
|
||||
@ -235,8 +232,6 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate
|
||||
|
||||
for (const auto& cellIntersectionInfo : intersectedCells)
|
||||
{
|
||||
if (wellPathCells.count(cellIntersectionInfo.globCellIndex)) continue;
|
||||
|
||||
double skinFactor = wellPath->fishbonesCollection()->wellPathCollection()->skinFactor();
|
||||
QString completionMetaData = fishbonesPath->name();
|
||||
WellBorePartForTransCalc wellBorePart = WellBorePartForTransCalc(
|
||||
|
Loading…
Reference in New Issue
Block a user