[cig-commits] r19545 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16

brad at geodynamics.org brad at geodynamics.org
Tue Jan 31 17:38:55 PST 2012


Author: brad
Date: 2012-01-31 17:38:55 -0800 (Tue, 31 Jan 2012)
New Revision: 19545

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/geometry.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/gradient.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4_150m.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16_tet4_075m.cfg
Log:
Reduced domain size and improved mesh.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/geometry.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/geometry.jou	2012-02-01 01:35:30 UTC (rev 19544)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/geometry.jou	2012-02-01 01:38:55 UTC (rev 19545)
@@ -1,15 +1,15 @@
 # ----------------------------------------------------------------------
 # Create block
 # ----------------------------------------------------------------------
-# Block is 48.0 km x 72.0 km x 32.0 km
-# -24.0 km <= x <= 24.0 km
-# -36.0 km <= y <= 36.0 km
+# Block is 36.0 km x 64.0 km x 32.0 km
+# -18.0 km <= x <= 18.0 km
+# -32.0 km <= y <= 32.0 km
 # -32.0 km <= z <= 0.0 km
 #
 #{Units('si')}
 #
-#{blockWidth=48.0*km}
-#{blockLength=72.0*km}
+#{blockWidth=36.0*km}
+#{blockLength=64.0*km}
 #{blockHeight=32.0*km}
 #
 #{faultLength=48.0*km}
@@ -65,3 +65,4 @@
 
 
 
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/gradient.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/gradient.jou	2012-02-01 01:35:30 UTC (rev 19544)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/gradient.jou	2012-02-01 01:38:55 UTC (rev 19545)
@@ -30,6 +30,11 @@
 curve all scheme default
 surface all sizing function none
 surface fault_surface size {dx}
+surface fault_surface size {dx}
+surface 9 16 sizing function type bias start curve 41 factor {bias_factor}
+surface 19 sizing function type bias start curve 45 factor {bias_factor}
+surface 20 sizing function type bias start curve 44 factor {bias_factor}
+surface 23 sizing function type bias start curve 43 factor {bias_factor}
 
 # Set bias on curves extending from faults
 
@@ -83,3 +88,4 @@
 
 
 
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4_150m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4_150m.jou	2012-02-01 01:35:30 UTC (rev 19544)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4_150m.jou	2012-02-01 01:38:55 UTC (rev 19545)
@@ -30,7 +30,7 @@
 #{condnum=2.0}
 #{loop(4)}
 cleanup volume all
-volume all smooth scheme condition number beta {condnum} cpu 10
+volume all smooth scheme condition number beta {condnum} cpu 20
 smooth volume all
 #{condnum=condnum-0.1}
 #{endloop}
@@ -47,3 +47,4 @@
 
 
 # End of file
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16_tet4_075m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16_tet4_075m.cfg	2012-02-01 01:35:30 UTC (rev 19544)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16_tet4_075m.cfg	2012-02-01 01:38:55 UTC (rev 19545)
@@ -15,7 +15,7 @@
 wave_period = 0.2*s
 
 [pylithapp.timedependent.formulation.time_step]
-dt = 0.003125*s
+dt = 0.0025*s
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list