OpenMC/tests/regression_tests/complex_cell/materials.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
496 B
XML
Raw Permalink Normal View History

2015-09-28 14:07:38 +07:00
<?xml version="1.0"?>
<materials>
<material id="1">
<density value="4.5" units="g/cc" />
<nuclide name="U235" ao="1.0" />
2015-09-28 14:07:38 +07:00
</material>
<material id="2">
<density value="4.5" units="g/cc" />
<nuclide name="U238" ao="1.0" />
2015-09-28 14:07:38 +07:00
</material>
<material id="3">
<density value="2.0" units="g/cc" />
<nuclide name="Zr90" ao="1.0" />
2015-09-28 14:07:38 +07:00
</material>
<material id="4">
<density value="0.1" units="g/cc" />
<nuclide name="N14" ao="1.0" />
2015-09-28 14:07:38 +07:00
</material>
</materials>