diff options
author | 2020-01-24 11:03:48 -0800 | |
---|---|---|
committer | 2020-01-24 11:03:48 -0800 | |
commit | a32b3292967b6b0ee766ad14303c6cd0f2369b04 (patch) | |
tree | f271f8104c0cc38784bbbe6cb3f8747d12cc3d32 /Examples/Modules | |
parent | 50b7e6c7189e98241684212dbae37f85cb43a02f (diff) | |
parent | c5d8298284709dbea9f2c764bf429872933de11c (diff) | |
download | WarpX-a32b3292967b6b0ee766ad14303c6cd0f2369b04.tar.gz WarpX-a32b3292967b6b0ee766ad14303c6cd0f2369b04.tar.zst WarpX-a32b3292967b6b0ee766ad14303c6cd0f2369b04.zip |
Merge pull request #609 from RevathiJambunathan/ParticlesEBParser
Externally applied E/B fields on the particles using parser
Diffstat (limited to 'Examples/Modules')
-rw-r--r-- | Examples/Modules/qed/breit_wheeler/inputs_3d_optical_depth_evolution | 6 |
1 files changed, 4 insertions, 2 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 #### |