diff options
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r-- | Docs/source/usage/parameters.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index 92bb030ca..9365bd35f 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -613,6 +613,8 @@ Particle initialization ``<species_name>.flux_normal_axis`` (`x`, `y`, or `z` for 3D, `x` or `z` for 2D, or `r` or `z` for RZ) ``<species_name>.flux_direction`` (`-1` or `+1`, direction of flux relative to the plane) ``<species_name>.num_particles_per_cell`` (`double`) + ``<species_name>.flux_tmin`` (`double`, Optional time at which the flux will be turned on. Ignored when negative.) + ``<species_name>.flux_tmax`` (`double`, Optional time at which the flux will be turned off. Ignored when negative.) * ``none``: Do not inject macro-particles (for example, in a simulation that starts with neutral, ionizable atoms, one may want to create the electrons species -- where ionized electrons can be stored later on -- without injecting electron macro-particles). |