Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgupta1234 committed Nov 19, 2024
1 parent 6dcdd5f commit f2a8013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_ibm.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ contains

! Calculate velocity of ghost cell
if (gp%slip) then
norm = levelset_norm%sf(j, k, l, patch_id)
norm = levelset_norm%sf(j, k, l, patch_id, :)
vel_norm_IP = sum(vel_IP*norm)*norm
vel_g = vel_IP - vel_norm_IP
else
Expand Down

0 comments on commit f2a8013

Please sign in to comment.