mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1561 Setting isMainBore for main bore fishbone completions
This commit is contained in:
@@ -161,7 +161,9 @@ std::vector<RigCompletionData> RicFishbonesTransmissibilityCalculationFeatureImp
|
||||
completion.setTransAndWPImultBackgroundDataFromFishbone(transmissibility,
|
||||
wellBorePart.skinFactor,
|
||||
wellBorePart.wellRadius *2,
|
||||
direction);
|
||||
direction,
|
||||
wellBorePart.isMainBore);
|
||||
|
||||
completionData.push_back(completion);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user