Updated TRISO example notebook

This commit is contained in:
amandalund 2018-11-14 16:03:44 -06:00
parent 66fe2185f3
commit bbaad4ed93
3 changed files with 63 additions and 56 deletions

View file

@ -22,7 +22,7 @@ there are many substantial benefits to using the Python API, including:
- Ability to plot individual universes as geometry is being created
- A :math:`k_\text{eff}` search function (:func:`openmc.search_for_keff`)
- Random sphere packing for generating TRISO particle locations
(:func:`openmc.model.pack_trisos`)
(:func:`openmc.model.pack_spheres`)
- Ability to create materials based on natural elements or uranium enrichment
For those new to Python, there are many good tutorials available online. We

View file

@ -37,7 +37,7 @@ Functions
:template: myfunction.rst
openmc.model.create_triso_lattice
openmc.model.pack_trisos
openmc.model.pack_spheres
Model Container
---------------