blob: 889178ee0e964b08ddf00b6f99cb635c6d08d0fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
\subsection{The \moc{XENON:} module}\label{sect:xenon}
\vskip 0.2cm
The \moc{XENON:} module is used to correct the Xenon distribution coming from an interpolation calculation.
This module computes the new densities according to the bundle flux, and the equation providing the balance concentration of Xenon-135 :
\begin{eqnarray} \label{eqn:xe135eq}
N_{X_{eq}}=\frac{(Y_I+Y_X) \Sigma_f \phi}{\lambda_X + \sigma_X \phi}
\end{eqnarray}
\noindent where
\begin{itemize}
\item $Y_I$ is the fission yield of I135
\item $Y_X$ is the fission yield of Xe135
\item $\sigma_X$ is the capture cross section of Xe135
\item $\lambda_X$ is the decay constant of Xe135
\item $\Sigma_f$ is the total fission cross section
\item $\phi$ is the bundle flux
\end{itemize}
\noindent
The \moc{XENON:} module specification is:
\begin{DataStructure}{Structure \moc{XENON:}}
\dusa{MICROLIB} \moc{:=} \moc{XENON:} \dusa{MICROLIB}
$[$ \dusa{POWER} $]$ \\
\moc{::} \dstr{descxenon}
\end{DataStructure}
\noindent where
\begin{ListeDeDescription}{mmmmmmmm}
\item[\dusa{MICROLIB}] \texttt{character*12} name of a \dds{library} object,
that will be updated by the \moc{XENON:} module. The Xenon should be extracted in this library for the use of this module.
\item[\dusa{POWER}] \texttt{character*12} name of a \dds{power} object
containing the bundle fluxes, previously computed by the
\moc{FLPOW:} module. The fluxes should be normalized to the reactor power.
\item[\dstr{descxenon}] structure describing the input data to the \moc{XENON:} module.
\end{ListeDeDescription}
\vskip 0.2cm
\subsubsection{Input data to the \moc{XENON:} module}\label{sect:strxenon}
\noindent
Note that the input order must be respected.
\begin{DataStructure}{Structure \dstr{descxenon}}
$[$ \moc{EDIT} \dusa{iprint} $]$ \\
$[$ \moc{INIT} $]$ \\
;
\end{DataStructure}
\noindent where
\begin{ListeDeDescription}{mmmmmmmm}
\item[\moc{EDIT}] keyword used to set \dusa{iprint}.
\item[\dusa{iprint}] integer index used to control the printing on screen.
\item[\moc{INIT}] keyword used to indicate the initialization of the library for a recursive calculation using the \moc{XENON:} module. The Xenon concentration is set to zero for all the bundles.
\end{ListeDeDescription}
\clearpage
|