OpenMC/tests/regression_tests/distribmat/inputs_true.dat
2018-05-16 18:17:23 -04:00

62 lines
1.9 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<geometry>
<cell id="1" material="1" universe="1" />
<cell id="11" material="2 void 3 2" region="-9" universe="11" />
<cell id="12" material="1" region="9" universe="11" />
<cell fill="101" id="101" region="10 -11 12 -13" universe="0" />
<lattice id="101">
<pitch>2.0 2.0</pitch>
<outer>1</outer>
<dimension>2 2</dimension>
<lower_left>-2.0 -2.0</lower_left>
<universes>
11 11
11 11 </universes>
</lattice>
<surface coeffs="0.0 0.0 0.3" id="9" type="z-cylinder" />
<surface boundary="reflective" coeffs="-3.0" id="10" type="x-plane" />
<surface boundary="reflective" coeffs="3.0" id="11" type="x-plane" />
<surface boundary="reflective" coeffs="-3.0" id="12" type="y-plane" />
<surface boundary="reflective" coeffs="3.0" id="13" type="y-plane" />
</geometry>
<?xml version='1.0' encoding='utf-8'?>
<materials>
<material id="1">
<density units="g/cc" value="1.0" />
<nuclide ao="2.0" name="H1" />
<nuclide ao="1.0" name="O16" />
</material>
<material depletable="true" id="2">
<density units="g/cc" value="4.5" />
<nuclide ao="1.0" name="U235" />
</material>
<material depletable="true" id="3">
<density units="g/cc" value="2.0" />
<nuclide ao="1.0" name="U235" />
</material>
</materials>
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>1000</particles>
<batches>5</batches>
<inactive>0</inactive>
<source strength="1.0">
<space type="box">
<parameters>-1 -1 -1 1 1 1</parameters>
</space>
</source>
</settings>
<?xml version='1.0' encoding='utf-8'?>
<plots>
<plot basis="xy" color_by="cell" filename="cellplot" id="1" type="slice">
<origin>0 0 0</origin>
<width>7 7</width>
<pixels>400 400</pixels>
</plot>
<plot basis="xy" color_by="material" filename="matplot" id="2" type="slice">
<origin>0 0 0</origin>
<width>7 7</width>
<pixels>400 400</pixels>
</plot>
</plots>