! MESA VERSION: r8118
! Inlist reproduces the results of Sengar et al. 2017

&binary_job

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

   evolve_both_stars = .false.
   

/ ! end of binary_job namelist

&binary_controls
         
   m1 = 1.4d0  ! donor mass in Msun
   m2 = 1.3d0 ! companion mass in Msun

   fr = 0.03
   fr_limit = 1d-3
   fj = 0.001


   initial_period_in_days = 3.52d0

   max_tries_to_achieve = 100

   limit_retention_by_mdot_edd = .true.

!!  mass transfer efficiency controls (for isotropic re-emission model)

   mass_transfer_alpha = 0.0d0
   mass_transfer_beta = 0.7d0
   mass_transfer_delta = 0.0d0
   mass_transfer_gamma = 0.0d0  


!! angular momentum controls

   do_jdot_gr = .true.
   do_jdot_ml = .true.
   do_jdot_ls = .false.
   do_jdot_mb = .true.

   magnetic_braking_gamma = 5.0d0

   terminate_if_initial_overflow = .false.
 
         
/ ! end of binary_controls namelist
