[cig-commits] r11321 - short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters

brad at geodynamics.org brad at geodynamics.org
Mon Mar 3 17:49:35 PST 2008


Author: brad
Date: 2008-03-03 17:49:35 -0800 (Mon, 03 Mar 2008)
New Revision: 11321

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_cubit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0250m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0500m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_1000m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_lagrit.cfg
Log:
Updated simulation settings for output and arrays of pyre facilities.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -14,7 +14,7 @@
 meshiolagrit = 1
 gmvfile = 1
 psetfile = 1
-implicitelasticity = 1
+elasticityimplicit = 1
 faultcohesivekin = 1
 
 # ----------------------------------------------------------------------
@@ -34,18 +34,10 @@
 default_dt = 1.0*s
 dimension = 3
 formulation = pylith.problems.Implicit
-bc = pylith.bc.BCSixSides
-interfaces = pylith.faults.SingleFault
-materials = fourmaterials
+bc = [x_neg,x_pos,y_neg,y_pos,z_neg]
+interfaces = [fault]
 
 # ----------------------------------------------------------------------
-# materials
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.materials]
-viscoelastic_hangingwall = pylith.materials.MaxwellIsotropic3D
-viscoelastic_footwall = pylith.materials.MaxwellIsotropic3D
-
-# ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_cubit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_cubit.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_cubit.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -8,40 +8,33 @@
 importer = pylith.meshio.MeshIOCubit
 
 # ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent]
+materials = [elastic,viscoelastic]
+
+# ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.elastic_hangingwall]
-label = Elastic material (hanging wall)
+[pylithapp.timedependent.materials]
+viscoelastic = pylith.materials.MaxwellIsotropic3D
+
+[pylithapp.timedependent.materials.elastic]
+label = Elastic material
 id = 1
 db.iohandler.filename = mat_elastic.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 
-[pylithapp.timedependent.materials.elastic_footwall]
-label = Elastic material (footwall)
-id = 2
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-[pylithapp.timedependent.materials.viscoelastic_hangingwall]
+[pylithapp.timedependent.materials.viscoelastic]
 label = Viscoelastic material (hanging wall)
-id = 3
+id = 2
 db.iohandler.filename = mat_maxwell.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 
-[pylithapp.timedependent.materials.viscoelastic_footwall]
-label = Viscoelastic material (footwall)
-id = 4
-db.iohandler.filename = mat_maxwell.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0250m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0250m.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0250m.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -12,3 +12,12 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output.writer]
 filename = ../results/reverseslip_hex8_0250m.vtk
+
+[pylithapp.timedependent.interfaces.fault.output.writer]
+filename = ../results/reverseslip_hex8_0250m-fault.vtk
+
+[pylithapp.timedependent.materials.elastic.output.writer]
+filename = ../results/reverseslip_hex8_0250m-elastic.vtk
+
+[pylithapp.timedependent.materials.viscoelastic.output.writer]
+filename = ../results/reverseslip_hex8_0250m-viscoelastic.vtk

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0500m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0500m.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_0500m.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -12,3 +12,12 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output.writer]
 filename = ../results/reverseslip_hex8_0500m.vtk
+
+[pylithapp.timedependent.interfaces.fault.output.writer]
+filename = ../results/reverseslip_hex8_0500m-fault.vtk
+
+[pylithapp.timedependent.materials.elastic.output.writer]
+filename = ../results/reverseslip_hex8_0500m-elastic.vtk
+
+[pylithapp.timedependent.materials.viscoelastic.output.writer]
+filename = ../results/reverseslip_hex8_0500m-viscoelastic.vtk

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_1000m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_1000m.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_hex8_1000m.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -12,3 +12,12 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output.writer]
 filename = ../results/reverseslip_hex8_1000m.vtk
+
+[pylithapp.timedependent.interfaces.fault.output.writer]
+filename = ../results/reverseslip_hex8_1000m-fault.vtk
+
+[pylithapp.timedependent.materials.elastic.output.writer]
+filename = ../results/reverseslip_hex8_1000m-elastic.vtk
+
+[pylithapp.timedependent.materials.viscoelastic.output.writer]
+filename = ../results/reverseslip_hex8_1000m-viscoelastic.vtk

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_lagrit.cfg	2008-03-04 01:42:23 UTC (rev 11320)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/reverseslip_lagrit.cfg	2008-03-04 01:49:35 UTC (rev 11321)
@@ -8,34 +8,44 @@
 importer = pylith.meshio.MeshIOLagrit
 
 # ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent]
+materials = [elastic_hang,elastic_foot,viscoelastic_hang,viscoelastic_foot]
+
+# ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.elastic_pos]
-label = Elastic material +x
+[pylithapp.timedependent.materials]
+viscoelastic_hang = pylith.materials.MaxwellIsotropic3D
+viscoelastic_foot = pylith.materials.MaxwellIsotropic3D
+
+[pylithapp.timedependent.materials.elastic_hang]
+label = Elastic material (hanging wall)
 id = 1
 db.iohandler.filename = mat_elastic.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 
-[pylithapp.timedependent.materials.elastic_neg]
-label = Elastic material -x
+[pylithapp.timedependent.materials.elastic_foot]
+label = Elastic material (footwall)
 id = 2
 db.iohandler.filename = mat_elastic.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 
-[pylithapp.timedependent.materials.viscoelastic_pos]
-label = Viscoelastic material +x
+[pylithapp.timedependent.materials.viscoelastic_hang]
+label = Viscoelastic material (hanging wall)
 id = 3
 db.iohandler.filename = mat_maxwell.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 
-[pylithapp.timedependent.materials.viscoelastic_neg]
-label = Viscoelastic material -x
+[pylithapp.timedependent.materials.viscoelastic_foot]
+label = Viscoelastic material (footwall)
 id = 4
 db.iohandler.filename = mat_maxwell.spatialdb
 quadrature = pylith.feassemble.quadrature.Quadrature3D



More information about the cig-commits mailing list