aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-17 18:45:15 -0400
committerGravatar GitHub <noreply@github.com> 2019-10-17 18:45:15 -0400
commitab5f29617d543523435c8c36821fcc305666e390 (patch)
tree98a551518d23ff01003360112915565f7b6d3482 /Docs/source/running_cpp
parent10e34f54fd6ae1ad058d7c54681de088ed98044a (diff)
parente69b69a05b0e1c9f67320fa080910fad34fa804d (diff)
downloadWarpX-ab5f29617d543523435c8c36821fcc305666e390.tar.gz
WarpX-ab5f29617d543523435c8c36821fcc305666e390.tar.zst
WarpX-ab5f29617d543523435c8c36821fcc305666e390.zip
Merge pull request #475 from gtrichardson/E_const
Added E_external for particles
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r--Docs/source/running_cpp/parameters.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst
index 631036373..24296d22d 100644
--- a/Docs/source/running_cpp/parameters.rst
+++ b/Docs/source/running_cpp/parameters.rst
@@ -386,6 +386,10 @@ Particle initialization
It only works if `<species>.do_qed = 1`. Enables non-linear Breit-Wheeler process for this species.
**Implementation of this feature is in progress. It requires to compile with QED=TRUE**
+* ``warpx.E_external`` & ``warpx.B_external`` (list of `float`) optional (default `0.0`)
+ Two separate parameters which add a uniform E-field or B-field to each particle
+ which is then added to the field values gathered from the grid in the
+ PIC cycle.
Laser initialization
--------------------