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
7d84c1190d
commit
2bad8e89ce
@ -261,7 +261,7 @@ void RicNewRftSegmentWellLogPlotFeature::appendConnectionFactorTrack( RimWellLog
|
|||||||
|
|
||||||
// Connection factor data can be found in the tubing, device and annulus branches.
|
// Connection factor data can be found in the tubing, device and annulus branches.
|
||||||
// Search for data ordered by annulus, device and tubing.
|
// 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;
|
bool foundData = false;
|
||||||
if ( RicWellLogTools::hasData( resultName, wellName, branchType, summaryCase ) )
|
if ( RicWellLogTools::hasData( resultName, wellName, branchType, summaryCase ) )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user