[cig-commits] commit: Add buoyancy and set linearTolerance=1e-9 to divergence benchmarks. We had to add buoyancy because the damping term, which depends on buoyancy, is automatically added.

Mercurial hg at geodynamics.org
Wed Aug 22 15:04:29 PDT 2012


changeset:   468:f163ac18647e
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Aug 22 14:59:01 2012 -0700
files:       input/benchmarks/divergence.json input/benchmarks/divergence3D.json
description:
Add buoyancy and set linearTolerance=1e-9 to divergence benchmarks.  We had to add buoyancy because the damping term, which depends on buoyancy, is automatically added.


diff -r e8036d940378 -r f163ac18647e input/benchmarks/divergence.json
--- a/input/benchmarks/divergence.json	Tue Jul 31 16:40:16 2012 -0700
+++ b/input/benchmarks/divergence.json	Wed Aug 22 14:59:01 2012 -0700
@@ -1,6 +1,13 @@
 {
     "components":
     {
+        "buoyancyForceTerm":
+        {
+            "Type": "BuoyancyForceTerm",
+            "ForceVector": "mom_force",
+            "Swarm": "gaussSwarm",
+            "gravity": "0"
+        },
         "boxShape":
         {
             "Type": "Box",
@@ -157,5 +164,6 @@
     "ny": "16",
     "particlesPerCell": "40",
     "seed": "13",
-    "checkpointEvery": "1"
+    "checkpointEvery": "1",
+    "linearTolerance": "1e-9"
 }
\ No newline at end of file
diff -r e8036d940378 -r f163ac18647e input/benchmarks/divergence3D.json
--- a/input/benchmarks/divergence3D.json	Tue Jul 31 16:40:16 2012 -0700
+++ b/input/benchmarks/divergence3D.json	Wed Aug 22 14:59:01 2012 -0700
@@ -1,6 +1,13 @@
 {
     "components":
     {
+        "buoyancyForceTerm":
+        {
+            "Type": "BuoyancyForceTerm",
+            "ForceVector": "mom_force",
+            "Swarm": "gaussSwarm",
+            "gravity": "0"
+        },
         "boxShape":
         {
             "Type": "Box",
@@ -286,5 +293,6 @@
     "nz": "4",
     "particlesPerCell": "40",
     "seed": "13",
-    "checkpointEvery": "1"
+    "checkpointEvery": "1",
+    "linearTolerance": "1e-9"
 }
\ No newline at end of file



More information about the CIG-COMMITS mailing list