File ionisation.hxx#
Defines
-
IONISATION_H#
-
class Ionisation : public NamedComponent<Ionisation>#
- #include <ionisation.hxx>
Public Functions
-
Ionisation(std::string name, Options &options, Solver*)#
Public Static Attributes
-
static constexpr auto type = "ionisation"#
Private Functions
-
virtual void transform_impl(GuardedOptions &state) override#
The implementation of the transform method. Modify the given simulation state. All components must implement this function. It will only allow the reading from/writing to state variables with the appropriate permissiosn in
state_variable_access.
-
Ionisation(std::string name, Options &options, Solver*)#