Page 1 of 1

Synchrotron radiation and rf system

Posted: 19 Oct 2021, 09:34
by austinjdick
Hello all,

I am seeing some strange long-term longitudinal behavior that I believe is related to the rf-system and SR effects. I am running simulations of ~1e7 turns and am seeing damping in the transverse emittance. However, the bunch length grows over the entire simulation to a value much larger than the expected equilibrium value.

I believe the issue is coming from my implementation of the rf system and SR effects. The SR is computed in the dipoles using the CSBEND element with the synch_rad parameter set to 1. I previously used the SREFFECTS element in the lattice but have removed it because my understanding is that it will produce a double counting of the SR effects. The RFCAVITY element is defined in the lattice file by length only and the rest of the parameters (voltage, harmonic, and frequency) are set using the rf_setup function in the command file.

Is there an error in the way I am implementing either of these elements that would explain the longitudinal behavior? I have attached the elegant file and some plots of the behavior I am describing.

Thank you in advance,
AJ Dick

Re: Synchrotron radiation and rf system

Posted: 20 Oct 2021, 08:56
by michael_borland
AJ,

Did you also set ISR=1 on the CSBEND elements? If not, there's no quantum excitation and you'd see the initial emittance damp away.

--Michael

Re: Synchrotron radiation and rf system

Posted: 25 Oct 2021, 08:49
by austinjdick
Hi Michael,

Thank you for the information on the ISR, I did not have this turned on. This did not resolve my issue but I believe it was caused by the rf cavity. I set the change_t parameter to 1 and am seeing results more in line with what I expected. Thanks again.

-AJ