aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/helper.py
Commit message (Expand)AuthorAgeFilesLines
* clusters: Assume equipartition between B field and CRAaron LI2019-01-251-2/+14
* clusters/helper: Add plasma_beta() functionAaron LI2019-01-231-0/+26
* clusters/helper: Do not pass the whole configs to functionsAaron LI2019-01-231-11/+32
* clusters/helper: Fix a variable error in density_gas()Aaron LI2019-01-221-1/+1
* clusters/helper: Add radius_overdensity() functionAaron LI2019-01-211-4/+29
* clusters/helper: Improve density_energy_electron() calculationAaron LI2019-01-211-4/+4
* clusters/helper: Add density_gas() functionAaron LI2019-01-211-0/+8
* clusters/helper: Pass beta to helper.radius_stripping()Aaron LI2019-01-181-5/+6
* Minor tweaksAaron LI2019-01-181-2/+2
* clusters/helper: Add f_rc and beta parameters to calc_gas_density_profile()Aaron LI2018-11-081-3/+11
* clusters/halo: Update time_turbulence() calculationAaron LI2018-10-301-23/+0
* clusters/helper: Remove the obsolete fmass_nfw()Aaron LI2018-10-301-26/+0
* clusters/halo: Update calculations of injection and halo radiusAaron LI2018-10-301-35/+0
* clusters/help: Add radius_stripping()Aaron LI2018-10-261-6/+73
* clusters/halo: Improve descriptions and commentsAaron LI2018-10-251-1/+1
* clusters/halo: most consistent turbulent acceleration and time calculationsAaron LI2018-01-211-1/+1
* clusters: minor updatesAaron LI2018-01-161-5/+4
* clusters/halo: update radius_halo() calculationAaron LI2018-01-031-6/+6
* Minor changesAaron LI2018-01-011-22/+22
* clusters/halo: adjust radio halo size estimationAaron LI2018-01-011-3/+3
* clusters/halo/helper: Add fmass_nfw() to calc NFW mass profileAaron LI2017-12-311-0/+30
* clusters/halo: Add virial_speed() helper functionAaron LI2017-12-301-2/+13
* clusters/halo: Estimate turbulence acceleration w.r.t. injection scaleAaron LI2017-12-301-0/+23
* cluster/halo: Estimate halo radius ~ 0.33*R_vir (main cluster)Aaron LI2017-12-301-7/+16
* clusters/halo: Fix passing the "configs" objectAaron LI2017-10-251-1/+1
* clusters/halo: Always pass the using configsAaron LI2017-10-241-6/+6
* clusters/halos: Fix halo radius calculationAaron LI2017-10-231-3/+5
* clusters/halo: merge halo_rprofile() & draw_halo(); Fix halo radius errorAaron LI2017-10-231-38/+26
* clusters/halo: Use "lru_cache()", also improves some performanceAaron LI2017-10-231-1/+1
* clusters/halo: Add option "kT_out" to tune cluster temperatureAaron LI2017-10-221-2/+6
* clusters/halo: Add function "speed_sound()"Aaron LI2017-10-211-0/+28
* clusters/halo: Determine magnetic field by fraction of its energy densityAaron LI2017-10-201-30/+24
* clusters/halo: Remove "mass_to_kT()", replaced by "kT_cluster()"Aaron LI2017-10-201-39/+0
* clusters/halo: Use "kT_cluster()" instead of "mass_to_kT()"Aaron LI2017-10-191-3/+3
* clusters/halo: Add kT_cluster() to calculate the cluster ICM temperatureAaron LI2017-10-191-0/+25
* clusters/helper: Add kT_virial() to calculate the virial temperatureAaron LI2017-10-191-0/+36
* clusters/halo: rewrite power/flux/Tb calc with k-correction consideredAaron LI2017-10-191-102/+0
* clusters: Update radio halo radius estimationAaron LI2017-10-181-19/+17
* Update "Fnu_to_Tb_fast()" to "Fnu_to_Tb()"Aaron LI2017-09-011-2/+2
* clusters: Halo templates are normalized to have mean of 1Aaron LI2017-08-131-3/+11
* clusters/main.py: Implement "_draw_halos()" methodAaron LI2017-08-121-0/+62
* clusters: Implement calc_{power,flux,brightness_mean} in helperAaron LI2017-08-111-0/+106
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+1
* clusters/helper.py: Fix and replace R_halo vs. R_vir relationAaron LI2017-07-231-11/+12
* clusters/helper.py: Fix a bug in "mass_to_kT()"Aaron LI2017-07-231-2/+2
* clusters/helper.py: Add "density_energy_electron()" functionAaron LI2017-07-231-2/+27
* clusters/helper.py: Disable scattering on scaling relationsAaron LI2017-07-231-4/+8
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-8/+8
* clusters: Move "magnetic_field()" function to helper.pyAaron LI2017-07-221-0/+40
* clusters/helper.py: Add "velocity_impact()" and "time_crossing()"Aaron LI2017-07-221-3/+71