Hi,
I am using ELEGANT to do simulation studies of beam-breakup instability inside a waveguide, where the beam's bunch length will increase throughout the whole simulation.
I have the following questions,
1. Is it possible to define custom time interval and fixed bin size for slice_analysis and SLICE element ?
2. In my studies, different beam slices have different energies, is it possible to compute phase advances, Twiss parameters separately for each slice ?
Thanks.
custom interval for slice_analysis and SLICE element
Moderators: cyao, michael_borland
-
- Posts: 1831
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: custom interval for slice_analysis and SLICE element
Unfortunately not, and it would be quite complex to add this feature. I suggest setting N_SLICES to a large value and then post-processing to average over various numbers of slices as a way to approximate what you want. Just be aware that the SLICE element has very poor parallel efficiency due to the amount of data exchange required between processors.1. Is it possible to define custom time interval and fixed bin size for slice_analysis and SLICE element ?
You can compute the twiss parameters from the data provided in the SLICE output files. E.g,2. In my studies, different beam slices have different energies, is it possible to compute phase advances, Twiss parameters separately for each slice ?
Code: Select all
sddsprocess run.slice "-define=col,betax,Sx Sxp /,units=m" "-define=col,betay,Sy Syp /,units=m"
--Michael