File ionisation.hxx#
Defines
-
IONISATION_H#
-
class Ionisation : public Component#
- #include <ionisation.hxx>
Public Functions
-
Ionisation(std::string name, Options &options, Solver*)#
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*)#