summaryrefslogtreecommitdiff
path: root/examples/porousMedia/porousPoiseuille2d/input.xml
blob: d497d4023c1a56aab6914f4b25ebc092a9181c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Param>
<setup>
<nx>1</nx>
<ny>1</ny>
<N>200</N>
<tau>0.8</tau>
<Re>.1</Re>
<Da>1e-4</Da>
</setup>
<porous>
<epsilon>0.1</epsilon>
<K>1e-2</K>
</porous>
<time>
<maxPhysT>0.1</maxPhysT>
<numOfIterations>30</numOfIterations>
</time>
<convergence>
<residuum>1e-7</residuum>
</convergence>
</Param>