Run Opm Flow jobs from ResInsight (#12580)

This commit is contained in:
JJ
2025-06-11 15:43:53 +02:00
committed by GitHub
parent 54cb841046
commit bda598dd37
62 changed files with 3144 additions and 62 deletions
@@ -182,6 +182,22 @@ QString RimWellPathCompletionSettings::groupNameForExport() const
return formatStringForExport( m_groupName, "1*" );
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RimWellPathCompletionSettings::wellName() const
{
return m_wellNameForExport();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RimWellPathCompletionSettings::groupName() const
{
return m_groupName();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------