Return specific enthalpy for a single speciesReturn specific enthalpy for a single species
function h_T input Modelica.SIunits.Temperature T "Temperature"; input Integer index "Medium species identifier"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy at temperature T"; end h_T;