Isobaric expansion coefficient as function of pressure and specific enthalpy
function beta_ph extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; output SI.RelativePressureCoefficient beta "Isobaric expansion coefficient"; end beta_ph;