[cig-commits] commit: Make the top boundary of the extension model constant

Mercurial hg at geodynamics.org
Mon Jun 25 15:17:33 PDT 2012


changeset:   454:ec620fb786a9
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Mon Jun 25 15:17:12 2012 -0700
files:       input/geologic/extension.json
description:
Make the top boundary of the extension model constant


diff -r b035ceed4a7b -r ec620fb786a9 input/geologic/extension.json
--- a/input/geologic/extension.json	Wed Jun 20 14:33:04 2012 -0700
+++ b/input/geologic/extension.json	Mon Jun 25 15:17:12 2012 -0700
@@ -241,6 +241,16 @@
         "vcList": [
             {
                 "type": "WallVC",
+                "wall": "top",
+                "variables": [
+                    {
+                        "name": "temperature",
+                        "value": "273.0"
+                    }
+                ]
+            },
+            {
+                "type": "WallVC",
                 "wall": "bottom",
                 "variables": [
                     {



More information about the CIG-COMMITS mailing list