aboutsummaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution6
-rw-r--r--Examples/Tests/Larmor/inputs_2d_mr3
-rw-r--r--Examples/Tests/particle_pusher/inputs_3d6
-rw-r--r--Examples/Tests/radiation_reaction/test_const_B_analytical/inputs_3d3
4 files changed, 12 insertions, 6 deletions
diff --git a/Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution b/Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution
index 0d4cad2b1..0e1b37a00 100644
--- a/Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution
+++ b/Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution
@@ -158,9 +158,11 @@ qed_bw.lookup_table_mode = "dummy_builtin"
#################################
### EXTERNAL E FIELD ### (3e15 * [-0.811107105653813 0.324442842261525 0.486664263392288] )
-warpx.E_external_particle = -2433321316961438 973328526784575 1459992790176863
+particles.E_ext_particle_init_style = "constant"
+particles.E_external_particle = -2433321316961438 973328526784575 1459992790176863
####
### EXTERNAL B FIELD ### (1e7 * [0.28571429 0.42857143 0.85714286] )
-warpx.B_external_particle = 2857142.85714286 4285714.28571428 8571428.57142857
+particles.B_ext_particle_init_style = "constant"
+particles.B_external_particle = 2857142.85714286 4285714.28571428 8571428.57142857
####
diff --git a/Examples/Tests/Larmor/inputs_2d_mr b/Examples/Tests/Larmor/inputs_2d_mr
index f933aa77a..8b197543c 100644
--- a/Examples/Tests/Larmor/inputs_2d_mr
+++ b/Examples/Tests/Larmor/inputs_2d_mr
@@ -34,7 +34,8 @@ geometry.prob_hi = 2.0 2.0
warpx.do_pml = 1
warpx.pml_ncell = 10
-warpx.B_external_particle = 0.0 0.00078110417851950768 0.0
+particles.B_ext_particle_init_style = "constant"
+particles.B_external_particle = 0.0 0.00078110417851950768 0.0
# Verbosity
warpx.verbose = 1
diff --git a/Examples/Tests/particle_pusher/inputs_3d b/Examples/Tests/particle_pusher/inputs_3d
index 45ba7fa70..c61ac72c2 100644
--- a/Examples/Tests/particle_pusher/inputs_3d
+++ b/Examples/Tests/particle_pusher/inputs_3d
@@ -40,5 +40,7 @@ warpx.plot_raw_fields = 0
# External fields
# Ex is set to be Ex = -vy*Bz
-warpx.B_external_particle = 0.0 0.0 1.0
-warpx.E_external_particle = -2.994174829214179e+08 0.0 0.0
+particles.B_ext_particle_init_style = "constant"
+particles.B_external_particle = 0.0 0.0 1.0
+particles.E_ext_particle_init_style = "constant"
+particles.E_external_particle = -2.994174829214179e+08 0.0 0.0
diff --git a/Examples/Tests/radiation_reaction/test_const_B_analytical/inputs_3d b/Examples/Tests/radiation_reaction/test_const_B_analytical/inputs_3d
index e8fdbe984..07ae2f17f 100644
--- a/Examples/Tests/radiation_reaction/test_const_B_analytical/inputs_3d
+++ b/Examples/Tests/radiation_reaction/test_const_B_analytical/inputs_3d
@@ -64,4 +64,5 @@ pos_perp2.single_particle_vel = -958.3148474999095 127.77531299998823 255.550625
pos_perp2.single_particle_weight = 1e-08
pos_perp2.do_classical_radiation_reaction = 1
-warpx.B_external_particle = 917978.2333474257 1376967.350021139 2753934.700042278
+particles.B_ext_particle_init_style = "constant"
+particles.B_external_particle = 917978.2333474257 1376967.350021139 2753934.700042278