function cv_ph extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEnthalpy h "Specific enthalpy"; output SI.SpecificHeatCapacity cv "Specific heat capacity"; end cv_ph;