mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
14 lines
250 B
XML
14 lines
250 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<run_mode>fixed source</run_mode>
|
|
<batches>12</batches>
|
|
<particles>1000</particles>
|
|
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-10 -10 -5 10 10 5</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
</settings>
|