[cig-commits] r21424 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24

brad at geodynamics.org brad at geodynamics.org
Thu Feb 28 16:41:07 PST 2013


Author: brad
Date: 2013-02-28 16:41:06 -0800 (Thu, 28 Feb 2013)
New Revision: 21424

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_200m.cfg
Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/create_stresses.py
Log:
Added parameter files for TPV25.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/create_stresses.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/create_stresses.py	2013-03-01 00:37:38 UTC (rev 21423)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/create_stresses.py	2013-03-01 00:41:06 UTC (rev 21424)
@@ -11,7 +11,7 @@
 # Create spatial variation of initial stresses and fault tractions for
 # TPV24-25.
 
-sim = "tpv24"
+sim = "tpv25"
 
 # ----------------------------------------------------------------------
 # Parameters from benchmark description

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25.cfg	2013-03-01 00:41:06 UTC (rev 21424)
@@ -0,0 +1,15 @@
+# Parameters specific to TPV25.
+
+# ----------------------------------------------------------------------
+# faults
+# ----------------------------------------------------------------------
+# Main fault
+[pylithapp.timedependent.interfaces.fault_main.traction_perturbation]
+db_initial.iohandler.filename = tpv25_traction_main.spatialdb 
+
+# Branch fault
+[pylithapp.timedependent.interfaces.fault_branch.traction_perturbation]
+db_initial.iohandler.filename = tpv25_traction_branch.spatialdb 
+
+
+# End of file

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_100m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_100m.cfg	2013-03-01 00:41:06 UTC (rev 21424)
@@ -0,0 +1,34 @@
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+refiner = pylith.topology.RefineUniform
+
+[pylithapp.mesh_generator.reader]
+filename = tet4_200m.exo
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.005*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.subdomain]
+writer.filename = output/tpv25_tet4_100m-groundsurf.h5
+
+[pylithapp.timedependent.interfaces.fault_main.output]
+writer.filename = output/tpv25_tet4_100m-fault_main.h5
+
+[pylithapp.timedependent.interfaces.fault_branch.output]
+writer.filename = output/tpv25_tet4_100m-fault_branch.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv25_tet4_100m-elastic.h5
+
+
+# End of file

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_200m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_200m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv24/tpv25_tet4_200m.cfg	2013-03-01 00:41:06 UTC (rev 21424)
@@ -0,0 +1,34 @@
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator.reader]
+filename = tet4_200m.exo
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.6*s
+
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.01*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.subdomain]
+writer.filename = output/tpv25_tet4_200m-groundsurf.h5
+
+[pylithapp.timedependent.interfaces.fault_main.output]
+writer.filename = output/tpv25_tet4_200m-fault_main.h5
+
+[pylithapp.timedependent.interfaces.fault_branch.output]
+writer.filename = output/tpv25_tet4_200m-fault_branch.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv25_tet4_200m-elastic.h5
+
+
+# End of file



More information about the CIG-COMMITS mailing list