#7335 Dual poro models : Support rel perm and PVT plots

This commit is contained in:
Magne Sjaastad
2021-02-05 08:16:57 +01:00
parent b2fc74e73e
commit fdb465fe6d
2 changed files with 7 additions and 5 deletions

View File

@@ -706,6 +706,13 @@ QList<caf::PdmOptionItemInfo>
continue;
}
if ( resType == RiaDefines::ResultCatType::FLOW_DIAGNOSTICS &&
m_eclipseCase->eclipseCaseData()->hasFractureResults() )
{
// Flow diagnostics is not supported for dual porosity models
continue;
}
// Do not include SourSimRL if no SourSim file is loaded
if ( resType == RiaDefines::ResultCatType::SOURSIMRL && ( !hasSourSimRLFile ) )