[cig-commits] r16224 - short/3D/PyLith/trunk/playpen/friction/twoquad4

brad at geodynamics.org brad at geodynamics.org
Wed Feb 3 09:02:21 PST 2010


Author: brad
Date: 2010-02-03 09:02:21 -0800 (Wed, 03 Feb 2010)
New Revision: 16224

Modified:
   short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg
Log:
Updated settings for fault constitutive model.

Modified: short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg	2010-02-03 16:48:18 UTC (rev 16223)
+++ short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg	2010-02-03 17:02:21 UTC (rev 16224)
@@ -128,26 +128,21 @@
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
-# NOTE: It is possible to assign an ID number to a fault (e.g.,
-# 'id = 10').  Care must be taken when doing this, however, because the
-# assigned ID will become the material ID for the cohesive element.
-# This ID must not conflict with any of the material ID numbers for
-# volume elements.  The default ID for a fault is 100.  If you have a
-# fault in your mesh you must:
-# 1.  If you create your own fault ID, make sure it does not conflict
-#     with any of you material ID's.
-# 2.  If you use the default fault ID, make sure that none of your
-#     material ID's are equal to 100.
-
 # The quadrature for a 2D fault is 1D with a linear shape.
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 
 db_initial_tractions = spatialdata.spatialdb.UniformDB
-db_initial_tractions.label = "Initial fault tractions"
+db_initial_tractions.label = Initial fault tractions
 db_initial_tractions.values = [traction-shear,traction-normal]
 db_initial_tractions.data = [0.0*Pa, -10000.0*MPa]
 
+friction.db_properties = spatialdata.spatialdb.UniformDB
+friction.db_properties.label = Static friction
+friction.db_properties.values = [friction-coefficient]
+friction.db_properties.data = [0.6*m] ; units required (use SI so not scaled)
+
+
 # ----------------------------------------------------------------------
 # PETSc
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list