[cig-commits] r5303 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Nov 16 12:36:02 PST 2006


Author: willic3
Date: 2006-11-16 12:36:02 -0800 (Thu, 16 Nov 2006)
New Revision: 5303

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/IsotropicLinearGenMaxwellViscoelastic.py
Log:
For now, let the number of state variables be 30 for the current formulation using
3 Maxwell models in parallel (Zienkiewicz and Taylor formulation).
I may switch to the Simo and Hughes formulation later, since this appears to only
require one additional state variable per Maxwell element (rather than 6).


Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/IsotropicLinearGenMaxwellViscoelastic.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/IsotropicLinearGenMaxwellViscoelastic.py	2006-11-16 14:40:41 UTC (rev 5302)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/MaterialModel/IsotropicLinearGenMaxwellViscoelastic.py	2006-11-16 20:36:02 UTC (rev 5303)
@@ -101,7 +101,7 @@
         # print ""
         self.materialModel = 7
         self.numberProperties = 9
-        self.numberStateVariables = 15
+        self.numberStateVariables = 30
         # This model starts with no Maxwell elements defined.
         # They are added as the material properties file is read.
         # NOTE: ** I have temporarily changed this behavior to allow exactly 3 Maxwell models.



More information about the cig-commits mailing list