|
34 | 34 | ######################### Simulation parameters
|
35 | 35 |
|
36 | 36 | ##### mesh resolution
|
37 |
| -dx = 0.15*um # longitudinal mesh resolution |
38 |
| -dr = 1*um # transverse mesh resolution |
| 37 | +dx = 0.14*um # longitudinal mesh resolution |
| 38 | +dr = 0.75*um # transverse mesh resolution |
39 | 39 | dt = 0.9*dx/c_normalized # integration timestep
|
40 | 40 |
|
41 | 41 | ##### simulation window size
|
42 |
| -nx = 352 # number of mesh points in the longitudinal direction |
| 42 | +nx = 384 # number of mesh points in the longitudinal direction |
43 | 43 | nr = 96 # number of mesh points in the transverse direction
|
44 | 44 | Lx = nx * dx # longitudinal size of the simulation window
|
45 | 45 | Lr = nr * dr # transverse size of the simulation window
|
|
90 | 90 |
|
91 | 91 | #### laser parameters
|
92 | 92 | a0 = 1.8
|
93 |
| -laser_fwhm = 25.5*math.sqrt(2)*fs # laser FWHM duration in field, i.e. FWHM duration in intensity*sqrt(2) |
94 |
| -laser_waist = 20.*um # laser waist, conversion from um |
| 93 | +laser_fwhm = 25*math.sqrt(2)*fs # laser FWHM duration in field, i.e. FWHM duration in intensity*sqrt(2) |
| 94 | +laser_waist = 16.*um # laser waist, conversion from um |
95 | 95 | center_laser = Lx-1.7*laser_fwhm # laser position at the start of the simulation
|
96 | 96 | x_focus_laser = 500*um
|
97 | 97 |
|
|
125 | 125 | # atomic density
|
126 | 126 | plasma_plateau_density_1_ov_cm3 = 1.3e18
|
127 | 127 | n_at = plasma_plateau_density_1_ov_cm3*1e6/ncrit # plasma plateau density in units of critical density defined above
|
128 |
| -R_plasma = 90.*um # Radius of plasma |
| 128 | +R_plasma = 65.*um # Radius of plasma |
129 | 129 |
|
130 | 130 | # Define the density function
|
131 | 131 | # this plasma density profile tries to create the density distribution
|
|
0 commit comments