Return partial derivative from a thermodynamic state record
function partialDeriv_state extends Modelica.Icons.Function; input String of "The property to differentiate"; input String wrt "Differentiate with respect to this"; input String cst "Keep this constant"; input ThermodynamicState state; output Real partialDerivative; end partialDeriv_state;