]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added example parameter file.
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 14 Apr 2020 23:00:20 +0000 (01:00 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 14 May 2020 22:28:40 +0000 (00:28 +0200)
examples/step-70/parameters.prm [new file with mode: 0644]

diff --git a/examples/step-70/parameters.prm b/examples/step-70/parameters.prm
new file mode 100644 (file)
index 0000000..85b4764
--- /dev/null
@@ -0,0 +1,29 @@
+subsection Stokes Immersed Problem
+  set Final time                         = 1
+  set Homogeneous Dirichlet boundary ids = 0, 1, 2, 3
+  set Initial fluid refinement           = 4
+  set Initial solid refinement           = 4
+  set Particle insertion refinement      = 4
+  set Nitsche penalty term               = 1000
+  set Number of time steps               = 501
+  set Velocity degree                    = 2
+  set Viscosity                          = 1
+  subsection Angular velocity
+    set Function constants  = 
+    set Function expression = t < .5 ? 5 : -5
+    set Variable names      = x,y,t
+  end
+  subsection Grid generation
+    set Grid one generator                = hyper_cube
+    set Grid one generator arguments      = -1: 1: false
+    set Grid two generator                = hyper_rectangle
+    set Grid two generator arguments      = -.5, -.1: .5, .1: false
+    set Particle grid generator           = hyper_ball
+    set Particle grid generator arguments = 0.3, 0.3: 0.1: false
+  end
+  subsection Right hand side
+    set Function constants  = 
+    set Function expression = 0; 0; 0
+    set Variable names      = x,y,t
+  end
+end

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.