blob: 23a4f5ae4a2cb64f7c383762378b181a8ba51413 (
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
|
\subsection{The {\tt SENS:} module}\label{sect:SENSData}
This module is used to perform an explicit sensitivity analysis of keff to nuclear data represented by the cross sections.\cite{Laville}
The calculations are performed using adjoint-based first-order-linear perturbation theory and require the adjoint flux (see \Sect{FLUData}).
The sensitivity coefficients are stored in a \textit{SDF} text file that is compatible with the \moc{JAVAPENO} module of SCALE\cite{SCALE}
(this compatibility is achieved via a slight modification of the \textit{rdragon} execution script).
An example of modification is presented in the file \moc{sens.save} from the \textit{non regression testcase} \moc{sens.x2m}.
\vskip 0.02cm
The calling specifications are:
\begin{DataStructure}{Structure \dstr{SENS:}}
\dusa{SENS.sdf}~\moc{:=}~\moc{SENS:}~\dusa{FLUNAM}~\dusa{ADJ$\_$FLUNAM}~\dusa{TRKNAM}~\dusa{MACRO}~\moc{::}~\dstr{SENS\_data} \\
\end{DataStructure}
\noindent where
\begin{ListeDeDescription}{mmmmmmm}
\item[\dusa{SENS.sdf}] {\tt character*12} name of a {\sc SDF} file object that is created by {\tt SENS:}.
\item[\dusa{FLUNAM}] {\tt character*12} name of the required {\sc flux} (type {\tt L\_FLUX}) object open in read-only mode.
\item[\dusa{ADJ$\_$FLUNAM}] {\tt character*12} name of the required {\sc adjoint flux} (type {\tt L\_FLUX}) object open in read-only mode.
\item[\dusa{TRKNAM}] {\tt character*12} name of the required {\sc tracking} (type {\tt L\_TRACK}) object open in read-only mode.
\item[\dusa{MACRO}] {\tt character*12} name of the required {\sc macrolib} (type {\tt L\_MACROLIB}) object open in read-only mode.
\item[\dusa{SENS\_data}] input data structure containing specific data (see \Sect{descSENS}).
\end{ListeDeDescription}
\subsubsection{Data input for module {\tt SENS:}}\label{sect:descSENS}
\vskip -0.5cm
\begin{DataStructure}{Structure \dstr{SENS\_data}}
$[$~\moc{EDIT} \dusa{iprint}~$]$ \\
$[$~\moc{ANIS} \dusa{nanis}~$]$ \\
\moc{;}
\end{DataStructure}
\noindent where
\begin{ListeDeDescription}{mmmmmmmm}
\item[\moc{EDIT}] keyword used to set \dusa{iprint}.
\item[\dusa{iprint}] index used to control the printing in module {\tt SENS:}. =0 for no print; =1 for minimum printing (default value).
\item[\moc{ANIS}] keyword used to specify the level \dusa{naniso} of anisotropy permitted in the calculation.
\item[\dusa{nanis}] number of Legendre orders for the representation of the scattering cross sections and the anisotropy of the flux. The default value is \dusa{nanis}=1 corresponding to the use of isotropic scattering cross sections and integrated flux. The number of Legendre orders used for the sensitivity calculations is the lowest between \dusa{nanis} and the level of anisotropy available in the \dusa{MACRO} data.
\end{ListeDeDescription}
\eject
|