mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Respond to @wbinventor comments on #626
This commit is contained in:
parent
0339809deb
commit
fa1ca34094
8 changed files with 45 additions and 39 deletions
|
|
@ -74,6 +74,7 @@ Building geometry
|
|||
:nosignatures:
|
||||
:template: myclass.rst
|
||||
|
||||
openmc.Plane
|
||||
openmc.XPlane
|
||||
openmc.YPlane
|
||||
openmc.ZPlane
|
||||
|
|
@ -81,6 +82,11 @@ Building geometry
|
|||
openmc.YCylinder
|
||||
openmc.ZCylinder
|
||||
openmc.Sphere
|
||||
openmc.Cone
|
||||
openmc.XCone
|
||||
openmc.YCone
|
||||
openmc.ZCone
|
||||
openmc.Quadric
|
||||
openmc.Halfspace
|
||||
openmc.Intersection
|
||||
openmc.Union
|
||||
|
|
@ -168,12 +174,12 @@ Various classes may be created when performing tally slicing and/or arithmetic:
|
|||
:nosignatures:
|
||||
:template: myclass.rst
|
||||
|
||||
openmc.CrossScore
|
||||
openmc.CrossNuclide
|
||||
openmc.CrossFilter
|
||||
openmc.AggregateScore
|
||||
openmc.AggregateNuclide
|
||||
openmc.AggregateFilter
|
||||
openmc.arithmetic.CrossScore
|
||||
openmc.arithmetic.CrossNuclide
|
||||
openmc.arithmetic.CrossFilter
|
||||
openmc.arithmetic.AggregateScore
|
||||
openmc.arithmetic.AggregateNuclide
|
||||
openmc.arithmetic.AggregateFilter
|
||||
|
||||
---------------------------------
|
||||
:mod:`openmc.stats` -- Statistics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue