mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
8 lines
207 B
XML
8 lines
207 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<!-- cylinder with radius 10 -->
|
|
<surface id="1" type="z-cylinder" coeffs="0 0 10" boundary="reflective"/>
|
|
<cell id="1" material="1" surfaces="-1" />
|
|
|
|
</geometry>
|