Return density derivative by temperature at constant pressure
function density_derT_p extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state record"; output DerDensityByTemperature ddTp "Density derivative wrt temperature"; end density_derT_p;