Convert from degCelsius to Kelvin
function from_degC extends Modelica.SIunits.Icons.Conversion; input NonSIunits.Temperature_degC Celsius "Celsius value"; output Temperature Kelvin "Kelvin value"; end from_degC;