You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GeoMechanicsApplication] Tests for Mohr Coulomb (#13302)
* Registered 2D and 3D laws for Mohr-Coulomb
* Fixes
* Added an extra region
* Added unit tests for the new zone
* clang format
* fixed documentation
* Added unit tests
* Changes based or review comments
* Changes based on review requests
* Fixed a bug + changes based on review
* fix in tests
* fixes based on review
* changes based on review
* fixes
* fixes
* fixes in readme
* used SetStrainSize/SetSpaceDimension and ransformPrincipalStressesToSigmaAndTau is taked out of three functions
* cleaned unit tests
* made the tolerance relative
* response to the review comments
* reverted properties settings
* Changes based on review
* typos
* Cleanup tests
* Added unit tests for 3D
* Fixes based on review
---------
Co-authored-by: markelov <gennady.markelov@deltares.nl>
Copy file name to clipboardExpand all lines: applications/GeoMechanicsApplication/custom_constitutive/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,8 @@ To incorporate the Mohr-Coulomb model with tensile cutoff in numerical simulatio
95
95
96
96
4. Evaluate the condition and mapping
97
97
- If the trial stress falls in the elastic zone, it stays unchanged. No mapping is applied.
98
-
- If the trial stress falls in the axial zone. The trial stress then needs to be mapped back to the cutoff curve.
98
+
- If the trial stress falls in the tensile apex return zone. The trial stress then needs to be mapped back to the apex.
99
+
- If the trial stress falls in the tensile cutoff zone. The trial stress then needs to be mapped back to the tension cutoff line.
99
100
- If it falls in the tensile corner return zone, then it needs to be mapped to the corner point.
100
101
- In the case of regular failure zone, then it is mapped back to the Mohr-Coulomb curve along the normal direction of flow function. The flow function is defined by
Copy file name to clipboardExpand all lines: applications/GeoMechanicsApplication/custom_constitutive/documentation_data/mohr-coulomb-with-tension-cutoff-zones.svg
0 commit comments