Merge pull request #8255 from OPM/wia_paramupdates

GeoMech/WIA: update input parameters and model size settings
This commit is contained in:
jonjenssen
2021-11-07 23:26:42 +01:00
committed by GitHub
parent 75b556e223
commit 89a5258405
3 changed files with 18 additions and 9 deletions
@@ -60,6 +60,12 @@ void RicRunWellIntegrityAnalysisFeature::onActionTriggered( bool isChecked )
runProgress.setProgressDescription( "Writing input files." );
if ( !modelSettings->geomechCase() )
{
QMessageBox::critical( nullptr, wiaTitle, "GeoMechanical case is not selected. Please check your model settings." );
return;
}
if ( !modelSettings->extractModelData() )
{
QMessageBox::critical( nullptr,