+ All Categories
Home > Documents > LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at...

LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at...

Date post: 20-Jul-2020
Category:
Upload: others
View: 17 times
Download: 0 times
Share this document with a friend
29
Christopher Mayes – September 16, 2015 LCLS-II Dark Current
Transcript
Page 1: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

LCLS-II Dark Current

Page 2: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Bmad Overview•  Born at Cornell in mid 90’s by David Sagan •  Initially used a subset of the MAD lattice

syntax. Hence the name: “Baby MAD” or “Bmad” for short. • Written in Fortran. Object oriented from

the ground up:

• Has structure translation code for

interfacing with C++ • MAD like lattice syntax • Well documented:

•  400 page manual • Code

• Under continuous development • Open source:

type (lat_struct) lat call bmad_parser ('lat.bmad', lat)

http://www.lepp.cornell.edu/~dcs/bmad/

Page 3: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

BmadLibrary currently has:

•  ~1,000 routines •  ~100,000 lines of code

Routines can do: •  Spin tracking •  Tracking with coherent

synchrotron radiation (CSR) with shielding

•  Wakefields and HOMs •  Taylor maps •  Intra-beam scattering (IBS) •  Touschek scattering •  Frequency map analysis •  Dark current tracking •  X-ray tracking •  ...

Lattice features •  Superposition – Define overlapping

elements • Controllers – Elements controlling

attributes of other elements •  Forking – Joining lines together • Multipass – Beamlines sharing

common elements •  Element-by-element selection of the

tracking method • Custom elements and custom particle

tracking • Chamber walls

Lattice transcription •  Lattice translation between Bmad,

XSIF, MAD, and SAD • One way translation to: Astra, OPAL,

GPT

Page 4: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

SLAC MAD to Bmad translation

0 500 1000 1500 2000 2500 3000 35000

100

200

300

400

500

s (m)

β x,β

y(m

)

SLAC model

0 500 1000 1500 2000 2500 3000 35000

100

200

300

400

500

s (m)

β x,β

y(m

)

Bmad model

2015 June 19 model

Page 5: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

…Refitting

0 500 1000 1500 2000 2500 3000 35000

100

200

300

400

500

s (m)

β x,β

y(m

)

SLAC MAD to Bmad refitting

0 500 1000 1500 2000 2500 3000 3500

•  The discrepancies are due to different cavity focusing models. •  Adjusting 5 quads (< 20% levels) at the ends of L1, L2, and L3 resolves this. •  All other element strengths/values are unchanged •  Dispersion (not shown) agree perfectly

Page 6: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

9-cell cavity fields

[data from Valery Shemlin using CLANS]

•  Cylindrically symmetric data on 1 mm x 1 mm grid •  Wall shape

Page 7: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Bmad time tracking•  time_runge_kutta tracking method •  3D wall shape

E

v ⇥B

Page 8: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Bmad standard vs. field integration matrix

•  Bmad standard vs. runge kutta tracking matrix computation are practically identical (<1% difference).

•  No refitting was necessary.

•  SLAC should consider using this.

0 500 1000 1500 2000 2500 3000 35000

100

200

300

400

500

s (m)

β x,β

y(m

)

Bmad model standard tracking, runge_rutta tracking

Bmad manual

Page 9: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Injector (INJ) model•  The reference model is the optimized ASTRA 300 pC injector,

‘newbaseline300.in’, courtesy of Feng Zhou •  All field maps were converted to Bmad’s format. An equivalent Bmad

model was written. •  Bmad has a Bmad->Astra conversion program. This is used to verify that

the two models are the same. •  Quads before HTR are tweaked to accept the space charge dominated

beam out of the injector, so that the start-to-end LCLS2 model is realistic

0 2 4 6 8 10 12 14

-4

-2

0

2

4

z (m)

x(mm)

AstraBmadAstra from Bmad->Astra conversion

Page 10: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Field emitter current

The instantaneous current is given by the Fowler-Nordheim equation: For Niobium, The field enhancement factor is determined empirically. We use a value of 100 in these simulations. sets the total average current

-150 -100 -50 0 50 100 1500.00

0.01

0.02

0.03

0.04

0.05

0.06

Phase (deg)

Currentin1degree

(Totalcurrent=1)

β ( ) ( )

-150 -100 -50 0 50 100 150-20

-10

0

10

20

Phase (deg)

E⟂(MV/m

)

�FN

50 100 150

200

a1 = 5.464⇥ 1010 V/m

[H. Padamsee, RF Superconductivity, p. 94]

�FN

a0

Page 11: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Field emitter tracking

0.0 0.2 0.4 0.6 0.8 1.0 1.2-10.

-5.

0.

5.

10.

z (m)

x(cm)

•  Locate a position on the cavity wall •  Sample the field normal at even intervals over 1 rf period •  Create particles at this position at these times, with weights

determined by the Fowler-Norheim equation. •  Only accept particles where •  For simplicity, normalize weights to sum to 1 •  Track each particle until lost at the wall

E?

qE? > 0

Page 12: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Field emitter iris scan

https://www.youtube.com/watch?v=xjRR7xE6MXc

Total cavity voltage: 15 MV. Fowler-Nordheim field enhancement factor (beta): 100. Each track represents charge from 1 degree of the rf period. Red is more charge.

Page 13: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Danger Zones

0.036

0.038

0.040

0.042

0.044

x(m

)

Iris 2

0.250 0.255 0.260 0.265 0.270 0.275 0.280 0.2850.0

0.2

0.4

0.6

0.8

1.0

fracctionexiting

leftright

MaxElectric

field

Only very small regions on the cavity wall can harbor field emitters that produce particles that can escape the cavity.

Page 14: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Danger Zones

Only very small regions on the cavity wall can harbor field emitters that produce particles that can escape the cavity. All irises exhibit roughly this same pattern. We save time, we only track from danger zone field emitters.

0.0 0.2 0.4 0.6 0.8 1.0 1.20.0

0.2

0.4

0.6

0.8

1.0

z (m)

fracctionexiting

leftright

MaxElectric

field

Page 15: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

LCLS2 Cryomodule

0 2 4 6 8 10 120.01

0.05

0.10

0.50

1

Field emitter z (m)

fracctionexiting

leftright

Page 16: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Bmad wall example: HTR chicane

Walls are defined by ‘sections’

The wall between sections is found by interpolation

‘mask’ elements are placed to simulate this special case of two pipes

wall definition file

Page 17: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Cathode to L1 wall

INJ HTR COL0 L1

quads dipoles cavities

solenoids

collimators instruments

Page 18: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

LCLS2scH 2015 June 19

Top view

Side view

Page 19: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Cryomodule field emission tracking

•  Field emitters are placed in danger zones, at random angles (~5000 emitters) •  For each emitter, particles are created and tracked (~1000 per emitter) •  Weights for particles escaping the crypmodule are renormalized to sum to 10 nA •  Power and current deposition are tallied per element

INJ HTR COL0

Page 20: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

CM01 powers

0 10 20 30 40 50 60 700.0

0.2

0.4

0.6

0.8

s (m)

WorstcasePowers(W

)

0 10 20 30 40 50 60 70

•  Worst case power deposition due to a field emitter in CM01, per element. •  Losses inside CM01 are not plotted. •  The plot represents the full range of particles tracked. Here, no particle made

it past 70 m.

INJ HTR COL0

Page 21: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

200 400 600 8000.0

0.5

1.0

1.5

s (m)

WorstcasePowers(W

)

200 400 600 800

CM02 powers

•  A few lucky field emitters in CM02 can make it all the way to the dogleg. •  Backwards particles can’t make it past the laser heater (HTR) •  Almost no possibility to cause loss in L2, L3

CM02

L1 L2 L3 L0

Page 22: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

CM02 example field emitter 796

Page 23: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

CM02 example field emitter 2087

Power density in BC1 wall

Page 24: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

CM04 powers

•  CM04 losses are always between BC1 and BC2 •  The plot represents the full range of particles tracked. Here, no particle made

it past 70 m.

150 200 250 300 3500

2

4

6

8

10

12

s (m)

WorstcasePowers(W

)

150 200 250 300 350

CM04

L2 BC2 BC1

Page 25: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

CM04 example field emitter 628

L2 BC2

Page 26: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Worst case summary

0 200 400 600 8000

2

4

6

8

10

12

s (m)

WorstcasePowers(W

)

0 200 400 600 800

L1 L2 L3 L0

•  Worst case power experienced per element from a field emitter in one cryomodule, with emission exiting the cryomodule totaling 10 nA.

•  No particle due to field emission can make it past the dogleg.

Page 27: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Worst Worst case summary

L1 L2 L3 L0

•  Worst Worst case power experienced per element, assuming that all cryomodules have a field emitter with 10 nA exiting.

0 200 400 600 8000

10

20

30

40

50

s (m)

WorstWorstcasePowers(W

)

0 200 400 600 800

Page 28: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

Summary Data

Summary particle loss plots and data can be found at:

http://www.lepp.cornell.edu/~cem52/LCLS2/data/

Page 29: LCLS-II Dark Current · • Locate a position on the cavity wall • Sample the field normal at even intervals over 1 rf period • Create particles at this position at these times,

Christopher Mayes – September 16, 2015

End


Recommended