Keywords:
electron driven, plasma wakefield, CLARA, PARS, AWAKE
As an alternative to a full particle in cell approach for accelerator computations is to use a prescribed beam, that is to set the J field directly without using a vector deposition of the current associated with the charge. This is demonstrated in this example which computes the wakefields in a dielectric lined waveguide. The electron beam initializes the field using a custom python technique, which can be adapted for cases where the Poisson solve might not be appropriate (due to memory limitations for example) then the fields (and effective) particles are evolved using FDTD. We launch the electron beam from x=0 in the positive x direction. The primary bunch generates a region of high field into which one might inject and accelerate a second bunch of charged particles. This simulation broadly follows the approach reported on in [MPSC11]
The Dielectric Wall Wakefield Acceleration example is accessed from within VSimComposer by the following actions:
The basic variables of this problem should now be alterable via the text boxes in the left pane of the Setup Window, as shown in Fig. 464.
The simulation setup consists of an electromagnetic solver using the Yee algorithm and takes advantage of a prescribed current source to avoid computationally intensive particle pushes. The ‘top’ and ‘bottom’ y extents of the simulation are metal, and we see the behavior in a dielectric lined waveguide, using a first order accurate dielectric algorithm for the walls.
BP
is the beampipe half-widthAP
is the dielectric aperture half-widthDIELECTRIC_EPSILON
allows the user to experiment with different materialsLX
sets the length of the structure and simulationGamma
sets the relativistic velocity of the beam to be used.Inside the .pre file, which you can reach by pressing View Input File, there are various other settings for modelling this with a laser drive, or with PIC particles.
After performing the above actions, continue as follows:
Running in 2D, you can expect a 2 core laptop to take a few minutes at the default resolution and run time.
After performing the above actions, continue as follows:
View the electric field generated by the plasma as shown in Fig. 466 by doing the following:
There are two bunch shapes provided to start with, you can look at the effect of harmonics in the bunch in the longitudinal field output. There is also a commented block of code that can be switched in that shifts the dielectric into the domain a little, so one can see the process of the electrons beam forming the pattern.
Also, one may add a species propagating from the left hand side to witness the wake, and observe the behavior of particles in or out of phase with the wake.