Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 950 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 950 Bytes

License: MIT arXiv

Self-generated cosmic-ray confinement in TeV halos

About

Code to compute self-consistently the self-generation of Alfven waves by pairs leaving pulsars. The code solves the time-dependent propagation and diffusion of cosmic rays from a time-dependent source in a regime with both time- and distance-dependent diffusion. We applied this code to show that pulsars can produce localized regions where diffusion is inhibited by 2–3 orders of magnitude, consistent with TeV halo observations.

Read more: 1807.09263

Install

Quick procedure for installing the code:

mkdir build
cd build
cmake ..
make -j

It requires the GSL C library available at https://www.gnu.org/software/gsl/