!                           -*-f90-*-     (for Emacs)
!
!  Initialisation parameters
!
&init_pars
  cvsid='$Id$',
  ip=10,                        ! debugging parameter
  !xyz0  =  -32,-32,-0.26,      !Cartesian
  !xyz1  =   32, 32, 0.26,      
  xyz0  =   3,-3.14159,-0.26,    !Cylindrical
  xyz1  =   4, 3.14159, 0.26,    
  coord_system='cylindric'
/
&particles_init_pars
  rhop_swarm=1.0
/
&particles_nbody_init_pars
  initxxsp='fixed-cm'
  initvvsp='fixed-cm'
!  bcspx   ='out',bcspy='out',bcspz='out' !cartesian
  bcspx   ='out',bcspy='p',bcspz='out'    !cylindrical
  GNewton =1.0
  pmass   =1.,2e-7,3e-6,3e-6,3e-7,1e-3,3e-4,4e-5,5e-5
  r_smooth=0.,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00
  istar=1
!
! test the "out" boundary condition
! there is no particle inside the grid box!
!
  xsp0=0.,0.38,0.72,1.0,1.5,5.2,10.,19.,30.
/