Skip to main content
Version: 8.1

system.thermo.if97.thermalConductivity

Calculates thermal conductivity.

Syntax

system.thermo.if97.thermalConductivity(h, s) # Enthalpy and Entropy
system.thermo.if97.thermalConductivity(p, h) # Pressure and Enthalpy
system.thermo.if97.thermalConductivity(p, s) # Pressure and Entropy
system.thermo.if97.thermalConductivity(p, t) # Pressure and Temperature
system.thermo.if97.thermalConductivity(rho, t) # Density and Temperature
info

This function must be called with named parameters.

Parameters

TypeParameterDescription
DoublehSpecific Enthalpy (J/kg)
DoublesSpecific Entropy (J/(kg·K))
DoublepAbsolute Pressure (Pa)
DoubletTemperature (K)
DoublerhoDensity (kg/m³)

Returns

Double - Thermal Conductivity (W/(m·K))

The ability of the substance to conduct heat.

Scope

Gateway, Designer, Client, Perspective Session

Example

Pressure and Temperature

p = 101325
t = 373.15
result = system.thermo.if97.thermalConductivity(p=p, t=t)
print result
Result
0.0247930541982