mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
18 lines
571 B
XML
18 lines
571 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<tallies>
|
|
<mesh id="1" type="regular">
|
|
<dimension>100 100 1</dimension>
|
|
<lower_left>-0.63 -0.63 -1e+50</lower_left>
|
|
<upper_right>0.63 0.63 1e+50</upper_right>
|
|
</mesh>
|
|
<filter id="1" type="energy">
|
|
<bins>1e-05 0.0635 10.0 100.0 1000.0 500000.0 1000000.0 20000000.0</bins>
|
|
</filter>
|
|
<filter id="2" type="mesh">
|
|
<bins>1</bins>
|
|
</filter>
|
|
<tally id="1" name="tally 1">
|
|
<filters>1 2</filters>
|
|
<scores>flux fission nu-fission</scores>
|
|
</tally>
|
|
</tallies>
|