OpenMC/tests/regression_tests/surface_source_write/case-d07/inputs_true.dat
2024-06-22 01:28:56 +00:00

52 lines
2 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<model>
<materials>
<material depletable="true" id="40" name="no-void fuel">
<density units="g/cc" value="11"/>
<nuclide ao="1.0" name="U235"/>
</material>
<material id="41" name="water">
<density units="g/cc" value="1.0"/>
<nuclide ao="2.0" name="H1"/>
<nuclide ao="1.0" name="O16"/>
<sab name="c_H_in_H2O"/>
</material>
</materials>
<geometry>
<cell fill="1" id="8" region="101 -102 103 -104 105 -106" universe="2"/>
<cell id="9" material="41" region="107 -108 109 -110 111 -112 (-101 | 102 | -103 | 104 | -105 | 106)" universe="2"/>
<dagmc_universe filename="../../dagmc/legacy/dagmc.h5m" id="1"/>
<surface coeffs="-22.0" id="101" type="z-plane"/>
<surface coeffs="22.0" id="102" type="z-plane"/>
<surface coeffs="-22.0" id="103" type="x-plane"/>
<surface coeffs="22.0" id="104" type="x-plane"/>
<surface coeffs="-22.0" id="105" type="y-plane"/>
<surface coeffs="22.0" id="106" type="y-plane"/>
<surface boundary="vacuum" coeffs="-24.0" id="107" type="z-plane"/>
<surface boundary="vacuum" coeffs="24.0" id="108" type="z-plane"/>
<surface boundary="vacuum" coeffs="-24.0" id="109" type="x-plane"/>
<surface boundary="vacuum" coeffs="24.0" id="110" type="x-plane"/>
<surface boundary="vacuum" coeffs="-24.0" id="111" type="y-plane"/>
<surface boundary="vacuum" coeffs="24.0" id="112" type="y-plane"/>
</geometry>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>100</particles>
<batches>5</batches>
<inactive>1</inactive>
<source particle="neutron" strength="1.0" type="independent">
<space type="box">
<parameters>-4 -4 -20 4 4 20</parameters>
</space>
<constraints>
<fissionable>true</fissionable>
</constraints>
</source>
<surf_source_write>
<surface_ids>101 102 103 104 105 106</surface_ids>
<max_particles>300</max_particles>
<cell>7</cell>
</surf_source_write>
<seed>1</seed>
</settings>
</model>