OpenMC/tests/regression_tests/unstructured_mesh/inputs_true.dat

90 lines
3.6 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<model>
<materials>
<material id="1" name="fuel" depletable="true">
<density value="4.5" units="g/cc"/>
<nuclide name="U235" ao="1.0"/>
</material>
<material id="2" name="zircaloy">
<density value="5.77" units="g/cc"/>
<nuclide name="Zr90" ao="0.5145"/>
<nuclide name="Zr91" ao="0.1122"/>
<nuclide name="Zr92" ao="0.1715"/>
<nuclide name="Zr94" ao="0.1738"/>
<nuclide name="Zr96" ao="0.028"/>
</material>
<material id="3" name="water">
<density value="0.07416" units="atom/b-cm"/>
<nuclide name="H1" ao="2.0"/>
<nuclide name="O16" ao="1.0"/>
</material>
</materials>
<geometry>
<cell id="1" name="fuel" material="1" region="1 -2 3 -4 5 -6" universe="1"/>
<cell id="2" name="clad" material="2" region="(-1 | 2 | -3 | 4 | -5 | 6) (7 -8 9 -10 11 -12)" universe="1"/>
<cell id="3" name="water" material="3" region="(-7 | 8 | -9 | 10 | -11 | 12) (13 -14 15 -16 17 -18)" universe="1"/>
<surface id="1" name="minimum x" type="x-plane" coeffs="-5.0"/>
<surface id="2" name="maximum x" type="x-plane" coeffs="5.0"/>
<surface id="3" name="minimum y" type="y-plane" coeffs="-5.0"/>
<surface id="4" name="maximum y" type="y-plane" coeffs="5.0"/>
<surface id="5" name="minimum z" type="z-plane" coeffs="-5.0"/>
<surface id="6" name="maximum z" type="z-plane" coeffs="5.0"/>
<surface id="7" name="minimum x" type="x-plane" coeffs="-6.0"/>
<surface id="8" name="maximum x" type="x-plane" coeffs="6.0"/>
<surface id="9" name="minimum y" type="y-plane" coeffs="-6.0"/>
<surface id="10" name="maximum y" type="y-plane" coeffs="6.0"/>
<surface id="11" name="minimum z" type="z-plane" coeffs="-6.0"/>
<surface id="12" name="maximum z" type="z-plane" coeffs="6.0"/>
<surface id="13" name="minimum x" type="x-plane" boundary="vacuum" coeffs="-10.0"/>
<surface id="14" name="maximum x" type="x-plane" boundary="vacuum" coeffs="10.0"/>
<surface id="15" name="minimum y" type="y-plane" boundary="vacuum" coeffs="-10.0"/>
<surface id="16" name="maximum y" type="y-plane" boundary="vacuum" coeffs="10.0"/>
<surface id="17" name="minimum z" type="z-plane" boundary="vacuum" coeffs="-10.0"/>
<surface id="18" name="maximum z" type="z-plane" boundary="vacuum" coeffs="10.0"/>
</geometry>
<settings>
<run_mode>fixed source</run_mode>
<particles>1000</particles>
<batches>10</batches>
<source type="independent" strength="1.0" particle="neutron">
<space type="spherical" origin="0.0 0.0 0.0">
<r type="uniform" parameters="0.0 0.0"/>
<cos_theta type="discrete">
<parameters>1.0 1.0</parameters>
</cos_theta>
<phi type="discrete">
<parameters>0.0 1.0</parameters>
</phi>
</space>
<energy type="discrete">
<parameters>15000000.0 1.0</parameters>
</energy>
</source>
</settings>
<tallies>
<mesh id="1">
<dimension>10 10 10</dimension>
<lower_left>-10.0 -10.0 -10.0</lower_left>
<upper_right>10.0 10.0 10.0</upper_right>
</mesh>
<mesh id="2" type="unstructured" library="libmesh">
<filename>test_mesh_hexes.e</filename>
</mesh>
<filter id="1" type="mesh">
<bins>1</bins>
</filter>
<filter id="2" type="mesh">
<bins>2</bins>
</filter>
<tally id="1" name="regular mesh tally">
<filters>1</filters>
<scores>flux</scores>
<estimator>collision</estimator>
</tally>
<tally id="2" name="unstructured mesh tally">
<filters>2</filters>
<scores>flux</scores>
<estimator>collision</estimator>
</tally>
</tallies>
</model>