-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf_channel.xml
44 lines (44 loc) · 1.21 KB
/
conf_channel.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<flow Re="1000" />
<simulation finalTime="10.0" >
<type>dns</type>
<scenario>channel</scenario>
</simulation>
<backwardFacingStep xRatio="0.5" yRatio="0.2" />
<timestep dt="1" tau="0.5" />
<solver gamma="0.5" />
<geometry
dim="3"
lengthX="5.0" lengthY="1.0" lengthZ="1.0"
sizeX="50" sizeY="20" sizeZ="10"
stretchX="false" stretchY="true" stretchZ="true"
>
<mesh>uniform</mesh>
<!--mesh>stretched</mesh-->
</geometry>
<environment gx="0" gy="0" gz="0" />
<walls>
<left>
<vector x="1.0" y="0" z="0" />
</left>
<right>
<vector x="0" y="0" z="0" />
</right>
<top>
<vector x="0.0" y="0." z="0." />
</top>
<bottom>
<vector x="0" y="0" z="0" />
</bottom>
<front>
<vector x="0" y="0" z="0" />
</front>
<back>
<vector x="0" y="0" z="0" />
</back>
</walls>
<vtk interval="0.1">channel_result</vtk>
<stdOut interval="0.0001" />
<parallel numProcessorsX="1" numProcessorsY="1" numProcessorsZ="1" />
</configuration>