Wild Card Characters
You can sometimes use the asterisk (*
) as a wild card character to, for example, refer to all components, phases, or species, when showing calculated properties in the POLY module, or when you set axis variables for plotting diagrams in the POST module.
When showing calculated properties in the POLY module, you can also use the dollar sign ($
) to refer to all stable phases.
For activity and/or chemical potential properties, the *
and $
normally do not work properly as wild card characters.

These are examples of the wild card characters you can use to search commands at the command line prompt.
Command | Action |
---|---|
show_value b(*) |
Lists mass (gram) of all components in the system. |
set_axis_var y b(*) * |
Sets mass (gram) of all components in the system as Y-axis variable. |
show_value mur(*) |
Lists chemical potentials of all components in the system. |
set_axis_var y acr(*) * |
Sets activities of all components in the system as Y-axis variable. |
show_value hm(*).t |
Lists heat capacities of all phases. |
set_axis_var y gm(*) * |
Sets molar Gibbs free energies of all phases as Y-axis variable. |
show_value tc($) |
Lists curie temperature of all stable phases. |
show_value w(*,*) |
Lists mass fractions of all components in all phases. |
show_value w($,*) |
Lists mass fractions of all components in all stable phases. |
show_value w(fcc,*) |
Lists mass fractions of all components in the FCC phase. |
show_value w(*,fe) |
Lists mass fractions of the Fe component in all phases. |
show_value w($,fe) |
Lists mass fractions of the Fe component in all stable phases. |
show_value y(*,*) |
Lists site fractions of all species in all sublattices of all phases. |
show_value y($,*) |
Lists site fractions of all species in all sublattices of all stable phases. |
show_value y(*,*) |
Lists site fractions of all species in all sublattices of all phases. |