mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
19 lines
636 B
XML
19 lines
636 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<!-- Definition of Cells -->
|
|
<cell id="1">
|
|
<universe>0</universe>
|
|
<material>1</material>
|
|
<region>1 -2 3 -4 5 -6</region>
|
|
</cell>
|
|
|
|
<!-- Defition of Surfaces -->
|
|
<surface id="1" type="x-plane" coeffs="-1" boundary="vacuum" />
|
|
<surface id="2" type="x-plane" coeffs="1" boundary="vacuum" />
|
|
<surface id="3" type="y-plane" coeffs="-1" boundary="reflective" />
|
|
<surface id="4" type="y-plane" coeffs="1" boundary="reflective" />
|
|
<surface id="5" type="z-plane" coeffs="-1" boundary="reflective" />
|
|
<surface id="6" type="z-plane" coeffs="1" boundary="reflective" />
|
|
|
|
</geometry>
|