Return thermodynamic state from d and T
function setState_dT extends Modelica.Icons.Function; input Density d "density"; input Temperature T "Temperature"; output ThermodynamicState state "thermodynamic state record"; end setState_dT;