18namespace SelfContainedSolverData
31 return std::numeric_limits<double>::quiet_NaN();
47 double first_order_rate_constant_)
ChemicalReaction(std::vector< double > stoichiometric_vector_)
std::vector< double > stoichiometric_vector
virtual ~ChemicalReaction()=default
virtual double getKineticPrefactor() const
double getKineticPrefactor() const override
FirstOrderReaction(std::vector< double > stoichiometric_vector_, double first_order_rate_constant_)
double first_order_rate_constant
the first order rate constant for first-order reaction.