Keyword:TAB3

From FISPACT-II Wiki
Jump to: navigation, search

TAB3 ic


This keyword causes the inventory data in columns 8 and 9, the ingestion and inhalation dose (Sv) of each nuclide, to be written to an external file (TAB3). Note that the stream number ic is now ignored. Both NOT3 and TAB3 may be used several times during a run to restrict and restore the output as required.

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

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