#4798 Set ST S33 as default geomech curve

This commit is contained in:
Gaute Lindkvist
2019-09-30 18:48:02 +02:00
parent f2eac1e2ec
commit 05b5417fdd

View File

@@ -226,7 +226,7 @@ void RimWellLogExtractionCurve::setPropertiesFromView( Rim3dView* view )
}
else if ( geomCase )
{
m_geomResultDefinition->setResultAddress( RigFemResultAddress( RIG_NODAL, "POR-Bar", "" ) );
m_geomResultDefinition->setResultAddress( RigFemResultAddress( RIG_ELEMENT_NODAL, "ST", "S33" ) );
}
clearGeneratedSimWellPaths();