Skip to content

Commit

Permalink
more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Nov 7, 2024
1 parent 8c62398 commit f98d4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/simulation/m_data_output.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ contains

integer :: i, j, k, l, r

real(kind(0d0)), dimension(nb) :: nRtmp !< Temporary bubble concentration
real(kind(0d0)) :: nbub, nR3, vftmp !< Temporary bubble number density
real(kind(0d0)) :: gamma, lit_gamma, pi_inf, qv !< Temporary EOS params
real(kind(0d0)), dimension(2) :: Re !< Temporary Reynolds number

Expand Down Expand Up @@ -934,7 +932,7 @@ contains
real(kind(0d0)) :: G
real(kind(0d0)) :: dyn_p, Temp

integer :: i, j, k, l, s, q, d !< Generic loop iterator
integer :: i, j, k, l, s, d !< Generic loop iterator

real(kind(0d0)) :: nondim_time !< Non-dimensional time

Expand All @@ -954,7 +952,7 @@ contains
if (t_step_old /= dflt_int) then
nondim_time = real(t_step + t_step_old, kind(0d0))*dt
else
nondim_time = real(t_step, kind(0d0))*dt !*1.d-5/10.0761131451d0
nondim_time = real(t_step, kind(0d0))*dt
end if
end if

Expand Down
2 changes: 0 additions & 2 deletions src/simulation/m_start_up.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ contains
end if

if (patch_ib(i)%c > 0) then

print *, "HERE Np", Np
allocate (airfoil_grid_u(1:Np))
allocate (airfoil_grid_l(1:Np))

Expand Down

0 comments on commit f98d4d4

Please sign in to comment.