mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
12 lines
299 B
XML
12 lines
299 B
XML
<?xml version="1.0"?>
|
|
<materials>
|
|
|
|
<!-- Definition of materials -->
|
|
<material id="1">
|
|
<density value="19" units="g/cc" />
|
|
<nuclide name="U-235" xs="70c" wo="0.21" />
|
|
<nuclide name="U-238" xs="70c" wo="0.68" />
|
|
<nuclide name="O-16" xs="70c" wo="0.11" />
|
|
</material>
|
|
|
|
</materials>
|