mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7335 Dual poro models : Support rel perm and PVT plots
This commit is contained in:
@@ -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 ) )
|
||||
|
Reference in New Issue
Block a user