Keyword:GETDECAY

From FISPACT-II Wiki
Revision as of 07:33, 14 July 2016 by Michael Fleming (Talk) (Created page with " {{big|'''GETDECAY''' ''libdecay''}} ---- This keyword has one integer parameter ''libdecay'' which is set to 0 to read decay data from an existing condensed decay library <...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GETDECAY libdecay


This keyword has one integer parameter libdecay which is set to 0 to read decay data from an existing condensed decay library arrayx file), or to 1 to condense decay and fission data from the library files specified in the files file.

For example, to get decay data from a condensed library:

< -- Control phase -- >
...
GETDECAY 0
FISPACT
* Title of the simulation
< -- Initial phase -- > 
...
< -- Inventory phase -- > 
...

and to have FISPACT-II condense the decay data directly from the decay files identified in the files file:

< -- Control phase -- >
...
GETDECAY 1
FISPACT
* Title of the simulation
< -- Initial phase -- > 
...
< -- Inventory phase -- > 
...