mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Made energy group structures a dict attached to the openmc.mgxs namespace; fixed typos for CASMO 70-group structure
This commit is contained in:
parent
d92f13f66d
commit
a46aab8365
4 changed files with 49 additions and 71 deletions
7
docs/source/_templates/mymodulevar.rst
Normal file
7
docs/source/_templates/mymodulevar.rst
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{ fullname }}
|
||||
{{ underline }}
|
||||
|
||||
.. currentmodule:: {{ module }}
|
||||
|
||||
.. automodule:: {{ objname }}
|
||||
:members:
|
||||
|
|
@ -8,9 +8,10 @@ Energy Groups
|
|||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myclass.rst
|
||||
:template: myclass.rst mymodulevar.rst
|
||||
|
||||
openmc.mgxs.EnergyGroups
|
||||
openmc.mgxs.GROUP_STRUCTURES
|
||||
|
||||
Multi-group Cross Sections
|
||||
--------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue