99 double GetMass(
int Z,
int A = 0);
107 double GetMass(vector < int > Zvect);
180 void Build(
int SN, vector < double > TimeVector);
Header file for Cell class.
Header file for Material class.
A Cell is composed from a Shape and a Material.
Definition Cell.hxx:84
A Material constituing a Cell.
Definition Material.hxx:83
Storage are outcore containers.
Definition Storage.hxx:52
Material * fFuel
the storage Material
Definition Storage.hxx:112
Cell * fVirtualCell
the out-core cell
Definition Storage.hxx:111
double GetMass(int Z, int A=0)
return the storage masses.
Definition Storage.cxx:60
string fName
the storage Name
Definition Storage.hxx:113
Cell * GetCell()
Definition Storage.hxx:73
string GetName()
Definition Storage.hxx:82
Material * GetFuel()
Definition Storage.hxx:77
TemporalStorage are outcore containers function of a Retreatment time.
Definition Storage.hxx:127
Storage * GetStorage(int i)
Definition Storage.hxx:163
void SetRetreatmentTimeIndex(int idx)
Definition Storage.hxx:190
vector< double > & GetRetreatmentTime()
Definition Storage.hxx:151
void SetRetreatmentTime(vector< double > T)
Set the reprocessing time vector.
Definition Storage.cxx:138
void Build(int SN, vector< double > TimeVector)
Build Storage vectors.
Definition Storage.cxx:127
vector< Storage * > fStorage
Storage collection as a function of Reprocessing Time.
Definition Storage.hxx:198
double fWaitingTime
Period to wait before reprocessing a storage.
Definition Storage.hxx:196
int GetRetreatmentTimeIndex()
Definition Storage.hxx:186
double GetCurrentRetreatmentTime()
Definition Storage.cxx:147
double GetWaitingTime()
Definition Storage.hxx:147
int fRetreatmentIndex
The current Retreatment index in the fRetreatmenTime vector.
Definition Storage.hxx:199
vector< double > fRetreatmentTime
Time vector at which a storage is reprocessed.
Definition Storage.hxx:197
Cell * GetCell(int i)
Definition Storage.hxx:182
the namespace of the Standard C++