CLASS  5.1
Fuel Cycle Simulator
IM_Matrix.hxx
Go to the documentation of this file.
1 #ifndef _IMMATRIX_
2 #define _IMMATRIX_
3 
4 
13 #include "IrradiationModel.hxx"
14 
15 
16 using namespace std;
17 
18 
19 class CLASSLogger;
20 
21 //-----------------------------------------------------------------------------//
23 
32 //________________________________________________________________________
33 
34 class EvolutionData;
35 
37 {
38 
39  public :
44 
45  //{
47 
50  IM_Matrix();
51  //}
52 
54 
57  //param log : Use for the log
58  IM_Matrix(CLASSLogger* log);
59  //}
60 
62 
63 
65 
70  virtual EvolutionData GenerateEvolutionData(IsotopicVector IV, EvolutionData XSSet, double Power, double cycletime);
71  //}
72 
73 
74 
75 
76  private :
77 
78 
79 
80 };
81 
82 #endif
83 
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
Definition: CLASSBackEndDict.cxx:37
Definition: IM_Matrix.hxx:36
Stores fuel inventory evolution , mean cross sections evolution, flux evolution, power ...
Definition: EvolutionData.hxx:54
The Bateman equation solver.
Definition: IrradiationModel.hxx:54
Header file for IrradiationModel class.
Object to handle output messages.
Definition: CLASSLogger.hxx:144