Skip to content

Commit

Permalink
Update test input files
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Feb 8, 2025
1 parent 45bb787 commit 46a859c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ FILE = inputs_base_2d

# test input parameters
algo.maxwell_solver = psatd
psatd.J_in_time = linear
psatd.JRhom = "LL2"
psatd.solution_type = first-order
psatd.update_with_rho = 1
warpx.abort_on_warning_threshold = medium
warpx.cfl = 0.7071067811865475
warpx.do_multi_J = 1
warpx.do_multi_J_n_depositions = 2
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ FILE = inputs_base_2d

# test input parameters
algo.maxwell_solver = psatd
psatd.J_in_time = linear
psatd.JRhom = "LL2"
psatd.solution_type = first-order
psatd.update_with_rho = 1
warpx.abort_on_warning_threshold = medium
warpx.cfl = 0.7071067811865475
warpx.do_multi_J = 1
warpx.do_multi_J_n_depositions = 2
warpx.grid_type = collocated
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ electrons.random_theta = 0
ions.num_particles_per_cell_each_dim = 2 4 2
ions.random_theta = 0
psatd.current_correction = 0
psatd.JRhom = "CL4"
psatd.update_with_rho = 1
warpx.abort_on_warning_threshold = medium
warpx.do_dive_cleaning = 0
warpx.do_multi_J = 1
warpx.do_multi_J_n_depositions = 4
warpx.n_rz_azimuthal_modes = 2
warpx.use_filter = 1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ FILE = inputs_base_3d

# test input parameters
diag1.fields_to_plot = Bx By Bz divE Ex Ey Ez F G jx jy jz rho
psatd.J_in_time = constant
psatd.rho_in_time = constant
psatd.JRhom = "CC1"
psatd.solution_type = first-order
warpx.abort_on_warning_threshold = medium
warpx.do_divb_cleaning = 1
warpx.do_dive_cleaning = 1
warpx.do_multi_J = 1
warpx.do_multi_J_n_depositions = 1
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ warpx.cfl = 1.

warpx.do_dive_cleaning = 1
warpx.do_divb_cleaning = 1
warpx.do_multi_J = 1
warpx.do_multi_J_n_depositions = 2
psatd.do_time_averaging = 1

# PSATD
psatd.JRhom = "LL2"
psatd.update_with_rho = 1
#psatd.v_galilean = 0. 0. -0.9373391857121336
psatd.J_in_time = linear

# Particles

Expand Down

0 comments on commit 46a859c

Please sign in to comment.