-
Notifications
You must be signed in to change notification settings - Fork 78
Advection fields for the Monte Carlo Propagators #479
Description
Hey
Background
I am looking at scenarios where the cosmic rays propagate close to the source in environments where advective transport dominates over diffusion for DiffusionSDE solver. However, it appears to me that it's not possible to include interactions (photopion, photodisintegration, etc.) for that solver. Please correct me if I'm wrong on either of these two points.
My current approach
I have modified the PropagationBP code to accept and apply advection fields in a very approximate manner (simply move the particle by
My question / request
Is there a way to include the advection into either the Boris-Push or Cash-Carp solvers directly instead of adding it afterward as a separate step? (Alternatively my problem can also be solved if there is a way to include interactions with the DiffusionSDE module).
Best,
Domenik