65 double GetMass(
int Z,
int A=0);
73 double GetMass(vector<int> Zvect);
115 double GetCurrentRetreatmentTime();
122 void SetRetreatmentTime(vector<double> T);
137 void Build(
int SN,vector<double> TimeVector);
vector< double > fRetreatmentTime
Time vector at which a storage is reprocessed.
Definition: Storage.hxx:145
A Cell is a MCNP cell.
Definition: Cell.hxx:48
void SetRetreatmentTimeIndex(int idx)
set the current Retreatment Time index
Definition: Storage.hxx:141
vector< Storage * > fStorage
Storage collection as a function of Reprocessing Time.
Definition: Storage.hxx:146
Storage are outcore containers.
Definition: Storage.hxx:26
vector< double > & GetRetreatmentTime()
return the retreatment time vector (Tfill+TWaiting)
Definition: Storage.hxx:114
string GetName()
return the storage name
Definition: Storage.hxx:51
double fWaitingTime
Period to wait before reprocessing a storage.
Definition: Storage.hxx:144
Cell * fVirtualCell
the out-core cell
Definition: Storage.hxx:77
Cell * GetCell()
return the virtual cell
Definition: Storage.hxx:48
A Material constituing a Cell.
Definition: Material.hxx:53
double GetWaitingTime()
return Time to wait before reprocessing a storage
Definition: Storage.hxx:113
Cell * GetCell(int i)
return the cell of storage at Retreatment Time i
Definition: Storage.hxx:139
Material * GetFuel()
return the Storage material
Definition: Storage.hxx:49
Material * fFuel
the storage Material
Definition: Storage.hxx:78
int GetRetreatmentTimeIndex()
return the current Retreatment Time index
Definition: Storage.hxx:140
Storage * GetStorage(int i)
return the storage at GetReprocessingTime()[i]
Definition: Storage.hxx:123
int fRetreatmentIndex
The current Retreatment index in the fRetreatmenTime vector.
Definition: Storage.hxx:147
TemporalStorage are outcore containers function of a Retreatment time.
Definition: Storage.hxx:92
string fName
the storage Name
Definition: Storage.hxx:79