Return thermal conductivity from T
function thermalConductivity_T extends Modelica.Icons.Function; input Temperature T "Temperature"; output ThermalConductivity lambda "Thermal conductivity"; end thermalConductivity_T;