[cig-commits] r14976 - long/3D/SNAC/trunk/Snac/plugins

echoi at geodynamics.org echoi at geodynamics.org
Mon May 11 08:11:25 PDT 2009


Author: echoi
Date: 2009-05-11 08:11:25 -0700 (Mon, 11 May 2009)
New Revision: 14976

Modified:
   long/3D/SNAC/trunk/Snac/plugins/Makefile.def
Log:
Added a plugin for applying traction BCs
    - implemented as a plugin because not used freuquently.
    - Works for the "wall" type boundaries only. Not accurate for
    an arbitrary subset of the boundary.
    - pressure (scalar), traction (vector), and full stress tensor
can be given to determined the magnitude (and direction).
    - A simple test problem is given in
Snac/tests/traction/traction.xml.
        * See README for more details in the same directory.



Modified: long/3D/SNAC/trunk/Snac/plugins/Makefile.def
===================================================================
--- long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2009-05-11 13:25:15 UTC (rev 14975)
+++ long/3D/SNAC/trunk/Snac/plugins/Makefile.def	2009-05-11 15:11:25 UTC (rev 14976)
@@ -32,4 +32,4 @@
 ##
 ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell plastic plSeeds remesher restarter restarter_old spherical viscoplastic vpSeeds winkler hillSlope 
+def_sub = customCartesianMesh cylinder_quadrant cylindrical elastic exchanger heterogeneities hydroStaticIC temperature maxwell plastic plSeeds remesher restarter restarter_old spherical viscoplastic vpSeeds winkler hillSlope tractionBC 



More information about the CIG-COMMITS mailing list