summaryrefslogtreecommitdiff
path: root/doc/IGE335/Section3.51.tex
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /doc/IGE335/Section3.51.tex
Initial commit from Polytechnique Montreal
Diffstat (limited to 'doc/IGE335/Section3.51.tex')
-rw-r--r--doc/IGE335/Section3.51.tex59
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/IGE335/Section3.51.tex b/doc/IGE335/Section3.51.tex
new file mode 100644
index 0000000..492174b
--- /dev/null
+++ b/doc/IGE335/Section3.51.tex
@@ -0,0 +1,59 @@
+\subsection{The {\tt CLM:} module}\label{sect:CLMData}
+
+The {\tt CLM:} module is called to mix and redistribute several liquid mixtures containing identical isotopes contents (different isotopic densities). The module can also change the density of any isotope in the mixture. The calling specifications are:
+
+\begin{DataStructure}{Structure \dstr{CLM:}}
+\dusa{MICLIB} \moc{:=} \moc{CLM:} \dusa{MICLIB} \moc{::} \dstr{descclm}
+\end{DataStructure}
+
+\noindent
+where
+
+\begin{ListeDeDescription}{mmmmmmmm}
+
+\item[\dusa{MICLIB}] {\tt character*12} name of the \dds{microlib} that will
+contain the microscopic and macroscopic cross sections updated by the
+module.
+
+\item[\dstr{descclm}] structure describing the clm options.
+
+\end{ListeDeDescription}
+
+\
+\subsubsection{Data input for module {\tt CLM:}}\label{sect:descclm}
+
+\begin{DataStructure}{Structure \dstr{descclm}}
+$[$ \moc{EDIT} \dusa{iprint} $]$ \\
+\moc{MIXCLM} (idclm(ii),ii=1,nclm) \\
+$[$ $\{$ \moc{ADDI} $|$ \moc{SETI} $\}$ $\{$ \moc{ABS} $|$ \moc{REL} $\}$ (isot(ii) dens(ii),ii=1,niso) $]$ \\
+{\tt ;}
+\end{DataStructure}
+\noindent
+where
+
+\begin{ListeDeDescription}{mmmmmmmm}
+
+\item[\moc{EDIT}] keyword used to modify the print level \dusa{iprint}.
+
+\item[\dusa{iprint}] index used to control the printing of this module. The
+amount of output produced by this module will vary substantially
+depending on the print level specified.
+
+\item[\moc{MIXCLM}] keyword to specify that several liquid mixtures will be combined to replace the original mixtures. This combination will take into account the volume occupied by each mixture.
+
+\item[\moc{idclm}] mixture number to combine.
+
+\item[\moc{ADDI}] to add a isotope concentration to that of this isotope in the combined mixture,
+\item[\moc{SETI}] to set the concentration of an isotope in the combined mixture to a fix value.
+
+\item[\moc{ABS}] isotopic concentration in $10^{24}$ cm$^{-3}$.
+
+\item[\moc{REL}] relative concentration with respect with the concentration of an isotope in the combined mixture.
+
+\item[\moc{isot}] reference name of isotope to process.
+
+\item[\moc{dens}] absolute or relative density for this isotope.
+
+
+\end{ListeDeDescription}
+\eject