mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-22 06:55:35 -04:00
18 lines
341 B
XML
18 lines
341 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<state_point batches="2 3 4 5 8"/>
|
|
<source_point batches="2 5 8"/>
|
|
|
|
<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>
|