Skip to main content

FemThermalProperties

Other

Thermal properties for FEM materials.

Import

import ScriptingApi as api

# Access the class
# FemThermalProperties is available via api.FemThermalProperties

Properties

thermal_conductivity

Thermal conductivity in W/(m·K). Default: 50.0 (steel).

Type: float


specific_heat

Specific heat capacity in J/(kg·K). Default: 500.0.

Type: float


thermal_expansion

Coefficient of thermal expansion in 1/K. Default: 12e-6.

Type: float


reference_temperature

Reference temperature in K. Default: 293.15 (20°C).

Type: float


See Also