Changed all uid's to id's.

This commit is contained in:
Paul Romano 2011-11-02 15:52:47 -04:00
parent b030a369c5
commit de522016f7
36 changed files with 242 additions and 242 deletions

View file

@ -2,18 +2,18 @@
<geometry>
<!-- Definition of Cells -->
<cell uid="1">
<cell id="1">
<universe>0</universe>
<material>1</material>
<surfaces>1 -2 3 -4 5 -6</surfaces>
</cell>
<!-- Defition of Surfaces -->
<surface uid="1" type="x-plane" coeffs="-1" boundary="vacuum" />
<surface uid="2" type="x-plane" coeffs="1" boundary="vacuum" />
<surface uid="3" type="y-plane" coeffs="-1" boundary="reflective" />
<surface uid="4" type="y-plane" coeffs="1" boundary="reflective" />
<surface uid="5" type="z-plane" coeffs="-1" boundary="reflective" />
<surface uid="6" type="z-plane" coeffs="1" boundary="reflective" />
<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>

View file

@ -2,7 +2,7 @@
<materials>
<!-- Definition of materials -->
<material uid="1">
<material id="1">
<density value="4.5" units="g/cc" />
<nuclide name="U-235" xs="03c" ao="1.0" />
</material>