Skip to content

Commit d084d6c

Browse files
committed
Fix open boundaries
1 parent a5e93e7 commit d084d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/general/semidiscretization.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ end
472472
return du
473473
end
474474

475-
# Boundary systems don't integrate the particle positions
476-
@inline add_velocity!(du, v, particle, system::BoundarySystem) = du
475+
# Solid wall boundary system doesn't integrate the particle positions
476+
@inline add_velocity!(du, v, particle, system::BoundarySPHSystem) = du
477477

478478
@inline function add_velocity!(du, v, particle, system::FluidSystem)
479479
# This is zero unless a transport velocity is used

0 commit comments

Comments
 (0)