Updated examples/basic.

This commit is contained in:
Paul Romano 2011-10-31 16:26:14 -04:00
parent 7a2a1afdc7
commit afc4304ff9
2 changed files with 18 additions and 15 deletions

View file

@ -2,16 +2,14 @@
<geometry>
<!-- Definition of Cells -->
<cell uid="1" universe="0" fill="37" surfaces="-2 4 -5" />
<cell uid="1" universe="0" fill="37" surfaces="-2" />
<cell uid="100" universe="37" material="40" surfaces="-1" />
<cell uid="101" universe="37" material="41" surfaces="1" />
<cell uid="2" universe="0" material="41" surfaces = "2 -3 4 -5" />
<cell uid="2" universe="0" material="41" surfaces = "2 -3" />
<!-- Defition of Surfaces -->
<surface uid="1" type="z-cylinder" coeffs="0 0 7" />
<surface uid="2" type="z-cylinder" coeffs="0 0 9" />
<surface uid="3" type="z-cylinder" coeffs="0 0 11" boundary="vacuum" />
<surface uid="4" type="z-plane" coeffs="-50" boundary="vacuum" />
<surface uid="5" type="z-plane" coeffs="50" boundary="vacuum" />
</geometry>