We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d40f2 commit 6bc3034Copy full SHA for 6bc3034
src/schemes/boundary/open_boundary/rhs.jl
@@ -88,6 +88,7 @@ function interact!(dv, v_particle_system, u_particle_system,
88
v_particle_system, v_neighbor_system,
89
particle, neighbor, pos_diff, distance,
90
m_b, rho_a, rho_b, v_a, v_b, grad_kernel)
91
+ dv[end, particle] += drho_particle[]
92
93
# Open boundary pressure evolution matches the corresponding fluid system:
94
# - EDAC: Compute pressure evolution like the fluid system
0 commit comments