mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
add description of surfaces
This commit is contained in:
parent
be97beb1c4
commit
5abd01d4df
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ class CompositeSurface(ABC):
|
|||
class CylinderSector(CompositeSurface):
|
||||
"""Infinite cylindrical sector composite surface
|
||||
|
||||
A cylinder sector is composed of two cylindrical and two planar surfaces.
|
||||
The cylindrical surfaces are concentric, and the planar surfaces intersect
|
||||
the central axis of the cylindrical surfaces.
|
||||
|
||||
This class acts as a proper surface, meaning that unary `+` and `-`
|
||||
operators applied to it will produce a half-space. The negative
|
||||
side is defined to be the region inside of the cylinder sector.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue