Skip to content

Commit 6bc3034

Browse files
committed
Fix
1 parent 89d40f2 commit 6bc3034

File tree

1 file changed

+1
-0
lines changed
  • src/schemes/boundary/open_boundary

1 file changed

+1
-0
lines changed

src/schemes/boundary/open_boundary/rhs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function interact!(dv, v_particle_system, u_particle_system,
8888
v_particle_system, v_neighbor_system,
8989
particle, neighbor, pos_diff, distance,
9090
m_b, rho_a, rho_b, v_a, v_b, grad_kernel)
91+
dv[end, particle] += drho_particle[]
9192

9293
# Open boundary pressure evolution matches the corresponding fluid system:
9394
# - EDAC: Compute pressure evolution like the fluid system

0 commit comments

Comments
 (0)