aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/halo.py
Commit message (Expand)AuthorAgeFilesLines
* clusters/halo: Use "lru_cache()", also improves some performanceAaron LI2017-10-231-12/+22
* clusters/halo: Add option "kT_out" to tune cluster temperatureAaron LI2017-10-221-3/+1
* clusters/halo: Rewrite turbulence acceleration & diffusion coefficient!Aaron LI2017-10-211-57/+90
* clusters/halos: Add more cluster and halo propertiesAaron LI2017-10-211-7/+30
* clusters/halo: Determine magnetic field by fraction of its energy densityAaron LI2017-10-201-2/+2
* clusters/halo: Add "kT_obs" and "tback_merger" propertiesAaron LI2017-10-191-1/+16
* clusters/halo: Use "kT_cluster()" instead of "mass_to_kT()"Aaron LI2017-10-191-1/+1
* clusters/halo: rewrite power/flux/Tb calc with k-correction consideredAaron LI2017-10-191-25/+94
* clusters/halo: Add set_electron_spectrum() method; update doc a bitAaron LI2017-10-191-1/+26
* clusters/halo: Improve time step determination a bitAaron LI2017-10-191-2/+5
* clusters/halo: Increase the time step, but require a minimum of 20 stepsAaron LI2017-10-181-0/+7
* clusters: Update radio halo radius estimationAaron LI2017-10-181-4/+8
* clusters: Update the documents/comments a b itAaron LI2017-10-141-2/+2
* clusters/halo.py: Update injection rate calculationAaron LI2017-08-261-10/+5
* clusters/halo.py: Rewrite electron acceleration coefficient calcAaron LI2017-08-141-26/+51
* clusters/halo.py: Simplify two coefficients usageAaron LI2017-08-141-7/+5
* clusters: Rename property "injection_rate" and save into halos dataAaron LI2017-08-141-37/+37
* clusters: Implement calc_{power,flux,brightness_mean} in helperAaron LI2017-08-111-40/+10
* clusters/halo: "volume" use unit "kpc^3" instead of "cm^3"Aaron LI2017-08-111-3/+6
* Fix a bug in clusters/halo.py; Add a comment to utils/io/_create_dir()Aaron LI2017-08-061-1/+1
* clusters/halo.py: Finished brief simulation descriptionAaron LI2017-08-011-3/+13
* clusters: Fix several small issues on wrong variable namesAaron LI2017-07-311-2/+2
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+1
* clusters/halo.py: Add description for "time_crossing" propertyAaron LI2017-07-311-0/+6
* cluster/halo.py: Add method "calc_brightness_mean()"Aaron LI2017-07-301-0/+48
* clusters/halo.py: Add property "angular_radius" (unit: [arcsec])Aaron LI2017-07-301-0/+10
* clusters/halo.py: Add methods "calc_power()" and "calc_flux()"Aaron LI2017-07-291-0/+50
* clusters/halo.py: Add method "calc_emissivity()"Aaron LI2017-07-291-6/+37
* clusters/halo.py: Add property "volume" (unit: [cm^3])Aaron LI2017-07-291-0/+9
* clusters/halo.py: Add property "magnetic_field"Aaron LI2017-07-261-0/+11
* clusters/halo: Change config "eta_turb" to "beta_turb"Aaron LI2017-07-251-3/+3
* clusters: Accept 1D numpy array and calculate values for all gamma'sAaron LI2017-07-231-17/+16
* clusters/halo.py: Constrain tau_acc to avoid zero diffusionAaron LI2017-07-231-2/+15
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-15/+11
* clusters: Import global "configs" to simplify parametersAaron LI2017-07-221-52/+54
* clusters/halo.py: Implement "_injection_rate" propertyAaron LI2017-07-221-6/+56
* clusters/halo.py: update parameters and methodsAaron LI2017-07-221-46/+119
* clusters/halo.py: More cleanups with minor updatesAaron LI2017-07-221-70/+97
* clusters/halo.py: Significant cleanupsAaron LI2017-07-221-551/+2
* Use the global "cosmo" instance for simplificationAaron LI2017-07-211-26/+20
* halo.py: Fix wrong cosmo.age() usageAaron LI2017-06-251-1/+1
* halo.py: Add argument "n0_e" to method "calc_electron_spectrum()"Aaron LI2017-06-241-4/+10
* halo.py: Split out property "_chi_data"Aaron LI2017-06-241-31/+31
* halo.py: Add property "pgrid" as same as it is in slover.pyAaron LI2017-06-241-0/+10
* halo.py: use age at cluster redshift z0 instead of present dayAaron LI2017-06-241-6/+12
* halo.py: Add property "zgrid" as well as config option "zbinsize"Aaron LI2017-06-241-0/+8
* clusters/halo.py: calculate electron density default end at z0Aaron LI2017-06-231-10/+12
* halo.py: calculate magnetic field using a scaling relationAaron LI2017-06-231-8/+22
* halo.py + formation.py: Add argument z0Aaron LI2017-06-231-3/+7
* configs: extragalactic/halos: change "radius_halo" to "radius"Aaron LI2017-06-011-5/+5