mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
22 lines
586 B
XML
22 lines
586 B
XML
<?xml version="1.0"?>
|
|
<tallies>
|
|
|
|
<tally id="1">
|
|
<filter type="cell" bins="100" />
|
|
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
|
|
</tally>
|
|
|
|
<tally id="2">
|
|
<filter type="cell" bins="100" />
|
|
<filter type="energy" bins="0 20.0e6" />
|
|
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
|
|
</tally>
|
|
|
|
<tally id="3">
|
|
<filter type="cell" bins="100" />
|
|
<filter type="energy" bins="0 20.0e6" />
|
|
<filter type="energyout" bins="0 20.0e6" />
|
|
<scores>scatter nu-scatter nu-fission</scores>
|
|
</tally>
|
|
|
|
</tallies>
|