[cig-commits] r16673 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d

surendra at geodynamics.org surendra at geodynamics.org
Sun May 9 00:00:15 PDT 2010


Author: surendra
Date: 2010-05-09 00:00:15 -0700 (Sun, 09 May 2010)
New Revision: 16673

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tractions.spatialdb
Log:
Switched to LINEAR interpolation in spatial database for initial tractions on fault of tpv10-2d.  Corrected the values of tractions ( normal traction should be negative in compression )

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg	2010-05-09 04:06:43 UTC (rev 16672)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg	2010-05-09 07:00:15 UTC (rev 16673)
@@ -119,6 +119,7 @@
 label = 10
 
 db_initial_tractions = spatialdata.spatialdb.SimpleDB
+db_initial_tractions.query_type = linear
 db_initial_tractions.iohandler.filename = tractions.spatialdb
 db_initial_tractions.label = "Initial fault tractions"
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tractions.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tractions.spatialdb	2010-05-09 04:06:43 UTC (rev 16672)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tractions.spatialdb	2010-05-09 07:00:15 UTC (rev 16673)
@@ -2,18 +2,18 @@
 SimpleDB {
   num-values = 2
   value-names =  traction-shear traction-normal
-  value-units =  Pa   Pa
+  value-units =  MPa   MPa
   num-locs = 6 
-  data-dim = 2
+  data-dim = 1
   space-dim = 2
   cs-data = cartesian {
     to-meters = 1.0e+3  // x, y are in km
     space-dim = 2
   }
 }
-0.0		0.0	0.0		0.0
--5.2495		0.0	42603.8921	77461.622
--5.25		0.0	259318.0133	77469.000
--6.75		0.0	276266.0171	99603.000
--6.7505		0.0	54785.7079	99610.378
--7.5		0.0	60868.5		110670.00
+0.0			0.0			0.0			0.0
+-5.249500000000000	-9.092400714332822	0.042603892100000	-0.077461622000000
+-5.250000000000000	-9.093266739736606	0.259318013300000	-0.077469000000000
+-6.750000000000000	-11.691342951089920	0.276266017100000	-0.099603000000000
+-6.750500000000000	-11.692208976493704	0.054785707900000	-0.099610378000000
+-7.500000000000000	-12.990381056766578	0.060868500000000	-0.110670000000000



More information about the CIG-COMMITS mailing list