[cig-commits] [commit] master: Add test (0cfc520)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 20 12:20:06 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/a21aaa79d75b89a3d50d5c865e7dc51d309da9b9...b2eaff9e459f8351633e8b4b43c1284c90373873

>---------------------------------------------------------------

commit 0cfc520c5e55b8c6d4388fe3e82ecfde743f359a
Author: Siqi Zhang <siqi.zhang at mq.edu.au>
Date:   Mon May 19 12:21:02 2014 -0500

    Add test


>---------------------------------------------------------------

0cfc520c5e55b8c6d4388fe3e82ecfde743f359a
 cookbooks/shell_simple_2d.prm => tests/solidus.prm | 38 +++++++++++++++-------
 1 file changed, 26 insertions(+), 12 deletions(-)

diff --git a/cookbooks/shell_simple_2d.prm b/tests/solidus.prm
similarity index 58%
copy from cookbooks/shell_simple_2d.prm
copy to tests/solidus.prm
index bd10ea8..490345b 100644
--- a/cookbooks/shell_simple_2d.prm
+++ b/tests/solidus.prm
@@ -4,8 +4,9 @@
 
 set Dimension                              = 2
 set Use years in output instead of seconds = true
-set End time                               = 1.5e9
+set End time                               = 1.5e-9
 set Output directory                       = output
+set Adiabatic surface temperature          = 1200
 
 
 subsection Material model
@@ -22,16 +23,16 @@ subsection Geometry model
   set Model name = spherical shell
 
   subsection Spherical shell
-    set Inner radius  = 3481000
-    set Outer radius  = 6336000
-    set Opening angle = 90
+    set Inner radius  = 1700000
+    set Outer radius  = 3385000
+    #set Opening angle = 90
   end
 end
 
 
 subsection Model settings
   set Zero velocity boundary indicators       = 0
-  set Tangential velocity boundary indicators = 1,2,3
+  set Tangential velocity boundary indicators = 1
   set Prescribed velocity boundary indicators =
 
   set Fixed temperature boundary indicators   = 0,1
@@ -43,14 +44,26 @@ end
 subsection Boundary temperature model
   set Model name = spherical constant
   subsection Spherical constant
-    set Inner temperature = 4273
-    set Outer temperature = 973
+    set Inner temperature = 2200
+    set Outer temperature = 250
   end
 end
 
 
 subsection Initial conditions
-  set Model name = spherical hexagonal perturbation
+  #set Model name = spherical hexagonal perturbation
+  set Model name            = solidus
+  set Supersolidus          = -50
+  set Lithosphere thickness = 500e3
+  subsection Perturbation
+     set Temperature amplitude           = 100  
+  	 set Lithosphere thickness amplitude = 250e3
+	 set Lateral wave number one         = 12
+	 set Lateral wave number two         = 6
+  end
+  subsection Data
+    set Solidus filename = data/initial temperature/solidus.Mars
+  end
 end
 
 
@@ -60,18 +73,19 @@ end
 
 
 subsection Mesh refinement
-  set Initial global refinement          = 5
-  set Initial adaptive refinement        = 4
+  set Initial global refinement          = 3
+  set Initial adaptive refinement        = 0
   set Strategy                           = temperature
   set Time steps between mesh refinement = 15
 end
 
 
 subsection Postprocess
-  set List of postprocessors = visualization, velocity statistics, temperature statistics, heat flux statistics, depth average
+  set List of postprocessors = visualization
+
 
   subsection Visualization
-    set Output format                 = vtu
+	set Output format                 = vtu
     set Time between graphical output = 1e6
     set Number of grouped files       = 0
   end



More information about the CIG-COMMITS mailing list