calculation of gas specific heat capacity
function specificHeatCapacityCp_pTX input SI.Pressure p; input SI.Temp_K T; input SI.MassFraction X[nX] = reference_X "Mass fractions"; output SI.SpecificHeatCapacity cp "Specific heat capacity at constant pressure"; end specificHeatCapacityCp_pTX;