-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathinput_DataOutput.xml
More file actions
117 lines (111 loc) · 3.78 KB
/
input_DataOutput.xml
File metadata and controls
117 lines (111 loc) · 3.78 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0"?>
<hemelbsettings version="3">
<simulation>
<step_length units="s" value="1e-5"/>
<steps units="lattice" value="50000"/>
<stresstype value="1"/>
<voxel_size units="m" value="5e-5"/>
<origin units="m" value="(0.0,0.0,0.0)"/>
</simulation>
<geometry>
<datafile path="pipe.gmy"/>
</geometry>
<initialconditions>
<pressure>
<uniform units="mmHg" value="0.01"/>
</pressure>
</initialconditions>
<monitoring>
<incompressibility/>
<steady_flow_convergence tolerance="1e-3" terminate="true" criterion="velocity">
<criterion type="velocity" units="m/s" value="1e-5"/>
</steady_flow_convergence> -->
</monitoring>
<inlets>
<inlet>
<condition subtype="cosine" type="pressure">
<amplitude units="mmHg" value="0.0"/>
<mean units="mmHg" value="0.01"/>
<phase units="rad" value="0.0"/>
<period units="s" value="1"/>
</condition>
<normal units="dimensionless" value="(-1.45561e-12,-1.93521e-12,1)"/>
<position units="lattice" value="(42.9992,42.9992,3)"/>
</inlet>
</inlets>
<outlets>
<outlet>
<condition subtype="cosine" type="pressure">
<amplitude units="mmHg" value="0.0"/>
<mean units="mmHg" value="0.0"/>
<phase units="rad" value="0.0"/>
<period units="s" value="1"/>
</condition>
<normal units="dimensionless" value="(1.42237e-12,-1.5372e-11,-1)"/>
<position units="lattice" value="(42.9992,42.9992,402.999)"/>
</outlet>
</outlets>
<properties>
<propertyoutput file="inlet.dat" period="1000">
<geometry type="inlet" />
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="outlet.dat" period="1000">
<geometry type="inlet" />
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="surfacePoint.dat" period="1000">
<geometry type="surfacepoint" >
<normal units="dimensionless" value="(0.0,1.0,0.0)" />
<point units="m" value="(0.00015,0.00215,0.01015)" />
</geometry>
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="lineZ.dat" period="1000">
<geometry type="line" >
<point units="m" value="(0.00215,0.00215,0.00015)" />
<point units="m" value="(0.00215,0.00215,0.002015)" />
</geometry>
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="planeY.dat" period="1000">
<geometry type="plane" >
<normal units="dimensionless" value="(0.0,1.0,0.0)" />
<point units="m" value="(0.0,0.00215,0.0)" />
</geometry>
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="surfaceWithinSphere.dat" period="1000">
<geometry type="surfaceWithinSphere" >
<point units="m" value="(0.00215,0.00215,0.01015)" />
<radius units="m" value="0.0025"/>
</geometry>
<field type="shearstress"/>
</propertyoutput>
<propertyoutput file="surfaceshearstress.dat" period="1000">
<geometry type="surface" />
<field type="shearstress"/>
</propertyoutput>
<propertyoutput file="sphere.dat" period="1000">
<geometry type="sphere" >
<point units="m" value="(0.00215,0.00215,0.01015)" />
<radius units="m" value="0.0025"/>
</geometry>
<field type="velocity"/>
<field type="pressure"/>
<field type="shearstress"/>
<field type="shearrate"/>
</propertyoutput>
<propertyoutput file="whole.dat" period="10000">
<geometry type="whole" />
<field type="velocity" />
<field type="pressure" />
<field type="mpirank" />
</propertyoutput>
</properties>
</hemelbsettings>