&binary_job

   inlist_names(1) = 'inlist1' 
   inlist_names(2) = 'inlist2'

   ! Assume secondary as a point mass and focus on the evolution of the donor alone
   !

/ ! end of binary_job namelist

&binary_controls
   
   ! Initial parameters of the system
   !
   !
   !

   ! set "Kolb" mass transfer scheme
   ! 

   ! do wind accretion by transfering part of the mass lost due to stellar winds 
   ! from the mass losing component to its companion
   !

   !rotation controls
   do_tidal_sync = .true. ! assume tidal synchronisation

   ! loss of angular momentum via 
   !  ! mass loss 
   !  ! gravitational wave radiation
   !  ! assume L-S coupling due to tides

   accretor_overflow_terminate = 0.2d0 ! add some space

   !control accretion using the Eddington limit
   limit_retention_by_mdot_edd = .false.

   max_tries_to_achieve = 20
         
/ ! end of binary_controls namelist

