mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<cell id="1" fill="6" region="1 -2 3 -4" />
|
|
<cell id="2" universe="5" fill="4" region="1 -2 3 -4" />
|
|
<cell id="101" universe="1" material="1" region="-5" />
|
|
<cell id="102" universe="1" material="2" region="5" />
|
|
<cell id="201" universe="2" material="1" region="-6" />
|
|
<cell id="202" universe="2" material="2" region="6" />
|
|
<cell id="301" universe="3" material="1" region="-7" />
|
|
<cell id="302" universe="3" material="2" region="7" />
|
|
|
|
<!-- 4 x 4 assembly -->
|
|
<lattice id="4">
|
|
<dimension>2 2</dimension>
|
|
<lower_left>-1.0 -1.0</lower_left>
|
|
<pitch>1.0 1.0</pitch>
|
|
<universes>
|
|
1 2
|
|
2 3
|
|
</universes>
|
|
</lattice>
|
|
|
|
<!-- 4 x 4 core -->
|
|
<lattice id="6">
|
|
<dimension>2 2</dimension>
|
|
<lower_left>-2.0 -2.0</lower_left>
|
|
<pitch>2.0 2.0</pitch>
|
|
<universes>
|
|
5 5
|
|
5 5
|
|
</universes>
|
|
</lattice>
|
|
|
|
<surface id="1" type="x-plane" coeffs="-2.0" boundary="vacuum" />
|
|
<surface id="2" type="x-plane" coeffs="2.0" boundary="vacuum" />
|
|
<surface id="3" type="y-plane" coeffs="-2.0" boundary="vacuum" />
|
|
<surface id="4" type="y-plane" coeffs="2.0" boundary="vacuum" />
|
|
<surface id="5" type="z-cylinder" coeffs="0.0 0.0 0.4" />
|
|
<surface id="6" type="z-cylinder" coeffs="0.0 0.0 0.3" />
|
|
<surface id="7" type="z-cylinder" coeffs="0.0 0.0 0.2" />
|
|
|
|
</geometry>
|