OpenMC/docs/source/pythonapi/model.rst

58 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2017-04-05 07:11:57 -05:00
-------------------------------------
:mod:`openmc.model` -- Model Building
-------------------------------------
2017-11-09 15:53:57 -06:00
Convenience Functions
---------------------
Several helper functions are available here. Ther first two create rectangular
and hexagonal prisms defined by the intersection of four and six surface
half-spaces, respectively. The last function takes a sequence of surfaces and
returns the regions that separate them.
2017-11-09 15:53:57 -06:00
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
openmc.model.get_hexagonal_prism
openmc.model.get_rectangular_prism
2017-11-09 15:53:57 -06:00
openmc.model.subdivide
2017-04-05 07:11:57 -05:00
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