From c577fae86d04c55651118a60cc2908cdfc4c58c4 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Thu, 9 Jul 2020 18:13:08 +0200 Subject: [PATCH] Update all the EAGLE parameter files to not use the new subgrid-Bondi model --- examples/EAGLE_low_z/EAGLE_6/eagle_6.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml index d4a5281cef..811fe4b8cb 100644 --- a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml +++ b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml @@ -199,6 +199,7 @@ EAGLEFeedback: EAGLEAGN: subgrid_seed_mass_Msun: 1.5e5 # Black hole subgrid mass at creation time in solar masses. multi_phase_bondi: 0 # Compute Bondi rates per neighbour particle? + subgrid_bondi: 0 # Compute Bondi rates using the subgrid extrapolation of the gas properties around the BH? with_angmom_limiter: 1 # Are we applying the Rosas-Guevara et al. (2015) viscous time-scale reduction term? viscous_alpha: 1e6 # Normalisation constant of the viscous time-scale in the accretion reduction term radiative_efficiency: 0.1 # Fraction of the accreted mass that gets radiated. -- GitLab