.Buildings.Media.Refrigerants.R410A.specificVolumeVap_pT

Information

Function that calculates the specific volume R410A vapor based on pressure and temperature. The specific volume is evaluated iteratively by succesive evaluations of the vapor pressure.

The initial guess is estimated by the first term in the Martin-Hou equation of state.

References

Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf

Interface

function specificVolumeVap_pT
  input Modelica.Units.SI.AbsolutePressure p "Pressure of refrigerant vapor";
  input Modelica.Units.SI.Temperature T "Temperature of refrigerant";
  output Modelica.Units.SI.SpecificVolume v "Specific volume of refrigerant";
end specificVolumeVap_pT;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos