pypif.obj.system.chemical.alloy.alloy module¶
-
class
pypif.obj.system.chemical.alloy.alloy.
Alloy
(uid=None, names=None, ids=None, source=None, quantity=None, chemical_formula=None, composition=None, properties=None, preparation=None, sub_systems=None, phases=None, references=None, contacts=None, licenses=None, tags=None, **kwargs)¶ Bases:
pypif.obj.system.chemical.chemical_system.ChemicalSystem
Information about an alloy.
-
__init__
(uid=None, names=None, ids=None, source=None, quantity=None, chemical_formula=None, composition=None, properties=None, preparation=None, sub_systems=None, phases=None, references=None, contacts=None, licenses=None, tags=None, **kwargs)¶ Constructor.
Parameters: - uid – String with the permanent ID for this record.
- names – List of strings with common names of the alloy.
- ids – List of dictionaries, strings, numbers, or
Id
objects that identify the alloy. - source – Dictionary, string, or
Source
object with the source of the alloy. - quantity – Dictionary or
Quantity
object with the quantity of the alloy. - chemical_formula – String with the chemical formula.
- composition – List of dictionaries or
Composition
objects that describe the composition of the alloy. - properties – List of dictionaries or
Property
objects with properties of the alloy. - preparation – List of dictionaries or
ProcessStep
objects with the preparation information of the alloy. - sub_systems – List of dictionaries or
System
objects with the subsystems of the alloy. - phases – List of dictionaries or
AlloyPhase
objects with the phases of the alloy. - references – List of dictionaries or
Reference
objects where information about the alloy is published. - contacts – List of dictionaries, strings, or
Person
objects with people to contact for information about the alloy. - licenses – List of dictionaries, strings, or
License
objects with licensing information for data about the alloy. - tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of fields that are not supported.
-
phases
¶
-