OpenMC/docs/source/pythonapi/model.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

73 lines
1.3 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
---------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: myfunction.rst
2018-02-11 18:39:06 -05:00
openmc.model.borated_water
openmc.model.hexagonal_prism
openmc.model.rectangular_prism
2017-11-09 15:53:57 -06:00
openmc.model.subdivide
openmc.model.pin
2017-11-09 15:53:57 -06:00
Composite Surfaces
------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
openmc.model.CruciformPrism
openmc.model.CylinderSector
2022-04-04 14:24:49 -05:00
openmc.model.IsogonalOctagon
openmc.model.Polygon
openmc.model.RectangularParallelepiped
openmc.model.RightCircularCylinder
openmc.model.XConeOneSided
openmc.model.YConeOneSided
openmc.model.ZConeOneSided
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
2018-11-14 16:03:44 -06:00
openmc.model.pack_spheres
2017-04-05 07:11:57 -05:00
Model Container
---------------
Classes
+++++++
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
openmc.model.Model