armi.matProps.prop module
In the parlance of matProps, a material ‘Property’ is a physical characteristic of the material that can be described mathematically. For instance, density, specific heat, specific gravity, coefficient of linear expansion, etc.
- class armi.matProps.prop.Property(name: str, symbol: str, units: str, tex: str = None)[source]
Bases:
objectA Property of a material. Most properties are computed as temperature-dependent functions.
Constructor for Property class.
- Parameters:
- armi.matProps.prop.contains(name: str)[source]
Checks to see if a string representing a desired property is in the global properties list.