Convert from Kelvin to degFahrenheit
function to_degF extends Modelica.SIunits.Icons.Conversion; input Temperature Kelvin "Kelvin value"; output NonSIunits.Temperature_degF Fahrenheit "Fahrenheit value"; end to_degF;