diff options
Diffstat (limited to 'Examples/Physics_applications/plasma_acceleration/inputs_2d')
-rw-r--r-- | Examples/Physics_applications/plasma_acceleration/inputs_2d | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Examples/Physics_applications/plasma_acceleration/inputs_2d b/Examples/Physics_applications/plasma_acceleration/inputs_2d index 9aceea519..f25f3d7ff 100644 --- a/Examples/Physics_applications/plasma_acceleration/inputs_2d +++ b/Examples/Physics_applications/plasma_acceleration/inputs_2d @@ -7,19 +7,24 @@ amr.max_grid_size = 128 amr.blocking_factor = 32 amr.max_level = 0 geometry.coord_sys = 0 # 0: Cartesian -geometry.is_periodic = 0 0 # Is periodic? geometry.prob_lo = -125.e-6 -149.e-6 geometry.prob_hi = 125.e-6 1.e-6 warpx.fine_tag_lo = -12.e-6 -110.e-6 warpx.fine_tag_hi = 12.e-6 -100.e-6 ################################# +######## Boundary condition ##### +################################# +boundary.field_lo = pml pml +boundary.field_hi = pml pml +# PML +warpx.pml_ncell = 10 + +################################# ############ NUMERICS ########### ################################# algo.maxwell_solver = ckc warpx.use_filter = 1 -warpx.do_pml = 1 -warpx.pml_ncell = 10 warpx.cfl = .99 warpx.do_moving_window = 1 warpx.moving_window_dir = z |