Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BaM
CLASS
Commits
d384d469
Commit
d384d469
authored
8 years ago
by
Fanny Courtin
Committed by
BaM
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge branch 'CLASS_V5' into 'CLASS_V5'
Class v5 See merge request !31
parents
bff5a61d
211fecd7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/include/FabricationPlant.hxx
+6
-6
6 additions, 6 deletions
source/include/FabricationPlant.hxx
with
6 additions
and
6 deletions
source/include/FabricationPlant.hxx
+
6
−
6
View file @
d384d469
...
...
@@ -156,8 +156,8 @@ public :
{
return
fReactorFuturIV
;}
//!< Return the list of the futur fuel IV
map
<
string
,
double
>
Get
f
StreamListFPMassFractionMax
(){
return
fStreamListFPMassFractionMax
;}
//!< Get the map of allowed max fractions
map
<
string
,
double
>
Get
f
StreamListFPMassFractionMin
(){
return
fStreamListFPMassFractionMin
;}
//!< Get the map of allowed min fractions
map
<
string
,
double
>
GetStreamListFPMassFractionMax
(){
return
fStreamListFPMassFractionMax
;}
//!< Get the map of allowed max fractions
map
<
string
,
double
>
GetStreamListFPMassFractionMin
(){
return
fStreamListFPMassFractionMin
;}
//!< Get the map of allowed min fractions
//@}
...
...
@@ -219,15 +219,15 @@ protected:
void
FabricationPlantEvolution
(
cSecond
t
);
//!< Deal the FabricationPlant evolution
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
,
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
<
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
#ifndef __CINT__
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
<
cSecond
>
>
fStreamArrayTime
;
//!< Time when a IsotopicVector arrives in its storage
...
...
@@ -259,7 +259,7 @@ protected:
#endif
ClassDef
(
FabricationPlant
,
4
);
ClassDef
(
FabricationPlant
,
5
);
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment