mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2527 Mohr Circle: Use cohersion and friction angle from case
This commit is contained in:
@@ -311,6 +311,9 @@ void RiuMohrsCirclePlot::queryDataAndUpdatePlot(RimGeoMechView* geoMechView, siz
|
||||
CVF_ASSERT(geoMechView);
|
||||
|
||||
RigFemPartResultsCollection* resultCollection = geoMechView->geoMechCase()->geoMechData()->femPartResults();
|
||||
|
||||
setCohesion(geoMechView->geoMechCase()->cohesion());
|
||||
setFrictionAngle(geoMechView->geoMechCase()->frictionAngleDeg());
|
||||
|
||||
int frameIdx = geoMechView->currentTimeStep();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user