[cig-commits] r7423 - short/3D/PyLith/trunk/examples/twocells/twotet4

willic3 at geodynamics.org willic3 at geodynamics.org
Sat Jun 23 12:56:40 PDT 2007


Author: willic3
Date: 2007-06-23 12:56:40 -0700 (Sat, 23 Jun 2007)
New Revision: 7423

Modified:
   short/3D/PyLith/trunk/examples/twocells/twotet4/README
   short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/matprops.spatialdb
Log:
Cleaned up some documentation, and switched everything to an elastic
material.



Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/README
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/README	2007-06-23 19:50:47 UTC (rev 7422)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/README	2007-06-23 19:56:40 UTC (rev 7423)
@@ -1,10 +1,10 @@
-This directory contains a set of 2 elastic plane strain example
+This directory contains a set of 2 3D elastic example
 problems. All problems share the same mesh and material properties,
 with the only differences being in the boundary conditions.  The mesh
 consists of two tetrahedral elements.  The information describing the
 examples may be divided into four groups:
 
-1.  Global mesh information:  described in file twoquad4.mesh
+1.  Global mesh information:  described in file twotet4.mesh
 
 2.  Parameter settings common to all examples:  described in file
 pylithapp.cfg.
@@ -40,6 +40,5 @@
 pylith axialdisp.cfg
 pylith dislocation.cfg
 
-Each of these commands will produce a corresponding VTK file, which may be viewed with visualization packages such as ParaView or Mayavi.  The
-jpeg files in this directory show results for the different examples
-visualized using ParaView.
+Each of these commands will produce a corresponding VTK file, which may
+be viewed with visualization packages such as ParaView or Mayavi.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg	2007-06-23 19:50:47 UTC (rev 7422)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.cfg	2007-06-23 19:56:40 UTC (rev 7423)
@@ -8,7 +8,7 @@
 # others except for parameters specified directly on the command line.
 
 # These setting define an implicit problem with Dirichlet (displacement)
-# boundary conditions extending the rectangular mesh along the x-axis.
+# boundary conditions extending the mesh along the x-axis.
 
 [pylithapp]
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/matprops.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/matprops.spatialdb	2007-06-23 19:50:47 UTC (rev 7422)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/matprops.spatialdb	2007-06-23 19:56:40 UTC (rev 7423)
@@ -6,14 +6,14 @@
 // This follows the format for a Simple DB (the only type presently available).
 SimpleDB {
 
-  // There are 4 values specified in the database, corresponding to density,
-  // S-velocity, P-velocity, and viscosity (values for shear modulus and Lame's
+  // There are 3 values specified in the database, corresponding to density,
+  // S-velocity, and P-velocity (values for shear modulus and Lame's
   // constant are computed from the density and seismic velocities).
-  num-values = 4
-  value-names =  density vs vp viscosity
+  num-values = 3
+  value-names =  density vs vp
 
   // These are the units used to specify density, vs, and vp.
-  value-units =  kg/m^3  m/s  m/s  Pa*s
+  value-units =  kg/m^3  m/s  m/s
 
   // Values are only specified at a single point since they are constant
   // throughout the mesh.
@@ -41,6 +41,6 @@
 // The values given here will give a shear modulus and Lame's constant both
 // equal to 30 GPa (Poisson's ratio = 0.25).
 // The entries are:
-// X-coord, Y-coord, Z-coord, density, Vs, Vp viscosity.
+// X-coord, Y-coord, Z-coord, density, Vs, Vp.
 
-0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258  1.0e18
+0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258



More information about the cig-commits mailing list