.BuildSysPro.IBPSA.Media.Refrigerants.R410A.pressureVap_Tv

Function that calculates the pressure R410A vapor based on temperature and specific volume

Information

Function that calculates the pressure R410A vapor based on temperature and specific volume. The pressure is calculated from 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 pressureVap_Tv
  input Modelica.Units.SI.Temperature T "Temperature of refrigerant";
  input Modelica.Units.SI.SpecificVolume v "Specific volume of refrigerant";
  output Modelica.Units.SI.AbsolutePressure p "Pressure of refrigerant vapor";
end pressureVap_Tv;

Revisions


Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos