OpenMC/examples/basic/tallies.xml

23 lines
580 B
XML
Raw Permalink Normal View History

2011-09-01 22:48:55 -04:00
<?xml version="1.0"?>
<tallies>
<tally id="1">
2012-11-20 14:51:48 -05:00
<filter type="cell" bins="100" />
2012-03-14 11:13:54 -04:00
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
2011-10-31 16:26:14 -04:00
</tally>
2011-09-01 22:48:55 -04:00
2011-10-31 16:26:14 -04:00
<tally id="2">
2012-11-20 14:51:48 -05:00
<filter type="cell" bins="100" />
<filter type="energy" bins="0 20.0" />
2012-03-14 11:13:54 -04:00
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
2011-10-31 16:26:14 -04:00
</tally>
2011-09-01 22:48:55 -04:00
2011-10-31 16:26:14 -04:00
<tally id="3">
2012-11-20 14:51:48 -05:00
<filter type="cell" bins="100" />
<filter type="energy" bins="0 20.0" />
<filter type="energyout" bins="0 20.0" />
2012-03-14 11:13:54 -04:00
<scores>scatter nu-scatter nu-fission</scores>
2011-09-01 22:48:55 -04:00
</tally>
</tallies>