Add docstrings to composite surface classes

This commit is contained in:
Paul Romano 2020-07-02 07:34:36 -05:00
parent 37ab9c7560
commit df7b525306
2 changed files with 229 additions and 10 deletions

View file

@ -17,6 +17,21 @@ Convenience Functions
openmc.model.subdivide
openmc.model.pin
Composite Surfaces
------------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: myclass.rst
openmc.model.Box
openmc.model.RectangularParallelepiped
openmc.model.RightCircularCylinder
openmc.model.XConeOneSided
openmc.model.YConeOneSided
openmc.model.ZConeOneSided
TRISO Fuel Modeling
-------------------