[cig-commits] r17921 - short/3D/PyLith/trunk/playpen/postproc

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Feb 20 13:50:17 PST 2011


Author: willic3
Date: 2011-02-20 13:50:17 -0800 (Sun, 20 Feb 2011)
New Revision: 17921

Modified:
   short/3D/PyLith/trunk/playpen/postproc/stressinfo.py
Log:
Yield function was being computed using cohesion rather than beta.


Modified: short/3D/PyLith/trunk/playpen/postproc/stressinfo.py
===================================================================
--- short/3D/PyLith/trunk/playpen/postproc/stressinfo.py	2011-02-20 21:22:19 UTC (rev 17920)
+++ short/3D/PyLith/trunk/playpen/postproc/stressinfo.py	2011-02-20 21:50:17 UTC (rev 17921)
@@ -205,7 +205,7 @@
       self.dpPlasPresTerm[point] = dpPlasPresTerm
       dpPlasStressTerm = dpPlasPresTerm + devInvariant2
       self.dpPlasStressTerm[point] = dpPlasStressTerm
-      self.dpPlasYieldFunc[point] = dpPlasStressTerm - self.cohesion
+      self.dpPlasYieldFunc[point] = dpPlasStressTerm - self.beta
 
     return
   



More information about the CIG-COMMITS mailing list