Difference between revisions of "Keyword:NUCGRAPH"

From FISPACT-II Wiki
Jump to: navigation, search
(Created page with " {{big|'''NUCGRAPH''' ''numg floor uncert nopt(i), i''}}''=''{{big|''1,numg''}} ---- This keyword creates data output files as <tt><fileroot>.grn</tt> and <tt><fileroot>.pln...")
 
Line 1: Line 1:
 
 
{{big|'''NUCGRAPH''' ''numg floor uncert nopt(i), i''}}''=''{{big|''1,numg''}}
 
{{big|'''NUCGRAPH''' ''numg floor uncert nopt(i), i''}}''=''{{big|''1,numg''}}
  
Line 16: Line 15:
 
The <tt>topx</tt> and <tt>topxx</tt> inputs from the [[Keyword:SORTDOMINANT | '''SORTDOMINANT''']] keyword may be used to limit or expand the number of dominant contributions considered. The <tt>floor</tt> argument specifies the cutoff for a dominant contribution to be plotted. Only those curves that contribute more than the <tt>floor</tt> percentage of the total value are included in the graph data.
 
The <tt>topx</tt> and <tt>topxx</tt> inputs from the [[Keyword:SORTDOMINANT | '''SORTDOMINANT''']] keyword may be used to limit or expand the number of dominant contributions considered. The <tt>floor</tt> argument specifies the cutoff for a dominant contribution to be plotted. Only those curves that contribute more than the <tt>floor</tt> percentage of the total value are included in the graph data.
  
The <tt>uncert</tt> argument allows the user to plot the [[Keyword:UNCERTAINTY | '''UNCERTAINTY''']] pathways-based uncertainty data using <tt>uncert=1</tt> or the uncertainty may be ignored using <tt>uncert=0</tt>.  
+
The <tt>uncert</tt> argument allows the user to plot the [[Keyword:UNCERTAINTY | '''UNCERTAINTY''']] pathways-based uncertainty data (for the total response only) using <tt>uncert=1</tt> or the uncertainty may be ignored using <tt>uncert=0</tt>.  
  
 
This keyword requires the user to specify a <tt>gnuplot</tt> style file as <tt>ng_style</tt> within the <tt>files</tt> file to generate the full plot script, which may be plotted using
 
This keyword requires the user to specify a <tt>gnuplot</tt> style file as <tt>ng_style</tt> within the <tt>files</tt> file to generate the full plot script, which may be plotted using

Revision as of 15:06, 19 December 2016

NUCGRAPH numg floor uncert nopt(i), i=1,numg


This keyword creates data output files as <fileroot>.grn and <fileroot>.pln that contain the data and gnuplot plotting instructions for the total and dominant nuclide contributions for a set of output functions including:

  1. specific activity
  2. specific total heat
  3. gamma dose rate
  4. specific gamma heat
  5. specific beta heat
  6. specific ingestion
  7. specific inhalation

The topx and topxx inputs from the SORTDOMINANT keyword may be used to limit or expand the number of dominant contributions considered. The floor argument specifies the cutoff for a dominant contribution to be plotted. Only those curves that contribute more than the floor percentage of the total value are included in the graph data.

The uncert argument allows the user to plot the UNCERTAINTY pathways-based uncertainty data (for the total response only) using uncert=1 or the uncertainty may be ignored using uncert=0.

This keyword requires the user to specify a gnuplot style file as ng_style within the files file to generate the full plot script, which may be plotted using

gnuplot <fileroot>.pln

Example usage of the keyword:

< -- Control phase -- >
...
FISPACT
* Title of the simulation
< -- Initial phase -- > 
...
NUCGRAPH 7 0.01 1  1 2 3 4 5 6 7
...
< -- Inventory phase -- > 
...