@@ -299,36 +299,43 @@ Solver 6
299299 Exported Variable 4 = -dofs 1 "runoff_frac" ! [-]
300300End
301301
302- ! Navier-Stokes Equation (Stokes Flow )
302+ ! Navier-Stokes Equation (vectorized & threaded )
303303Solver 7
304304 Exec Interval = <Dynamic_int>
305305 Timestep Scale = <Dynamic_int>
306306
307- Equation = "Navier-Stokes"
308- Flow model = String "Stokes"
307+ Equation = "Stokes-Vec"
308+ Procedure = "IncompressibleNSVec" "IncompressibleNSSolver"
309+ Div-Curl Discretization = Logical False
309310 Optimize Bandwidth = Logical True
310- ! Stabilization Method = [Stabilized,P2/P1,Bubbles]
311- Stabilization Method = String "Bubbles"
312311
313- ! Linear System Solver = Direct
314- ! Linear System Direct Method = "UMFPACK"
315- Linear System Solver = "Iterative"
316- Linear System Iterative Method = "BiCGStabl"
317- BiCGStabl Polynomial Degree = 4
318- Linear System Max Iterations = 1000
319- Linear System Convergence Tolerance = 1.0E-08
320- Linear System Abort Not Converged = Logical False
321- Linear System Preconditioning = "ILU0"
322-
323- Nonlinear System Convergence Tolerance = 1.0E-07
324- Nonlinear System Max Iterations = 25
325- Nonlinear System Newton After Iterations = 25
326- Nonlinear System Newton After Tolerance = 1.0E-04
327- Nonlinear System Reset Newton = Logical True
328- ! Nonlinear System Convergence Measure = String "solution"
312+ Stabilization Method = String "Stabilized"
313+ Flow model = String "Stokes"
314+ Block Preconditioner = logical True
329315
316+ ! Linear system settings:
317+ !------------------------
318+ Linear System Solver = Direct
319+ Linear System Direct Method = "UMFPACK"
320+ Mumps percentage increase working space = Integer 400
321+
322+ ! Non-linear iteration settings:
323+ !-------------------------------
324+ Nonlinear System Max Iterations = 50
325+ Nonlinear System Convergence Tolerance = 1.0E-03
326+ Nonlinear System Newton After Iterations = 5
327+ Nonlinear System Newton After Tolerance = 1.0E-03
328+ Nonlinear System Reset Newton = Logical True
329+
330+ ! Convergence on timelevel:
331+ !--------------------------
330332 Steady State Convergence Tolerance = 1.0E-03
331- ! Steady State Convergence Measure = String "solution"
333+
334+ Relative Integration Order = -1
335+ !Number of Integration Points = Integer 44 ! 21, 28, 44, 64, ...
336+
337+ ! 1st iteration viscosity is constant
338+ Constant-Viscosity Start = Logical False
332339
333340 Exported Variable 1 = -dofs 2 "Mesh Velocity"
334341 Exported Variable 2 = -dofs 1 "Densi"
0 commit comments