Material¶
- class materials_compendium.utils.Material(datum)[source]¶
Initialize a Material object with material data.
- Parameters:
datum (Datum) – An instance of the Datum class containing various material information.
Example
datum = Datum(Name=”Sample Material”, Formula=”H2O”, …) material = Material(datum) #or material = Material(MaterialsCompendium[0])
Methods
Create a Material object by searching for a material using its acronym.
Create a Material object by searching for a material using its formula.
Create a Material object by searching for a material using its name.
Get the acronym associated with the material.
Get all available material information in a formatted string.
Get the comments associated with the material.
Get the contact information associated with the material.
Get the density associated with the material.
Get information about elements associated with the material.
Get the formula of the material.
Get the material number.
Get the material atom density.
Get the material weight.
Get information about mols associated with the material.
Get the name of the material.
Get the references associated with the material.
Get the source of the material.
Get the verification notes associated with the material.