[cig-commits] r14021 - in long/3D/Gale/trunk: . input/benchmarks/falling_sphere

walter at geodynamics.org walter at geodynamics.org
Wed Feb 4 11:23:17 PST 2009


Author: walter
Date: 2009-02-04 11:23:17 -0800 (Wed, 04 Feb 2009)
New Revision: 14021

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/input/benchmarks/falling_sphere/sphere_in_cylinder.xml
Log:
 r2485 at dante:  boo | 2009-01-28 10:38:55 -0800
 Add in stabilization term to falling_sphere and turn on *.dat output



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

Modified: long/3D/Gale/trunk/input/benchmarks/falling_sphere/sphere_in_cylinder.xml
===================================================================
--- long/3D/Gale/trunk/input/benchmarks/falling_sphere/sphere_in_cylinder.xml	2009-02-04 19:23:14 UTC (rev 14020)
+++ long/3D/Gale/trunk/input/benchmarks/falling_sphere/sphere_in_cylinder.xml	2009-02-04 19:23:17 UTC (rev 14021)
@@ -301,6 +301,20 @@
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>
     </struct>
+    <struct name="c_matrix">
+      <param name="Type">StiffnessMatrix</param>
+      <param name="RowVariable">PressureField</param>
+      <param name="ColumnVariable">PressureField</param>
+      <param name="RHS">cont_force</param>
+      <param name="allowZeroElementContributions">True</param>
+    </struct>
+    <struct name="mixedStabiliser">
+      <param name="Type">MixedStabiliserTerm</param>
+      <param name="Swarm">gaussSwarm</param>
+      <param name="picSwarm">picIntegrationPoints</param>
+      <param name="storeVisc">storeViscosity</param>
+      <param name="StiffnessMatrix">c_matrix</param>
+    </struct>
     <struct name="buoyancyForceTerm">
       <param name="Type">BuoyancyForceTerm</param>
       <param name="ForceVector">mom_force</param>
@@ -543,7 +557,7 @@
 
     </list>
   </struct>
-<!--   <param name="checkpointEvery">1</param> -->
+  <param name="checkpointEvery">1</param>
   <param name="linearTolerance">1.0e-5</param>
   <param name="centreX">0.0</param>
   <param name="centreY">4.0</param>



More information about the CIG-COMMITS mailing list