18 #ifndef RADIOACTIVE_DECAY_H_ 19 #define RADIOACTIVE_DECAY_H_ 61 void initialize_from_input()
override;
64 void assemble_ode_matrix(
void)
override;
73 #endif // RADIOACTIVE_DECAY_H_
Base class for linear reactions and decay chain.
Class ReactionTerm is an abstract class representing reaction term in transport.
Class implements the radioactive decay chain.
static const int registrar
Registrar of class to factory.
std::vector< double > half_lives_
Half-lives of the substances.
ReactionTerm FactoryBaseType