Merger Progenitor Properties¶
Class providing models of the effective properties of merger progenitors—the masses, radii, and angular momentum factors of the satellite and host galaxies immediately before a merger event, which are passed to the remnant size calculator. The progenitor properties determine the energy budget available to the merger remnant: the satellite mass, host spheroid mass, pre-merger host spheroid mass, effective radii, angular momentum factor, and the expected remnant spheroid and gas-spheroid masses used to compute the post-merger structure.
Default implementation: mergerProgenitorPropertiesStandard
Methods¶
get→voidCalculates the effective masses, radii, and angular momentum factors of the satellite and host galaxy progenitors immediately before a merger event, providing the energy budget inputs required by remnant size calculators.
type (treeNode), intent(inout), target :: nodeSatellite , nodeHostdouble precision , intent( out) :: massSatellite , massHostdouble precision , intent( out) :: massSpheroidSatellite , massSpheroidHostdouble precision , intent( out) :: massSpheroidHostPreMerger, radiusSatellitedouble precision , intent( out) :: radiusHost , factorAngularMomentumdouble precision , intent( out) :: massSpheroidRemnant , massGasSpheroidRemnant
mergerProgenitorPropertiesCole2000¶
A merger progenitor properties class which uses the algorithms of Cole et al. (2000) to compute progenitor properties. Masses of progenitors are set to
where \(M_{i,j}\) is the mass of mass type \(j\) in component \(i\). Masses of progenitors that will end up in the remnant spheroid are set to
where \(\delta_{i,j}=0\) of mass type \(j\) in component \(i\) will end up in the remnant spheroid and \(0\) otherwise. Radii of material that will end up in the spheroid are set by finding the solution to:
such that the radii are the half-mass radii of the material that will end up in the remnant spheroid. Finally, the angular momentum factor is set to
where \(J_{i,j}\) is the angular momentum or pseudo-angular momentum of mass type \(j\) in component \(i\)footnoteThis is technically not quite what Cole et al. (2000) do. Instead, when computing the masses of the material which ends up in the spheroid they include twice the mass of dark matter (accounting for the effects of adiabatic contraction) within the half-mass radius of each galaxy (as calculated above). The final angular momentum is then \(j=\sqrt{\mathrm{G} M_\mathrm{remnant} r_\mathrm{remnant}/2}\) (where \(M_\mathrm{remnant}\) includes the contribution from dark matter and the factor of \(2\) appears to make this the half-mass). This approach is currently not used in Galacticus since there is no way to get the mass of dark matter enclosed accounting for adiabatic contraction in the general case. This is a solvable problem, and so this algorithm is expected to be modified to match that of Cole et al. (2000) precisely in a future version of Galacticus..
Methods
reform— Implements a halo reformation event.
mergerProgenitorPropertiesSimple¶
A merger progenitor properties class which uses a simple calculation.
Methods
calculationReset— Reset memoized calculations.
mergerProgenitorPropertiesStandard¶
A merger progenitor properties class which implements a standard method to compute progenitor properties. Masses of progenitors are set to
where \(M_{i,j}\) is the mass of mass type \(j\) in component \(i\). Masses of progenitors that will end up in the remnant spheroid are set to
where \(\delta_{i,j}=0\) of mass type \(j\) in component \(i\) will end up in the remnant spheroid and \(0\) otherwise. Radii of material that will end up in the spheroid are set to
Finally, the angular momentum factor is set to
where \(J_{i,j}\) is the angular momentum or pseudo-angular momentum of mass type \(j\) in component \(i\).
(Default implementation)
Methods
factors— Compute factors needed for tidal tensor calculation.tidalTensorGet— Get the tidal tensor.