From b42cea7321f6d5d1464a5445cb8f3fe3a9ee2995 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 31 Dec 2017 17:13:49 +0800 Subject: clusters/halo: Add back "mach_turbulence" attribute --- fg21sim/extragalactic/clusters/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/extragalactic/clusters/main.py') diff --git a/fg21sim/extragalactic/clusters/main.py b/fg21sim/extragalactic/clusters/main.py index c441977..57811af 100644 --- a/fg21sim/extragalactic/clusters/main.py +++ b/fg21sim/extragalactic/clusters/main.py @@ -293,7 +293,7 @@ class GalaxyClusters: ("Rhalo", halo.radius), # [kpc] ("Rhalo_angular", halo.angular_radius), # [arcsec] ("volume", halo.volume), # [kpc^3] - ("Mach_turb", halo.Mach_turbulence), # turbulence Mach number + ("Mach_turb", halo.mach_turbulence), # turbulence Mach number ("tau_acc", halo.tau_acceleration), # [Gyr] ("Ke", halo.injection_rate), # [cm^-3 Gyr^-1] ("gamma", halo.gamma), # Lorentz factors -- cgit v1.2.2