Skip to content

Commit

Permalink
(inject_wind) placeholder function
Browse files Browse the repository at this point in the history
  • Loading branch information
Monash-Fitz-Hu committed Jan 12, 2024
1 parent 5c02b27 commit 2dba8fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/inject_wind.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module inject
character(len=*), parameter, public :: inject_type = 'wind'

public :: init_inject,inject_particles,write_options_inject,read_options_inject,&
wind_injection_radius,set_default_options_inject
wind_injection_radius,set_default_options_inject,update_injected_par
private
!
!--runtime settings for this module
Expand Down Expand Up @@ -482,6 +482,11 @@ subroutine inject_particles(time,dtlast,xyzh,vxyzu,xyzmh_ptmass,vxyz_ptmass,&

end subroutine inject_particles

subroutine update_injected_par
! -- placeholder function
! -- does not do anything and will never be used
end subroutine

!-----------------------------------------------------------------------
!+
! Oscillating inner boundary
Expand Down

0 comments on commit 2dba8fa

Please sign in to comment.