1#ifndef CHITECH_POINT_REACTOR_KINETICS_H
2#define CHITECH_POINT_REACTOR_KINETICS_H
void Initialize() override
TransientSolver(const chi::InputParameters ¶ms)
void SetProperties(const chi::ParameterBlock ¶ms) override
chi_math::DynamicMatrix< double > A_
double PopulationNew() const
std::vector< double > lambdas_
std::vector< double > betas_
std::string time_integration_
void SetRho(double value)
std::vector< double > SolutionNew() const
chi::ParameterBlock GetInfo(const chi::ParameterBlock ¶ms) const override
chi_math::DynamicVector< double > q_
chi_math::DynamicVector< double > x_tp1_
double PopulationPrev() const
chi_math::DynamicVector< double > x_t_
chi_math::DynamicMatrix< double > I_
static chi::InputParameters GetInputParameters()
std::vector< double > SolutionPrev() const