Nusselt number Nu = alpha*D/lambda
function NusseltNumber extends Modelica.Icons.Function; input SI.CoefficientOfHeatTransfer alpha "Coefficient of heat transfer"; input SI.Length D "Characteristic dimension"; input SI.ThermalConductivity lambda "Thermal conductivity"; output SI.NusseltNumber Nu "Nusselt number"; end NusseltNumber;