92 void BuildEqns(
double t,
double *N,
double *dNdt);
93 void SetTheMatrixToZero();
94 void ResetTheMatrix();
95 void SetTheMatrix(TMatrixT<double> BatemanMatrix);
96 TMatrixT<double> GetTheMatrix();
98 void SetTheNucleiVectorToZero();
99 void ResetTheNucleiVector();
100 void SetTheNucleiVector(TMatrixT<double> NEvolutionMatrix);
101 TMatrixT<double> GetTheNucleiVector();
108 double *fTheNucleiVector;
116 bool fIsNegativeValueAllowed;
Header file for DynamicalSystem class.
void RungeKutta(double *YStart, double t1, double t2, int EquationNumber)
Runge Kutta calling method.
Definition: DynamicalSystem.cxx:43
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
Definition: CLASSBackEndDict.cxx:37
Stores fuel inventory evolution , mean cross sections evolution, flux evolution, power ...
Definition: EvolutionData.hxx:54
DynamicalSystem class solves system of differential equations.
Definition: DynamicalSystem.hxx:33
The Bateman equation solver.
Definition: IrradiationModel.hxx:54
Definition: IM_RK4.hxx:35
Header file for IrradiationModel class.
Object to handle output messages.
Definition: CLASSLogger.hxx:144