Keyword:TAB2

From FISPACT-II Wiki
Jump to: navigation, search

TAB2 ib


This keyword causes the inventory data in columns 3 and 7, the activity (Bq) and dose rate (Sv per hour) of each nuclide, to be written to an external file (TAB2). Note that the stream number ib is now ignored. Both NOT2 and TAB1 may be used several times during a run to restrict and restore the output as required.

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

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