#2527 Mohr Circle: Use cohersion and friction angle from case

This commit is contained in:
Rebecca Cox
2018-02-26 13:39:13 +01:00
parent f7ba9133fe
commit bed95a105e
3 changed files with 22 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ public:
void addElementPropertyFiles(const std::vector<caf::FilePath>& filenames);
double cohesion() const;
double frictionAngleDeg() const;
// Fields:
caf::PdmChildArrayField<RimGeoMechView*> geoMechViews;