Skip to content
Snippets Groups Projects
Commit 3b1238aa authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@542 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 93e7e646
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,9 @@
using namespace std;
//-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on Baker and Ross formula
/*!
Define a EQM_MLP_MOX.
The aim of these class is to constuct a fuel from an equivalence model
based on a @f$^{239}Pu@f$ equivalent from Baker and Ross formula :
......
......@@ -17,8 +17,9 @@
using namespace std;
//-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on a linear fit
/*!
Define a EQM_LIN_PWR_MOX.
The aim of these class is to constuct a fuel from an equivalence model
based on a Linear Eq Model @f$BU = \alpha_{0} + \sum_{i\in fissile}\alpha_{i}\cdot n_{i} @f$
For one set of @f$\alpha @f$ values the fabrication time is fixed in order to decrease
......
......@@ -17,8 +17,9 @@
using namespace std;
//-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on neural network
/*!
Define a EQM_MLP_MOX.
The aim of these class is to constuct a fuel from an equivalence model
based on a Multi layer perceptron
......
......@@ -6,6 +6,8 @@
using namespace std;
//−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−--------------−−−−−−−−−−−−−−−//
//! Define an EquivalenceModel based on a polynomial fit
/*!
Define a EQM_POL_PWR_UO2
It returns the @f$^{235}U@f$ enrichment e according to this polynom :
......
......@@ -17,6 +17,8 @@
using namespace std;
//-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on a quadratic fit
/*!
Define a EQM_QUAD_PWR_MOX.
The aim of these class is to constuct a fuel from an equivalence model
......
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