[cig-commits] commit 2408 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sun Apr 6 15:02:26 PDT 2014


Revision 2408

add net rotation example

A   trunk/aspect/cookbooks/future/netrot.prm


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

Diff:
Added: trunk/aspect/cookbooks/future/netrot.prm
===================================================================
--- trunk/aspect/cookbooks/future/netrot.prm	                        (rev 0)
+++ trunk/aspect/cookbooks/future/netrot.prm	2014-04-06 22:02:23 UTC (rev 2408)
@@ -0,0 +1,85 @@
+# A simple setup for convection in a quarter of a 2d shell. See the
+# manual for more information.
+
+
+set Dimension                              = 2
+set Use years in output instead of seconds = true
+set End time                               = 1.5e9
+set Output directory                       = output
+
+
+subsection Material model
+  set Model name = simple
+
+  subsection Simple model
+    set Thermal expansion coefficient = 4e-5
+    set Viscosity                     = 1e20
+  end
+end
+
+
+subsection Geometry model
+  set Model name = spherical shell
+
+  subsection Spherical shell
+    set Inner radius  = 3481000
+    set Outer radius  = 6336000
+    set Opening angle = 360
+  end
+end
+
+
+subsection Model settings
+  set Zero velocity boundary indicators       = 
+  set Tangential velocity boundary indicators = 0,1
+  set Prescribed velocity boundary indicators =
+
+  set Fixed temperature boundary indicators   = 0,1
+
+  set Include shear heating                   = true
+
+  # net rotation|net translation|angular momentum|translational momentum
+  set Remove nullspace = net translation,translational momentum
+end
+
+
+subsection Boundary temperature model
+  set Model name = spherical constant
+  subsection Spherical constant
+    set Inner temperature = 4273
+    set Outer temperature = 973
+  end
+end
+
+
+subsection Initial conditions
+  set Model name = spherical hexagonal perturbation
+end
+
+
+subsection Gravity model
+  set Model name = radial earth-like
+end
+
+
+subsection Mesh refinement
+  set Initial global refinement          = 4
+  set Initial adaptive refinement        = 0
+  set Strategy                           = temperature
+  set Time steps between mesh refinement = 10
+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 = 1
+    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