diff options
author | 2019-05-07 13:35:14 -0700 | |
---|---|---|
committer | 2019-05-07 13:35:14 -0700 | |
commit | 7f60e9af216c183117e9a7c1fa3ead8000f03cc5 (patch) | |
tree | 51cc4c3337d1a43dadcd0872f58ef97e6c828edf /Docs/source/running_cpp | |
parent | 5e0a445165ec7f9796c1a37f11b0e3ec050a40db (diff) | |
download | WarpX-7f60e9af216c183117e9a7c1fa3ead8000f03cc5.tar.gz WarpX-7f60e9af216c183117e9a7c1fa3ead8000f03cc5.tar.zst WarpX-7f60e9af216c183117e9a7c1fa3ead8000f03cc5.zip |
add documentation
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index cc926c82d..35d9debdc 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -154,6 +154,11 @@ Particle initialization * ``NRandomPerCell``: injection with a fixed number of randomly-distributed particles per cell. This requires the additional parameter ``<species_name>.num_particles_per_cell``. +* ``<species_name>.do_continuous_injection`` (`0` or `1`) + Whether to inject particles during the simulation, and not only at + initialization. This can be required whith a moving window and/or when + running in a boosted frame. + * ``<species_name>.profile`` (`string`) Density profile for this species. The options are: |