blob: 5e05e71f6aaffea01ad850f980a23c3535492abf (
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
|
\section{EXAMPLES}\label{sect:Examples}
We will now present a few examples of DRAGON input structures in such as to
clarify and illustrate some of the options presented in
\Sectand{DragonModuleInput}{UtilityModuleInput}. These examples are
{\sl non-regression testcases}\index{non-regression testcases} used to
ensure that existing capabilities of Dragon are not lost with subsequent
updates of the code. They make use of two assert procedures defined in CLE-2000
language, \moc{assertS} and \moc{assertV}, defined in \Sect{assert}. These
procedures are generally not used in computational schemes.
\input{Section5.01.tex} % Scattering cross section
\input{Section5.02.tex} % Geometry
\input{Section5.03.tex} % MATXS
\input{Section5.04.tex} % MACRO
\input{Section5.05.tex} % WIMSD4
%\input{Section5.06.tex} % Apollib
\input{Section5.07.tex} % DEPLETION
\input{Section5.08.tex} % assert
|