OpenMC/tests/regression_tests/uniform_fs/settings.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
419 B
XML
Raw Permalink Normal View History

<?xml version="1.0"?>
<settings>
<run_mode>eigenvalue</run_mode>
<batches>10</batches>
<inactive>5</inactive>
<particles>1000</particles>
<source>
<space type="box" parameters="-10 -10 -10 10 10 10" />
</source>
2020-10-16 15:31:52 -05:00
<mesh id="1">
<dimension>10 10 10</dimension>
<lower_left>-10. -10. -10.</lower_left>
<upper_right>10. 10. 10.</upper_right>
2020-10-16 15:31:52 -05:00
</mesh>
<ufs_mesh>1</ufs_mesh>
</settings>