mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
72 lines
3.1 KiB
XML
72 lines
3.1 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"/>
|
|
<surface id="14" name="maximum x" type="x-plane" boundary="vacuum" coeffs="10"/>
|
|
<surface id="15" name="minimum y" type="y-plane" boundary="vacuum" coeffs="-10"/>
|
|
<surface id="16" name="maximum y" type="y-plane" boundary="vacuum" coeffs="10"/>
|
|
<surface id="17" name="minimum z" type="z-plane" boundary="vacuum" coeffs="-10"/>
|
|
<surface id="18" name="maximum z" type="z-plane" boundary="vacuum" coeffs="10"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>fixed source</run_mode>
|
|
<particles>100</particles>
|
|
<batches>10</batches>
|
|
<source type="independent" strength="1.0" particle="neutron">
|
|
<space type="point">
|
|
<parameters>0.0 0.0 0.0</parameters>
|
|
</space>
|
|
<angle type="monodirectional" reference_uvw="-1.0 0.0 0.0"/>
|
|
<energy type="discrete">
|
|
<parameters>15000000.0 1.0</parameters>
|
|
</energy>
|
|
</source>
|
|
</settings>
|
|
<tallies>
|
|
<mesh id="1" type="unstructured" library="moab">
|
|
<filename>test_mesh_tets.h5m</filename>
|
|
</mesh>
|
|
<filter id="1" type="mesh">
|
|
<bins>1</bins>
|
|
</filter>
|
|
<tally id="1" name="unstructured mesh tally">
|
|
<filters>1</filters>
|
|
<scores>flux</scores>
|
|
<estimator>tracklength</estimator>
|
|
</tally>
|
|
</tallies>
|
|
</model>
|