File amjuel_hyd_ionisation.hxx
Defines
-
AMJUEL_HYD_IONISATION_H
-
struct AmjuelHydIonisation : public AmjuelReaction
- #include <amjuel_hyd_ionisation.hxx>
Hydrogen ionisation, Amjuel rates.
Subclassed by AmjuelHydIonisationIsotope< Isotope >
-
template<char Isotope>
struct AmjuelHydIonisationIsotope : public AmjuelHydIonisation - #include <amjuel_hyd_ionisation.hxx>
Hydrogen ionisation Templated on a char to allow ‘h’, ‘d’ and ‘t’ species to be treated with the same code
Public Functions
-
inline AmjuelHydIonisationIsotope(std::string name, Options &alloptions, Solver *solver)
-
inline virtual void transform(Options &state) override
Modify the given simulation state All components must implement this function
-
inline virtual void outputVars(Options &state) override
Add extra fields for output, or set attributes e.g docstrings.
-
inline AmjuelHydIonisationIsotope(std::string name, Options &alloptions, Solver *solver)