Tracking with damping, amplitude is getting larger

Moderators: cyao, michael_borland

Post Reply
Sukho
Posts: 2
Joined: 16 Jan 2019, 10:14

Tracking with damping, amplitude is getting larger

Post by Sukho » 16 Jan 2019, 10:34

Dear all,

My name is Sukho. I'm new to Elegant. I tried to track a beam and get the data from all BPMs.
I added
&alter_elements name=*, type=CSBEND, item=SYNCH_RAD, value=1 &end
&alter_elements name=*, type=CSBEND, item=ISR, value=1 &end
to the .ele file. I also added misalignment to one of the Quadrupoles. After some time passed, it should give us the COD. However, after I track the particle for about 1 second, the particle seems to oscillate larger and larger.
w1.png
w1.png (7.77 KiB) Viewed 4164 times
(I choose the initial position close to the COD at s=0.)

Then I tried to remove RF from both the .lte and remove &rf_setup from the .ele file, but the particle lost after about 1 ms.

Could you please help me?

Best Regards,
Sukho
Attachments
noise.ele
(2.48 KiB) Downloaded 182 times
comm-ring.lte
(88.09 KiB) Downloaded 182 times

michael_borland
Posts: 1927
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: Tracking with damping, amplitude is getting larger

Post by michael_borland » 22 Jan 2019, 11:42

Sukho,

I think the problem is your rf_setup command

Code: Select all

&rf_setup ! remove RF from RING
        harmonic=1320,
        bucket_half_height=1,
        over_voltage=1,
&end
First, the over_voltage setting is ignored in favor of the bucket_half_height. However, a bucket half height of 1 (i.e., +/-100%) isn't meaningful and results in a huge rf voltage (2.3 GV). With such a huge voltage, the potential for large energy swings is high. Try setting the bucket_half_height to a smaller value, e.g., 0.05.

--Michael

Sukho
Posts: 2
Joined: 16 Jan 2019, 10:14

Re: Tracking with damping, amplitude is getting larger

Post by Sukho » 22 Jan 2019, 16:08

Thank you, Michael. I'll try it.

Best Regards,
Sukho

Post Reply