Merge pull request #1121 from amandalund/triso-refactor

Update TRISO sphere packing interface and add spherical shell domain
This commit is contained in:
Paul Romano 2018-11-20 08:22:13 -06:00 committed by GitHub
commit d7359f151c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 808 additions and 494 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
---------------