[cig-commits] commit 2394 by gassmoeller to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Apr 1 08:44:55 PDT 2014


Revision 2394

Renamed gplates cookbook parameter file to match other cookbooks.

A   trunk/aspect/cookbooks/gplates-2d.prm
D   trunk/aspect/cookbooks/gplates_2d.prm


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2394&peg=2394

Diff:
Copied: trunk/aspect/cookbooks/gplates-2d.prm (from rev 2393, trunk/aspect/cookbooks/gplates_2d.prm)
===================================================================
--- trunk/aspect/cookbooks/gplates-2d.prm	                        (rev 0)
+++ trunk/aspect/cookbooks/gplates-2d.prm	2014-04-01 15:44:53 UTC (rev 2394)
@@ -0,0 +1,100 @@
+# A simple setup for for using the GPlates interface in a 2d shell. See the
+# manual for more information.
+
+set Dimension                              = 2
+set Use years in output instead of seconds = true
+set End time                               = 1e8
+set Output directory                       = output
+
+
+subsection Material model
+  set Model name = simple
+
+  subsection Simple model
+    set Viscosity                     = 1e22
+    set Thermal viscosity exponent    = 10.0
+    set Reference temperature         = 1600
+  end
+end
+
+
+subsection Geometry model
+  set Model name = spherical shell
+
+  subsection Spherical shell
+    set Inner radius  = 3481000
+    set Outer radius  = 6336000
+  end
+end
+
+
+subsection Model settings
+  set Prescribed velocity boundary indicators = 1:gplates
+  set Tangential velocity boundary indicators = 0
+  set Prescribed velocity boundary indicators =
+
+  set Fixed temperature boundary indicators   = 0,1
+
+  set Include shear heating                   = false
+end
+
+
+subsection Boundary velocity model
+  subsection GPlates model
+    set Data directory = $ASPECT_SOURCE_DIR/data/velocity-boundary-conditions/gplates/
+    set Velocity file name = current_day.gpml
+    set Time step = 1e6
+    set Point one = 1.5708,4.87
+    set Point two = 1.5708,5.24
+  end
+end
+
+
+subsection Boundary temperature model
+  set Model name = spherical constant
+  subsection Spherical constant
+    set Inner temperature = 2600 
+    set Outer temperature = 273 
+  end
+end
+
+
+subsection Initial conditions
+  set Model name = function
+
+  subsection Function
+    set Function expression = 1600.0
+  end
+end
+
+
+subsection Gravity model
+  set Model name = radial constant
+
+  subsection Radial constant
+    set Magnitude = 10
+  end
+end
+
+
+subsection Mesh refinement
+  set Initial adaptive refinement        = 1
+  set Initial global refinement          = 5
+  set Strategy                           = temperature
+  set Time steps between mesh refinement = 2
+end
+
+
+subsection Postprocess
+  set List of postprocessors = visualization, velocity statistics, temperature statistics, heat flux statistics, depth average
+
+  subsection Visualization
+    set Output format                 = vtu
+    set Time between graphical output = 1e6
+    set Number of grouped files       = 0
+  end
+
+  subsection Depth average
+    set Time between graphical output = 1e6
+  end
+end


More information about the CIG-COMMITS mailing list