mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<geometry>
|
|
<cell id="1" material="1" region="1 -2 3 -4 5 -6" universe="1" />
|
|
<cell id="2" material="2" region="1 -2 3 -4 6 -7" universe="1" />
|
|
<cell id="3" material="3" region="1 -2 3 -4 7 -8" universe="1" />
|
|
<surface boundary="reflective" coeffs="0.0" id="1" type="x-plane" />
|
|
<surface boundary="reflective" coeffs="10.0" id="2" type="x-plane" />
|
|
<surface boundary="reflective" coeffs="0.0" id="3" type="y-plane" />
|
|
<surface boundary="reflective" coeffs="10.0" id="4" type="y-plane" />
|
|
<surface boundary="reflective" coeffs="0.0" id="5" type="z-plane" />
|
|
<surface coeffs="1.6667" id="6" type="z-plane" />
|
|
<surface coeffs="3.3334" id="7" type="z-plane" />
|
|
<surface boundary="reflective" coeffs="5.0" id="8" type="z-plane" />
|
|
</geometry>
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
<materials>
|
|
<cross_sections>../../1d_mgxs.h5</cross_sections>
|
|
<material id="1" name="1">
|
|
<density units="macro" value="1.0" />
|
|
<macroscopic name="uo2_iso" />
|
|
</material>
|
|
<material id="2" name="2">
|
|
<density units="macro" value="1.0" />
|
|
<macroscopic name="clad_iso" />
|
|
</material>
|
|
<material id="3" name="3">
|
|
<density units="macro" value="1.0" />
|
|
<macroscopic name="lwtr_iso" />
|
|
</material>
|
|
</materials>
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>100</particles>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<source strength="1.0">
|
|
<space type="box">
|
|
<parameters>0.0 0.0 0.0 10.0 10.0 5.0</parameters>
|
|
</space>
|
|
</source>
|
|
<energy_mode>multi-group</energy_mode>
|
|
<max_order>1</max_order>
|
|
</settings>
|