Total derivative of density_ps
partial function density_ps_der extends Modelica.Icons.Function; input AbsolutePressure p "Pressure"; input SpecificEntropy s "Specific entropy"; input ThermodynamicState state; input Real p_der; input Real h_der; output Real d_der; end density_ps_der;