armi.operators.runTypes module

Constants defining the different supported run types.

These were moved here to better structure the dependencies within this package. Dependencies should be organized in a tree-like structure, with __init__.py living at the top. These will likely need to be extended by plugins in the near future.

class armi.operators.runTypes.RunTypes[source]

Bases: object

All available values of the runType setting that determine which Operator to use.

STANDARD = 'Standard'
SNAPSHOTS = 'Snapshots'
EQUILIBRIUM = 'Equilibrium'