OpenMC/tests/regression_tests/particle_restart_fixed_shared_secondary/settings.xml
John Tramm 0169fd9226
Shared Secondary Particle Bank (#3863)
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>
2026-05-19 23:23:10 -05:00

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>