Skip to content

Commit ae0fb0b

Browse files
Adding iliac_artery_trilinos_gmres_ilut case
1 parent dd1bb9a commit ae0fb0b

File tree

10 files changed

+140
-0
lines changed

10 files changed

+140
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:12d52092e40a59c65137802965aa8c1667be0b687202f335240b5b5519464069
3+
size 198504
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a4560acb8b92b7fe3ec58e3a18277905c1ca3d52aee2d47f3585e45f8b4961f9
3+
size 1113338
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f9806b6801f79d97d811ea25b7103856792b78cb5177bb48023f3ae28a5d5b0f
3+
size 6022
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:cf61c488b0095030ff5736693f3d1a10ce12d36869cd7cff8f5dd27c1be1ea61
3+
size 3544
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4e2cd6eaed95d300d593a2e93b78b6ac88ab90a85929398e1e2e6c0eac130e8c
3+
size 3675
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:00c7fd6f592ba248974abdcaa54a7ebda638e829de963255af3abd782e2e4a0b
3+
size 139462
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5d06cdda4db9fec1a081181ecc958caf78e2751db2e167edc747ea027c684675
3+
size 54016
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5d0c64ecff7bf3519074de6246c5fb7ef4bccf35ee2a4f2e2a4de4b16128140b
3+
size 190365
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6cfc4f2fdd65b9edfa36458b4adf60254eaeed8118c470aa58013918651ee671
3+
size 2887313
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<svMultiPhysicsFile version="0.1">
3+
<GeneralSimulationParameters>
4+
5+
<Continue_previous_simulation> 0 </Continue_previous_simulation>
6+
7+
<Number_of_spatial_dimensions> 3 </Number_of_spatial_dimensions>
8+
<!-- 1000 .001-->
9+
<Number_of_time_steps> 1 </Number_of_time_steps>
10+
<Time_step_size> 0.001 </Time_step_size>
11+
<Spectral_radius_of_infinite_time_step> .5 </Spectral_radius_of_infinite_time_step>
12+
<Searched_file_name_to_trigger_stop> STOP_SIM </Searched_file_name_to_trigger_stop>
13+
14+
<Save_results_to_VTK_format> 1 </Save_results_to_VTK_format>
15+
<Name_prefix_of_saved_VTK_files> result </Name_prefix_of_saved_VTK_files>
16+
<Increment_in_saving_VTK_files> 1 </Increment_in_saving_VTK_files>
17+
<Start_saving_after_time_step> 1 </Start_saving_after_time_step>
18+
19+
<Increment_in_saving_restart_files> 1 </Increment_in_saving_restart_files>
20+
<Convert_BIN_to_VTK_format> 0 </Convert_BIN_to_VTK_format>
21+
22+
<Verbose> 1 </Verbose>
23+
<Warning> 0 </Warning>
24+
<Debug> 0 </Debug>
25+
26+
</GeneralSimulationParameters>
27+
28+
<Add_mesh name="msh" >
29+
<Mesh_file_path> mesh/mesh-complete.mesh.vtu </Mesh_file_path>
30+
<Add_face name="aorta_inlet">
31+
<Face_file_path> mesh/mesh-surfaces/cap_aorta.vtp </Face_file_path>
32+
</Add_face>
33+
<Add_face name="aorta_outlet">
34+
<Face_file_path> mesh/mesh-surfaces/cap_aorta_2.vtp </Face_file_path>
35+
</Add_face>
36+
<Add_face name="right_iliac_outlet">
37+
<Face_file_path> mesh/mesh-surfaces/cap_right_iliac.vtp </Face_file_path>
38+
</Add_face>
39+
<Add_face name="aorta_wall">
40+
<Face_file_path> mesh/mesh-surfaces/wall_aorta.vtp </Face_file_path>
41+
</Add_face>
42+
<Add_face name="right_iliac_wall">
43+
<Face_file_path> mesh/mesh-surfaces/wall_right_iliac.vtp </Face_file_path>
44+
</Add_face>
45+
</Add_mesh>
46+
47+
48+
<Add_equation type="fluid" >
49+
<Coupled> true </Coupled>
50+
<Min_iterations> 3 </Min_iterations> <!-- 3 -->
51+
<Max_iterations> 12 </Max_iterations> <!-- 100 -->
52+
<Tolerance> 1e-11 </Tolerance> <!-- 1e-4 but should be same as residual criteria in svsolver -->
53+
<Backflow_stabilization_coefficient> 0.2 </Backflow_stabilization_coefficient>
54+
<Density> 1.06 </Density>
55+
56+
<Viscosity model="Constant" >
57+
<Value> 0.04 </Value>
58+
</Viscosity>
59+
60+
<Output type="Spatial" >
61+
<Velocity> true </Velocity>
62+
<Pressure> true </Pressure>
63+
<Traction> true </Traction>
64+
<Vorticity> true</Vorticity>
65+
<Divergence> true</Divergence>
66+
<WSS> true </WSS>
67+
</Output>
68+
69+
<LS type="GMRES" >
70+
<Linear_algebra type="trilinos" >
71+
<Preconditioner> trilinos-ilut </Preconditioner>
72+
</Linear_algebra>
73+
<Max_iterations> 100 </Max_iterations>
74+
<Tolerance> 1e-12 </Tolerance>
75+
</LS>
76+
77+
<Add_BC name="aorta_inlet" >
78+
<Type> Dir </Type>
79+
<Time_dependence> Steady </Time_dependence>
80+
<Profile> Parabolic </Profile>
81+
<Impose_flux> true </Impose_flux>
82+
<Value> -100 </Value>
83+
</Add_BC>
84+
85+
<Add_BC name="aorta_outlet" >
86+
<Type> Neu </Type>
87+
<Time_dependence> Resistance </Time_dependence>
88+
<Value> 16000 </Value>
89+
</Add_BC>
90+
91+
92+
<Add_BC name="right_iliac_outlet" >
93+
<Type> Neu </Type>
94+
<Time_dependence> Resistance </Time_dependence>
95+
<Value> 16000 </Value>
96+
</Add_BC>
97+
98+
99+
<Add_BC name="aorta_wall" >
100+
<Type> Dir </Type>
101+
<Time_dependence> Steady </Time_dependence>
102+
<Value> 0.0 </Value>
103+
</Add_BC>
104+
105+
<Add_BC name="right_iliac_wall" >
106+
<Type> Dir </Type>
107+
<Time_dependence> Steady </Time_dependence>
108+
<Value> 0.0 </Value>
109+
</Add_BC>
110+
111+
</Add_equation>
112+
113+
</svMultiPhysicsFile>

0 commit comments

Comments
 (0)