Return thermal conductivity as a function of d and T
function lambda_dT extends Modelica.Icons.Function; input SI.Density d "Density"; input SI.Temperature T "Temperature"; output SI.ThermalConductivity lambda "Thermal conductivity"; end lambda_dT;