Description of output files: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
|} | |} | ||
The file is designed to be read by post-processing scripts, and the format is described together with the [[Automated burnup sequence# | The file is designed to be read by post-processing scripts, and the format is described together with the [[Automated burnup sequence#Output|automated burnup sequence]]. | ||
=== Reaction rate output === | === Reaction rate output === |
Revision as of 14:58, 21 February 2016
Default output files
The following output files are always produced.
Nuclide and material data
Optional output files
The following output files are produced by invoking various input options.
Group constant output
Group constant data is printed separately in file:
<input>.coe
Where:
<input> | : is the name of the input file |
The file is designed to be read by post-processing scripts, and the format is described together with the automated burnup sequence.
Reaction rate output
Calculation of analog reaction rates by counting the number of sampled interactions is invoked using the set arr option. The output is printed in file:
<input>_arr<bi>.m
Where:
<input> | : is the name of the input file |
<bi> | : is the burnup index (zero for first step or if no burnup calculation is run) |
The data is printed in Matlab format in two variables: string array "nuc", which contains the nuclide identifiers (ZA.id), and table "rr", consisting one row for each reaction and 7 columns:
- Nuclide index corresponding to the entries in the nuc array
- Reaction mt
- Nuclide ZAI
- Minimum energy of the reaction mode
- Maximum energy of the reaction mode
- Reaction rate
- Relative statistical error of reaction rate
Notes:
- The values are normalized microscopic reaction rates integrated over all materials and energies.
- Neutron transport mode includes either reactions that affect neutron balance (absorption, fission, neutron-multiplying scattering) or all reactions, depending on the value of the input option.
- All reaction modes are included in photon transport mode.