mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<cell id="1" fill="5" 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" />
|
|
|
|
<lattice id="5">
|
|
<dimension>4 4</dimension>
|
|
<lower_left>-2.0 -2.0</lower_left>
|
|
<pitch>1.0 1.0</pitch>
|
|
<universes>
|
|
1 2 1 2
|
|
2 3 2 3
|
|
1 2 1 2
|
|
2 3 2 3
|
|
</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>
|