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

comments corrections

git-svn-id: svn+ssh://svn.in2p3.fr/class@545 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 2a1f89b3
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on Baker and Ross formula //! Defines an EquivalenceModel based on Baker and Ross formula
/*! /*!
The aim of these class is to constuct a fuel from an equivalence model The aim of these class is to constuct a fuel from an equivalence model
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on a linear fit //! Defines an EquivalenceModel based on a linear fit
/*! /*!
The aim of these class is to constuct a fuel from an equivalence model The aim of these class is to constuct a fuel from an equivalence model
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on neural network //! Defines an EquivalenceModel based on neural network
/*! /*!
The aim of these class is to constuct a fuel from an equivalence model The aim of these class is to constuct a fuel from an equivalence model
......
...@@ -9,7 +9,7 @@ using namespace std; ...@@ -9,7 +9,7 @@ using namespace std;
//! Define an EquivalenceModel based on a polynomial fit //! Define an EquivalenceModel based on a polynomial fit
/*! /*!
Define a EQM_POL_PWR_UO2 Defines a EQM_POL_PWR_UO2
It returns the @f$^{235}U@f$ enrichment e according to this polynom : It returns the @f$^{235}U@f$ enrichment e according to this polynom :
@f$e=\alpha_{0} + \alpha_{1}\cdot Burnup + \alpha_{2}\cdot Burnup \cdot Burnup @f$ @f$e=\alpha_{0} + \alpha_{1}\cdot Burnup + \alpha_{2}\cdot Burnup \cdot Burnup @f$
......
...@@ -17,10 +17,9 @@ ...@@ -17,10 +17,9 @@
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define an EquivalenceModel based on a quadratic fit //! Defines 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 The aim of these class is to constuct a fuel from an equivalence model
based on a Quadratic Pu equivalent Model based on a Quadratic Pu equivalent Model
The Plutonium content e is calculated using : The Plutonium content e is calculated using :
......
...@@ -19,7 +19,7 @@ using namespace std; ...@@ -19,7 +19,7 @@ using namespace std;
class CLASSLogger; class CLASSLogger;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define en IrradiationModel based on power series of the exponential of the Bateman matrix //! Defines an IrradiationModel based on power series of the exponential of the Bateman matrix
/*! /*!
Define a IM_Matrix. Define a IM_Matrix.
......
...@@ -20,7 +20,7 @@ using namespace std; ...@@ -20,7 +20,7 @@ using namespace std;
class CLASSLogger; class CLASSLogger;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define en IrradiationModel based on Runge Kutta 4th order //! Defines an IrradiationModel based on Runge Kutta 4th order
/*! /*!
The aim of these class is to solve numericaly the Bateman equations using The aim of these class is to solve numericaly the Bateman equations using
Runge Kutta 4th order method Runge Kutta 4th order method
......
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