montepy.data_inputs.lattice.LatticeType#

class montepy.data_inputs.lattice.LatticeType(*values)#

Bases: Enum

Represents the options for the lattice LAT.

Attributes:

HEXAGONAL

Hexagonal prisms are solids with eight faces.

HEXAHEDRAL

Alias for RECTANGULAR; hexahedra are solids with six faces.

RECTANGULAR

Rectangular hexahedral lattice type (a solid with six faces).

HEXAGONAL = 2#

Hexagonal prisms are solids with eight faces.

HEXAHEDRAL = 1#

Alias for RECTANGULAR; hexahedra are solids with six faces.

RECTANGULAR = 1#

Rectangular hexahedral lattice type (a solid with six faces).