[cig-commits] r19268 - short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Mon Dec 5 13:14:20 PST 2011


Author: brad
Date: 2011-12-05 13:14:19 -0800 (Mon, 05 Dec 2011)
New Revision: 19268

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Change BC for more difficult case of larger tension/compression than shear in cyclic friction test case.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-12-05 21:13:35 UTC (rev 19267)
+++ short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-12-05 21:14:19 UTC (rev 19268)
@@ -74,7 +74,7 @@
 db_change = spatialdata.spatialdb.UniformDB
 db_change.label = Amplitude of Dirichlet BC on +x
 db_change.values = [displacement-x,displacement-y,displacement-z,change-start-time]
-db_change.data = [-0.2*m,-0.4*m,0.0*m,0.0*hour]
+db_change.data = [-0.5*m,-0.2*m,0.0*m,0.0*hour]
 
 th_change = spatialdata.spatialdb.TimeHistory
 th_change.label = Time history of tidal load
@@ -89,7 +89,7 @@
 db_change = spatialdata.spatialdb.UniformDB
 db_change.label = Amplitude of Dirichlet BC on -x
 db_change.values = [displacement-x,displacement-y,displacement-z,change-start-time]
-db_change.data = [+0.2*m,+0.4*m,0.0*m,0.0*hour]
+db_change.data = [+0.5*m,+0.2*m,0.0*m,0.0*hour]
 
 th_change = spatialdata.spatialdb.TimeHistory
 th_change.label = Time history of tidal load



More information about the CIG-COMMITS mailing list