diff options
| author | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
|---|---|---|
| committer | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
| commit | 7dfcc480ba1e19bd3232349fc733caef94034292 (patch) | |
| tree | 03ee104eb8846d5cc1a981d267687a729185d3f3 /doc/IGE344/SectDINTDETEC.tex | |
Initial commit from Polytechnique Montreal
Diffstat (limited to 'doc/IGE344/SectDINTDETEC.tex')
| -rw-r--r-- | doc/IGE344/SectDINTDETEC.tex | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/IGE344/SectDINTDETEC.tex b/doc/IGE344/SectDINTDETEC.tex new file mode 100644 index 0000000..c01ba5a --- /dev/null +++ b/doc/IGE344/SectDINTDETEC.tex @@ -0,0 +1,73 @@ +\subsection{Contents of a \dir{intdetec} data structure}\label{sect:intdetecdir} + +\vskip 0.2cm +The \dir{intdetec} data structure is used to store integrated detector positions and +responses in a PWR. This object has a signature {\tt L\_INTDETEC}; it is created using +the \moc{IDET:} module. + +\subsubsection{The state-vector content}\label{sect:devicestate} +\noindent +The dimensioning parameters $\mathcal{S}_i$, which are stored in the state +vector for this data structure, represent: + +\begin{itemize} + +\item The first dimension of matrices {\tt COORD1}, {\tt COORD2} and {\tt COORD3}, representing +the maximum number of interpolation points for a single detector. $N_{\rm max} = \mathcal{S}_1$. + +\item The total number of detectors. $N_{\rm det} = \mathcal{S}_2$. + +\end{itemize} + +\subsubsection{The main \dir{intdetec} directory}\label{sect:intdetecdir} +\noindent +The following records will be found on the first level of \dir{intdetec} directory: + +\begin{DescriptionEnregistrement}{Records in \dir{intdetec} data structure}{7cm} + +\CharEnr +{SIGNATURE\blank{3}}{$*12$} +{Signature of the \dir{intdetec} data structure ($\mathsf{SIGNA}=${\tt L\_INTDETEC\blank{2}}).} + +\IntEnr +{STATE-VECTOR}{$40$} +{Vector describing the various parameters associated with this data structure $\mathcal{S}_i$} + +\IntEnr +{NINX\blank{8}}{$\mathcal{S}_2$} +{Number of interpolation point for the detector reading along $X$ axis.} + +\IntEnr +{NINY\blank{8}}{$\mathcal{S}_2$} +{Number of interpolation point for the detector reading along $Y$ axis.} + +\IntEnr +{NINZ\blank{8}}{$\mathcal{S}_2$} +{Number of interpolation point for the detector reading along $Z$ axis.} + +\RealEnr +{COORD1\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm} +{Values of the interpolation coordinates along $X$ axis.} + +\RealEnr +{COORD2\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm} +{Values of the interpolation coordinates along $Y$ axis.} + +\RealEnr +{COORD3\blank{6}}{$\mathcal{S}_1,\mathcal{S}_2$}{cm} +{Values of the interpolation coordinates along $Z$ axis.} + +\CharEnr +{DETNAM\blank{6}}{$*12$} +{Alias name of the isotope used as detector.} + +\CharEnr +{REANAM\blank{6}}{$*12$} +{Name of the nuclear reaction used as detector.} + +\RealEnr +{RESPON\blank{6}}{$\mathcal{S}_2$}{} +{The integrated responses of the detectors.} + +\end{DescriptionEnregistrement} +\clearpage |
