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

some minor corrections

git-svn-id: svn+ssh://svn.in2p3.fr/class@392 0e7d625b-0364-4367-a6be-d5be4a48d228
parent c0aab384
No related branches found
No related tags found
No related merge requests found
...@@ -483,7 +483,7 @@ Again this method is really tricky to use and need to be used with great caution ...@@ -483,7 +483,7 @@ Again this method is really tricky to use and need to be used with great caution
\subsection{CLASSFuelPlan} \subsection{CLASSFuelPlan}
If you don't want to change the fuel type (from a fixed fuel to an other, a fixed fuel to a reprocessed one, changing the final burnup of a fuel...) inside a reactor during its operation stay away from this part.\\ If you don't want to change the fuel type (from a fixed fuel to an other, a fixed fuel to a reprocessed one, changing the final burnup of a fuel...) inside a reactor during its operation stay away from this part.\\
The aim of this class is to allow user to change the fuel parameter during the operation of the reactor, by example setting a reactor with a UOX fuel enriched at 3\% for 3 cycles, then changing to 5\% UOX or even to MOX. All fuel in a CLASSFUelPLan are associated to a burnup. The reactor updating his cycle time to this burnup( considering the power remain the same in a reactor during all its life.\\ The aim of this class is to allow user to change the fuel parameter during the operation of the reactor, by example setting a reactor with a UOX fuel enriched at 3\% for 3 cycles, then changing to 5\% UOX or even to MOX. All fuel in a CLASSFUelPLan are associated to a burnup. The reactor updating his cycle time to this burnup (considering the power remain the same in a reactor during all its life).\\
The usage of the CLASSFuelPlan is quiet simple... On just need to add to an existing CLASSFuelPlan, a time (to perform the fuel switch), a fuel and an associated burnup. One should note that the fuel in the reactor only change at the end of a cycle (finish the current cycle even after a date to change fuel type.)\\ The usage of the CLASSFuelPlan is quiet simple... On just need to add to an existing CLASSFuelPlan, a time (to perform the fuel switch), a fuel and an associated burnup. One should note that the fuel in the reactor only change at the end of a cycle (finish the current cycle even after a date to change fuel type.)\\
\begin{center} \begin{center}
\begin{minipage}{\textwidth} \begin{minipage}{\textwidth}
...@@ -667,7 +667,7 @@ level \# & meaning & informations\\ ...@@ -667,7 +667,7 @@ level \# & meaning & informations\\
\end{center} \end{center}
\end{table} \end{table}
There are two outputs for these messages : the standard output (terminal) and a logfile. For each output a verbose can be assigned as follow : There are two outputs for these messages : the standard output (terminal) and a logfile. For each output a verbose level can be assigned as follow :
\begin{center} \begin{center}
\begin{minipage}{\textwidth} \begin{minipage}{\textwidth}
\begin{lstlisting} \begin{lstlisting}
...@@ -726,9 +726,9 @@ Key words & Meaning \\ ...@@ -726,9 +726,9 @@ Key words & Meaning \\
\hline \hline
Inv & Inventory \\ Inv & Inventory \\
\hline \hline
XSFis & mean fission cross section \\ XSFis & fission cross section \\
XSCap & mean $(n,\gamma)$ cross section\\ XSCap & $(n,\gamma)$ cross section\\
XSn2n & mean $(n,2n)$ cross section \\ XSn2n & $(n,2n)$ cross section \\
\hline \hline
\hline \hline
Value & meaning \\ Value & meaning \\
...@@ -777,7 +777,7 @@ gCLASS->SetDecayDataBase(DecayDB); ...@@ -777,7 +777,7 @@ gCLASS->SetDecayDataBase(DecayDB);
\end{lstlisting} \end{lstlisting}
\end{minipage} \end{minipage}
\end{center} \end{center}
In the previous example a DecayDataBank has been defined using the file Decay.idx. This file lists all the path to EvolutionDatas (each one corresponding to the depletion of one nucleus). The format of the .idx file is the following : In the previous example a DecayDataBank has been defined using the file Decay.idx file. This file lists all the path to EvolutionDatas (each one corresponding to the depletion of one nucleus). The format of the .idx file is the following :
\begin{center} \begin{center}
\begin{minipage}{\textwidth} \begin{minipage}{\textwidth}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment