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
3ab00a9b
Commit
3ab00a9b
authored
10 years ago
by
Baptiste LENIAU
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
svn+ssh://svn.in2p3.fr/class@290
0e7d625b-0364-4367-a6be-d5be4a48d228
parent
c1959e11
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/branches/CLASSV3/include/EQM_MLP_PWR_MOX.hxx
+4
-15
4 additions, 15 deletions
source/branches/CLASSV3/include/EQM_MLP_PWR_MOX.hxx
with
4 additions
and
15 deletions
source/branches/CLASSV3/include/EQM_MLP_PWR_MOX.hxx
+
4
−
15
View file @
3ab00a9b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
#define _EQM_MLP_MOX_HXX
#define _EQM_MLP_MOX_HXX
#include
"EquivalenceModel.hxx"
#include
"EquivalenceModel.hxx"
#include
"TTree.h"
/*!
/*!
\file
\file
...
@@ -33,23 +34,11 @@ class EQM_MLP_MOX : public EquivalenceModel
...
@@ -33,23 +34,11 @@ class EQM_MLP_MOX : public EquivalenceModel
EQM_MLP_MOX
(
string
TMVAWeightPath
);
EQM_MLP_MOX
(
string
TMVAWeightPath
);
/// method called to build a reprocessed fuel as a function of the burnup requierement the stock, mass....
double
GetFissileMolarFraction
(
IsotopicVector
Fissil
,
IsotopicVector
Fertil
,
double
BurnUp
);
/*!
Build the fuel following the equivalance model with the proper requierment in term of mass burnup....
\param double BurnUp desireted burnup reached by the fuel at the end of irradiation
\param double HMMass, needed Heavy metal mass needed
\param vector<double> &lambda, fraction of the stock to take (initialy should be 0)
\param vector<IsotopicVector> FissilArray, isotopicvectors to use to get the fissil part of the fuel
\param vector<IsotopicVector> FertilArray, isotopicvectors to use to get the fertil part of the fuel (if empty take it from the god)
*/
vector
<
double
>
BuildFuel
(
double
BurnUp
,
double
HMMass
,
vector
<
IsotopicVector
>
FissilArray
,
vector
<
IsotopicVector
>
FertilArray
=
vector
<
IsotopicVector
>
());
//}
void
GuessLambda
(
double
&
lambda
,
int
&
StockID
,
int
FirstStockID
,
int
LastStockID
,
double
DeltaM
,
double
StockHM
);
private
:
private
:
void
CreateTMVAInputTree
(
IsotopicVector
Fissil
,
IsotopicVector
Fertil
,
double
BurnUp
);
TTree
*
CreateTMVAInputTree
(
IsotopicVector
Fissil
,
IsotopicVector
Fertil
,
double
BurnUp
);
double
ExecuteTMVA
();
double
ExecuteTMVA
(
TTree
*
theTree
);
string
fTMVAWeightPath
;
string
fTMVAWeightPath
;
...
...
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