Skip to content

Commit 353111f

Browse files
authored
Merge pull request #6709 from naliboff/update_visco_plastic_material_model_drucker_prager_documentation
fix equation in material model documentation
2 parents e9172a7 + 882e232 commit 353111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/material_model/visco_plastic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ namespace aspect
534534
"\n\n"
535535
"The first plasticity mechanism limits viscous stress through a "
536536
"Drucker Prager yield criterion, where the yield stress in 3d is "
537-
"$\\sigma_y = \\frac{6C\\cos(\\phi) + 2P\\sin(\\phi)} "
537+
"$\\sigma_y = \\frac{6C\\cos(\\phi) + 6P\\sin(\\phi)} "
538538
"{\\sqrt{3}(3+\\sin(\\phi))}$ "
539539
"and "
540540
"$\\sigma_y = C\\cos(\\phi) + P\\sin(\\phi)$ "

0 commit comments

Comments
 (0)