SNRTrueloveMcKee¶
-
class
gammapy.astro.source.
SNRTrueloveMcKee
(*args, **kwargs)[source]¶ Bases:
gammapy.astro.source.SNR
SNR model according to Truelove & McKee (1999).
Reference: http://adsabs.harvard.edu/abs/1999ApJS..120..299T
Attributes Summary
sedov_taylor_begin
Characteristic time scale when the Sedov-Taylor phase starts. Methods Summary
radius
([t])Outer shell radius at age t. radius_reverse_shock
(t)Reverse shock radius at age t. Attributes Documentation
-
sedov_taylor_begin
¶ Characteristic time scale when the Sedov-Taylor phase starts.
Given by tST≈0.52tch.
Methods Documentation
-
radius
(t=None)[source]¶ Outer shell radius at age t.
Parameters: t :
Quantity
Time after birth of the SNR.
Notes
The radius during the free expansion phase is given by:
RSNR(t)=1.12Rch(ttch)2/3The radius during the Sedov-Taylor phase evolves like:
RSNR(t)=[R5/2SNR,ST+(2.026ESNρISM)1/2(t−tST)]2/5Using the characteristic dimensions:
Rch=M1/3ejρ−1/3ISM \textnormaland tch=E−1/2SNM5/6ejρ−1/3ISM
-
radius_reverse_shock
(t)[source]¶ Reverse shock radius at age t.
Parameters: t :
Quantity
Time after birth of the SNR.
Notes
Initially the reverse shock co-evolves with the radius of the SNR:
RRS(t)=11.19rSNR(t)After a time tcore≃0.25tch the reverse shock reaches the core and then propagates as:
RRS(t)=[1.49−0.16t−tcoretch−0.46ln(ttcore)]Rchtcht
-