TCHEA8 Thermophysical and Elastic Properties
This section summarizes the available thermophysical and elastic properties in the TCS High Entropy Alloys Database (TCHEA).
The thermophysical properties data for molar volume, viscosity, surface tension, electrical resistivity, and thermal conductivity are included with the database. Molar volume is available starting with version 1 (TCHEA1), viscosity is available starting with version 4 (TCHEA4), and surface tension, electrical resistivity, and thermal conductivity are available starting with version 5 (TCHEA5).
The elastic properties (elastic moduli and elastic constants) are included with the database as of TCHEA8 and are only available for cubic BCC (A2 and B2), cubic FCC (A1 and L12), and hexagonal HCP (A3) phases.
Model Descriptions
Thermophysical Properties Parameters and Variables
Below is a summary of the available thermophysical parameters and variables for the databases when working in Thermo‑Calc. There are differences when you are working in Console Mode versus Graphical Mode as well as if you use an SDK such as TC‑Python or TC-Toolbox for MATLAB®.
Property (and Graphical Mode Variable Name) | Model Parameters | Variables to Show or Plot in Console Mode or the SDKs (TC‑Python, or TC-Toolbox for MATLAB®)*** |
---|---|---|
Molar volume |
V0, VA |
VM for a system |
Electrical conductivity |
ELQ** |
ELCD for a system |
Electrical resistivity |
ELRS, ESPD |
ELRS for a system |
Thermal conductivity |
THCD |
THCD for a system |
Thermal resistivity |
|
THRS for a system |
Thermal diffusivity |
|
THDF for a system |
Surface tension |
SIGM, XI* |
SURF(LIQUID)
|
Dynamic viscosity |
VISC |
|
Kinematic viscosity |
|
KVIS(LIQUID)
|
* XI is not used in the TCOX database (all versions). As of 2023b it is also not used starting with the following versions of these databases: TCFE13, TCNI12.1, TCTI5.1, TCNOBL3, TCPMAG2, and TCCU6. As of 2024a, TCMG7, TCAL9, and TCHEA7. As of 2024b, TCSLD5. ** *** The examples listed for the SDKs are using Console Mode syntax. The quantities can also be accessed in both |
Elastic Properties Parameters and Variables
Elastic properties are only available for cubic BCC (A2 and B2), cubic FCC (A1 and L12), and hexagonal HCP (A3) phases.

In the Plot Renderer in Graphical Mode, elastic constants and moduli can be selected from the drop-down list of axis variables.
The independent elastic constants are selected on the Plot Renderer as an axis variable Elastic constant and then choose an option (C11, C12, C13, C33, or C44) from the drop-down list.
The elastic moduli, Bulk modulus, Shear modulus, and Young's modulus, are directly available from the Axis variable list.
All can be tabulated and plotted using the quantity names, with options for a specific phase or all phases.

The quantities corresponding to the individual elastic constants and elastic moduli (derived from the elastic constants) can be can be calculated in Console Mode for individual phases or all phases. The results can be shown in the POLY module with the command SHOW_VALUE or shown as a plot in the POST module with the command PLOT_DIAGRAM using:
Cij(<phase name>)
orCij(*)
- Bulk modulus:
BULKMOD(<phase name>)
orBULKMOD(*)
- Shear modulus:
SHEARMOD(<phase name>)
orSHEARMOD(*)
- Young's modulus:
YOUNGMOD(<phase name>)
orYOUNGMOD(*)

For the Software Development Kits (SDKs), i.e. TC-Python and TC-Toolbox, the quantities of elastic constants, bulk modulus, shear modulus, and Young’s modulus can be retrieved for individual phases or all phases via get_value_of()
or get_values_of()
from any equilibrium calculation types using:
Cij(<phase name>)
orCij(ALL_PHASES/*
)ThermodynamicQuantity.bulk_modulus(<phase name>)
orThermodynamicQuantity.bulk_modulus(ALL_PHASES/*)
ThermodynamicQuantity.shear_modulus (<phase name>)
orThermodynamicQuantity.shear_modulus(ALL_PHASES/*)
ThermodynamicQuantity.youngs_modulus(<phase name>)
orThermodynamicQuantity.youngs_modulus(ALL_PHASES/*)
See the relevant SDK documentation for details.
Examples

For examples using this database, see
- Viscosity: Al-Cu, Al-Ni, and Cu-Ni-Al and Viscosity of Cu-Ni-Al-Co-Fe Alloy
- Surface Tension of Cu-Fe-Ni
- Thermal Conductivity
- Electrical Resistivity
- Molar Volume and Density
For surface tension, viscosity, and molar volume general use examples, see T_11: Surface Tension in Cu-Zr, T_12: Viscosity in Cr-Ni, and T_15: Molar Volume and Thermal Expansion Coefficients for L12-type Al3Sc and Al3Zr Compounds (Graphical Mode) and Thermophysical Properties Examples (Console Mode)
For electrical resistivity and thermal conductivity general use examples, see T_16: Electrical Resistivity and Thermal Conductivity for Pure Copper (Graphical Mode) and Thermophysical Properties Examples (Console Mode)

For an example using this database, see Elastic Constants in a Cantor Alloy. For a general example using another database, see the example text, T_19: Young's Modulus for Ti-O with Elastic Properties.