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

dealii.demon at gmail.com dealii.demon at gmail.com
Mon Feb 24 06:05:05 PST 2014


Revision 2318

The parameter file for the new cookbook.

A   trunk/aspect/cookbooks/gplates_2d.prm


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

Diff:
Added: trunk/aspect/cookbooks/gplates_2d.prm
===================================================================
--- trunk/aspect/cookbooks/gplates_2d.prm	                        (rev 0)
+++ trunk/aspect/cookbooks/gplates_2d.prm	2014-02-24 14:05:04 UTC (rev 2318)
@@ -0,0 +1,87 @@
+# A simple setup for for using the GPlates interface in a 2d shell. See the
+# manual for more information.
+
+set Dimension                              = 2
+set End time                               = 3e16
+set Use years in output instead of seconds = false
+set Output directory                       = gplates-2d
+
+subsection Geometry model
+  set Model name = spherical shell
+end
+
+subsection Gravity model
+  set Model name = radial constant
+
+  subsection Radial constant
+    set Magnitude = 10
+  end
+
+end
+
+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 Mesh refinement
+  set Initial adaptive refinement        = 1
+  set Initial global refinement          = 5
+  set Strategy                           = temperature
+  set Time steps between mesh refinement = 2
+end
+
+subsection Model settings
+  set Prescribed velocity boundary indicators = 1:gplates
+  set Tangential velocity boundary indicators = 0
+
+  set Fixed temperature boundary indicators   = 0,1
+  set Include shear heating                   = false
+end
+
+subsection Boundary velocity model
+
+  subsection GPlates model
+    set Data directory = /home/mod/rengas/Software/aspect-dev-source/data/velocity-boundary-conditions/gplates/
+    set Velocity file name = current_day.gpml
+    set Time step = 3.3116e13
+    set Point one = 1.5708,4.87
+    set Point two = 1.5708,5.24
+  end
+
+end
+
+subsection Initial conditions
+  set Model name = function
+
+  subsection Function
+    set Function expression = 1600.0
+  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 Postprocess
+  set List of postprocessors = visualization
+
+  subsection Visualization
+    set Time between graphical output = 3.1558e13
+    set List of output variables      = viscosity
+
+  end
+end


More information about the CIG-COMMITS mailing list