mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
21 lines
527 B
XML
21 lines
527 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<settings>
|
|
<eigenvalue>
|
|
<particles>2500</particles>
|
|
<batches>20</batches>
|
|
<inactive>5</inactive>
|
|
</eigenvalue>
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-10.71 -10.71 -10 10.71 10.71 10.0</parameters>
|
|
</space>
|
|
</source>
|
|
<output>
|
|
<tallies>false</tallies>
|
|
<summary>true</summary>
|
|
</output>
|
|
<trigger>
|
|
<active>true</active>
|
|
<max_batches>200</max_batches>
|
|
</trigger>
|
|
</settings>
|