[cig-commits] r12567 - in long/3D/Gale/trunk: . input/examples

walter at geodynamics.org walter at geodynamics.org
Wed Aug 6 15:57:19 PDT 2008


Author: walter
Date: 2008-08-06 15:57:19 -0700 (Wed, 06 Aug 2008)
New Revision: 12567

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/input/examples/rifting.xml
Log:
 r2292 at earth:  boo | 2008-08-06 15:27:10 -0700
 Make rifting.xml use normal stress BC's



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2289
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2292

Modified: long/3D/Gale/trunk/input/examples/rifting.xml
===================================================================
--- long/3D/Gale/trunk/input/examples/rifting.xml	2008-08-06 22:52:09 UTC (rev 12566)
+++ long/3D/Gale/trunk/input/examples/rifting.xml	2008-08-06 22:57:19 UTC (rev 12567)
@@ -499,7 +499,16 @@
       </list>
     </struct>
 
+    <struct name="stressBC">
+      <param name="Type">StressBC</param>
+      <param name="ForceVector">mom_force</param>
+      <param name="Swarm">picIntegrationPoints</param>
+      <param name="wall">bottom</param>
+      <param name="y_type">double</param>
+      <param name="y_value">622935000</param>
+    </struct>
 
+
     <!-- Temperature components -->
     <struct name="temperature">
       <param name="Type">MeshVariable</param>
@@ -625,6 +634,7 @@
         <param name="remesher">velocityRemesher</param>
         <param name="velocityField">VelocityField</param>
         <param name="wrapTop">True</param>
+        <param name="staticBottom">True</param>
         <list name="fields">
           <struct>
             <param name="field">VelocityField</param>
@@ -668,6 +678,11 @@
             <param name="type">double</param>
             <param name="value">-4e-10</param>
           </struct>
+          <struct>
+            <param name="name">vy</param>
+            <param name="type">double</param>
+            <param name="value">0</param>
+          </struct>
         </list>
       </struct>
       <struct>
@@ -680,17 +695,10 @@
             <!-- 1 cm/yr -->
             <param name="value">4e-10</param>
           </struct>
-        </list>
-      </struct>
-
-      <struct>
-        <param name="type">WallVC</param>
-        <param name="wall">bottom</param>
-        <list name="variables">
           <struct>
             <param name="name">vy</param>
             <param name="type">double</param>
-            <param name="value">0.0</param>
+            <param name="value">0</param>
           </struct>
         </list>
       </struct>



More information about the cig-commits mailing list