Difference between revisions of "Keyword:TAB4"

From FISPACT-II Wiki
Jump to: navigation, search
m (1 revision imported)
m
 
Line 4: Line 4:
 
----
 
----
  
This keyword causes the gamma-ray spectrum (in MeV per second) in the 24-energy group format (or 22-group format if the [[Keyword:GROUP | '''GROUP''']] parameter is 1) to be written to an external file (<tt>TAB3</tt>). Note that the stream number ''id'' is now ignored. Both [[Keyword:NOT3 | '''NOT3''']] and '''TAB3''' may be used several times during a run to restrict and restore the output as required.
+
This keyword causes the gamma-ray spectrum (in MeV per second) in the 24-energy group format (or 22-group format if the [[Keyword:GROUP | '''GROUP''']] parameter is 1) to be written to an external file (<tt>TAB4</tt>). Note that the stream number ''id'' is now ignored. Both [[Keyword:NOT4 | '''NOT4''']] and '''TAB4''' may be used several times during a run to restrict and restore the output as required.
  
 
Example usage, where '''TAB4''' output to the <tt><fileroot>.tab4</tt> file is turned on and off over several steps:
 
Example usage, where '''TAB4''' output to the <tt><fileroot>.tab4</tt> file is turned on and off over several steps:

Latest revision as of 08:50, 8 May 2019

TAB4 id


This keyword causes the gamma-ray spectrum (in MeV per second) in the 24-energy group format (or 22-group format if the GROUP parameter is 1) to be written to an external file (TAB4). Note that the stream number id is now ignored. Both NOT4 and TAB4 may be used several times during a run to restrict and restore the output as required.

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

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