ThermalPropertiesDataPoint
#
- class ansys.additive.core.material.ThermalPropertiesDataPoint(*, density: float = 0, density_ratio: float = 0, specific_heat: float = 0, specific_heat_ratio: float = 0, temperature: float = 0, thermal_conductivity: float = 0, thermal_conductivity_ratio: float = 0)#
Provides the container for temperature-dependent properties.
Additive material definitions include a file containing a lookup table describing the material’s thermal properties at different temperatures. This class represents a single row in the lookup table.
Units are SI (m, kg, s, K) unless otherwise noted.
Overview#
Density (kg/m^3). |
|
Density ratio. |
|
Specific heat (J/kg/K). |
|
Specific heat ratio. |
|
Temperature (K). |
|
Thermal conductivity (W/m/K). |
|
Thermal conductivity ratio. |
Import detail#
from ansys.additive.core.material import ThermalPropertiesDataPoint
Property detail#
Method detail#
- ThermalPropertiesDataPoint.__repr__()#