mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
29 lines
1 KiB
XML
29 lines
1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<cross_sections>mgxs.h5</cross_sections>
|
|
<material id="1" name="UO2 fuel">
|
|
<density value="1.1" units="macro"/>
|
|
<macroscopic name="UO2"/>
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" name="cell 1" material="1" region="4 -5 6 -7" universe="0"/>
|
|
<surface id="4" name="left" type="x-plane" boundary="reflective" coeffs="-5.0"/>
|
|
<surface id="5" name="right" type="x-plane" boundary="vacuum" coeffs="5.0"/>
|
|
<surface id="6" name="bottom" type="y-plane" boundary="reflective" coeffs="-5.0"/>
|
|
<surface id="7" name="top" type="y-plane" boundary="reflective" coeffs="5.0"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>100</particles>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<source type="independent" strength="1.0" particle="neutron">
|
|
<space type="box">
|
|
<parameters>-5 -5 -5 5 5 5</parameters>
|
|
</space>
|
|
</source>
|
|
<energy_mode>multi-group</energy_mode>
|
|
</settings>
|
|
</model>
|