mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
12 lines
527 B
XML
12 lines
527 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<!-- Nested Cylinders with Tracking Error -->
|
|
<surface id="1" type="z-cylinder" coeffs="0.0 0.0 10.0" />
|
|
<surface id="2" type="z-cylinder" coeffs="0.0 0.0 20.0" boundary="reflective" />
|
|
<surface id="3" type="z-plane" coeffs="5.0" boundary="reflective" />
|
|
<surface id="4" type="z-plane" coeffs="-5.0" boundary="reflective" />
|
|
<cell id="1" material="1" surfaces="-1 3 -4" />
|
|
<cell id="2" material="1" surfaces="1 -2"/>
|
|
|
|
</geometry>
|