Keyword:NOT1

From FISPACT-II Wiki
Jump to: navigation, search

NOT1


This keyword switches off the output to the external file that was switched on by the TAB1 keyword (number of atoms and grams of each nuclide). Both TAB1 and NOT1 may be used several times during a run to restrict the output as required.

Example usage, where TAB1 output to the <fileroot>.tab1 file is turned on and off over several steps:

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