Simulation of the laser plasma interaction with the PIC code ALaDyn - - PowerPoint PPT Presentation

simulation of the laser plasma interaction with the pic
SMART_READER_LITE
LIVE PREVIEW

Simulation of the laser plasma interaction with the PIC code ALaDyn - - PowerPoint PPT Presentation

Simulation of the laser plasma interaction with the PIC code ALaDyn Carlo Benedetti Department of Physics, University of Bologna & INFN/Bologna, ITALY Oxford, November 20, 2008 p.1/58 Overview of the presentation 1. Presentation of


slide-1
SLIDE 1

Simulation of the laser plasma interaction with the PIC code ALaDyn

Carlo Benedetti

Department of Physics, University of Bologna & INFN/Bologna, ITALY

Oxford, November 20, 2008 – p.1/58

slide-2
SLIDE 2

Overview of the presentation

  • 1. Presentation of ALaDyn
  • 2. Relevant features of ALaDyn
  • 3. Benchmarks of the code
  • 4. Application I: ALaDyn

@ AO-FEL

  • 5. Application II: ALaDyn

@ PLASMONX

  • 6. Conclusions and outlooks

Oxford, November 20, 2008 – p.2/58

slide-3
SLIDE 3
  • 1. Presentation of ALaDyn

Oxford, November 20, 2008 – p.3/58

slide-4
SLIDE 4
  • 1. Presentation of ALaDyn : general features

ALaDyn = A cceleration by Laser and Dynamics of charged particles

born in 2007 fully self-consistent, relativistic EM-PIC code “virtual-lab”: laser pulse(s) + injected bunch(es) + plasma ⇒ defined by the user written in C/F90, parallelized with MPI, organized as a LIBRARY the (same) code works in 1D, 2D and 3D Cartesian geometry relevant features: low/high order schemes in space/time + moving window + stretched grid + boosted Lorentz frame + hierarchical particle sampling

  • devel. & maintain. @ Dep. of Phys. - UniBo for the INFN-CNR PlasmonX collaboration

”ALaDyn

  • philosophy”: IMPROVE algorithms/numerical schemes to

REDUCE computational requirements ⇒ run 2D/3D simulations in few hours/days on SMALL CLUSTERS (< 100 CPUs) with an ACCEPTABLE accuracy

Oxford, November 20, 2008 – p.4/58

slide-5
SLIDE 5
  • 1. Presentation of ALaDyn : basic equations

Maxwell Equations [ME] Vlasov Equation [VE], fs(s = e, i, · · · ) 8 > > < > > : ∂B ∂t = −c∇ × E ∂E ∂t = c∇ × B − 4π P

s qs

R vfsdp ⇔ ∂fs ∂t + v · ∂fs ∂r + qs “ E + v c × B ” · ∂fs ∂p = 0 ⇒ ∇ · B(t) = 0 if ∇ · B(0) = 0 ⇒ ∇ · E(t) = 4πρ(t) if ∇ · E(0) = 4πρ(0) and ∂ρ

∂t + ∇ · J = 0

  • fields E, B, J → discretized on a grid with Nx × Ny × Nz = 107−8 points
  • num. particles (ri, pi) → sample the phase space distribution (∼ 108−9 particles):

qsfs(r, p, t) → CNp

N(s)

p

X

i

q(s)

i

δ(r − r(s)

i

(t))δ(p − p(s)

i

(t)) V E[fs] ⇒ 8 > > > > > < > > > > > : dr(s)

i

dt = v(s)

i

dp(s)

i

dt = q(s)

i

„ E(r(s)

i

) +

v(s)

i

c

× B(r(s)

i

) « i = 1, 2, · · · , N (s)

p

Oxford, November 20, 2008 – p.5/58

slide-6
SLIDE 6
  • 2. Relevant features of ALaDyn

Oxford, November 20, 2008 – p.6/58

slide-7
SLIDE 7
  • 2. Relevant features of ALaDyn : high order schemes
  • Spatial derivatives in the ME ⇒ (compact) high order schemes†

Denoting by fi/f′

i the function/derivative on the i − th grid point

αf′

i−1 + f′ i + αf′ i+1 = a fi+1 − fi−1

2h + b fi+2 − fi−2 4h + c fi+3 − fi−3 6h (∗) ⇒ relation between a, b, c and α by matching the Taylor expansion of (*) ⇒ if α = 0, f′

i obtained by solving a tri-diagonal linear system

⇒ “classical” 2nd order: α = b = c = 0, a = 1 1. improvement in the spectral accuracy ω = ω(k) ⇒ even with few (10-12) points/wavelength the wave phase velocity is well reproduced

2expl 4expl 6expl 6comp 8comp theory 0.00 0.25 0.50 0.75 1.00 0.00 0.25 0.50 0.75 1.00 k h /π (ω /c) h / π Numerical dispersion relation † S.K. Lele, JCP 103, 16 (1992)

Oxford, November 20, 2008 – p.7/58

slide-8
SLIDE 8
  • 2. Relevant features of ALaDyn : high order schemes
  • 2. improvement in the isotropy

0.00 3.14 0.00 3.14 0.99 0.9 0.8 0.7 0.6 0.8 1.6 2.4 0.8 1.6 2.4 kxhx kyhy Compact scheme 8o 0.00 3.14 0.00 3.14 0.99 0.9 0.8 0.7 0.6 0.8 1.6 2.4 0.8 1.6 2.4 kxhx kyhy Explicit scheme 4o

  • Time integration in the ME & particle Eq. of motion: high accuracy in the spatial derivatives

requires high order time integration ⇒ 4th order Runge-Kutta scheme ⇒ With high order schemes we can adopt, for a given accuracy, a coarser computational grid allowing to use a higher particles per cell number and a larger time step compared to standard PIC codes (factor 3-10 gain). ⇐

Oxford, November 20, 2008 – p.8/58

slide-9
SLIDE 9
  • 2. Relevant features of ALaDyn : stretched grid
  • Stretched grid: high accuracy in the centre (sub-µm resolution in transv. plane) VS low

accuracy in the borders (not interesting!) xi → “physical” transv. coordinate / ξi → “rescaled” transv. coordinate xi = αx tan ξi, ξi unif. distributed αx → “stretching parameter” (αx → ∞ unif. grid, αx → 0 super-stretched grid) ⇒ ⇒ Adopting a transverse stretched grid we (considerably) reduce the number

  • f grid points allowing to save memory (keeping fixed the accuracy) com-

pared to an uniform grid (max. gain ∼ 100). ⇐

Oxford, November 20, 2008 – p.9/58

slide-10
SLIDE 10
  • 2. Relevant features of ALaDyn : hierarchical particle sampling
  • A given particle species (e.g. electrons) can be sampled by a family of macroparticles with

different charge putting more macroparticles in the physically interesting zones (center/high energy tails) and less in the borders... ⇒ We can reduce the total number of particles involved in the simulation (es- pecially when the stretched grid is enabled) AND decrease the statistical noise (i.e. increase the reliability of the results). ⇐

Oxford, November 20, 2008 – p.10/58

slide-11
SLIDE 11
  • 2. Relevant features of ALaDyn : the Boosted Lorentz Frame
  • The space/time scales spanned by a system are not invariant under Lorentz transform.†

⇒ the “computational complexity” can be reduced changing the reference system Laboratory Frame Boosted Lorentz Frame (β∗) λ0 → laser wavelength ℓ → laser length Lp → plasma length c∆t < ∆z ≪ λ0, λ0 < ℓ ≪ Lp λ′

0 = γ∗(1 + β∗) λ0 > λ0

ℓ′ = γ∗(1 + β∗) ℓ > ℓ L′

p = Lp/γ∗ < Lp

IMPULSO LASER (P=300 TW)

1.2 mm 40 fs

PLASMA

⇒ tsimul ∼ (Lp + ℓ)/c # steps =

tsimul ∆t

Lp λ0

≫ 1 large # of steps ⇒ t′

simul ∼ (L′ p + ℓ′)/(c(1 + β∗))

#steps′ = t′

simul

∆t′

Lp λ0γ2

∗(1+β∗)2

# of steps reduced (1/γ2

∗)

⇒ diagnostics is more difficult (t = cost in the LF t′ = cost in the BLF) ⇒ We can reduce the simulation length changing the reference system (useful for parameter scan). ⇐

† J.L. Vay, PRL 98, 130405 (2007)

Oxford, November 20, 2008 – p.11/58

slide-12
SLIDE 12
  • 2. Relevant features of ALaDyn : the Boosted Lorentz Frame

without BLF [t=46.3 h] with BLF , β∗ = 0.9 [t=8.1 h]

  • Whithout_BLF
  • With_BLF
  • Pukhov_Theory

525 550 575 600 625

  • 9e+11
  • 6e+11
  • 3e+11

3e+11 6e+11 9e+11 z [um] Ez [V/m]

  • Whithout_BLF
  • With_BLF

525 550 575 600 625 100 200 300 400 500 z [um] pz/mc

Oxford, November 20, 2008 – p.12/58

slide-13
SLIDE 13
  • 3. Benchmarks of the code

Oxford, November 20, 2008 – p.13/58

slide-14
SLIDE 14
  • 3. Benchmarks of the code: analytic solutions
  • ALaDyn

has been benchmarked against “standard” plasma physics problems

  • theory

*simulation 2 4 6 8 10

  • 1.50
  • 1.00
  • 0.50

0.00 0.50 1.00 1.50 t’ Ex(t)/Ex

(max)

Linear Landau damping fe = (1 + 0.02 sin(kx))× × exp(−v2/2)/ √ 2π

  • grid: 16 points
  • 104 − 106 particles/cell

agreement with Vlasov-fluid (512×1024) ⇓ ⇑ Plasma oscillation

  • δn/n0 ∼ 3%
  • grid: 19 points
  • 200 particles/cell
  • ∆t = Tplasma/15

ωth

P = 2.52 · 1014 rad/s

ωsi

P = 2.51 · 1014 rad/s

error < 0.4 %

  • theory
  • 10^4ppc
  • 10^5ppc
  • 10^6ppc

10 20 30 40

  • 9
  • 7
  • 4
  • 2

t log (E1(t)/E1(0))

Oxford, November 20, 2008 – p.14/58

slide-15
SLIDE 15
  • 3. Benchmarks of the code: analytic solutions
  • 1D EM Solitons in a e+/e− overdense plasma + trapped radiation with CP a

electron(t=0) electron(t=1000)

  • 30
  • 15

15 30 0.2 0.4 0.6 0.8 1.0 1.2 x density 250 500 750 1000 10.2 10.3 10.4 10.5 10.6 10.7 10.8 t’ (E’y

2+E’z 2)1/2

⇒ Stationary solution of the VE: fe+ = fe− = exp(−β γ(x,ux))

2K1(β)

where γ = p 1 + |a|2 + u2

x,

a(x, t) = ay(x, t) + i az(x, t) = a0(x) exp(iωt). The vector potential satisfies

d2a0 dz2 + ω2a0 = 2a0 K0(β q 1+a2

0)

K1(β)

,

1 2 ω2A2 0 + 2 β

q 1 + A2

K1(β q 1+A2

0)

K1(β)

− 1 ! = 0 ⇒ Simulation: grid with 150 points + 104 particles/cell the soliton is stable

  • aM. Lontano, et. al, Phys. Plas. 9/6, 2562 (2002)

Oxford, November 20, 2008 – p.15/58

slide-16
SLIDE 16
  • 3. Benchmarks of the code: HO vs LO schemes
  • Test based on the nonlinear LWFA regime:

300 um

DENSITY

LASER DENSITY

Plasma:

  • first plateau: L1 = 30 µm, density 1019 e/cm3
  • accelerating plateau: L2 = 220 µm

Laser:

  • λ0 = 0.8 µm, P = 60 TW, τF W HM = 17 fs,

w0 = 16 µ m

  • ALaDyn

High Order (3.8h on 4 CPUs))

  • domain: (60 × 80) µm2, grid: (750 × 200) points ⇒ (10 × 2) points/λ
  • plasma sampled with: 20 electrons/cell
  • derivatives: compact h.o. schemes (8th order), time evolution: 4th-order Runge-Kutta
  • ALaDyn

Low Order (14h on 4 CPUs)

  • domain: (50 × 80) µm2, grid: (1200 × 320) points ⇒ (20 × 3.2) points/λ
  • plasma sampled with: 20 electrons/cell
  • derivatives: 2nd-order accurate, time evolution: 2nd-order accurate (leap-frog)

N(grid)

HO

N(grid)

LO

=

N(particles)

HO

N(particles)

LO

= 0.4

∆tHO ∆tLO = 1.6

Oxford, November 20, 2008 – p.16/58

slide-17
SLIDE 17
  • 3. Benchmarks of the code: HO vs LO schemes

տ ↑ Discrepancy!! Numerical “dephasing” in the LO case related to inexact velocity of the laser pulse (too slow). Increase gridpoints in the LO case!

Oxford, November 20, 2008 – p.17/58

slide-18
SLIDE 18
  • 4. Application I: ALaDyn

@ AO-FEL

Oxford, November 20, 2008 – p.18/58

slide-19
SLIDE 19
  • 4. Application I : ALaDyn

@ AO-FEL

AO-FEL= All-Optical Free Electron Laser

a

Generation of a high-brightness, monochromatic e−-bunches from the interaction of an ultra-short & high-intensity laser pulse with a properly modulated gas-jet (nonlinear LWFA regime with longitudinal injection after density downramp) Interaction of the e−-bunches with an electromagnetic undulator (e.g. CO2 counterpropagating laser) compact device for the production of coherent X radiation (Eν=1 [-10] keV, λ=1 [-0.1] nm) » collaboration with V. Petrillo, L. Serafini, P . Tomassini @ INFN/Milano (work in progress!!) «

  • aV. Petrillo, L. Serafini, P. Tomassini, PRSTAB 11, 070703 (2008)

Oxford, November 20, 2008 – p.19/58

slide-20
SLIDE 20
  • 4. Application I: ALaDyn

@ AO-FEL

conventional FEL »»» «««« AO-FEL

Oxford, November 20, 2008 – p.20/58

slide-21
SLIDE 21
  • 4. Application I: ALaDyn

@ AO-FEL

  • Self-Amplified Stimulated-Emission (SASE) FEL

1. inside the undulator e− emit EM radiation since they move in a curved path 2. e− interact also with the generated EM radiation ⇒ this “feedback” causes the e−-packing leading to the formation

  • f microbunches

3. the coupling e− ↔ EM radiation is particulary efficient when there is “synchronization” between transverse

  • scillations of the e− along the undulator

and the oscillations of the co-moving EM field

  • 4. the “resonant” radiation, which is coher-

ent, reinforces itself exponentially along the undulator (positive feedback)

Oxford, November 20, 2008 – p.21/58

slide-22
SLIDE 22
  • 4. Application I: ALaDyn

@ AO-FEL

  • 1. Radiation emitted

8 > < > : λrad =

λu 2γ2

“ 1 + K2

2

” static und.: K ∝ B0λu (λu ∼ 10 mm) λrad = λu/2

2γ2

` 1 + a2

u

´ EM und.: λu/au = waveleng./vect. poten. of the laser (λu = 10 µm)

  • 2. Pierce param.: conv. eff. e−-beam power → FEL rad. (EF EL = ρEbeam) ⇒ ρ ∝ Iλ2/3

u

γσ2/3

x

  • 3. Gain length: characteristic scale of the exponential amplification

Lgain = (1 + η)

λu 4π √ 3ρ

(η is a correction factor: depends on ǫn, δγ/γ, σx, · · · )

  • 4. requirements for the FEL growth:

δγ γ <

√ 3ρ ǫn,x < q

λrad 4πLgain γσx

N.B. the relevant δγ/γ is taken over a bunch slice of length Lc = λrad/(4π √ 3ρ) [cooperation length]. The bunch do not need to be characterized by overall low δγ/γ and ǫn: it should contain slices with low δγ/γ and ǫn instead. λrad, Lgain with EMU ≪ λrad, Lgain with SU for the same γ, but higher I is needed

Oxford, November 20, 2008 – p.22/58

slide-23
SLIDE 23
  • 4. Application I: ALaDyn

@ AO-FEL

  • ALaDyn

⇒ generation of a high current e− bunch containing slices with low emittance and low momentum spread from laser-plasma interaction ⇒ we choose the nonlinear LWFA regime with longitudinal wave breaking at density downramp [S. Bulanov et al., PRE 58/5, R5257 (1998)]: better beam quality than the bubble regime (but with lower charge) 1. the local wave number kp of a plasma wave satisfies ∂tkp = −∂zωp 2. if the wave moves from a high- density to a low-density zone then kp increases in time ⇒ the phase velocity

  • f the p. w. vphase = ωp/kp decreases
  • 3. if the quiver velocity of the electrons in the wave is larger than vphase, the wave breaks

ninj ∝ n/ℓtrans, where n = (n0 + n1)/2

Oxford, November 20, 2008 – p.23/58

slide-24
SLIDE 24
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 67 fs

Oxford, November 20, 2008 – p.24/58

slide-25
SLIDE 25
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 133 fs

Oxford, November 20, 2008 – p.25/58

slide-26
SLIDE 26
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 201 fs

Oxford, November 20, 2008 – p.26/58

slide-27
SLIDE 27
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 335 fs

Oxford, November 20, 2008 – p.27/58

slide-28
SLIDE 28
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 402 fs

Oxford, November 20, 2008 – p.28/58

slide-29
SLIDE 29
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 536 fs

Oxford, November 20, 2008 – p.29/58

slide-30
SLIDE 30
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 669 fs

Oxford, November 20, 2008 – p.30/58

slide-31
SLIDE 31
  • 4. Application I: ALaDyn

@ AO-FEL

  • Electron density in the plane (z, x), t = 936 fs

Oxford, November 20, 2008 – p.31/58

slide-32
SLIDE 32
  • 4. Application I: ALaDyn

@ AO-FEL

  • Simulation (2D) of the wave breaking + injection: electron density (top) & longitudinal phase

space (bottom)

Oxford, November 20, 2008 – p.32/58

slide-33
SLIDE 33
  • 4. Application I: ALaDyn

@ AO-FEL

  • Computational “challenges”:

1. determine the density profile which gives a “satisfying” bunch: more than 50 2D simulations for parameter scan & convergence check (changing num. parameters)

  • domain: (45 × 120) µm2
  • resolution: (up to) 22 points/µm (long.)/ 12 points/µm (transv.), 50 particles/cell

⇒ we work in the case wlaser > λp, c τF W HM < λp and we consider short interaction lengths (less than 100 µm): the dynamics of the wave breaking is “almost” 1D (longitudinal) and we don’t expect big differences between 2D and 3D simulations 2. study (with sub-µm resolution) the properties of the small (a few microns) electron bunch in a fully 3D simulation

  • domain: (45 × 120 × 120) µm3
  • resolution: 15 points/µm (long.)/ 12 points/µm (transv.), 4-5 particles/cell

LF2/NO Stretched grid/NO hierarch. part. samp. ALaDyn 1300 × 14402 > 109 part. 675 × 2002 140 · 106 part. factor ∼ 100 gain with ALaDyn

Oxford, November 20, 2008 – p.33/58

slide-34
SLIDE 34
  • 4. Application I: ALaDyn

@ AO-FEL

  • Laser parameters:

λ0 [µm] I [W/cm2] τF W HM [fs] waist [µm] 0.8 8.5 × 1018 17 23

  • Plasma profile:

n0 [× 1019cm−3] ℓtrans [µ m] n1 [× 1019 cm−3] Lacc [µ m] n2 [× 1019 cm−3] 1.0 10 0.75 330 0.4

  • Bunch from 2D simulation:

γ σz [µm] Q [pC] (δγ/γ)s [%] ǫs

n [mm mrad]

Is [kA] 50 1.5 200 0.3 0.1 5-7 ⇒ current too low ?

Oxford, November 20, 2008 – p.34/58

slide-35
SLIDE 35
  • 4. Application I: ALaDyn

@ AO-FEL

  • Snapshot∗ of the 3D simulation done @ CINECA (Italy) on 72CPUs (electron density)

∗ rendering with VisIVO

Oxford, November 20, 2008 – p.35/58

slide-36
SLIDE 36
  • 4. Application I: ALaDyn

@ AO-FEL

  • Close-up of the e− bunch∗ in the 3D simulation done @ CINECA (Italy) on 72CPUs

∗ rendering with VisIVO

Oxford, November 20, 2008 – p.36/58

slide-37
SLIDE 37
  • 4. Application I: ALaDyn

@ AO-FEL

  • Comparison 2D/3D (longitudinal field/phase space)

3D_sim. 2D_sim. 20 28 36 44 52 60

  • 3.0
  • 2.0
  • 1.0

0.0 1.0 2.0 3.0 z [µ m] Ez [x1011 V/m] 3D_sim. 2D_sim. 80 90 100 110 120

  • 3.0
  • 2.0
  • 1.0

0.0 1.0 2.0 3.0 z [µ m] Ez [x1011 V/m] 3D_sim. 2D_sim. 180 190 200 210 220

  • 3.0
  • 2.0
  • 1.0

0.0 1.0 2.0 3.0 z [µ m] Ez [x1011 V/m]

Oxford, November 20, 2008 – p.37/58

slide-38
SLIDE 38
  • 4. Application I: ALaDyn

@ AO-FEL

  • Slice analysis of the 3D accelerated bunch (not too different from 2D)

γ σz [µm] Q [pC] (δγ/γ)s [%] ǫs

n [mm mrad]

σs

x,y [µm]

Is [kA] 45 1.7 160 0.55 0.2 0.3 4-5 ⇒ current too low to drive the FEL instability (Is > 15 − 20 kA is required)!

Oxford, November 20, 2008 – p.38/58

slide-39
SLIDE 39
  • 4. Application I: ALaDyn

@ AO-FEL

1 the most practical way to increase the current is to increase w0 to collect more charge during the wave breaking ⇒ Q ∝ w2 2 σz is determined only by ℓtrans (doesn’t depend on w0) ⇒ I ∝ w2 3 the dynamics is ∼ 1D (small transverse effects): the r.m.s. parameters of the best slices (the ones in the front part) are not affected by the increase in w0 w0 [µm] σz [µm] Qbunch [pC] Is [kA] Is/w2 23 1.50 200 6.8 0.013 30 1.55 370 9.8 0.011 40 1.46 610 21 0.013 50 1.56 1000 31 0.012 ⇒ in all the (2D) simulations changing w0 we obtained (δγ/γ)s ∼ 0.3%, ǫs

n ∼ 0.1 mm mrad

we are waiting for FEL simulations: ALaDyn beam + CO2 EM undulator (λu = 10.6 µm, au = 0.8)

Oxford, November 20, 2008 – p.39/58

slide-40
SLIDE 40
  • 4. Application I: ALaDyn

@ AO-FEL

  • FEL simulations (by V. Petrillo): beam (not the best one) + CO2 EM undulator (λu = 10.6

µm, au = 0.8) simulated with GENESIS 1.3 λrad = 1.3 nm First peak Saturation Pmax [MW] 200 (0.3 fs FWHM) 150 E [µJ] 0.05 0.5 Lsat [mm] 1 4 Laser requirements for the undulator: 250 GW for 5 mm, wu = 30 µm, Eu = 4 J

  • the possibility to produce radiation with λrad=1 Å considering a Ti:Sa undulator (λu = 0.8

µm) is currently under investigation (in this case a high power laser is required for the undulator)

Oxford, November 20, 2008 – p.40/58

slide-41
SLIDE 41
  • 5. Application II: ALaDyn

@ PLASMONX

Oxford, November 20, 2008 – p.41/58

slide-42
SLIDE 42
  • 5. Application II: ALaDyn

@ PLASMON-X

PLASMONX= PLASma acceleration & MONochromatic X-ray production (2009-.....)

combining the high brightness LINAC accelerator of the SPARC@LNF project with the ultrashort (∼ 20 fs), high power (300 TW) FLAME laser

  • Scheduled activity:

LWFA with both self and externally injected e-beams; Linear and nonlinear Thomson Scattering for X/γ-ray source: backscattering of the laser pulse on both LINAC and LWFA e-beams; Intense laser-mater interaction, proton acceleration.

Oxford, November 20, 2008 – p.42/58

slide-43
SLIDE 43
  • 5. Application II: ALaDyn

@ PLASMON-X

“PILOT” self-injection experiment (at reduced power)

L.A.Gizzi(1,2), C.Benedetti(3), S.Betti(1), C.A.Cecchetti(1,2), A.Gamucci(1,2), A.Giulietti(1,2), D.Giulietti(1,2), P.Koester(1,2), L.Labate(1,2), F.Michienzi(1,2), N.Pathak(1,2), A.Sgattoni(3), G.Turchetti(3), F.Vittori(1,2) (1) ILIL-CNR, Pisa (Italy), (2) INFN, Pisa (Italy), (3) University of Bologna & INFN/Bologna (Italy) Main tasks: 1 establish table-top acceleration conditions using low power (2 TW) fs laser systems; 2 expertise build-up for risk-mitigation in large scale (FLAME, 300 TW) approach to high quality laser-driven acceleration.

Oxford, November 20, 2008 – p.43/58

slide-44
SLIDE 44
  • 5. Application II: ALaDyn

@ PLASMON-X

Oxford, November 20, 2008 – p.44/58

slide-45
SLIDE 45
  • 5. Application II: ALaDyn

@ PLASMON-X

Oxford, November 20, 2008 – p.45/58

slide-46
SLIDE 46
  • 5. Application II: ALaDyn

@ PLASMON-X

Thomson scattering clearly shows the region

  • f propagation of the laser pulse, with evi-

dence of self-guiding over a length approxi- mately three times the depth of focus (∼ 50 µm).

Oxford, November 20, 2008 – p.46/58

slide-47
SLIDE 47
  • 5. Application II: ALaDyn

@ PLASMON-X

  • Electron plasma density (from interferometry)

50 100 150 200 250 0.0 2.0 4.0 6.0 8.0 10.0 z [µ m] ne [1019cm-3] density lineout along longitudinal axis

⇒ peak electron density ∼ 7 × 1019 cm−3 ⇒ channel length ∼ 200 ÷ 250 µm

Oxford, November 20, 2008 – p.47/58

slide-48
SLIDE 48
  • 5. Application II: ALaDyn

@ PLASMON-X

electron energy peak e-beam divergence e-beam reprod. bunch charge 5-6 MeV ∼ 10o good 0.1 nC

Oxford, November 20, 2008 – p.48/58

slide-49
SLIDE 49
  • 5. Application II: ALaDyn

@ PLASMON-X

Laser evolution in the plasma

(1) (2) Intensity (1) (2) Density

110 220 330 10 20 30 40 z [µ m] I [1018 W/cm2] / ne [1019cm-3] intensity evolution

(1) (2) Waist (1) (2) Density

110 220 330 2 3 5 7 8 10 z [µ m] w [µm] / ne [1019cm-3] waist evolution

⇒ We have considered two different density profiles in order to take into account shot-to-shot variability ⇒ Strong self-focusing occurs leading to a ∼ 10-fold increase of the local intensity

Oxford, November 20, 2008 – p.49/58

slide-50
SLIDE 50
  • 5. Application II: ALaDyn

@ PLASMON-X

  • Density evolution shows growth of a main wake-field structure (see the bubble-like in the left

plot), rather than a regular plasma wave

  • Ex=laser_field
  • Ez=wake_field

185 196 207 218 229 240

  • 3.0
  • 1.5

0.0 1.5 3.0 z [µ m] eEx/(mcω0) ,eEz/(mcωp)

⇑ The “bunch” at the exit of the plasma ⇐ In our case, the much longer pulse duration (65 fs) compared to the ideal bubble-like regime ( ∼ 16 fs), leads to interaction of the accelerated electrons with the the laser pulse itself

Oxford, November 20, 2008 – p.50/58

slide-51
SLIDE 51
  • 5. Application II: ALaDyn

@ PLASMON-X

The spectrum of the electrons emerging from the interaction region is sensitive to the density profile and exhibits an overall thermal-like spectrum (until ∼ 20 MeV) with some clusters at ∼ 9-14 MeV Interaction of the electrons with the mm-sized remaining gas will modify the spectral distribution, possibly depleting the lower energy part. This effect is being evaluated. The simulated beam divergence (FWHM) is ∼ 11o (profile 1) - 14o (profile 2) The charge in the bunch is in the range 0.08 nC (profile 1) - 0.2 nC (profile 2)

Oxford, November 20, 2008 – p.51/58

slide-52
SLIDE 52
  • 5. Application II: ALaDyn

@ PLASMON-X

Modulation of the accelerated electron bunch due to the interaction with the co-propagating laser pulse is an additional source of modification of the energy distribution of the accelerated

  • electrons. This also leads to a modulation of the longitudinal profile of the electron bunch.

Oxford, November 20, 2008 – p.52/58

slide-53
SLIDE 53
  • 5. Application II: ALaDyn

@ PLASMON-X

Density profile 1 Modulation of the accelerated electron bunch due to the interaction with the copropagating laser-pulse

Oxford, November 20, 2008 – p.53/58

slide-54
SLIDE 54
  • 5. Application II: ALaDyn

@ PLASMON-X

Density profile 2 Modulation of the accelerated electron bunch due to the interaction with the copropagating laser-pulse

Oxford, November 20, 2008 – p.54/58

slide-55
SLIDE 55
  • 5. Application II: ALaDyn

@ PLASMON-X

Preliminary 2D simulations for FLAME@PLASMON-X (3D foreseen for December 2008) P [TW] τF W HM [fs] 300 20

  • simulation: ∼ 1 mm gas-jet with ne = 0.5 × 1019 cm−3, Ilaser ≃ 5 × 1019 W/cm2

100 200 300 400 500 4000 E [MeV] dN/dE [A. U.]

since (cτF W HM ≃ λp/2, w0 ∼ λp) we enter directly into the bubble regime without significant pulse evolution Epeak ≃ 320 MeV, δE/E ∼ 5 %, ǫn ∼ 6 mm mrad

Oxford, November 20, 2008 – p.55/58

slide-56
SLIDE 56
  • 6. Conclusions and outlooks

Oxford, November 20, 2008 – p.56/58

slide-57
SLIDE 57
  • 6. Conclusions and outlooks

A “new” PIC code (ALaDyn ) based on high order schemes has been presented. The code, developed within the framework of the PLASMON-X project, can be “upgraded” in order to meet the user needs (upcoming features: ionization modules, “classical” beam dynamics tracking modules, · · · ). An application of ALaDyn to the generation, through LPA, of high brightness e-beams

  • f interest for FEL applications in the contest of the AO-FEL has been presented.

We have presented 3D simulations of the first “pilot” experiment of the PLASMON-X project concerning LP accelerated electrons and a preliminary study for the 300 TW laser FLAME. Fully 3D simulations are foreseen for December 2008/January 2009.

Oxford, November 20, 2008 – p.57/58

slide-58
SLIDE 58

Thank you!

Oxford, November 20, 2008 – p.58/58