Specific enthalpy of CO2 as a function of Specific entropy and pressure
function h_p_s import SolarTherm.Media.CO2.CO2_utilities.*; extends Modelica.Icons.Function; input Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure"; input Modelica.SIunits.SpecificEntropy s "Specific entropy"; input Modelica.Blocks.Types.ExternalCombiTable2D tableID "Table with the values to interpolate"; output Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; end h_p_s;