| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Adopt the same beta-model for the gas density profile to calculate the
gas/baryon mass within the turbulence region (<R_turb).
Meanwhile, change the '_velocity_turb()` method to a property without
depending on the time, to further simplify the model a bit.
|
| |
|
| |
|
|
|
|
|
| |
This function calculates the stripping radius of the sub-cluster when it
falling through the main cluster.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The "merger_mass1", "merger_mass2", "merger_z", and "merger_age" may be NumPy
arrays, e.g., the catalog data are manually modified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* time_turbulence_avg
* mach_turbulence_avg
* tau_acceleration_avg
* time_acceleration_fraction
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Change "tau_acceleration" from a attribute to a method with the time
parameter, and then simplify "fp_diffusion()" method.
|
|
|
|
|
| |
The RadioHaloAM class is intended to account for all merger events, and there
are a lot of methods to be implemented.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add emission.HaloEmission class to calculate halo emissivity, power, flux,
brightness etc.
|