mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Corrected tally slicing for Python API MultiGroupXS
This commit is contained in:
parent
40f893e6d0
commit
d58e902784
13 changed files with 1597 additions and 650 deletions
12
docs/source/pythonapi/examples/materials.xml
Normal file
12
docs/source/pythonapi/examples/materials.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<materials>
|
||||
<default_xs>71c</default_xs>
|
||||
<material id="10000" name="moderator">
|
||||
<density units="g/cc" value="5.0" />
|
||||
<nuclide ao="0.006886019" name="U-238" />
|
||||
<nuclide ao="0.01450188" name="O-16" />
|
||||
<nuclide ao="0.002116053" name="Zr-90" />
|
||||
<nuclide ao="0.028999667" name="H-1" />
|
||||
<nuclide ao="0.000114142" name="U-235" />
|
||||
</material>
|
||||
</materials>
|
||||
Loading…
Add table
Add a link
Reference in a new issue