Skip to content

Commit

Permalink
Add noise to tbl case by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa authored Jan 4, 2024
1 parent 1d868b9 commit 5bed147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/initflow.f90
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ subroutine initflow(inivel,bcvel,ng,lo,l,dl,zc,zf,dzc,dzf,visc, &
is_mean = .true.
case('tbl')
call temporal_bl(n(3),zc,1._rp,visc,uref,u1d)
is_noise = .true.
case('iop') ! reversed 'poi'
!
! convective reference frame moving with velocit `ubulk`;
Expand Down

0 comments on commit 5bed147

Please sign in to comment.