TCNI13 Thermophysical and Elastic Properties
This section summarizes the available thermophysical and elastic properties in the TCS Ni-based Superalloys Database (TCNI).
The thermophysical properties data is added as follows. Molar volume with thermal expansion coefficients properties data have been available since TCNI7 for the most important systems. Viscosity of the metallic liquids and surface tension of metallic liquids are included starting with version 10 (TCNI10). Electrical resistivity and thermal conductivity are included starting with version 11 (TCNI11).
The elastic properties (elastic moduli and elastic constants) are included with the database as of version 13 (TCNI13) and are only available for cubic BCC (A2 and B2), cubic FCC (A1 and L12), and hexagonal HCP (A3) phases.
Model Descriptions
Overview of the Thermophysical Properties

Molar volume data is critically assessed for most phases of importance to Ni-based superalloys. All the necessary volume data (including molar volume and thermal expansion) for various alloy phases is incorporated, which allows for the calculation of volume fraction of phases, as well as density, thermal expansivity and lattice parameters, e.g. misfits between γ and γ’, using Thermo‑Calc. However, it should be noted that the molar volume data only provides rough estimations and has no pressure dependence.

The properties data for surface tension and viscosity are available starting with TCNI10. Surface tension data is critically assessed for the liquid phase in all pure elements and binary systems.

The properties data for electrical resistivity and thermal conductivity are available starting with TCNI11. Electrical resistivity and thermal conductivity data is critically assessed in all binary systems with data available, for the most important phases to Ni-base alloys. For all other phases or systems, the properties are estimated.
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:
- Surface Tension: Ni-Al, Fe-Ni, Cu-Ni, and Cu-Fe-Ni and Surface Tension of CMSX-10 Superalloy
- Viscosity of CMSX-10 Superalloy and Viscosity: Fe-Ni, Cr-Ni, and Cr-Fe-Ni
- Thermal Conductivity of Some Commercial Alloys and Thermal Conductivity: Co-Ni, Co-Fe, and Co-Fe-Ni
- Electrical Resistivity of Some Commercial Alloys and Electrical Resistivity: Co-Ni, Co-Fe, Co-Fe-Ni, and Higher Order Systems
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 Young’s Modulus of CMSX-4 Superalloy. For a general example using another database, see the example text, T_19: Young's Modulus for Ti-O with Elastic Properties.