OPAL Introduction Lecture 1

Size: px
Start display at page:

Download "OPAL Introduction Lecture 1"

Transcription

1 OPAL Introduction Lecture 1 Andreas Adelmann PSI OPAL lectures FFAG Workshop 2014 OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 1 / 46

2 General Introduction Models in OPAL Architecture 3D Space Charge Examples Data Post Processing Output formats of OPAL H5root gnuplot Python scripts Building OPAL Use Cases Cyclotron and FFAG simulations URL of the lectures OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 2 / 46

3 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling 3 Open-Source Work: New FFAG modelling capabilities OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 3 / 46

4 History OPAL originated from MAD9p (2001) MAD9 (Cern) Pooma (LANL) split operator M(s) = M ext(s/2) M sc(s) M ext(s/2) + O(s 3 ) MAD9 & Pooma died: I refactored, improved and started OPAL Changed from s to t: OPAL-t With J.Y. Yang we wrote OPAL-cycl (2009) With R. Bakker & Y. Ineichen we integrated Bet (HOMDYN) OPAL-envelope (2008) Developer summit in Ticino 2012: lot of refactoring, C++11 D. Winklehner (MIT/PSI) generalised OPAL-cycl in 2014 Ch. Rogers added FFAG capabilities to OPAL-t in Version to be released soon OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 4 / 46

5 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 5 / 46

6 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 6 / 46

7 OPAL in a Nutshell I OPAL is an open-source tool for charged-particle optics in large accelerator structures and beam lines including 3D space charge, particle matter interaction and multi-objective optimisation. OPAL is built from the ground up as a parallel application exemplifying the fact that HPC (High Performance Computing) is the third leg of science, complementing theory and the experiment OPAL runs on your laptop as well as on the largest HPC clusters OPAL uses the mad language with extensions OPAL (and all other used frameworks) are written in C++ using OO-techniques, hence OPAL is easy to extend. Documentation is taken very seriously at both levels: source code and user manual Regression tests running evert day on the head of the repository OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 7 / 46

8 OPAL in a Nutshell II At the moment we have an international team of 14 developers A. Gsell (PSI), T. Kaman (PSI/ETH), Ch. Kraus (PSI), Y.Ineichen (IBM), S. Russell X. Pang (LANL), Y. Bi, Ch. Wang, J. Yang (CIAE), H. Zha (Thinghua University) C. Mayes (Cornell), D. Winklehner (MIT/PSI) Ch. Rogers, S. Sheehy (Rutherford) & AA (PSI) webpage: manual: problems, suggestion etc. mailing: opal AT lists.psi.ch the OPAL Discussion Forum: OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 8 / 46

9 OPAL and its Flavours I 4 OPAL flavours exist: OPAL-t OPAL-t tracks particles which 3D space charge using time as the independent variable, and can be used to model beamlines, guns, injectors and complete FEL s but without the undulator. Field emission (dark current studies) many more linac features like auto-phasing, wake fields (short range) OPAL-envelope OPAL-envelope is based on the 3D-envelope equation (à la HOMDYN) and can be used to design FEL s. OPAL-envelope could also be used for an on-line model (incl. space charge) same lattice than OPAL-t OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 9 / 46

10 OPAL and its Flavours II OPAL-map (not yet released) OPAL-map tracks particles with 3D space charge using split operator techniques. M(s) = M ext(s/2) M sc(s) M ext(s/2) + O(s 3 ) OPAL-cycl 3D space charge neighbouring turns time is the independent variable. from p to Uranium (q/m is a parameter) Solve Poisson equation with spectral methods Use 4th-order RK, Leap Frog or adaptive schemes [Toggweiler] Single particle tracking mode & tune calculation Particle Matter Interaction Multipacting capabilities OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 10 / 46

11 Sketch of an inputfile ffag: Cyclotron, TYPE="FFAG", CYHARMON=1, PHIINIT=phi0, PRINIT=pr0, RINIT=r0, SYMMETRY=1.0, RFFREQ=200.0, BSCALE=10.0, FMAPFN="NSFFAGfieldPSI.dat"; rf0: RFCavity, VOLT=cavvol1, FMAPFN="Cav1.dat", TYPE="SINGLEGAP", FREQ=200.0, RMIN = , RMAX = , ANGLE=45.0, GAPWIDTH = 300.0, PHI0=ph; Di1:DISTRIBUTION, DISTRIBUTION = GAUSS, INPUTMOUNITS = EV, SIGMAX = , SIGMAPX = , SIGMAY = , SIGMAPY = , SIGMAT = 1e-8, OFFSETPZ = Edes*1e9, CORRX = -0.0, CORRY = 0.5; l1: Line = (ffag,rf0); OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 11 / 46

12 Sketch of an inputfile Fs1:FIELDSOLVER, FSTYPE=FFT, MX=64, MY=64, MT=64, PARFFTX=TRUE, PARFFTY=TRUE, PARFFTT=FALSE, BCFFTX=OPEN, BCFFTY=OPEN, BCFFTT=OPEN; beam1: BEAM, PARTICLE=PROTON, pc=p0, NPART=1E6, BCURRENT=1.0E-9, BFREQ=200.0; TRACK, LINE=l1, BEAM=beam1, MAXSTEPS=turns, STEPSPERTURN=180; RUN, METHOD = "CYCLOTRON-T", BEAM=beam1, FIELDSOLVER=Fs1, DISTRIBUTION=Di1; ENDTRACK; OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 12 / 46

13 OPAL Object Oriented Parallel Accelerator Library Field Maps & Analytic Models E sc = ρ/ε 0 = φ sc φ sc = ρ ε 0 & BC s Electro Magneto Optics H = H ext + H sc N-Body Dynamics Energy loss de/dx (Bethe-Bloch) Coulomb scattering is treated as two independent events: multiple Coulomb scattering large angle Rutherford scattering Field Emission Model (Fowler-Nordheim) Secondary Emission Model ([Furman & Pivi] & [Vaughan]) OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 13 / 46

14 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 14 / 46

15 Particle Matter Interaction Energy loss de/dx (Bethe-Bloch) Coulomb scattering is treated as two independent events: multiple Coulomb scattering large angle Rutherford scattering Field Emission Model (Fowler-Nordheim) Secondary Emission Model ([Furman & Pivi] & [Vaughan]) Incident electron True secondaries Surface normal n Backscattered electron Rediffused electron θ Phenomenological- don t involve secondary physics but fit the data. Model 1 developed by M. Furmann and M. Pivi Model 2 (Vaughan) is easier to adapt to SEY curves OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 15 / 46

16 Particle Matter Interaction Energy loss de/dx (Bethe-Bloch) Coulomb scattering is treated as two independent events: the multiple Coulomb scattering and the large angle Rutherford scattering Space charge & halo generated by the obstacle A 72 MeV cold Gaussian beam with σ x = σ y = 5 mm passing a copper slit with the half aperture of 3 mm from 0.01 m to 0.1 m. OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 16 / 46

17 Particle Matter Interaction cont. 1/GeV/particle /solid angle/gev/particle FLUKA OPAL angle (deg) OPAL MCNPX FLUKA E (MeV) OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 17 / 46

18 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 18 / 46

19 OPAL Architecture classic Ext. MAD Lang. Parser Flavors: t,cycl,envelope Optimization OPAL Solvers: Direct, Iterative Integrators Distributions FFT D-Operators NGP, CIC, TSI H5hut Fields Mesh Particles IP 2 L Load Balancing Domain Decomp. Message Passing Particle Cash PETE Trilinos Interface Trilinos & GSL OPAL Object Oriented Parallel Accelerator Library IP 2 L Independent Parallel Particle Layer Class Library for Accelerator Simulation System and Control H5hut for parallel particle and field I/O (HDF5) Trilinos OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 19 / 46

20 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 20 / 46

21 A fast Direct FFT-Based PIC Poisson Solver Assume you know G the Green s function Assign (scatter) all particles charges q i to nearby mesh points to obtain ρ Lorentz transform to obtain ρ in beam rest frame S beam. Use FFT on ρ and G to obtain ρ and Ĝ Determine φ on the grid using φ = ρ Ĝ Use inverse FFT on φ to obtain φ Compute E = φ Lorentz back transform to obtain E sc and B sc in laboratory frame S lab Interpolate (gather) E, B at particle positions x from E sc and B sc Charge assignment and electric field interpolation are related to the interpolation scheme. If e i is the charge of a particle, we can write the density at mesh point k m as N ρ(k m ) D = e i W (q i, k m ), m = 1... M (1) i=1 where W is a suitably chosen weighting function. OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 21 / 46

22 Parallel Performance OPAL Scaling on Cray XT3 Horizon at CSCS Production Run Setup Tracking 10 7 particles 3D FFT on a grid Gaussian distribution no parallel I/O Observations Solver scales still well Load balancing not optimal anymore Moving mesh has a problem Execution time (real time) [s] tot cpu integ solver bb-adapt repart Number of cores Parallel Efficency [%] tot cpu integ 20 solver 10 bb-adapt repart Number of cores OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 22 / 46

23 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 23 / 46

24 Iterative Poisson Solver SAAMG-PCG Boundary Problem φ = ρ ε 0, in Ω IR 3, x 2 Γ 2 x 3 = z φ = 0, on Γ 1 φ n + 1 d φ = 0, on Γ 2 Γ 1 x 1 Ω IR 3 : simply connected computational domain ε 0 : the dielectric constant Γ = Γ 1 Γ 2 : boundary of Ω d: distance of bunch centroid to the boundary Γ 2 Γ 1 is the surface of an 1 elliptic beam-pipe 2 arbitrary beam-pipe element OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 24 / 46

25 Iterative Poisson Solver SAAMG-PCG cont. We apply a second order finite difference scheme which leads to a set of linear equations Ax = b, where b denotes the charge densities on the mesh. Ω : φ = 0 Ω R 3 h h E N h W h S solve anisotropic electrostatic Poisson PDE with an iterative solver reuse information available from previous time steps achieving good parallel efficiency irregular domain with exact boundary conditions easy to specify boundary surface OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 25 / 46

26 SAAMG-PCG Parallel Efficiency efficiency [%] solution time construction time application time total ML time number of cores [A. Adelmann, P. Arbenz, et al., JCP, (2010)] obtained for a tube embedded in a grid construction phase is performing the worst with an efficiency of 76% influence of problem size on the low performance of the aggregation in ML OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 26 / 46

27 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 27 / 46

28 3D Geometry Handling Capability of OPAL obtain geometry in STEP format mesh geometry with GMSH and export to native VTK convert to h5 with vtk2h5grid OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 28 / 46

29 Triangle-line segment intersection Boundary bounding box to speedup the collision tests We can handle arbitrary structure as long as it is closed x 0 n n v t 2 r i n t i t I 0 w u t 1 s i x 1 [C. Wang, A. Adelmann, et al.] OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 29 / 46

30 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 30 / 46

31 Architecture Connection with other Frameworks H5root H5root & Visit.h5 gnuplot.stat STEP file gmsh/netgen vtk OPAL.in,.stat..h5 n-way parallel Disk vtk2h5grid OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 31 / 46

32 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 32 / 46

33 PSI 590 MeV Ring - last ma initial conditions from 72 MeV transfer line simulation (OPAL-t ) rf parameters from control room using measured mid-plane field and analytic trim-coil (tc15) single particle run to verify tun numbers and tunes FIXPO OPAL-cycl nur=2nuz OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 33 / 46

34 PSI 590 MeV Ring - last ma [Y. Bi, A. Adelmann, et al., PR-STAB 14(5) (2011)] OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 34 / 46

35 Neighboring Bunch Effects- Multi Bunch Model In the model, the injection-to-extraction simulation is divided into two stages: 1 First stage, big r single bunch tracking 2 Second stage, small r multiple bunches tracking Full 3D Energy bins & re-binning Large grids needed OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 35 / 46

36 Neighboring Bunch Effects- Multi Bunch Model Single bunch and multiple bunches at turn 80 and 130 PSI 590MeV Ring transverse (mm) transverse (mm) transverse (mm) bunch longitudinal (mm) bunches longitudinal (mm) bunches longitudinal (mm) transverse (mm) transverse (mm) transverse (mm) bunch longitudinal (mm) bunches longitudinal (mm) bunches longitudinal (mm) [J. Yang, A. Adelmann, et al., PR-STAB 13(6) (2010)] OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 36 / 46

37 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 37 / 46

38 New OPAL Element Ring mostly contributed by C. Rogers OPAL requires modification to adequately track FFAG field maps OPAL-t allows tracking through a set of beam elements in linac-type geometry OPAL-cycl previously hard coded to use 2D mid plane field map + single RF cavity Aim to introduce the capability to track through a set of arbitrary beam elements in ring-type geometry Additionally introduce specific capability to track through a 3D field map in a sector-type geometry Use ERIT ring as test-bed for this development OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 38 / 46

39 Implementation in OPAL Software Work OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 39 / 46

40 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 40 / 46

41 Getting closed orbit through OPAL All ERIT simulations are curtesy of C. Rogers OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 41 / 46

42 Getting closed orbit through OPAL All ERIT simulations are curtesy of C. Rogers OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 41 / 46

43 Dynamic Apperture t = s After 100 turns aperture looks okay in OPAL Is this dynamic aperture or field map aperture? Field map extent is ± 250 mm in x Particles outside aperture are lost after < 1 turn OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 42 / 46

44 Outline 1 History 2 Models in OPAL for Precise Accelerator Modelling OPAL in a Nutshell Particle Matter Interaction Architecture A fast Direct FFT-Based PIC Poisson Solver Iterative Poisson Solver SAAMG-PCG 3D Geometry Handling Capability Interfacing to the Outside Selected Results 3 Open-Source Work: New FFAG modelling capabilities Results from ERIT-FFAG (energy/emittance recovery internal target) Tracking Studies Results from 330 MeV to 1 GeV ns-ffag Design Studies OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 43 / 46

45 Lattice design & tracking with OPAL S. L. Sheehy, C. Johnstone, A 1 GeV CW FFAG High Intensity Proton Driver, IPAC MeV to 1 GeV ring 4-cell quasi-isochronous non-scaling FFAG design short (1cm long) 1 π mm mrad proton bunch acceleration is achieved with 3 cavities with an energy gain of 22 MV per turn, which is sufficient to open the serpentine channel the beam exhibits expected phase space distortion and filamentation even in the 0 ma OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 44 / 46

46 Lattice design & tracking with OPAL cont. S. L. Sheehy, C. Johnstone, A 1 GeV CW FFAG High Intensity Proton Driver, IPAC2012 OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 45 / 46

47 Lattice design & tracking with OPAL cont. S. L. Sheehy, C. Johnstone, A 1 GeV CW FFAG High Intensity Proton Driver, IPAC2012 OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 45 / 46

48 Lattice design & tracking with OPAL cont. S. L. Sheehy, C. Johnstone, A 1 GeV CW FFAG High Intensity Proton Driver, IPAC2012 OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 45 / 46

49 References A. Adelmann, P. Arbenz, et al., J. Comp. Phys, 229 (12): 4554 (2010) M. A. Furman and M. Pivi, Phys. Rev. STAB 5, (2002) Y. Bi, A. Adelmann et al., Phys. Rev. STAB 14(5) (2011) J. Yang, Adelmann et al., Phys. Rev. STAB 13(6) (2010) J. Yang, Adelmann et al., NIM-A 704(11) (2013) J. R. M. Vaughan, IEEE Transactions on Electron Devices 40, 830 (1993) M. Toggweiler, A. Adelmann, P. Arbenz, J.J. Yang, arxiv: (2012) C. Wang, A. Adelmann, et al., arxiv: OPAL Introduction Lecture 1 PSI OPAL lectures FFAG Workshop 2014 Page 46 / 46

Challenges in Simulating MW Beams in Cyclotrons

Challenges in Simulating MW Beams in Cyclotrons Challenges in Simulating MW Beams in Cyclotrons Y. J. Bi (CIAE & PSI & Tsinghua Univ.), A. Adelmann, R. Dölling, M. Humbel, W. Joho, M. Seidel (PSI), T. Zhang (CIAE) HB2010 Morschach, September 28, 2010

More information

A Fast and Scalable Low Dimensional Solver for Charged Particle Dynamics in Large Particle Accelerators

A Fast and Scalable Low Dimensional Solver for Charged Particle Dynamics in Large Particle Accelerators A Fast and Scalable Low Dimensional Solver for Charged Particle Dynamics in Large Particle Accelerators Yves Ineichen 1,2,3, Andreas Adelmann 2, Costas Bekas 3, Alessandro Curioni 3, Peter Arbenz 1 1 ETH

More information

Multiscale Modelling, taking into account Collisions

Multiscale Modelling, taking into account Collisions Multiscale Modelling, taking into account Collisions Andreas Adelmann (Paul Scherrer Institut) October 28, 2017 Multiscale Modelling, taking into account Collisions October 28, 2017 Page 1 / 22 1 Motivation

More information

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07

ORBIT Code Review and Future Directions. S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code Review and Future Directions S. Cousineau, A. Shishlo, J. Holmes ECloud07 ORBIT Code ORBIT (Objective Ring Beam Injection and Transport code) ORBIT is an object-oriented, open-source code started

More information

OPAL Introduction Lecture 2

OPAL Introduction Lecture 2 OPAL Introduction Lecture 2 Andreas Adelmann PSI OPAL lectures FFAG Workshop 2014 Outline Running on your Laptop & and on HPC Cluster OPAL Language Examples Running on your Laptop & and on HPC Cluster

More information

The OPAL Framework (Object Oriented Parallel Accelerator Library) Version (compiled August 29, 2017) User s Reference Manual

The OPAL Framework (Object Oriented Parallel Accelerator Library) Version (compiled August 29, 2017) User s Reference Manual PSI-PR-08-02 The OPAL Framework (Object Oriented Parallel Accelerator Library) Version 1.6.0 (compiled August 29, 2017) User s Reference Manual Andreas Adelmann, Christian Baumgarten, Matthias Frey, Achim

More information

Space charge studies of Injector II cyclotron. Anna Kolano. 26th March 2015

Space charge studies of Injector II cyclotron. Anna Kolano. 26th March 2015 SpaceCharge 15,Trinity College, Oxford International Institute for Accelerator Applications Space charge studies of cyclotron 26th March 2015 Anna Kolano Dr Andreas Adelmann (PSI) Dr Christian Baumgarten

More information

ILC Beam Dynamics Studies Using PLACET

ILC Beam Dynamics Studies Using PLACET ILC Beam Dynamics Studies Using PLACET Andrea Latina (CERN) July 11, 2007 John Adams Institute for Accelerator Science - Oxford (UK) Introduction Simulations Results Conclusions and Outlook PLACET Physical

More information

Towards a Low Emittance X-ray FEL at PSI

Towards a Low Emittance X-ray FEL at PSI Towards a Low Emittance X-ray FEL at PSI A. Adelmann, A. Anghel, R.J. Bakker, M. Dehler, R. Ganter, C. Gough, S. Ivkovic, F. Jenni, C. Kraus, S.C. Leemann, A. Oppelt, F. Le Pimpec, K. Li, P. Ming, B. Oswald,

More information

Simulation of Secondary Electron Emission with CST PARTICLE STUDIO

Simulation of Secondary Electron Emission with CST PARTICLE STUDIO Simulation of Secondary Electron Emission with CST PARTICLE STUDIO Frank Hamme, Ulrich Becker and Peter Hammes Computer Simulation Technology GmbH, 3 October 2006 Outline CST Particle Studio Secondary

More information

DEVELOPMENT OF LARGE SCALE OPTIMIZATION TOOLS FOR BEAM TRACKING CODES*

DEVELOPMENT OF LARGE SCALE OPTIMIZATION TOOLS FOR BEAM TRACKING CODES* Proceedings of Hadron Beam 8, Nashville, Tennessee, USA DEVELOPMENT OF LARGE SCALE OPTIMIZATION TOOLS FOR BEAM TRACKING CODES* B. Mustapha # and P. N. Ostroumov Argonne National Laboratory, 97 S. Cass

More information

Theory English (Official)

Theory English (Official) Q3-1 Large Hadron Collider (10 points) Please read the general instructions in the separate envelope before you start this problem. In this task, the physics of the particle accelerator LHC (Large Hadron

More information

Beam Dynamics. Gennady Stupakov. DOE High Energy Physics Review June 2-4, 2004

Beam Dynamics. Gennady Stupakov. DOE High Energy Physics Review June 2-4, 2004 Beam Dynamics Gennady Stupakov DOE High Energy Physics Review June 2-4, 2004 Beam Dynamics Research in ARDA Broad expertise in many areas: lattice design, collective effects, electron cloud, beam-beam

More information

III. CesrTA Configuration and Optics for Ultra-Low Emittance David Rice Cornell Laboratory for Accelerator-Based Sciences and Education

III. CesrTA Configuration and Optics for Ultra-Low Emittance David Rice Cornell Laboratory for Accelerator-Based Sciences and Education III. CesrTA Configuration and Optics for Ultra-Low Emittance David Rice Cornell Laboratory for Accelerator-Based Sciences and Education Introduction Outline CESR Overview CESR Layout Injector Wigglers

More information

FFAG Accelerators. CERN Introductory Accelerator School Prague, September 2014

FFAG Accelerators. CERN Introductory Accelerator School Prague, September 2014 FFAG Accelerators CERN Introductory Accelerator School Prague, September 2014 Dr. Suzie Sheehy ASTeC Intense Beams Group STFC Rutherford Appleton Laboratory, UK Many thanks to Dr. S. Machida for his advice

More information

Development of Large Scale Optimization Tools for Beam Tracking Codes

Development of Large Scale Optimization Tools for Beam Tracking Codes Development of Large Scale Optimization Tools for Beam Tracking Codes 42 nd ICFA Advanced Beam Dynamics Workshop: High-Intensity, High-Brightness Hadron Beams HB-2008, August 25-29, 2008 Nashville, Tennessee,

More information

Fast Space Charge Calculations with a Multigrid Poisson Solver & Applications

Fast Space Charge Calculations with a Multigrid Poisson Solver & Applications Fast Space Charge Calculations with a Multigrid Poisson Solver & Applications Gisela Pöplau Ursula van Rienen Rostock University DESY, Hamburg, April 26, 2005 Bas van der Geer Marieke de Loos Pulsar Physics

More information

Electromagnetics and Plasma Simulation Software

Electromagnetics and Plasma Simulation Software Electromagnetics and Plasma Simulation Software SIMULATIONS EMPOWERING YOUR INNOVATIONS VSIM 9 MULTIPHYSICS ELECTROMAGNETICS SELF-CONSISTENT CHARGED PARTICLE SIMULATION SOFTWARE VSim uses finite difference

More information

Fast Simulation of FEL Linacs with Collective Effects. M. Dohlus FLS 2018

Fast Simulation of FEL Linacs with Collective Effects. M. Dohlus FLS 2018 Fast Simulation of FEL Linacs with Collective Effects M. Dohlus FLS 2018 A typical X-FEL gun environment photo cathode cavity, solenoid, drift straight cavity, quadrupole, drift dispersive bend, quadrupole,

More information

Compressor Lattice Design for SPL Beam

Compressor Lattice Design for SPL Beam EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH CERN A&B DIVISION AB-Note-27-34 BI CERN-NUFACT-Note-153 Compressor Lattice Design for SPL Beam M. Aiba Abstract A compressor ring providing very short proton

More information

University of Huddersfield Repository

University of Huddersfield Repository University of Huddersfield Repository Edgecock, R. Commissioning of the EMMA Non-Scaling FFAG Original Citation Edgecock, R. (2010) Commissioning of the EMMA Non-Scaling FFAG. In: Proceedings of the 1st

More information

Simulations of the Microbunching Instability in FEL Beam Delivery Systems

Simulations of the Microbunching Instability in FEL Beam Delivery Systems Simulations of the Microbunching Instability in FEL Beam Delivery Systems Ilya Pogorelov Tech-X Corporation Workshop on High Average Power & High Brightness Beams UCLA, January 2009 Outline The setting:

More information

Beam Optimization with Fast Particle Tracking (FPT)

Beam Optimization with Fast Particle Tracking (FPT) Beam Optimization with Fast Particle Tracking (FPT) LCLSII Physics Meting, 1/7/215 Lanfa Wang Motivation Physics Model of FPT Benchmark with ELEGANT Results for new injector beam Motivation Complexity

More information

FFA Accelerators Fixed Field Alternating Gradient

FFA Accelerators Fixed Field Alternating Gradient FFA Accelerators Fixed Field Alternating Gradient CERN Introductory Accelerator School Constanta, Romania, September 2018 Dr. Suzie Sheehy Royal Society University Research Fellow John Adams Institute

More information

LOLA: Past, present and future operation

LOLA: Past, present and future operation LOLA: Past, present and future operation FLASH Seminar 1/2/29 Christopher Gerth, DESY 8/5/29 FLASH Seminar Christopher Gerth 1 Outline Past Present Future 8/5/29 FLASH Seminar Christopher Gerth 2 Past

More information

ASTRA BASED SWARM OPTIMIZATIONS OF THE BERLinPro INJECTOR

ASTRA BASED SWARM OPTIMIZATIONS OF THE BERLinPro INJECTOR ASTRA BASED SWARM OPTIMIZATIONS OF THE BERLinPro INJECTOR M. Abo-Bakr FRAAC4 Michael Abo-Bakr 2012 ICAP Warnemünde 1 Content: Introduction ERL s Introduction BERLinPro Motivation Computational Aspects

More information

3. Synchrotrons. Synchrotron Basics

3. Synchrotrons. Synchrotron Basics 1 3. Synchrotrons Synchrotron Basics What you will learn about 2 Overview of a Synchrotron Source Losing & Replenishing Electrons Storage Ring and Magnetic Lattice Synchrotron Radiation Flux, Brilliance

More information

The Gamma Factory proposal for CERN

The Gamma Factory proposal for CERN The Gamma Factory proposal for CERN Photon-2017 Conference, May 2017 Mieczyslaw Witold Krasny LPNHE, CNRS and University Paris Sorbonne 1 The Gamma Factory in a nutshell Accelerate and store high energy

More information

COMPARISON OF TRACKING SIMULATION WITH EXPERIMENT ON THE GSI UNILAC

COMPARISON OF TRACKING SIMULATION WITH EXPERIMENT ON THE GSI UNILAC COMPARISON OF TRACKING SIMULATION WITH EXPERIMENT ON THE GSI UNILAC X.Yin 1,2, L. Groening 2, I. Hofmann 2, W. Bayer 2, W. Barth 2,S.Richter 2, S. Yaramishev 2, A. Franchi 3, A. Sauer 4 1 Institute of

More information

COMBINER RING LATTICE

COMBINER RING LATTICE CTFF3 TECHNICAL NOTE INFN - LNF, Accelerator Division Frascati, April 4, 21 Note: CTFF3-2 COMBINER RING LATTICE C. Biscari 1. Introduction The 3 rd CLIC test facility, CTF3, is foreseen to check the feasibility

More information

Small Isochronous Ring (SIR) project at NSCL, MSU. Eduard Pozdeyev NSCL, Michigan Sate University

Small Isochronous Ring (SIR) project at NSCL, MSU. Eduard Pozdeyev NSCL, Michigan Sate University Small Isochronous Ring (SIR) project at NSCL, MSU Eduard Pozdeyev NSCL, Michigan Sate University Talk Outline Isochronous regime in accelerators, application to Isochronous Cyclotrons Space charge effects

More information

Impedance & Instabilities

Impedance & Instabilities Impedance & Instabilities The concept of wakefields and impedance Wakefield effects and their relation to important beam parameters Beam-pipe geometry and materials and their impact on impedance An introduction

More information

2. Passage of Radiation Through Matter

2. Passage of Radiation Through Matter 2. Passage of Radiation Through Matter Passage of Radiation Through Matter: Contents Energy Loss of Heavy Charged Particles by Atomic Collision (addendum) Cherenkov Radiation Energy loss of Electrons and

More information

Lattice Design and Performance for PEP-X Light Source

Lattice Design and Performance for PEP-X Light Source Lattice Design and Performance for PEP-X Light Source Yuri Nosochkov SLAC National Accelerator Laboratory With contributions by M-H. Wang, Y. Cai, X. Huang, K. Bane 48th ICFA Advanced Beam Dynamics Workshop

More information

First propositions of a lattice for the future upgrade of SOLEIL. A. Nadji On behalf of the Accelerators and Engineering Division

First propositions of a lattice for the future upgrade of SOLEIL. A. Nadji On behalf of the Accelerators and Engineering Division First propositions of a lattice for the future upgrade of SOLEIL A. Nadji On behalf of the Accelerators and Engineering Division 1 SOLEIL : A 3 rd generation synchrotron light source 29 beamlines operational

More information

Contents Motivation Particle In Cell Method Projects Plasma and Ion Beam Simulations

Contents Motivation Particle In Cell Method Projects Plasma and Ion Beam Simulations PIC Method for Numerical Simulation Ninad Joshi NNP Group 1 Contents Motivation Particle In Cell Method Projects Plasma and Ion Beam Simulations Motivation 3 Particle simulation Ion beams and Plasmas Accelerators

More information

Beam-Beam Simulations for e + e Colliders

Beam-Beam Simulations for e + e Colliders Beam-Beam Simulations for e + e Colliders J. Rogers, Cornell University Motivation for simulations from observed effects Methods algorithms, simulation codes, and some results. Conclusions Brown Bag Seminar,

More information

Novel Features of Computational EM and Particle-in-Cell Simulations. Shahid Ahmed. Illinois Institute of Technology

Novel Features of Computational EM and Particle-in-Cell Simulations. Shahid Ahmed. Illinois Institute of Technology Novel Features of Computational EM and Particle-in-Cell Simulations Shahid Ahmed Illinois Institute of Technology Outline Part-I EM Structure Motivation Method Modes, Radiation Leakage and HOM Damper Conclusions

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 1: Introduction Examples of nonlinear dynamics in accelerator systems Nonlinear Single-Particle Dynamics in High Energy Accelerators

More information

On-axis injection into small dynamic aperture

On-axis injection into small dynamic aperture On-axis injection into small dynamic aperture L. Emery Accelerator Systems Division Argonne National Laboratory Future Light Source Workshop 2010 Tuesday March 2nd, 2010 On-Axis (Swap-Out) injection for

More information

RF BARRIER CAVITY OPTION FOR THE SNS RING BEAM POWER UPGRADE

RF BARRIER CAVITY OPTION FOR THE SNS RING BEAM POWER UPGRADE RF BARRIER CAVITY OPTION FOR THE SNS RING BEAM POWER UPGRADE J.A. Holmes, S.M. Cousineau, V.V. Danilov, and A.P. Shishlo, SNS, ORNL, Oak Ridge, TN 37830, USA Abstract RF barrier cavities present an attractive

More information

New Electron Source for Energy Recovery Linacs

New Electron Source for Energy Recovery Linacs New Electron Source for Energy Recovery Linacs Ivan Bazarov 20m Cornell s photoinjector: world s brightest electron source 1 Outline Uses of high brightness electron beams Physics of brightness High brightness

More information

Higgs Factory Magnet Protection and Machine-Detector Interface

Higgs Factory Magnet Protection and Machine-Detector Interface Higgs Factory Magnet Protection and Machine-Detector Interface Nikolai Mokhov Fermilab MAP Spring Workshop May 27-31, 2014 Outline MDI Efforts Building Higgs Factory Collider, Detector and MDI Unified

More information

Pretzel scheme of CEPC

Pretzel scheme of CEPC Pretzel scheme of CEPC H. Geng, G. Xu, Y. Zhang, Q. Qin, J. Gao, W. Chou, Y. Guo, N. Wang, Y. Peng, X. Cui, T. Yue, Z. Duan, Y. Wang, D. Wang, S. Bai, F. Su HKUST, Hong Kong IAS program on High Energy

More information

Practical Lattice Design

Practical Lattice Design Practical Lattice Design Dario Pellegrini (CERN) dario.pellegrini@cern.ch USPAS January, 15-19, 2018 1/17 D. Pellegrini - Practical Lattice Design Lecture 5. Low Beta Insertions 2/17 D. Pellegrini - Practical

More information

LHC operation in 2015 and prospects for the future

LHC operation in 2015 and prospects for the future LHC operation in 2015 and prospects for the future Moriond Workshop La Thuile March 2016 Jörg Wenninger CERN Beams Department Operation group / LHC For the LHC commissioning and operation teams 1 Moriond

More information

Letter of Intent for KEK Super B Factory

Letter of Intent for KEK Super B Factory Letter of Intent for KEK Super B Factory Part III: Accelerator Design edited by J. W. Flanagan and Y. Ohnishi August 9, 2004 Contents Executive Summary 341 1 Machine Parameters 344 1.1 Luminosity...................................

More information

S2E (Start-to-End) Simulations for PAL-FEL. Eun-San Kim

S2E (Start-to-End) Simulations for PAL-FEL. Eun-San Kim S2E (Start-to-End) Simulations for PAL-FEL Aug. 25 2008 Kyungpook Nat l Univ. Eun-San Kim 1 Contents I Lattice and layout for a 10 GeV linac II Beam parameters and distributions III Pulse-to-pulse stability

More information

Thorium-Cycle Fission for Green Nuclear Power. Pt Peter McIntyre MIt Texas A&M University

Thorium-Cycle Fission for Green Nuclear Power. Pt Peter McIntyre MIt Texas A&M University Thorium-Cycle Fission for Green Nuclear Power Pt Peter McIntyre MIt Texas A&M University Criteria for green nuclear power: Use the most plentiful fissionable fuels: Thorium and depleted d uranium Operate

More information

Thorium-Cycle Fission for Green Nuclear Power. Pt Peter McIntyre MIt Texas A&M University

Thorium-Cycle Fission for Green Nuclear Power. Pt Peter McIntyre MIt Texas A&M University Thorium-Cycle Fission for Green Nuclear Power Pt Peter McIntyre MIt Texas A&M University Criteria for green nuclear power: Use the most plentiful fissionable fuels: Thorium and depleted d uranium Operate

More information

SwissFEL INJECTOR DESIGN: AN AUTOMATIC PROCEDURE

SwissFEL INJECTOR DESIGN: AN AUTOMATIC PROCEDURE Proceedings of FEL03, New York, NY, USA SwissFEL INJECTOR DESIGN: AN AUTOMATIC PROCEDURE S. Bettoni, M. Pedrozzi, S. Reiche, PSI, Villigen, Switzerland Abstract The first section of FEL injectors driven

More information

arxiv: v1 [physics.acc-ph] 21 Oct 2014

arxiv: v1 [physics.acc-ph] 21 Oct 2014 SIX-DIMENSIONAL WEAK STRONG SIMULATIONS OF HEAD-ON BEAM BEAM COMPENSATION IN RHIC arxiv:.8v [physics.acc-ph] Oct Abstract Y. Luo, W. Fischer, N.P. Abreu, X. Gu, A. Pikin, G. Robert-Demolaize BNL, Upton,

More information

!"#$%$!&'()$"('*+,-')'+-$#..+/+,0)&,$%.1&&/$ LONGITUDINAL BEAM DYNAMICS

!#$%$!&'()$('*+,-')'+-$#..+/+,0)&,$%.1&&/$ LONGITUDINAL BEAM DYNAMICS LONGITUDINAL BEAM DYNAMICS Elias Métral BE Department CERN The present transparencies are inherited from Frank Tecker (CERN-BE), who gave this course last year and who inherited them from Roberto Corsini

More information

Lecture 2: Modeling Accelerators Calculation of lattice functions and parameters. X. Huang USPAS, January 2015 Hampton, Virginia

Lecture 2: Modeling Accelerators Calculation of lattice functions and parameters. X. Huang USPAS, January 2015 Hampton, Virginia Lecture 2: Modeling Accelerators Calculation of lattice functions and parameters X. Huang USPAS, January 2015 Hampton, Virginia 1 Outline Closed orbit Transfer matrix, tunes, Optics functions Chromatic

More information

WG2 on ERL light sources CHESS & LEPP

WG2 on ERL light sources CHESS & LEPP Charge: WG2 on ERL light sources Address and try to answer a list of critical questions for ERL light sources. Session leaders can approach each question by means of (a) (Very) short presentations (b)

More information

Physics 736. Experimental Methods in Nuclear-, Particle-, and Astrophysics. - Accelerator Techniques: Introduction and History -

Physics 736. Experimental Methods in Nuclear-, Particle-, and Astrophysics. - Accelerator Techniques: Introduction and History - Physics 736 Experimental Methods in Nuclear-, Particle-, and Astrophysics - Accelerator Techniques: Introduction and History - Karsten Heeger heeger@wisc.edu Homework #8 Karsten Heeger, Univ. of Wisconsin

More information

High-Fidelity RF Gun Simulations with the Parallel 3D Finite Element Particle-In-Cell Code Pic3P

High-Fidelity RF Gun Simulations with the Parallel 3D Finite Element Particle-In-Cell Code Pic3P High-Fidelity RF Gun Simulations with the Parallel D Finite Element Particle-In-Cell Code PicP SLAC-PUB-668 June 9 A. Candel, A. Kabel, L. Lee, Z. Li, C. Limborg, C. Ng, G. Schussman and K. Ko SLAC National

More information

Speeding up simulations of relativistic systems using an optimal boosted frame

Speeding up simulations of relativistic systems using an optimal boosted frame Speeding up simulations of relativistic systems using an optimal boosted frame J.-L. Vay1,3, W.M. Fawley1, C. G. R. Geddes1, E. Cormier-Michel1, D. P. Grote2,3 1Lawrence Berkeley National Laboratory, CA

More information

Simulation of RF Cavity Dark Current in Presence of Helical Magnetic Field

Simulation of RF Cavity Dark Current in Presence of Helical Magnetic Field Preprint FERMILAB-TM-2467-TP. Simulation of RF Cavity Dark Current in Presence of Helical Magnetic Field GennadyRomanov, Vladimir Kashikhin Abstract. In order to produce muon beam of high enough quality

More information

SLAC Summer School on Electron and Photon Beams. Tor Raubenheimer Lecture #2: Inverse Compton and FEL s

SLAC Summer School on Electron and Photon Beams. Tor Raubenheimer Lecture #2: Inverse Compton and FEL s SLAC Summer School on Electron and Photon Beams Tor Raubenheimer Lecture #: Inverse Compton and FEL s Outline Synchrotron radiation Bending magnets Wigglers and undulators Inverse Compton scattering Free

More information

A Proposal of Harmonictron

A Proposal of Harmonictron Memoirs of the Faculty of Engineering, Kyushu University, Vol.77, No.2, December 2017 A Proposal of Harmonictron by Yoshiharu MORI *, Yujiro YONEMURA ** and Hidehiko ARIMA *** (Received November 17, 2017)

More information

Developments of the RCNP cyclotron cascade

Developments of the RCNP cyclotron cascade CYCLOTRONS 2007 The 18th International Conference on Cyclotrons and Their Applications Developments of the RCNP cyclotron cascade K. Hatanaka,, M. Fukuda, T. Saito, T. Yorita,, H. Tamura, M. Kibayashi,

More information

Modeling of Space Charge Effects and Coherent Synchrotron Radiation in Bunch Compression Systems. Martin Dohlus DESY, Hamburg

Modeling of Space Charge Effects and Coherent Synchrotron Radiation in Bunch Compression Systems. Martin Dohlus DESY, Hamburg Modeling of Space Charge Effects and Coherent Synchrotron Radiation in Bunch Compression Systems Martin Dohlus DESY, Hamburg SC and CSR effects are crucial for design & simulation of BC systems CSR and

More information

Issues of Electron Cooling

Issues of Electron Cooling Issues of Electron Cooling Yaroslav Derbenev derbenev@jlab.org JLEIC Spring 2016 Collaboration Meeting JLab, March 29-31, 2016 Outline Friction force Magnetized cooling Misalignment impact Cooling rates

More information

Self-consistent simulations of highintensity beams and electron-clouds.

Self-consistent simulations of highintensity beams and electron-clouds. Self-consistent simulations of highintensity beams and electron-clouds. Jean-Luc Vay Heavy Ion Fusion Science Virtual National Laboratory Lawrence Berkeley National Laboratory Many thanks to collaborators

More information

CEPC Linac Injector. HEP Jan, Cai Meng, Guoxi Pei, Jingru Zhang, Xiaoping Li, Dou Wang, Shilun Pei, Jie Gao, Yunlong Chi

CEPC Linac Injector. HEP Jan, Cai Meng, Guoxi Pei, Jingru Zhang, Xiaoping Li, Dou Wang, Shilun Pei, Jie Gao, Yunlong Chi HKUST Jockey Club Institute for Advanced Study CEPC Linac Injector HEP218 22 Jan, 218 Cai Meng, Guoxi Pei, Jingru Zhang, Xiaoping Li, Dou Wang, Shilun Pei, Jie Gao, Yunlong Chi Institute of High Energy

More information

The TESLA Dogbone Damping Ring

The TESLA Dogbone Damping Ring The TESLA Dogbone Damping Ring Winfried Decking for the TESLA Collaboration April 6 th 2004 Outline The Dogbone Issues: Kicker Design Dynamic Aperture Emittance Dilution due to Stray-Fields Collective

More information

Novel, Hybrid RF Injector as a High-average. Dinh Nguyen. Lloyd Young

Novel, Hybrid RF Injector as a High-average. Dinh Nguyen. Lloyd Young Novel, Hybrid RF Injector as a High-average average-current Electron Source Dinh Nguyen Los Alamos National Laboratory Lloyd Young TechSource Energy Recovery Linac Workshop Thomas Jefferson National Accelerator

More information

Introduction to electron and photon beam physics. Zhirong Huang SLAC and Stanford University

Introduction to electron and photon beam physics. Zhirong Huang SLAC and Stanford University Introduction to electron and photon beam physics Zhirong Huang SLAC and Stanford University August 03, 2015 Lecture Plan Electron beams (1.5 hrs) Photon or radiation beams (1 hr) References: 1. J. D. Jackson,

More information

Energy Recovery Linac (ERL) Science Workshop

Energy Recovery Linac (ERL) Science Workshop Energy Recovery Linac (ERL) Science Workshop Sol M. Gruner, CHESS & Physics Dept. Objective: Examine science possible with an ERL x-ray source. Ques.: Ans.: Why do this? Need for more and better SR machines.

More information

Operational Experience with HERA

Operational Experience with HERA PAC 07, Albuquerque, NM, June 27, 2007 Operational Experience with HERA Joachim Keil / DESY On behalf of the HERA team Contents Introduction HERA II Luminosity Production Experiences with HERA Persistent

More information

A 6 GeV Compact X-ray FEL (CXFEL) Driven by an X-Band Linac

A 6 GeV Compact X-ray FEL (CXFEL) Driven by an X-Band Linac A 6 GeV Compact X-ray FEL (CXFEL) Driven by an X-Band Linac Zhirong Huang, Faya Wang, Karl Bane and Chris Adolphsen SLAC Compact X-Ray (1.5 Å) FEL Parameter symbol LCLS CXFEL unit Bunch Charge Q 250 250

More information

RDCH 702 Lecture 8: Accelerators and Isotope Production

RDCH 702 Lecture 8: Accelerators and Isotope Production RDCH 702 Lecture 8: Accelerators and Isotope Production Particle generation Accelerator Direct Voltage Linear Cyclotrons Synchrotrons Photons * XAFS * Photonuclear Heavy Ions Neutrons sources Fission products

More information

3D Space Charge Routines: The Software Package MOEVE and FFT Compared

3D Space Charge Routines: The Software Package MOEVE and FFT Compared 3D Space Charge Routines: The Software Package MOEVE and FFT Compared Gisela Pöplau DESY, Hamburg, December 4, 2007 Overview Algorithms for 3D space charge calculations Properties of FFT and iterative

More information

HELICAL COOLING CHANNEL PROGRESS*

HELICAL COOLING CHANNEL PROGRESS* Muons, Inc. HELICAL COOLING CHANNEL PROGRESS* R. P. Johnson #, Muons, Inc., Batavia, IL, U.S.A. Y. S. Derbenev, JLab, Newport News, VA, USA K. Yonehara, Fermilab, Batavia, IL, USA (and many other SBIR-STTR

More information

OPTIMIZATION OF COMPENSATION CHICANES IN THE LCLS-II BEAM DELIVERY SYSTEM

OPTIMIZATION OF COMPENSATION CHICANES IN THE LCLS-II BEAM DELIVERY SYSTEM OPTIMIZATION OF COMPENSATION CHICANES IN THE LCLS-II BEAM DELIVERY SYSTEM LCLS-II TN-15-41 11/23/2015 J. Qiang, M. Venturini November 23, 2015 LCLSII-TN-15-41 1 Introduction L C L S - I I T E C H N I C

More information

arxiv: v2 [physics.acc-ph] 10 Aug 2012

arxiv: v2 [physics.acc-ph] 10 Aug 2012 DARK CURRENT STUDIES FOR SWISSFEL arxiv:125.398v2 [physics.acc-ph] 1 Aug 212 Abstract F. Le Pimpec, R. Zennaro, S. Reiche, E. Hohmann, A. Citterio, A. Adelmann Paul Scherrer Institut, 5232 Villigen, Switzerland

More information

Beam beam simulation. S.Isaacman, A.Long,E.Pueschel, D.Rubin. October 1,

Beam beam simulation. S.Isaacman, A.Long,E.Pueschel, D.Rubin. October 1, Beam beam simulation S.Isaacman, A.Long,E.Pueschel, D.Rubin October 1, 2004 1 Weak-strong simulation - Strong beam is fixed - Weak beam consists of N macro particles. - Track weak beam macro-particles

More information

Beam Physics at SLAC. Yunhai Cai Beam Physics Department Head. July 8, 2008 SLAC Annual Program Review Page 1

Beam Physics at SLAC. Yunhai Cai Beam Physics Department Head. July 8, 2008 SLAC Annual Program Review Page 1 Beam Physics at SLAC Yunhai Cai Beam Physics Department Head July 8, 2008 SLAC Annual Program Review Page 1 Members in the ABP Department * Head: Yunhai Cai * Staff: Gennady Stupakov Karl Bane Zhirong

More information

Superconducting RF Accelerators: Why all the interest?

Superconducting RF Accelerators: Why all the interest? Superconducting RF Accelerators: Why all the interest? William A. Barletta Director, United States Particle Accelerator School Dept. of Physics, MIT The HEP prespective ILC PROJECT X Why do we need RF

More information

Simulations of single bunch collective effects using HEADTAIL

Simulations of single bunch collective effects using HEADTAIL Simulations of single bunch collective effects using HEADTAIL G. Rumolo, in collaboration with E. Benedetto, O. Boine-Frankenheim, G. Franchetti, E. Métral, F. Zimmermann ICAP, Chamonix, 02.10.2006 Giovanni

More information

Longitudinal Dynamics

Longitudinal Dynamics Longitudinal Dynamics F = e (E + v x B) CAS Bruges 16-25 June 2009 Beam Dynamics D. Brandt 1 Acceleration The accelerator has to provide kinetic energy to the charged particles, i.e. increase the momentum

More information

Dark Current at Injector. Jang-Hui Han 27 November 2006 XFEL Beam Dynamics Meeting

Dark Current at Injector. Jang-Hui Han 27 November 2006 XFEL Beam Dynamics Meeting Dark Current at Injector Jang-Hui Han 27 November 2006 XFEL Beam Dynamics Meeting Considerations for the guns Ultra-low slice emittance of electron beams higher gradient at the gun cavity solenoid field

More information

Analysis of Slice Transverse Emittance Evolution in a Photocathode RF Gun. Abstract

Analysis of Slice Transverse Emittance Evolution in a Photocathode RF Gun. Abstract SLAC PUB 868 October 7 Analysis of Slice Transverse Emittance Evolution in a Photocathode RF Gun Z. Huang, Y. Ding Stanford Linear Accelerator Center, Stanford, CA 9439 J. Qiang Lawrence Berkeley National

More information

STATUS OF THE NOVOSIBIRSK ENERGY RECOVERY LINAC

STATUS OF THE NOVOSIBIRSK ENERGY RECOVERY LINAC STATUS OF THE NOVOSIBIRSK ENERGY RECOVERY LINAC V.P. Bolotin, N.A. Vinokurov, N.G. Gavrilov, D.A. Kayran, B.A. Knyazev, E.I. Kolobanov, V. V. Kotenkov, V.V. Kubarev, G.N. Kulipanov, A.N. Matveenko, L.E.

More information

Accelerator Physics Issues of ERL Prototype

Accelerator Physics Issues of ERL Prototype Accelerator Physics Issues of ERL Prototype Ivan Bazarov, Geoffrey Krafft Cornell University TJNAF ERL site visit (Mar 7-8, ) Part I (Bazarov). Optics. Space Charge Emittance Compensation in the Injector

More information

TeV Scale Muon RLA Complex Large Emittance MC Scenario

TeV Scale Muon RLA Complex Large Emittance MC Scenario TeV Scale Muon RLA Complex Large Emittance MC Scenario Alex Bogacz and Kevin Beard Muon Collider Design Workshop, BNL, December 1-3, 29 Outline Large Emittance MC Neuffer s Collider Acceleration Scheme

More information

Cornell Injector Performance

Cornell Injector Performance Cornell Injector Performance Adam Bartnik 1 Cornell Injector Performance as an ERL injector 2 Cornell Injector Performance as an ERL injector as an FEL injector (e.g. LCLS-II) as an injector for EIC applications

More information

The LHC: the energy, cooling, and operation. Susmita Jyotishmati

The LHC: the energy, cooling, and operation. Susmita Jyotishmati The LHC: the energy, cooling, and operation Susmita Jyotishmati LHC design parameters Nominal LHC parameters Beam injection energy (TeV) 0.45 Beam energy (TeV) 7.0 Number of particles per bunch 1.15

More information

Overview on Compton Polarimetry

Overview on Compton Polarimetry General Issues O spin motion & alignment tolerances O beam-beam effects & upstream vs. Downstream Compton Polarimetry Basics O beam parameters & Compton detection methods O kinematics, cross sections &

More information

Measurements and simulations of electron-cloudinduced tune shifts and emittance growth at CESRTA

Measurements and simulations of electron-cloudinduced tune shifts and emittance growth at CESRTA Measurements and simulations of electron-cloudinduced tune shifts and emittance growth at CESRTA Stephen Poprocki, J.A. Crittenden, D.L. Rubin, S.T. Wang Cornell University ECLOUD 8 June -7, 8 Elba Island,

More information

Super-c-tau factory in Novosibirsk (WP7)

Super-c-tau factory in Novosibirsk (WP7) Super-c-tau factory in Novosibirsk (WP7) E. Levichev Budker Institute of Nuclear Physics Novosibirsk, RUSSIA CREMLIN kick-off meeting, 6-7 October 2015 NRC Kurchatov Institute Budker Institute Founded

More information

Dielectric Based HG Structures II: Diamond Structures; BBU and Multipactor

Dielectric Based HG Structures II: Diamond Structures; BBU and Multipactor Dielectric Based HG Structures II: Diamond Structures; BBU and Multipactor P. Schoessow, A. Kanareykin, C. Jing, A. Kustov Euclid Techlabs W. Gai, J. Power ANL R. Gat Coating Technology Solutions More

More information

ERL FACILITY AT CERN FOR APPLICATIONS

ERL FACILITY AT CERN FOR APPLICATIONS ERL FACILITY AT CERN FOR APPLICATIONS Erk Jensen (CERN) Big thanks to contributors: A. Bogacz (JLAB), O. Brüning, R. Calaga, V. Chetvertkova, E. Cormier (CELIA), R. Jones, M. Klein, A. Valloni, D. Pellegrini,

More information

The Luminosity Upgrade at RHIC. G. Robert-Demolaize, Brookhaven National Laboratory

The Luminosity Upgrade at RHIC. G. Robert-Demolaize, Brookhaven National Laboratory The Luminosity Upgrade at RHIC G. Robert-Demolaize, Brookhaven National Laboratory RHIC accelerator complex: IPAC'15 - May 3-8, 2015 - Richmond, VA, USA 2 The Relativistic Heavy Ion Collider (RHIC) aims

More information

HALO SIMULATION IN A REALISTIC PROTON LINAC DESIGN

HALO SIMULATION IN A REALISTIC PROTON LINAC DESIGN HALO SIMULATION IN A REALISTIC PROTON LINAC DESIGN M. Pabst and K. Bongardt, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany A.P. Letchford, Rutherford Appleton Laboratory, Chilton, Didcot, UK Abstract

More information

FFAG diagnostics and challenges

FFAG diagnostics and challenges FFAG diagnostics and challenges Beam Dynamics meets Diagnostics Workshop Florence, Italy, 4-6th November 2015 Dr. Suzie Sheehy John Adams Institute for Accelerator Science, University of Oxford & STFC/ASTeC

More information

Novel Simulation Methods in the code-framework Warp

Novel Simulation Methods in the code-framework Warp Novel Simulation Methods in the code-framework Warp J.-L. Vay1,3, D.P. Grote2,3, R.H. Cohen2,3, A. Friedman2,3, S.M. Lund2,3, E. Cormier-Michel1, W.M. Fawley1, M.A. Furman1, C.G.R. Geddes1 1Lawrence Berkeley

More information

The IBEX Paul Trap: Studying accelerator physics without the accelerator

The IBEX Paul Trap: Studying accelerator physics without the accelerator The IBEX Paul Trap: Studying accelerator physics without the accelerator JAI Introducing Seminar 21/5/2015 Dr. Suzie Sheehy John Adams Institute for Accelerator Science & STFC/ASTeC Intense Beams Group

More information

Electron-Cloud Theory & Simulations

Electron-Cloud Theory & Simulations (1) e cloud build up Electron-Cloud Theory & Simulations Frank Zimmermann,, SL/AP distribution, line & volume density, dose ( scrubbing), energy spectrum, LHC heat load, various fields (dipole, solenoids,

More information