mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Co-authored-by: John Tramm <jtramm@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com> Co-authored-by: Copilot <copilot@github.com>
15 lines
304 B
XML
15 lines
304 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<run_mode>fixed source</run_mode>
|
|
<batches>12</batches>
|
|
<particles>1000</particles>
|
|
<shared_secondary_bank>true</shared_secondary_bank>
|
|
|
|
<source>
|
|
<space type="box">
|
|
<parameters>-10 -10 -5 10 10 5</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
</settings>
|