mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Added docstring for Tally.swap_filter(...) routine
This commit is contained in:
parent
9c9eb446a1
commit
0eee99ee20
9 changed files with 230 additions and 651 deletions
20
docs/source/pythonapi/examples/materials.xml
Normal file
20
docs/source/pythonapi/examples/materials.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<materials>
|
||||
<default_xs>71c</default_xs>
|
||||
<material id="10000" name="1.6% Fuel">
|
||||
<density units="g/cm3" value="10.31341" />
|
||||
<nuclide ao="0.022625" name="U-238" />
|
||||
<nuclide ao="0.046007" name="O-16" />
|
||||
<nuclide ao="0.00037503" name="U-235" />
|
||||
</material>
|
||||
<material id="10001" name="Borated Water">
|
||||
<density units="g/cm3" value="0.740582" />
|
||||
<nuclide ao="0.024732" name="O-16" />
|
||||
<nuclide ao="8.0042e-06" name="B-10" />
|
||||
<nuclide ao="0.049457" name="H-1" />
|
||||
</material>
|
||||
<material id="10002" name="Zircaloy">
|
||||
<density units="g/cm3" value="6.55" />
|
||||
<nuclide ao="0.0072758" name="Zr-90" />
|
||||
</material>
|
||||
</materials>
|
||||
Loading…
Add table
Add a link
Reference in a new issue