mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
53 lines
877 B
ReStructuredText
53 lines
877 B
ReStructuredText
-------------------------------------
|
|
:mod:`openmc.model` -- Model Building
|
|
-------------------------------------
|
|
|
|
Convenience Functions
|
|
---------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
openmc.model.borated_water
|
|
openmc.model.get_hexagonal_prism
|
|
openmc.model.get_rectangular_prism
|
|
openmc.model.subdivide
|
|
|
|
TRISO Fuel Modeling
|
|
-------------------
|
|
|
|
Classes
|
|
+++++++
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
openmc.model.TRISO
|
|
|
|
Functions
|
|
+++++++++
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
openmc.model.create_triso_lattice
|
|
openmc.model.pack_trisos
|
|
|
|
Model Container
|
|
---------------
|
|
|
|
Classes
|
|
+++++++
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
openmc.model.Model
|