mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Added example notebook and incorporated some lessons learned in the code
This commit is contained in:
parent
4b7a7e900b
commit
0ebac7687d
3 changed files with 43 additions and 9 deletions
|
|
@ -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
|
||||
--------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue