Calculation of the logarithmic over temperature.
function logDT import Modelica.Math.log; input Modelica.Units.SI.Temperature Temp_in[3]; output Modelica.Units.SI.Temperature Temp_out; end logDT;