CLASS
5.1
Fuel Cycle Simulator
|
#include <ReactorScheduler.hxx>
Public Member Functions | |
Constructor/Desctructor | |
ScheduleEntry (ReactorModel *ED_Or_PhysMod, double BurnUp, double Power, double HMMass) | |
Get methods | |
ReactorModel * | GetReactorModel () |
Return the Reactor Model. More... | |
double | GetBurnUp () |
Return the Reactor BurnUp. More... | |
double | GetPower () |
Return the Reactor Power. More... | |
double | GetHeavyMetalMass () |
Return the Reactor Heavy Metal Mass. More... | |
![]() | |
CLASSObject () | |
Normal Constructor. More... | |
CLASSObject (CLASSLogger *log) | |
Log Constructor. More... | |
virtual CLASSObject * | Clone () |
Correct way to copy a CLASSObject in case of derivation. More... | |
void | SetLog (CLASSLogger *log) |
Set the CLASSLogger. More... | |
CLASSLogger * | GetLog () |
Return the Pointer to the Log. More... | |
Additional Inherited Members | |
![]() | |
CLASSLogger * | fLog |
Pointer to the Log. More... | |
Define a CLASS Object. The aim of these class is to define a SchedulerEntry. This object contains informations (ReactorModel, BurnUpPower, HMMass) of one entry of the ReactorScheduler (
ScheduleEntry::ScheduleEntry | ( | ReactorModel * | ED_Or_PhysMod, |
double | BurnUp, | ||
double | Power, | ||
double | HMMass | ||
) |
|
inline |
Return the Reactor BurnUp.
|
inline |
Return the Reactor Heavy Metal Mass.
|
inline |
Return the Reactor Power.
|
inline |
Return the Reactor Model.