[cig-commits] commit 2556 by ian.rose to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Apr 16 09:28:56 PDT 2014


Revision 2556

Add prm

A   branches/freesurface/cylinder_torsion.prm


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

Diff:
Added: branches/freesurface/cylinder_torsion.prm
===================================================================
--- branches/freesurface/cylinder_torsion.prm	                        (rev 0)
+++ branches/freesurface/cylinder_torsion.prm	2014-04-16 16:28:53 UTC (rev 2556)
@@ -0,0 +1,91 @@
+set Dimension                              = 3
+set Use years in output instead of seconds = false
+set End time                               = 0.0
+set Output directory                       = output_cylinder_torsion
+set Linear solver tolerance                = 1e-7
+set Temperature solver tolerance           = 1e-2
+set Pressure normalization                 = no
+set Surface pressure                       = 0
+
+
+subsection Geometry model
+  set Model name = cylinder
+  subsection Cylinder
+    set Radius = 1.0
+    set Height = 3.0
+  end
+end
+
+
+subsection Initial conditions
+  set Model name = function
+  subsection Function
+    set Function expression = 1.0
+  end
+end
+
+
+subsection Boundary temperature model
+  set Model name = constant
+  subsection Constant
+    set Boundary indicator to temperature mappings = 0:0.0, 1:0.0, 2:0.0
+  end
+end
+
+subsection Boundary velocity model
+  subsection Function
+    set Variable names      = x,y,z
+    set Function constants  = pi=3.1415926
+    set Function expression = -.4; sqrt(y*y+z*z)*z; -sqrt(y*y+z*z)*y
+  end
+end
+
+subsection Model settings
+  set Fixed temperature boundary indicators   = 0,1,2
+
+  set Zero velocity boundary indicators       = 1
+  set Prescribed velocity boundary indicators = 2:function
+  set Tangential velocity boundary indicators = 
+
+  set Include adiabatic heating               = false
+  set Include shear heating                   = false
+  set Radiogenic heating rate                 = 0
+end
+
+
+subsection Gravity model
+  set Model name = vertical
+  subsection Vertical
+    set Magnitude = 0.0
+  end
+end
+
+
+subsection Material model
+  set Model name = simple 
+  subsection Simple model
+    set Reference density             = 1
+    set Reference specific heat       = 1
+    set Reference temperature         = 1
+    set Thermal conductivity          = 1
+    set Thermal expansion coefficient = 1e-10
+    set Viscosity                     = 1.e14
+  end
+end
+
+
+subsection Mesh refinement
+  set Initial global refinement                = 4
+  set Initial adaptive refinement              = 0
+  set Time steps between mesh refinement       = 0
+end
+
+
+subsection Postprocess
+  set List of postprocessors = visualization
+  subsection Visualization
+    set Time between graphical output = 0.00
+    set Number of grouped files       = 1
+  end
+end
+


More information about the CIG-COMMITS mailing list