mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
17 lines
406 B
XML
17 lines
406 B
XML
<?xml version="1.0"?>
|
|
<materials>
|
|
|
|
<!-- Definition of materials -->
|
|
<material id="40">
|
|
<density value="4.5" units="g/cc" />
|
|
<nuclide name="U-235" xs="03c" ao="1.0" />
|
|
</material>
|
|
|
|
<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" />
|
|
<sab name="lwe7" xs="00t" />
|
|
</material>
|
|
|
|
</materials>
|