-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathinput-restart.xml
More file actions
75 lines (75 loc) · 2.39 KB
/
input-restart.xml
File metadata and controls
75 lines (75 loc) · 2.39 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
<?xml version="1.0"?>
<hemelbsettings version="3">
<simulation>
<step_length units="s" value="5e-5"/>
<steps units="lattice" value="5000"/>
<stresstype value="1"/>
<voxel_size units="m" value="66.67e-6"/>
<origin units="m" value="(0.0,0.0,0.0)"/>
</simulation>
<geometry>
<datafile path="bifurcation.gmy"/>
</geometry>
<initialconditions>
<pressure>
<uniform units="mmHg" value="0.1"/>
</pressure>
</initialconditions>
<monitoring>
<incompressibility/>
</monitoring>
<inlets>
<inlet>
<condition subtype="cosine" type="pressure">
<amplitude units="mmHg" value="0.0"/>
<mean units="mmHg" value="0.1"/>
<phase units="rad" value="0.0"/>
<period units="s" value="1"/>
</condition>
<normal units="dimensionless" value="(1.95124e-12,6.75884e-12,1)"/>
<position units="lattice" value="(77.999,18.1515,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="(0.707107,-1.16626e-11,-0.707107)"/>
<position units="lattice" value="(13.7137,18.1515,173.351)"/>
</outlet>
<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="(-0.707107,-2.00453e-11,-0.707107)"/>
<position units="lattice" value="(142.284,18.1515,173.351)"/>
</outlet>
</outlets>
<properties>
<propertyoutput file="inlet.dat" period="100">
<geometry type="inlet" />
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="outlet.dat" period="100">
<geometry type="outlet" />
<field type="velocity" />
<field type="pressure" />
</propertyoutput>
<propertyoutput file="whole.dat" period="1000">
<geometry type="whole" />
<field type="velocity" />
</propertyoutput>
<propertyoutput file="checkpoint.xtr" period="1000">
<geometry type="whole" />
<field type="distributions" />
</propertyoutput>
</properties>
</hemelbsettings>