mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
14 lines
513 B
XML
14 lines
513 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<geometry>
|
||
|
|
|
||
|
|
<!-- Reflective box -->
|
||
|
|
<surface id="1" type="x-plane" coeffs="-5" boundary="white"/>
|
||
|
|
<surface id="2" type="x-plane" coeffs="5" boundary="white"/>
|
||
|
|
<surface id="3" type="y-plane" coeffs="-5" boundary="white"/>
|
||
|
|
<surface id="4" type="y-plane" coeffs="5" boundary="white"/>
|
||
|
|
<surface id="5" type="z-plane" coeffs="-5" boundary="white"/>
|
||
|
|
<surface id="6" type="z-plane" coeffs="5" boundary="white"/>
|
||
|
|
<cell id="1" material="1" region="1 -2 3 -4 5 -6" />
|
||
|
|
|
||
|
|
</geometry>
|