Reaction class for describing photoionization in ItoPlasmaPhysics.
More...
#include <CD_ItoPlasmaPhotoReaction.H>
|
|
size_t | m_source |
| | Source photon index.
|
| |
|
std::list< size_t > | m_targets |
| | Plasma product indices.
|
| |
Reaction class for describing photoionization in ItoPlasmaPhysics.
◆ ItoPlasmaPhotoReaction()
| ItoPlasmaPhotoReaction::ItoPlasmaPhotoReaction |
( |
const size_t |
a_source, |
|
|
const std::list< size_t > |
a_targets |
|
) |
| |
|
inlinenoexcept |
Full constructor. Calls the define function.
- Parameters
-
| [in] | a_source | Index in the list of photon species that leads to a photo-reaction |
| [in] | a_targets | List of plasma species generated by the photo-reaction. |
◆ define()
| void ItoPlasmaPhotoReaction::define |
( |
const size_t |
a_source, |
|
|
const std::list< size_t > |
a_targets |
|
) |
| |
|
inlinenoexcept |
Define function.
- Parameters
-
| [in] | a_source | Index in the list of photon species that leads to a photo-reaction |
| [in] | a_targets | List of plasma species generated by the photo-reaction. |
The documentation for this class was generated from the following files: