Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Nov 27, 2023
1 parent 2350de5 commit 8f03908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemes/solid/total_lagrangian_sph/rhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function interact!(dv, v_particle_system, u_particle_system,
pos_diff, distance, sound_speed, m_b, m_a, rho_mean)

# In fluid-solid interaction, use the "hydrodynamic pressure" of the solid particles
# corresponding to the choosen boundary model.
# corresponding to the chosen boundary model.
p_a = particle_pressure(v_particle_system, particle_system, particle)
p_b = particle_pressure(v_neighbor_system, neighbor_system, neighbor)

Expand Down

0 comments on commit 8f03908

Please sign in to comment.