mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
10 lines
324 B
XML
10 lines
324 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<surface id="1" type="sphere" coeffs="0. 0. 0. 1.4" />
|
|
<surface id="2" type="sphere" coeffs="0. 0. 0. 5.35" boundary="vacuum" />
|
|
|
|
<cell id="1" material="void" surfaces="-1" /> <!-- cavity -->
|
|
<cell id="2" material="1" surfaces=" 1 -2" /> <!-- Pu Core -->
|
|
|
|
</geometry>
|