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

surendra at geodynamics.org surendra at geodynamics.org
Sat May 8 17:29:22 PDT 2010


Author: surendra
Date: 2010-05-08 17:29:21 -0700 (Sat, 08 May 2010)
New Revision: 16670

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/friction.spatialdb
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/geometry.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.exo.gz
Log:
Updated Exodus files of tpv10-2d benchmark and corresponding setting.  A 2-D exodus file must have zeros in Z and not in Y

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou	2010-05-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou	2010-05-09 00:29:21 UTC (rev 16670)
@@ -15,28 +15,28 @@
 # ----------------------------------------------------------------------
 # Create nodeset for +x face
 # ----------------------------------------------------------------------
-group "face_xpos" add node in curve 40
+group "face_xpos" add node in curve 39
 nodeset 11 group face_xpos
 nodeset 11 name "face xpos"
 
 # ----------------------------------------------------------------------
 # Create nodeset for -x face
 # ----------------------------------------------------------------------
-group "face_xneg" add node in curve 35
+group "face_xneg" add node in curve 34
 nodeset 12 group face_xneg
 nodeset 12 name "face xneg"
 
 # ----------------------------------------------------------------------
-# Create nodeset for +z face
+# Create nodeset for +y face
 # ----------------------------------------------------------------------
-group "face_zpos" add node in curve 34
-group "face_zpos" add node in curve 39
-nodeset 13 group face_zpos
-nodeset 13 name "face zpos"
+group "face_ypos" add node in curve 35
+group "face_ypos" add node in curve 40
+nodeset 13 group face_ypos
+nodeset 13 name "face ypos"
 
 # ----------------------------------------------------------------------
-# Create nodeset for -z face
+# Create nodeset for -y face
 # ----------------------------------------------------------------------
-group "face_zneg" add node in curve 36
-nodeset 14 group face_zneg
-nodeset 14 name "face zneg"
+group "face_yneg" add node in curve 38
+nodeset 14 group face_yneg
+nodeset 14 name "face yneg"

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/friction.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/friction.spatialdb	2010-05-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/friction.spatialdb	2010-05-09 00:29:21 UTC (rev 16670)
@@ -4,7 +4,7 @@
   value-names = static-coefficient dynamic-coefficient slip-weakening-parameter cohesion
   value-units =  none none m MPa
   num-locs = 2  
-  data-dim = 2
+  data-dim = 1
   space-dim = 2
   cs-data = cartesian {
     to-meters = 1.0e+3  // x, y are in km

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/geometry.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/geometry.jou	2010-05-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/geometry.jou	2010-05-09 00:29:21 UTC (rev 16670)
@@ -7,18 +7,18 @@
 #
 # We create the 2-D mesh by extracting the mid-surface from a 3-D mesh.
 reset
-brick x 24000 y 48000 z 20784.610
+brick x 24000 y 20784.610 z 48000 
 
 # ----------------------------------------------------------------------
 # Set z=0 at free surface
 # ----------------------------------------------------------------------
-move volume 1 z -10392.305
+move volume 1 y -10392.305
 
 # ----------------------------------------------------------------------
 # Create interface surfaces
 # ----------------------------------------------------------------------
-create surface extended from surface 1
-body 2 rotate -60 about y 
+create surface extended from surface 5
+body 2 rotate +60 about z 
 webcut volume 1 with plane surface 7
 
 delete surface 7
@@ -26,8 +26,8 @@
 # ----------------------------------------------------------------------
 # Extract the mid surfaces for 2-D
 # ----------------------------------------------------------------------
-create midsurface volume 1 surface 10 12
-create midsurface volume 3 surface 14 16
+create midsurface volume 3 surface 15 16
+create midsurface volume 1 surface 9 11
 
 delete volume 1
 delete volume 3

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-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/pylithapp.cfg	2010-05-09 00:29:21 UTC (rev 16670)
@@ -54,13 +54,13 @@
 #normalizer.shear_wave_speed = 1.0*m/s
 #normalizer.wave_period = 1.0*s
  
-bc = [x_neg,x_pos,z_neg,z_pos]
+bc = [x_neg,x_pos,y_neg,y_pos]
 
 # Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_neg = pylith.bc.AbsorbingDampers
 bc.x_pos = pylith.bc.AbsorbingDampers
-bc.z_neg = pylith.bc.AbsorbingDampers
-bc.z_pos = pylith.bc.AbsorbingDampers
+bc.y_neg = pylith.bc.AbsorbingDampers
+bc.y_pos = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
 total_time = 15.01*s
@@ -97,14 +97,14 @@
 db.label = Absorbing BC -x
 db.iohandler.filename = matprops.spatialdb
 
-[pylithapp.timedependent.bc.z_pos]
+[pylithapp.timedependent.bc.y_pos]
 label = 13
-db.label = Absorbing BC +z
+db.label = Absorbing BC +y
 db.iohandler.filename = matprops.spatialdb
 
-[pylithapp.timedependent.bc.z_neg]
+[pylithapp.timedependent.bc.y_neg]
 label = 14
-db.label = Absorbing BC -z
+db.label = Absorbing BC -y
 db.iohandler.filename = matprops.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg	2010-05-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.cfg	2010-05-09 00:29:21 UTC (rev 16670)
@@ -34,12 +34,12 @@
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.z_pos]
+[pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
-[pylithapp.timedependent.bc.z_neg]
+[pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.exo.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg	2010-05-08 23:35:19 UTC (rev 16669)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.cfg	2010-05-09 00:29:21 UTC (rev 16670)
@@ -31,11 +31,11 @@
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
 
-[pylithapp.timedependent.bc.z_pos]
+[pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
 
-[pylithapp.timedependent.bc.z_neg]
+[pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = line
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.exo.gz
===================================================================
(Binary files differ)



More information about the CIG-COMMITS mailing list