Return thermodynamic state as function of T
partial function setState_T extends Modelica.Icons.Function; input Temperature T "Temperature"; output ThermodynamicState state "Thermodynamic state record"; end setState_T;