montepy.input_parser.block_type module#

Classes:

BlockType(*values)

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:

CELL

The first block that details Cell information.

DATA

The third block that provides additional information and data.

SURFACE

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.