armi.matProps.reference module

All data in the material YAMLs need to have a reference for the information source.

class armi.matProps.reference.Reference[source]

Bases: object

A container for the source of the material’s data. The Reference class is used to manage the material data’s source information and have methods to extract the data for generating the reference section of documentation.

getRef()[source]

Accessor which returns _ref value.

getType()[source]

Accessor which returns _type value.