This function returns the thermal conductivity lambda(T) in dependence of the fin temperature.
Author: | Haiko Steuer | SCD |
Checked by: | ||
Protection class: | ||
Used Dymola version: |
function lambdaFin input Modelica.SIunits.Temperature T "Fin temperature"; input String material "Fin material"; output Modelica.SIunits.ThermalConductivity lambdafin "Thermal conductivity of fins"; end lambdaFin;