-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathwater.xml
53 lines (53 loc) · 1.41 KB
/
water.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
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<CLBConfig version="2.0" permissive="true">
<Geometry nx="512" ny="256" predef="none" model="MRT">
<MRT>
<Box/>
</MRT>
<Wet>
<Box nx="20"/>
</Wet>
<WPressure>
<Box nx="1"/>
</WPressure>
<EPressure>
<Box dx="-1"/>
</EPressure>
<Wall mask="ALL">
<Box nx="20" fy="-40"/>
<Box nx="20" dy="-20"/>
<Box dx="-1" fy="-10"/>
<Box dx="-10" dy="-15" fy="-10"/>
<Channel/>
</Wall>
<Dry>
<Box dx="-10" dy="-13"/>
</Dry>
</Geometry>
<Model>
<Param name="InletVelocity" value="0.0"/>
<Param name="InletDensity" value="1.00"/>
<Param name="nu" value="0.05"/>
<Param name="Wetting" value="0.5"/>
<Param name="GravitationY" value="-0.00005"/>
<Param name="MovingWallVelocity" value="0.1"/>
<Param name="MagicF" value="-0.6666666666666"/>
<Param name="MagicA" value="-0.152"/>
<Param name="Magic" value="0.02"/>
<Param name="FAcc" value="1"/>
<Param name="Temperature" value="0.65"/>
<Param name="OutletDensity" value="0.04"/>
<Param name="InletDensity" value="2.98"/>
<Param name="DryDensity" value="0.04"/>
<Param name="WetDensity" value="2.7"/>
<Param name="WallDensity" value="0.1"/>
<Param name="InitDensity" value="0.04"/>
</Model>
<Solve Iterations="100" output="output/">
<VTK Iterations="100"/>
</Solve>
<Solve Iterations="1000" output="output/">
<VTK Iterations="100"/>
<Param name="Wetting" value="0.0"/>
</Solve>
</CLBConfig>