diff options
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index d411cc0a1..c32f1637f 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -336,6 +336,23 @@ Particle initialization * ``warpx.serialize_ics`` (`0 or 1`) Whether or not to use OpenMP threading for particle initialization. +* ``<species>.do_field_ionization`` (`0` or `1`) optional (default `0`) + Do field ionization for this species (using the ADK theory). + +* ``<species>.physical_element`` (`string`) + Only read if `do_field_ionization = 1`. Symbol of chemical element for + this species. Example: for Helium, use ``physical_element = He``. + +* ``<species>.ionization_product_species`` (`string`) + Only read if `do_field_ionization = 1`. Name of species in which ionized + electrons are stored. This species must be created as a regular species + in the input file (in particular, it must be in `particles.species_names`). + +* ``<species>.ionization_initial_level`` (`int`) optional (default `0`) + Only read if `do_field_ionization = 1`. Initial ionization level of the + species (must be smaller than the atomic number of chemical element given + in `physical_element`). + Laser initialization -------------------- |