Skip to content

Commit

Permalink
fixed mistake in initial divergence correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Frans Liqui Lung authored and fjansson committed Feb 14, 2022
1 parent e9c5dd8 commit 7247c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modopenboundary.f90
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ subroutine openboundary_divcorr()
end do
end do
end do
call openboundary_excjs(um , 2,i1,2,j1,1,k1,ih,jh,.not.lboundary(1:4).or.lperiodic(1:4))
call openboundary_excjs(vm , 2,i1,2,j1,1,k1,ih,jh,.not.lboundary(1:4).or.lperiodic(1:4))
call openboundary_excjs(wm , 2,i1,2,j1,1,k1,ih,jh,.not.lboundary(1:4).or.lperiodic(1:4))
iter = iter+1
end do
u0 = um; v0 = vm; w0 = wm
Expand Down

0 comments on commit 7247c00

Please sign in to comment.