mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11737 Set Unknown as the default type for CONFAC
RFT segment results are accessed using a category, either Annulus, Device, Tubing or Unknown. Set the category for CONFAC to Unknown.
This commit is contained in:
parent
e7a082ac29
commit
eca17ab92e
@ -261,7 +261,7 @@ void RicNewRftSegmentWellLogPlotFeature::appendConnectionFactorTrack( RimWellLog
|
||||
|
||||
// Connection factor data can be found in the tubing, device and annulus branches.
|
||||
// Search for data ordered by annulus, device and tubing.
|
||||
RiaDefines::RftBranchType branchType = RiaDefines::RftBranchType::RFT_ANNULUS;
|
||||
RiaDefines::RftBranchType branchType = RiaDefines::RftBranchType::RFT_UNKNOWN;
|
||||
bool foundData = false;
|
||||
if ( RicWellLogTools::hasData( resultName, wellName, branchType, summaryCase ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user