Keyword:SPECTRUM

From FISPACT-II Wiki
Revision as of 12:41, 8 September 2016 by Michael Fleming (Talk | contribs) (1 revision imported)

Jump to: navigation, search

SPECTRUM


This keyword is an alternative to ATOMS. It suppresses the inventory output, so that only the γ spectrum and total values are printed for the time interval. It is useful if summary information is required for many time intervals, but the details of the individual nuclide contributions are not needed. This keyword may also be used in the initial and/or inventory section(s) of the input file and can be interchanged with ATOMS throughout a simulation.

Example usage:

< -- Control phase -- >
...
FISPACT
* Title of the simulation
< -- Initial phase -- > 
...
FLUX 1.0E10
SPECTRUM
< -- Inventory phase -- > 
TIME 1.0 HOURS 
SPECTRUM
TIME 1.0 HOURS 
SPECTRUM
TIME 1.0 HOURS 
ATOMS
TIME 1.0 HOURS 
SPECTRUM
ATOMS
...