metallurgy.generate.ternary(elements: list | str, step: Number = 1, min_percent: Number = 0, max_percent: Number = 100, property_name: str | None = None, quaternary_element: tuple | None = None, crystal_structure: str | None = None)[source]

Generate a set of ternary alloys.

Parameters:
elements: list | str

The elements of the composition-space.

step: Number = 1

The percentage step between alloys in the composition-space.

min_percent: Number = 0

The minimum percentage of each element in alloys in the composition-space.

max_percent: Number = 100

The maximum percentage of each element in alloys in the composition-space.

property_name: str | None = None

A property to calculate for all alloys in the set generated.

quaternary_element: tuple | None = None

If this ternary system is a member of an encompassing quaternary system provide the quaternary element and its percentage.


Last update: Jun 08, 2023