mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
16 lines
303 B
XML
16 lines
303 B
XML
<?xml version="1.0"?>
|
|
<tallies>
|
|
|
|
<mesh id="1">
|
|
<type>rectangular</type>
|
|
<lower_left>-10 -1 -1 </lower_left>
|
|
<upper_right>10 1 1</upper_right>
|
|
<dimension>10 1 1</dimension>
|
|
</mesh>
|
|
|
|
<tally id="1">
|
|
<filter type="mesh" bins="1" />
|
|
<scores>flux</scores>
|
|
</tally>
|
|
|
|
</tallies>
|