mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
8 lines
199 B
XML
8 lines
199 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<!-- Sphere with radius 10 -->
|
|
<surface id="1" type="sphere" coeffs="0 0 0 10" boundary="vacuum"/>
|
|
<cell id="1" material="1" surfaces="-1" />
|
|
|
|
</geometry>
|