Compute specific heat capacity at constant pressure, low T region
function cp_Tlow extends Modelica.Icons.Function; input IdealGases.Common.DataRecord data "Ideal gas data"; input SI.Temperature T "Temperature"; output SI.SpecificHeatCapacity cp "Specific heat capacity at temperature T"; end cp_Tlow;