Skip to content

Apply angular momentum correction the right way round in BH feedback

Yannick Bahé requested to merge fix_angmom_bug into master

This merge request fixes the angular momentum limiter to reduce, rather than increase, the Bondi rate... It simply replaces max(t_bondi/t_visc, 1) with min(t_bondi/t_visc, 1).

Merge request reports