diff options
Diffstat (limited to 'Examples/Physics_applications/laser_acceleration')
-rw-r--r-- | Examples/Physics_applications/laser_acceleration/inputs.2d.boost | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Examples/Physics_applications/laser_acceleration/inputs.2d.boost b/Examples/Physics_applications/laser_acceleration/inputs.2d.boost index e234890f8..b1fb28126 100644 --- a/Examples/Physics_applications/laser_acceleration/inputs.2d.boost +++ b/Examples/Physics_applications/laser_acceleration/inputs.2d.boost @@ -60,12 +60,12 @@ electrons.num_particles_per_cell_each_dim = 1 1 electrons.momentum_distribution_type = "gaussian" electrons.xmin = -120.e-6 electrons.xmax = 120.e-6 -electrons.zmin = 0.e-6 -electrons.zmax = .003 +electrons.zmin = 0.5e-3 +electrons.zmax = .0035 electrons.profile = "predefined" electrons.predefined_profile_name = "parabolic_channel" -# predefined_profile_params = ramp_up plateau ramp_down rc n0 -electrons.predefined_profile_params = .5e-3 2.e-3 .5e-3 50.e-6 3.5e24 +# predefined_profile_params = z_start ramp_up plateau ramp_down rc n0 +electrons.predefined_profile_params = .5e-3 .5e-3 2.e-3 .5e-3 50.e-6 3.5e24 electrons.do_continuous_injection = 1 ions.charge = q_e @@ -75,12 +75,12 @@ ions.num_particles_per_cell_each_dim = 1 1 ions.momentum_distribution_type = "gaussian" ions.xmin = -120.e-6 ions.xmax = 120.e-6 -ions.zmin = 0. -ions.zmax = .003 +ions.zmin = 0.5e-3 +ions.zmax = .0035 ions.profile = "predefined" ions.predefined_profile_name = "parabolic_channel" -# predefined_profile_params = ramp_up plateau ramp_down rc n0 -ions.predefined_profile_params = .5e-3 2.e-3 .5e-3 50.e-6 3.5e24 +# predefined_profile_params = z_start ramp_up plateau ramp_down rc n0 +ions.predefined_profile_params = .5e-3 .5e-3 2.e-3 .5e-3 50.e-6 3.5e24 ions.do_continuous_injection = 1 beam.charge = -q_e @@ -121,5 +121,5 @@ laser1.e_max = 2.e12 # Maximum amplitude of the laser field (in V/m laser1.profile_waist = 45.e-6 # The waist of the laser (in meters) laser1.profile_duration = 20.e-15 # The duration of the laser (in seconds) laser1.profile_t_peak = 40.e-15 # The time at which the laser reaches its peak (in seconds) -laser1.profile_focal_distance = 0.e-6 # Focal distance from the antenna (in meters) +laser1.profile_focal_distance = 0.5e-3 # Focal distance from the antenna (in meters) laser1.wavelength = 0.81e-6 # The wavelength of the laser (in meters) |