mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
64 lines
2.3 KiB
XML
64 lines
2.3 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<cross_sections>2g.h5</cross_sections>
|
|
<material id="1" name="base leg">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_1"/>
|
|
</material>
|
|
<material id="2" name="base tab">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_2"/>
|
|
</material>
|
|
<material id="3" name="base hist">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_3"/>
|
|
</material>
|
|
<material id="4" name="base matrix">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_4"/>
|
|
</material>
|
|
<material id="5" name="base ang">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_5"/>
|
|
</material>
|
|
<material id="6" name="micro">
|
|
<density units="sum"/>
|
|
<nuclide name="mat_1" ao="0.5"/>
|
|
<nuclide name="mat_6" ao="0.5"/>
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" material="1" region="1 -2" universe="0"/>
|
|
<cell id="2" material="2" region="2 -3" universe="0"/>
|
|
<cell id="3" material="3" region="3 -4" universe="0"/>
|
|
<cell id="4" material="4" region="4 -5" universe="0"/>
|
|
<cell id="5" material="5" region="5 -6" universe="0"/>
|
|
<cell id="6" material="6" region="6 -7" universe="0"/>
|
|
<surface id="1" type="x-plane" boundary="reflective" coeffs="0.0"/>
|
|
<surface id="2" type="x-plane" coeffs="154.90833333333333"/>
|
|
<surface id="3" type="x-plane" coeffs="309.81666666666666"/>
|
|
<surface id="4" type="x-plane" coeffs="464.725"/>
|
|
<surface id="5" type="x-plane" coeffs="619.6333333333333"/>
|
|
<surface id="6" type="x-plane" coeffs="774.5416666666666"/>
|
|
<surface id="7" type="x-plane" boundary="vacuum" coeffs="929.45"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>1000</particles>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<source type="independent" strength="1.0" particle="neutron">
|
|
<space type="box">
|
|
<parameters>0.0 -1000.0 -1000.0 154.90833333333333 1000.0 1000.0</parameters>
|
|
</space>
|
|
</source>
|
|
<output>
|
|
<summary>false</summary>
|
|
</output>
|
|
<energy_mode>multi-group</energy_mode>
|
|
<tabular_legendre>
|
|
<enable>false</enable>
|
|
</tabular_legendre>
|
|
</settings>
|
|
</model>
|