You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/m_ib_patches.fpp
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,7 @@ contains
209
209
allocate (airfoil_grid_u(1:Np))
210
210
allocate (airfoil_grid_l(1:Np))
211
211
212
+
! TODO :: The below instantiations are already handles by the loop below
212
213
airfoil_grid_u(1)%x =0._wp
213
214
airfoil_grid_u(1)%y =0._wp
214
215
@@ -218,6 +219,7 @@ contains
218
219
eta =1._wp
219
220
220
221
do i =1, Np1 + Np2 -1
222
+
! TODO :: This allcoated the upper and lower airfoil arrays, and does not need to be performed each time the IB markers are updated. Place this as a separate subroutine.
0 commit comments