This routine computes the Debye function of order 6, D6(x).
function debye_D6 extends Modelica.Icons.Function; input Real x; output Real y; end debye_D6;