summaryrefslogtreecommitdiff
path: root/examples/laminar/powerLaw2d/input.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/laminar/powerLaw2d/input.xml')
-rw-r--r--examples/laminar/powerLaw2d/input.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/laminar/powerLaw2d/input.xml b/examples/laminar/powerLaw2d/input.xml
new file mode 100644
index 0000000..68c5080
--- /dev/null
+++ b/examples/laminar/powerLaw2d/input.xml
@@ -0,0 +1,17 @@
+<Param>
+ <geometry>
+ <N> 40 </N>
+ <lx> 2 </lx>
+ <ly> 1 </ly>
+ </geometry>
+ <dynamics>
+ <maxU> .1 </maxU> <!-- Velocity profile does not change if maxU is changed. Try 0.1, 1 or 10 as an example. -->
+ <Re> 10 </Re>
+ <tau> 0.8 </tau>
+ <n> 0.2 </n>
+ </dynamics>
+ <time>
+ <Tmax> 20 </Tmax>
+ <Tprint> 1 </Tprint>
+ </time>
+</Param>