[cig-commits] r19789 - short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Thu Mar 15 14:45:57 PDT 2012


Author: brad
Date: 2012-03-15 14:45:56 -0700 (Thu, 15 Mar 2012)
New Revision: 19789

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step11.cfg
Log:
Correct error. Set time step with reasonable value so that velocities and slip rates are nondimensioanlized appropriately. Increase displacement in step11 so slip is larger.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg	2012-03-15 21:22:22 UTC (rev 19788)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg	2012-03-15 21:45:56 UTC (rev 19789)
@@ -40,7 +40,11 @@
 [pylithapp.timedependent.formulation.time_step]
 # Define the total time for the simulation and the default time step size.
 total_time = 0.0*s ; total time of simulation
+# Define an appropriat time step for simulations. Important for
+# nondimensionalization of velocities and slip rates.
+dt = 5.0*year
 
+
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step11.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step11.cfg	2012-03-15 21:22:22 UTC (rev 19788)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step11.cfg	2012-03-15 21:45:56 UTC (rev 19789)
@@ -78,7 +78,7 @@
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC on +x
 db_initial.values = [displacement-x,displacement-y]
-db_initial.data = [-1.0*m,2.0*m]
+db_initial.data = [-1.0*m,3.0*m]
 
 # -x face
 [pylithapp.timedependent.bc.x_neg]
@@ -87,7 +87,7 @@
 db_initial = spatialdata.spatialdb.UniformDB
 db_initial.label = Dirichlet BC on -x
 db_initial.values = [displacement-x,displacement-y]
-db_initial.data = [1.0*m,-2.0*m]
+db_initial.data = [1.0*m,-3.0*m]
 
 # -z face
 [pylithapp.timedependent.bc.z_neg]



More information about the CIG-COMMITS mailing list