2011-09-11 15:05:29 -04:00
|
|
|
<?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">
|
2011-09-11 15:05:29 -04:00
|
|
|
<universe>0</universe>
|
|
|
|
|
<material>1</material>
|
2015-09-28 19:01:10 +07:00
|
|
|
<region>1 -2 3 -4 5 -6</region>
|
2011-09-11 15:05:29 -04:00
|
|
|
</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" />
|
2015-09-28 19:01:10 +07:00
|
|
|
<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" />
|
2015-09-28 19:01:10 +07:00
|
|
|
<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" />
|
2015-09-28 19:01:10 +07:00
|
|
|
|
2011-09-11 15:05:29 -04:00
|
|
|
</geometry>
|