Skip to content
Snippets Groups Projects
Commit 161238e3 authored by Fanny Courtin's avatar Fanny Courtin Committed by BaM
Browse files

Get Reactor Power Evolution

parent e73d90d2
No related branches found
No related tags found
No related merge requests found
...@@ -219,15 +219,15 @@ protected: ...@@ -219,15 +219,15 @@ protected:
void FabricationPlantEvolution(cSecond t); //!< Deal the FabricationPlant evolution void FabricationPlantEvolution(cSecond t); //!< Deal the FabricationPlant evolution
void ResetArrays(); //!< Empty Arrays void ResetArrays(); //!< Empty Arrays
#ifndef __CINT__
map < string , IsotopicVector> fStreamList; ///< Map that contains lists of stream according to the EqModel with corresponding isotopes list map < string , IsotopicVector> fStreamList; ///< Map that contains lists of stream according to the EqModel with corresponding isotopes list
map < string , double> fStreamListFPMassFractionMax; ///< Map that contains lists of stream according to the EqModel with mass maximum fraction map < string , double> fStreamListFPMassFractionMax; ///< Map that contains lists of stream according to the EqModel with mass maximum fraction
map < string , double> fStreamListFPMassFractionMin; ///< Map that contains lists of stream according to the EqModel with mass minimum fraction map < string , double> fStreamListFPMassFractionMin; ///< Map that contains lists of stream according to the EqModel with mass minimum fraction
map < int, string> fStreamListFPPriority; ///< Map that contains lists of stream according to the EqModel with priority (1 = first, 2 = second, etc...) map < int, string> fStreamListFPPriority; ///< Map that contains lists of stream according to the EqModel with priority (1 = first, 2 = second, etc...)
map < string , bool> fStreamListFPIsBuffer; ///< Map that contains lists of stream according to the EqModel saying if fuel buffer map < string , bool> fStreamListFPIsBuffer; ///< Map that contains lists of stream according to the EqModel saying if fuel buffer
#ifndef __CINT__
map < string , vector <Storage*> > fStorage; //!< Pointer to the Storages defined for each list map < string , vector <Storage*> > fStorage; //!< Pointer to the Storages defined for each list
map < string , vector <IsotopicVector> > fStreamArray; //!< The vector of isotopicVector of each material and each stock map < string , vector <IsotopicVector> > fStreamArray; //!< The vector of isotopicVector of each material and each stock
map < string , vector <cSecond> > fStreamArrayTime; //!< Time when a IsotopicVector arrives in its storage map < string , vector <cSecond> > fStreamArrayTime; //!< Time when a IsotopicVector arrives in its storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment