aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/halo.py
Commit message (Expand)AuthorAgeFilesLines
* clusters/halo: Fix kT() calculationAaron LI2018-11-081-3/+2
* clusters/halo: Fix radius_turbulence() calculationAaron LI2018-11-081-2/+2
* clusters/halo: Adopt new method for _velocity_turb()Aaron LI2018-11-081-15/+24
* clusters/halo: Add radius_stripping() methodAaron LI2018-11-081-3/+13
* clusters/halo: Apply option 'f_radius' to derive halo radiusAaron LI2018-11-081-2/+2
* clusters/halo: New formula for radius_turbulence()Aaron LI2018-11-081-6/+12
* clusters/halo: Add and use 'f_rc' and 'beta' optionsAaron LI2018-11-081-1/+4
* clusters/halo: Fix time argument in _velocity_turb()Aaron LI2018-11-021-5/+4
* clusters/halo: Improve cluster temperature calculationAaron LI2018-11-011-8/+6
* clusters/halo: Support to check whether halo is genuineAaron LI2018-11-011-0/+33
* clusters/halo: Fix the 'lru_cache' usageAaron LI2018-10-311-2/+2
* clusters/halo: Support to calculate the fiducial electron spectrumAaron LI2018-10-311-7/+20
* clusters/halo: Simplify calc_electron_spectrum()Aaron LI2018-10-311-49/+6
* clusters/halo: Rework the way to disable turbulent accelerationAaron LI2018-10-311-16/+13
* clusters/halo: Use _is_turb_active() in fp_advection()Aaron LI2018-10-311-14/+6
* clusters/halo: Add time argument to radius_turbulence()Aaron LI2018-10-311-10/+8
* clusters/halo: Add time argument to _velocity_turb()Aaron LI2018-10-311-10/+10
* clusters/halo: Add time argument to _gas_density_profile_t()Aaron LI2018-10-311-4/+6
* clusters/halo: Rename 'injection_radius' to 'radius_turbulence'Aaron LI2018-10-301-16/+16
* clusters/halo: Update time_turbulence() calculationAaron LI2018-10-301-5/+10
* clusters/halo: Update turbulence velocity calculationAaron LI2018-10-301-26/+40
* clusters/halo: Update calculations of injection and halo radiusAaron LI2018-10-301-1/+13
* clusters/halo: Improve descriptions and commentsAaron LI2018-10-251-19/+15
* clusters/halo: Change _merger() to accept time to simplify its usageAaron LI2018-10-251-12/+12
* clusters/halo: Simplify the code a bitAaron LI2018-10-251-18/+8
* clusters/halo: Fix a wrong variable in a logging messageAaron LI2018-10-251-6/+4
* clusters/halo: most consistent turbulent acceleration and time calculationsAaron LI2018-01-211-2/+2
* clusters/halo: simplify energy loss calculationsAaron LI2018-01-211-27/+14
* clusters/halo: fix _is_turb_active() bool conditionAaron LI2018-01-061-2/+2
* clusters: small cleanupsAaron LI2018-01-051-8/+9
* clusters/halo: fix self.time_step errorAaron LI2018-01-051-4/+4
* clusters/halo: fix _merger_time() error when t < age_beginAaron LI2018-01-051-2/+7
* clusters/halo: calculate several time-averaged propertiesAaron LI2018-01-051-0/+54
* clusters/halo: move tau_max and time dependence to tau_acceleration()Aaron LI2018-01-051-27/+27
* clusters/halo: add _is_turb_active(), update _velocity_turb() etc.Aaron LI2018-01-051-12/+29
* clusters/halo: update turbulence acceleration calc. with _merger_time()Aaron LI2018-01-051-28/+20
* clusters/halo: add _merger_time() and mass_sub() methodsAaron LI2018-01-051-0/+31
* clusters/halo: refactor tau_acceleration() to help RadioHaloAMAaron LI2018-01-041-24/+38
* clusters/halo: Add preliminary RadioHaloAM based on RadioHaloAaron LI2018-01-041-0/+103
* clusters/halo: small updates and some cleanupsAaron LI2018-01-041-53/+40
* clusters/halo: minor cleanupsAaron LI2018-01-031-14/+15
* clusters/halo: change "age_merger" to "age_begin"Aaron LI2018-01-031-23/+26
* clusters/halo: update radius_halo() calculationAaron LI2018-01-031-9/+1
* clusters/halo: delete radius_virial_{main,sub} and kT_sub propertiesAaron LI2018-01-031-17/+0
* clusters/halo: split emissivity/power/flux calculations into HaloEmissionAaron LI2018-01-031-174/+0
* clusters: simplify _set_configs()Aaron LI2018-01-021-17/+21
* clusters/halo: rewrite description; remove an obsolete referenceAaron LI2018-01-021-10/+11
* Improve descriptions and minor cleanupsAaron LI2018-01-011-3/+1
* clusters/halo: impose the maximum acceleration timescaleAaron LI2018-01-011-3/+9
* clusters/halo: improve turbulence velocity dispersion calculationAaron LI2018-01-011-9/+9