Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Nov 1, 2023
1 parent 44fe04a commit d62ccfd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/io/configuration/components/plasma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ NLTE
The NLTE configuration currently allows setting ``coronal_approximation``, which sets all :math:`J_\textrm{blue}` to 0.
This is useful for debugging with :term:`chianti` for example. Furthermore, one can enable 'classical_nebular' to set all
:math:`\beta_\textrm{Sobolev}` to 1. Both options are used for checking with other codes and should not be enabled in
normal operations.
normal operations.

NLTE Ionization
^^^^^^^^^^^^^^^

.. code-block:: yaml
plasma:
nlte_ionization_species: [H I, H II, He I, He II]
This option allows the user to specify which species should be included in the NLTE ionization treatment. Note that the
species must be present in the continuum interaction species as well.
3 changes: 3 additions & 0 deletions docs/physics/setup/plasma/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ The next more complex class is `LTEPlasma` which will calculate the ionization b

TARDIS also allows for NLTE treatments of specified species, as well as special NLTE treatments for Helium.

.. note::
The NLTE treatment of specified species is currently incompatible with the NLTE treatment for helium and cannot be used simulataneously.

.. toctree::
:maxdepth: 2

Expand Down

0 comments on commit d62ccfd

Please sign in to comment.