-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathkarman.xml
More file actions
41 lines (39 loc) · 1.09 KB
/
karman.xml
File metadata and controls
41 lines (39 loc) · 1.09 KB
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
<?xml version="1.0"?>
<CLBConfig version="2.0" output="output/" permissive="true">
<Geometry nx="800" ny="800" nz="1">
<MRT>
<Box/>
</MRT>
<!-- <WVelocity name="Inlet">
<Inlet/>
</WVelocity>
<EPressure name="Outlet">
<Outlet/>
</EPressure>
<Inlet nx="1" dx="5">
<Box/>
</Inlet>
<Outlet nx="1" dx="-5">
<Box/>
</Outlet> -->
<Wall mask="ALL" dx="33" dy="10" nx="734" ny="734">
<Channel/>
<ADIOS2 Stream="globalArray" Variable="GlobalArray" IOName="FlaggedGeometry" AdiosConfig="karman.adios.xml"/>
</Wall>
</Geometry>
<Model>
<Param name="VelocityX" value="0.01"/>
<Param name="Viscosity" value="0.02"/>
<Param name="Smag" value="0.16"/>
<Param name="PressDiffInObj" value="1"/>
<Param name="EOSScale" value="0.05"/>
<Param name="Tension" value="0.01"/>
<Param name="Coriolis" value="0.001"/>
<Param name="SolidAlfa" value="0.166"/>
<Param name="FluidAlfa" value="0.01"/>
<Param name="InitTemperature" value="0"/>
<Param name="InletTemperature" value="1"/>
</Model>
<VTK/>
<!-- <Solve Iterations="10000"/> -->
</CLBConfig>