mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
17 lines
298 B
XML
17 lines
298 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<output summary="true" />
|
|
|
|
<run_mode>eigenvalue</run_mode>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<particles>1000</particles>
|
|
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-4 -4 -4 4 4 4</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
</settings>
|