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:
parent
b2fc74e73e
commit
fdb465fe6d
@ -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 ) )
|
||||
|
@ -527,11 +527,6 @@ bool RigFlowDiagSolverInterface::ensureStaticDataObjectInstanceCreated()
|
||||
const RigEclipseCaseData* eclipseCaseData = m_eclipseCase->eclipseCaseData();
|
||||
if ( eclipseCaseData )
|
||||
{
|
||||
if ( eclipseCaseData->hasFractureResults() )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
auto fileReader = eclipseCaseData->results( RiaDefines::PorosityModelType::MATRIX_MODEL )->readerInterface();
|
||||
auto eclOutput = dynamic_cast<const RifReaderEclipseOutput*>( fileReader );
|
||||
if ( eclOutput )
|
||||
|
Loading…
Reference in New Issue
Block a user