From 28460030e5786791403f09a0626a96c5c5f40830 Mon Sep 17 00:00:00 2001 From: astridkbjorke Date: Wed, 14 Jun 2017 10:28:49 +0200 Subject: [PATCH] #1561 Adding TODO/pseudo-code for handling main bore transmissibility in fishbone-trans-calc --- ...shbonesTransmissibilityCalculationFeatureImp.cpp | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp b/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp index 5cd24e304c..c4a9312d2b 100644 --- a/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp +++ b/ApplicationCode/Commands/CompletionCommands/RicFishbonesTransmissibilityCalculationFeatureImp.cpp @@ -297,6 +297,17 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate //-------------------------------------------------------------------------------------------------- void RicFishbonesTransmissibilityCalculationFeatureImp::findMainWellBoreParts(std::map> wellBorePartsInCells, const RimWellPath* wellPath, const RicExportCompletionDataSettingsUi& settings) { - //TODO: Add relevant parts of main bore to wellBorePartsInCells + double holeDiameter = wellPath->fishbonesCollection()->wellPathCollection()->holeDiameter(); + +// TODO: +// Use entire well path from StartMD on fishboneCollection +// findCellsIntersectedByPath to find WellPathCellIntersectionInfo +// std::vector RigWellPathIntersectionTools::findCellsIntersectedByPath(const RigEclipseCaseData* caseData, const std::vector& pathCoords) +// set-up and add WellBorePartForTransCalc + + + + + }