Compute specific heat capacity at constant pressure, low T region
function cp_Tlow_der extends Modelica.Icons.Function; input IdealGases.Common.DataRecord data "Ideal gas data"; input SI.Temperature T "Temperature"; input Real dT "Temperature derivative"; output Real cp_der "Derivative of specific heat capacity"; end cp_Tlow_der;