OpenMC/examples/xml/reflective/geometry.xml

20 lines
636 B
XML
Raw Normal View History

<?xml version="1.0"?>
<geometry>
2012-09-16 22:23:00 -04:00
<!-- Definition of Cells -->
2011-11-02 15:52:47 -04:00
<cell id="1">
<universe>0</universe>
<material>1</material>
<region>1 -2 3 -4 5 -6</region>
</cell>
2012-09-16 22:23:00 -04:00
<!-- Defition of Surfaces -->
2011-11-02 15:52:47 -04:00
<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" />
2011-11-02 15:52:47 -04:00
<surface id="4" type="y-plane" coeffs="1" boundary="reflective" />
<surface id="5" type="z-plane" coeffs="-1" boundary="reflective" />
2011-11-02 15:52:47 -04:00
<surface id="6" type="z-plane" coeffs="1" boundary="reflective" />
</geometry>