Skip to content

Commit 8d423cc

Browse files
authored
Pipe rcr 3d gmres change 302 (#303)
* Change file name. * Change LS to NS.
1 parent 8fd8191 commit 8d423cc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tests/cases/fluid/pipe_RCR_3d/svFSIplus.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,18 @@
6363
<WSS> true </WSS>
6464
</Output>
6565

66-
<LS type="GMRES" >
66+
<LS type="NS" >
6767
<Linear_algebra type="fsils" >
6868
<Preconditioner> fsils </Preconditioner>
6969
</Linear_algebra>
70-
<Max_iterations> 100 </Max_iterations>
71-
<Tolerance> 1e-12 </Tolerance>
70+
<Max_iterations> 15 </Max_iterations>
71+
<NS_GM_max_iterations> 10 </NS_GM_max_iterations>
72+
<NS_CG_max_iterations> 300 </NS_CG_max_iterations>
73+
<Tolerance> 1e-3 </Tolerance>
74+
<NS_GM_tolerance> 1e-3 </NS_GM_tolerance>
75+
<NS_CG_tolerance> 1e-3 </NS_CG_tolerance>
76+
<Absolute_tolerance> 1e-17 </Absolute_tolerance>
77+
<Krylov_space_dimension> 250 </Krylov_space_dimension>
7278
</LS>
7379

7480
<Add_BC name="lumen_inlet" >

0 commit comments

Comments
 (0)