diff options
author | 2019-10-17 17:54:43 -0700 | |
---|---|---|
committer | 2019-10-17 17:54:43 -0700 | |
commit | ca8e6cd1aaa5905c2085a4bd57e568b88ef718d8 (patch) | |
tree | 49caa5f362f59d8c732ca7d8cd8912383ea6b16e /Docs/source/running_cpp/parameters.rst | |
parent | ac2db87d9b2722957c4e1a156e552e53134caeb9 (diff) | |
parent | ab5f29617d543523435c8c36821fcc305666e390 (diff) | |
download | WarpX-ca8e6cd1aaa5905c2085a4bd57e568b88ef718d8.tar.gz WarpX-ca8e6cd1aaa5905c2085a4bd57e568b88ef718d8.tar.zst WarpX-ca8e6cd1aaa5905c2085a4bd57e568b88ef718d8.zip |
Merge branch 'dev' into initial_fields
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 7c71b2a86..ea5962321 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 -------------------- |