mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
25 lines
634 B
XML
25 lines
634 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
|
|
<!-- Parameters for criticality calculation -->
|
|
<run_mode>eigenvalue</run_mode>
|
|
<batches>20</batches>
|
|
<inactive>10</inactive>
|
|
<particles>600</particles>
|
|
|
|
<!-- Starting source -->
|
|
<source strength="1.0">
|
|
<space type="fission">
|
|
<parameters>-1.25984 -1.25984 -1 1.25984 1.25984 1</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
<!-- Shannon Entropy -->
|
|
<mesh id="10">
|
|
<dimension> 2 2 1 </dimension>
|
|
<lower_left> -1.25984 -1.25984 -1.0 </lower_left>
|
|
<upper_right> 1.25984 1.25984 1.0 </upper_right>
|
|
</mesh>
|
|
<entropy_mesh>10</entropy_mesh>
|
|
|
|
</settings>
|