Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doppler boosting #161

Open
mireianievas opened this issue Sep 20, 2017 · 4 comments
Open

Doppler boosting #161

mireianievas opened this issue Sep 20, 2017 · 4 comments

Comments

@mireianievas
Copy link

Hi,

Looking at the code and the references for the Aharonian radiative models, Just looking into the examples (particularly the SSC one) I'm not sure how doppler boosting and syncrotron self absorption are implemented or if it can be included in an easy way. I'm not a theoritician, so maybe I'm missing something basic :) .

Mireia

@zblz
Copy link
Owner

zblz commented Sep 27, 2017

Hi Mireia,

Doppler boosting is not applied on any of naima's models. It could in principle be done externally by using the emitter frame of reference to compute the emission with naima (i.e., if there is an external photon field contribution it would have to be boosted appropriately) and they transform to the observer frame of reference.

It might be a nice feature to add.

@kbruegge
Copy link

kbruegge commented Apr 9, 2019

Would also be interested in that. Maybe @asandrock can help out a bit here.

@asandrock
Copy link

For processes without external photon fields, such as synchrotron-self Compton models, this is rather easy, since it basically amounts to powers of the Doppler factor which scale the output when boosting to the rest frame of the black hole (if you think about jets in black hole binaries or AGN).

The problem with external photon fields is that naima assumes isotropic photon and electron distributions; when you think about external photon fields in jetted sources, either they are anisotropic from the beginning (e.g. the accretion disk) or even if they are approximately isotropic in the galaxy reference frame (e.g. the broad line radiation in a blazar for emission regions within the broad line region), the electron distribution boosted to the galaxy frame is not, and vice versa the photon distribution boosted to the jet frame is anisotropic even if is isotropic in the black hole rest frame.

There is a method due to Georganopoulos et al. [ApJ 561 111 (2001)] which I think would be comparatively easy to implement for isotropic external radiation fields. It rescales the energies and normalization of the electron distribution to the black hole rest frame by powers of the Doppler factor, and the Compton scattering kernel remains the same as for isotropic internal fields. For anisotropic external fields, you have to integrate over more dimensions which can be numerically tricky.

@zblz
Copy link
Owner

zblz commented May 24, 2019

@asandrock - These sort of considerations where the reasons I did not implement Doppler boosting in naima initially. It's hard to come up with a general enough interface that is useful for any situation.

naima does support anisotropic IC, so that could be used on the transformed photon distribution.

It would be good if we could get an example of using naima with the Georganopoulos et al approach in the examples directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants