mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Changed all uid's to id's.
This commit is contained in:
parent
b030a369c5
commit
de522016f7
36 changed files with 242 additions and 242 deletions
|
|
@ -2,14 +2,14 @@
|
|||
<geometry>
|
||||
|
||||
<!-- Definition of Cells -->
|
||||
<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" />
|
||||
<cell id="1" universe="0" fill="37" surfaces="-2" />
|
||||
<cell id="100" universe="37" material="40" surfaces="-1" />
|
||||
<cell id="101" universe="37" material="41" surfaces="1" />
|
||||
<cell id="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 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" />
|
||||
|
||||
</geometry>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
<materials>
|
||||
|
||||
<!-- Definition of materials -->
|
||||
<material uid="40">
|
||||
<material id="40">
|
||||
<density value="4.5" units="g/cc" />
|
||||
<nuclide name="U-235" xs="03c" ao="1.0" />
|
||||
</material>
|
||||
|
||||
<material uid="41">
|
||||
<material id="41">
|
||||
<density value="1.0" units="g/cc" />
|
||||
<nuclide name="H-1" xs="03c" ao="2.0" />
|
||||
<nuclide name="O-16" xs="03c" ao="1.0" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue