#1561 Adding TODO/pseudo-code for handling main bore transmissibility in fishbone-trans-calc

This commit is contained in:
astridkbjorke 2017-06-14 10:28:49 +02:00
parent fa549829b5
commit 28460030e5

View File

@ -297,6 +297,17 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneImportedLate
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
void RicFishbonesTransmissibilityCalculationFeatureImp::findMainWellBoreParts(std::map<size_t, std::vector<WellBorePartForTransCalc>> wellBorePartsInCells, const RimWellPath* wellPath, const RicExportCompletionDataSettingsUi& settings) void RicFishbonesTransmissibilityCalculationFeatureImp::findMainWellBoreParts(std::map<size_t, std::vector<WellBorePartForTransCalc>> 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<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::findCellsIntersectedByPath(const RigEclipseCaseData* caseData, const std::vector<cvf::Vec3d>& pathCoords)
// set-up and add WellBorePartForTransCalc
} }