OpenMC/examples/xml/basic/geometry.xml

16 lines
523 B
XML
Raw Normal View History

2012-09-16 22:23:00 -04:00
<?xml version="1.0"?>
2011-09-01 22:48:55 -04:00
<geometry>
2012-09-16 22:23:00 -04:00
<!-- Definition of Cells -->
<cell id="1" universe="0" fill="37" region="-2" />
<cell id="100" universe="37" material="40" region="-1" />
<cell id="101" universe="37" material="41" region="1" />
<cell id="2" universe="0" material="41" region="2 -3" />
2011-09-01 22:48:55 -04:00
2012-09-16 22:23:00 -04:00
<!-- Defition of Surfaces -->
2011-11-02 15:52:47 -04:00
<surface id="1" type="z-cylinder" coeffs="0 0 7" />
<surface id="2" type="z-cylinder" coeffs="0 0 9" />
<surface id="3" type="z-cylinder" coeffs="0 0 11" boundary="vacuum" />
2011-09-01 22:48:55 -04:00
</geometry>