[cig-commits] r5947 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Feb 1 09:03:19 PST 2007


Author: willic3
Date: 2007-02-01 09:03:18 -0800 (Thu, 01 Feb 2007)
New Revision: 5947

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop
Log:
Fixed mistake in units for viscosityCoefficient.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop	2007-02-01 16:29:08 UTC (rev 5946)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop	2007-02-01 17:03:18 UTC (rev 5947)
@@ -15,5 +15,5 @@
 youngsModulus    = 7.5e10*Pa			#  Young's modulus
 poissonsRatio    = 0.25				#  Poisson's ratio
 powerLawExponent = 3.50				#  Exponent
-viscosityCoefficient = 1.42746527e12*s*Pa^3.5   # EMHU
+viscosityCoefficient = 1.42746527e12*s*Pa**3.5   # EMHU
 endMaterial	 = True

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop	2007-02-01 16:29:08 UTC (rev 5946)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop	2007-02-01 17:03:18 UTC (rev 5947)
@@ -10,10 +10,10 @@
 #  first letter is capitalized.
 #
 # Material number 1
-materialType 	= 'IsotropicPowerLawMaxwellViscoelasticESF'
-density         = 3000.0*kg/m**3		#  Density
-youngsModulus   = 7.5e10*Pa			#  Young's modulus
-poissonsRatio   = 0.25				#  Poisson's ratio
-powerLawExponent= 3.50				#  Exponent
-viscosityCoefficient= 1.42746527e12*s*Pa^3.5    # EMHU
-endMaterial	= True
+materialType 	 = 'IsotropicPowerLawMaxwellViscoelasticESF'
+density          = 3000.0*kg/m**3		#  Density
+youngsModulus    = 7.5e10*Pa			#  Young's modulus
+poissonsRatio    = 0.25				#  Poisson's ratio
+powerLawExponent = 3.50				#  Exponent
+viscosityCoefficient = 1.42746527e12*s*Pa**3.5    # EMHU
+endMaterial	 = True



More information about the cig-commits mailing list