-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf_cavity_turbulent.xml
40 lines (40 loc) · 1.1 KB
/
conf_cavity_turbulent.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
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<flow Re="500" />
<simulation finalTime="10" >
<type>turbulence</type>
<boundary_layer>turbulent</boundary_layer>
<scenario>cavity</scenario>
</simulation>
<timestep dt="1" tau="0.5" />
<solver gamma="0.5" />
<geometry dim="3"
lengthX="1.0" lengthY="1.0" lengthZ="1.0" sizeX="20" sizeY="20" sizeZ="20"
>
<mesh>uniform</mesh>
</geometry>
<environment gx="0" gy="0" gz="0" />
<walls>
<left>
<vector x="0" y="0" z="0" />
</left>
<right>
<vector x="0" y="0" z="0" />
</right>
<top>
<vector x="1" 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">cavity_result</vtk>
<stdOut interval="0.01" />
<parallel numProcessorsX="1" numProcessorsY="1" numProcessorsZ="1" />
</configuration>