Specific enthalpy of molten salt as a function of temperature
function h_p_T extends Modelica.Icons.Function; input Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; input Modelica.Blocks.Types.ExternalCombiTable2D tableID "Table with the values to interpolate"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; end h_p_T;