derivative of SpecificHeatCp_T
function SpecificHeatCp_derT input Units.SI.Temperature temp "Fluid temperature (K)"; input Real der_temp "fluid temperature time derivative (K/s)"; output Real der_cp "specific heat capacity time derivative (J/kgKs)"; end SpecificHeatCp_derT;