mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve MSW export including multi lateral wells
Based on branch https://github.com/OPM/ResInsight/tree/system-msw-refactor - Move completion settings to property of well path - Rename to RimFishbones - Export implicit COMPSEGS for fishbones main bore - Add valve for each branch - Increase version number to be able to handle import of legacy project files
This commit is contained in:
@@ -253,7 +253,7 @@ QString RicWellPathFractureTextReportFeatureImpl::createWellFileLocationText( co
|
||||
auto fileWellPath = dynamic_cast<RimFileWellPath*>( wellPath );
|
||||
if ( fileWellPath )
|
||||
{
|
||||
formatter.add( wellPath->completions()->wellNameForExport() );
|
||||
formatter.add( wellPath->completionSettings()->wellNameForExport() );
|
||||
formatter.add( fileWellPath->filePath() );
|
||||
formatter.rowCompleted();
|
||||
}
|
||||
@@ -564,7 +564,7 @@ QString RicWellPathFractureTextReportFeatureImpl::createFractureInstancesText(
|
||||
fracture->firstAncestorOrThisOfType( wellPath );
|
||||
if ( wellPath )
|
||||
{
|
||||
wellName = wellPath->completions()->wellNameForExport();
|
||||
wellName = wellPath->completionSettings()->wellNameForExport();
|
||||
}
|
||||
|
||||
formatter.add( wellName );
|
||||
|
||||
Reference in New Issue
Block a user