diff options
author | 2019-10-22 17:47:10 +0200 | |
---|---|---|
committer | 2019-10-22 17:47:10 +0200 | |
commit | 8b11dc7b2014662c620ae5cd5e900cd229bd0bff (patch) | |
tree | 4b6861e353db9ae7198dee73c23a6e8770e5b184 /Docs/source/running_cpp | |
parent | 9dbdaa27a22d3020b26ab8271682bbccdbb66c8d (diff) | |
parent | 01d1b15e13ed602d1ecae5fe97adf15173a8a094 (diff) | |
download | WarpX-8b11dc7b2014662c620ae5cd5e900cd229bd0bff.tar.gz WarpX-8b11dc7b2014662c620ae5cd5e900cd229bd0bff.tar.zst WarpX-8b11dc7b2014662c620ae5cd5e900cd229bd0bff.zip |
Merge remote-tracking branch 'upstream/dev' into qed_bw_qs_factory_class
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 09d639728..e77ca553e 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -344,6 +344,7 @@ Particle initialization * ``ux`` ``uy`` ``uz`` for the particle momentum, * ``Ex`` ``Ey`` ``Ez`` for the electric field on particles, * ``Bx`` ``By`` ``Bz`` for the magnetic field on particles. + The particle positions are always included. Use ``<species>.plot_vars = none`` to plot no particle data, except particle position. @@ -373,6 +374,11 @@ Particle initialization species (must be smaller than the atomic number of chemical element given in `physical_element`). +* ``<species>.do_classical_radiation_reaction`` (`int`) optional (default `0`) + Enables Radiation Reaction (or Radiation Friction) for the species. Species + must be either electrons or positrons. Boris pusher must be used for the + simulation + * ``<species>.do_qed`` (`int`) optional (default `0`) If `<species>.do_qed = 0` all the QED effects are disabled for this species. If `<species>.do_qed = 1` QED effects can be enabled for this species (see below) |