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

z injection #82

Merged
merged 3 commits into from
Jul 15, 2022
Merged

z injection #82

merged 3 commits into from
Jul 15, 2022

Conversation

delaossa
Copy link
Contributor

@delaossa delaossa commented Jul 13, 2022

Implements a simple strategy to track ballistically a bunch when its longitudinal position is smaller than z_injection: when this condition is true, the particles of the bunch are pushed normally, but with zero em fields.
To activate this feature, the user just needs to define z_injection when initializing the ParticleBunch, e.g.:
bunch = ParticleBunch(q, x, y, z, ux, uy, uz, z_injection=1e-3, name='bunch')

@AngelFP AngelFP self-requested a review July 15, 2022 15:27
Copy link
Owner

@AngelFP AngelFP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @delaossa! Looks good to me

@AngelFP AngelFP merged commit db68d72 into AngelFP:dev Jul 15, 2022
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

Successfully merging this pull request may close these issues.

2 participants