Removing errant inputs true file from rotation test.

This commit is contained in:
Patrick Shriwise 2021-06-25 07:44:40 -05:00
parent ff39f76a3d
commit d1df19a21f

View file

@ -1,31 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<geometry>
<cell id="1" material="1" region="-2" universe="1" />
<cell id="2" material="2" region="2" universe="1" />
<cell fill="1" id="3" region="-1" rotation="10 20 30" universe="2" />
<surface boundary="vacuum" coeffs="0.0 0.0 0.0 10.0" id="1" type="sphere" />
<surface coeffs="1.0 0.0 0.0 5.0" id="2" type="sphere" />
</geometry>
<?xml version='1.0' encoding='utf-8'?>
<materials>
<material depletable="true" id="1">
<density units="g/cc" value="10.0" />
<nuclide ao="1.0" name="U235" />
</material>
<material id="2">
<density units="g/cc" value="0.1" />
<nuclide ao="0.1" name="H1" />
</material>
</materials>
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>1000</particles>
<batches>10</batches>
<inactive>5</inactive>
<source strength="1.0">
<space type="box">
<parameters>-4.0 -4.0 -4.0 4.0 4.0 4.0</parameters>
</space>
</source>
</settings>