Skip to content

Commit

Permalink
Listed tally types allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jan 14, 2024
1 parent a502033 commit 8fbe84e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions montepy/data_inputs/tally_type.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024, Battelle Energy Alliance, LLC All Rights Reserved.

from enum import unique, Enum


@unique
class TallyType(Enum):
""" """

CURRENT = 1
SURFACE_FLUX = 2
CELL_FLUX = 4
DETECTOR = 5
ENERGY_DEPOSITION = 6
FISSION_ENERGY_DEPOSITION = 7
ENERGY_DETECTOR_PULSE = 8

0 comments on commit 8fbe84e

Please sign in to comment.