mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
Add docstrings to composite surface classes
This commit is contained in:
parent
37ab9c7560
commit
df7b525306
2 changed files with 229 additions and 10 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue