Compute specific volume derivative
function v_pTX_derT input Modelica.SIunits.AbsolutePressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; input Modelica.SIunits.MassFraction[nS] X "Mass fraction"; output Real v_derT(unit = "m3/(kg.K)") "Specific volume derivative"; end v_pTX_derT;