Function that calculates the derivative of the Martin-Hou equation of for R410A state with regards to specific volume.
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
function dPressureVap_dSpecificVolume_Tv input Modelica.Units.SI.Temperature T "Temperature of refrigerant"; input Modelica.Units.SI.SpecificVolume v "Specific volume of refrigerant"; output Real dpdv(final unit = "Pa.kg/m3") "Derivative of pressure with regards to specific volume"; end dPressureVap_dSpecificVolume_Tv;
n
.