[cig-commits] r15586 - short/3D/PyLith/trunk/examples/3d/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Aug 24 20:42:07 PDT 2009


Author: willic3
Date: 2009-08-24 20:42:07 -0700 (Mon, 24 Aug 2009)
New Revision: 15586

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/mat_powerlaw.spatialdb
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
Log:
Updated example to new specification of power-law coefficient.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/mat_powerlaw.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/mat_powerlaw.spatialdb	2009-08-24 21:27:52 UTC (rev 15585)
+++ short/3D/PyLith/trunk/examples/3d/hex8/mat_powerlaw.spatialdb	2009-08-25 03:42:07 UTC (rev 15586)
@@ -7,8 +7,8 @@
 #SPATIAL.ascii 1
 SimpleDB {
   num-values = 5 // number of material property values
-  value-names =  density vs vp viscosity-coeff power-law-exponent // names of the material property values
-  value-units =  kg/m**3  m/s  m/s s**(1.0/3.0)*Pa None // units
+  value-names =  density vs vp power-law-coeff power-law-exponent // names of the material property values
+  value-units =  kg/m**3  m/s  m/s Pa**(-3.0)/s None // units
   num-locs = 1 // number of locations
   data-dim = 0
   space-dim = 3
@@ -24,6 +24,6 @@
 // (4) density (kg/m^3)
 // (5) vs (m/s)
 // (6) vp (m/s)
-// (7) viscosity-coeff (s**(1.0/power-law-exponent) * Pa)
+// (7) viscosity-coeff (Pa**(-power_law_exponent)/s)
 // (8) power-law-exponent (no units)
-0.0  0.0  0.0   2500.0  3000.0  5291.502622129181 1.00e+12  3.0
+0.0  0.0  0.0   2500.0  3000.0  5291.502622129181 1.1111e-37  3.0

Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-08-24 21:27:52 UTC (rev 15585)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-08-25 03:42:07 UTC (rev 15586)
@@ -53,7 +53,7 @@
 
 #[pylithapp.timedependent.materials.viscoelastic]
 #db_properties.iohandler.filename = mat_powerlaw.spatialdb
-#output.cell_info_fields = [density,mu,lambda,viscosity_coeff,power_law_exponent]
+#output.cell_info_fields = [density,mu,lambda,viscosity_coefficient,power_law_exponent]
 
 # ----------------------------------------------------------------------
 # boundary conditions



More information about the CIG-COMMITS mailing list