forked from CFD-GO/TCLB_connectivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkarman_arb.xml
More file actions
executable file
·26 lines (26 loc) · 833 Bytes
/
karman_arb.xml
File metadata and controls
executable file
·26 lines (26 loc) · 833 Bytes
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
<?xml version="1.0"?>
<CLBConfig version="2.0" output="output/" permissive="true">
<ArbitraryLattice file="karman.cxn">
<MRT group="Main"/>
<MRT group="Inlet"/>
<MRT group="Outlet"/>
<WVelocity group="Inlet"/>
<EPressure group="Outlet"/>
<Wall group="Wall"/>
</ArbitraryLattice>
<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 Iterations="1000"/>
<Solve Iterations="40000"/>
</CLBConfig>