Skip to content

Commit

Permalink
Merge pull request #5773 from quangx/nsinker_dirichlet
Browse files Browse the repository at this point in the history
change boundary conditions to dirichlet 0 for nsinker benchmark
  • Loading branch information
gassmoeller authored Jun 5, 2024
2 parents 79335d3 + fbcb660 commit c9e70c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/nsinker/nsinker.prm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ subsection Geometry model
end

subsection Boundary velocity model
set Tangential velocity boundary indicators = left,right,bottom,front,back
set Zero velocity boundary indicators = left,right,bottom,top,front,back
end

subsection Material model
Expand Down
2 changes: 1 addition & 1 deletion tests/nsinker/screen-output
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Number of degrees of freedom: 532 (375+32+125)

*** Timestep 0: t=0 seconds, dt=0 seconds
Rebuilding Stokes preconditioner...
Solving Stokes system... 0+12 iterations.
Solving Stokes system... 0+19 iterations.

Postprocessing:
Writing graphical output: output-nsinker/solution/solution-00000
Expand Down
2 changes: 1 addition & 1 deletion tests/nsinker/statistics
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# 9: Velocity iterations in Stokes preconditioner
# 10: Schur complement iterations in Stokes preconditioner
# 11: Visualization file name
0 0.000000000000e+00 0.000000000000e+00 8 407 125 1 11 13 12 output-nsinker/solution/solution-00000
0 0.000000000000e+00 0.000000000000e+00 8 407 125 1 18 20 19 output-nsinker/solution/solution-00000

0 comments on commit c9e70c0

Please sign in to comment.