Added example notebook and incorporated some lessons learned in the code

This commit is contained in:
Adam Nelson 2017-03-19 17:34:23 -04:00
parent 4b7a7e900b
commit 0ebac7687d
3 changed files with 43 additions and 9 deletions

View file

@ -172,6 +172,7 @@ Running OpenMC
openmc.calculate_volumes
openmc.plot_geometry
openmc.plot_inline
openmc.KeffSearch
Post-processing
---------------
@ -336,6 +337,19 @@ Functions
openmc.model.create_triso_lattice
openmc.model.pack_trisos
Model Container
---------------
Classes
+++++++
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
openmc.model.Model
--------------------------------------------
:mod:`openmc.data` -- Nuclear Data Interface
--------------------------------------------