mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3244 Completion type. Fishbones checked state taken into account
This commit is contained in:
parent
92bcae2805
commit
9529142a30
@ -204,10 +204,14 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneLateralsWell
|
|||||||
// Note that it is not supported to export main bore perforation intervals for Imported Laterals, only for fishbones
|
// Note that it is not supported to export main bore perforation intervals for Imported Laterals, only for fishbones
|
||||||
// defined by ResInsight
|
// defined by ResInsight
|
||||||
|
|
||||||
|
if (wellPath->fishbonesCollection()->isChecked())
|
||||||
|
{
|
||||||
double holeRadius = wellPath->fishbonesCollection()->mainBoreDiameter(unitSystem) / 2.0;
|
double holeRadius = wellPath->fishbonesCollection()->mainBoreDiameter(unitSystem) / 2.0;
|
||||||
double skinFactor = wellPath->fishbonesCollection()->mainBoreSkinFactor();
|
double skinFactor = wellPath->fishbonesCollection()->mainBoreSkinFactor();
|
||||||
|
|
||||||
for (const auto& fishboneDefinition : wellPath->fishbonesCollection()->fishbonesSubs())
|
for (const auto& fishboneDefinition : wellPath->fishbonesCollection()->fishbonesSubs())
|
||||||
|
{
|
||||||
|
if (fishboneDefinition->isActive())
|
||||||
{
|
{
|
||||||
appendMainWellBoreParts(wellBorePartsInCells,
|
appendMainWellBoreParts(wellBorePartsInCells,
|
||||||
wellPath,
|
wellPath,
|
||||||
@ -218,6 +222,8 @@ void RicFishbonesTransmissibilityCalculationFeatureImp::findFishboneLateralsWell
|
|||||||
fishboneDefinition->endOfSubMD());
|
fishboneDefinition->endOfSubMD());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user