montepy.input_parser.block_type module#
Classes:
|
An enumeration for the different blocks in an input file. |
- class montepy.input_parser.block_type.BlockType(*values)#
Bases:
Enum
An enumeration for the different blocks in an input file.
Attributes:
The first block that details Cell information.
The third block that provides additional information and data.
The second block that details Surface information.
- CELL = 0#
The first block that details Cell information.
- DATA = 2#
The third block that provides additional information and data.
- SURFACE = 1#
The second block that details Surface information.