mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
16 lines
350 B
XML
16 lines
350 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<verbosity>1</verbosity>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<batches>12</batches>
|
|
<inactive>5</inactive>
|
|
<particles>1200</particles>
|
|
<max_lost_particles>1000000</max_lost_particles>
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-10 -10 -5 10 10 5</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
</settings>
|