Skip to content

Commit

Permalink
Update openmc/model/surface_composite.py
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Shriwise <[email protected]>
  • Loading branch information
nsedayilmaz and pshriwise authored Oct 16, 2024
1 parent 365fae6 commit 4ad38ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/model/surface_composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,7 @@ def __init__(self, center_base: Sequence[float], axis: Sequence[float],
def __neg__(self) -> openmc.Region:
return +self.plane_bottom & -self.plane_top & -self.cone

class Z_Vessel(CompositeSurface):
class ZVessel(CompositeSurface):
"""Vessel as a composite surface parallel to z-axis
includes composite surfaces with a ZCylinder and
semi-ellipsoids on top and the bottom of this cylinder.
Expand Down

0 comments on commit 4ad38ff

Please sign in to comment.