packageR410A

Refrigerant R410A

Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).

Information

This package contains function definitions for thermodynamic properties of R410A based on data for commercial refrigerant Dupont Suva 410A. The methodology used to evaluate the isentropic exponent is taken from de Monte (2002).

References

F. de Monte. (2002). Calculation of thermodynamic properties of R407C and R410A by the Martin-Hou equation of state, part I: theoretical development. International Journal of Refrigeration. 25. 306-313.

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

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.SpecificEntropyR114.55Gas constant for use in Martin-Hou equation of state
Modelica.Units.SI.TemperatureTCri345.25Critical temperature
Modelica.Units.SI.TemperatureT_min173.15Minimum temperature for correlated properties
Modelica.Units.SI.AbsolutePressurepCri4926.1e3Critical pressure

Contents

NameDescription
dPressureVap_dSpecificVolume_TvDerivative of the Martin-Hou equation of state with regards to specific volume
dPressureVap_dTemperature_TvDerivative of the Martin-Hou equation of state with regards to temperature
dSpecificVolumeVap_pTFunction that calculates the Jacobian of specific volume R410A vapor based on pressure and temperature
enthalpySatLiq_TFunction that calculates the enthalpy of saturated liquid R410A based on temperature
enthalpySatVap_TFunction that calculates the specific enthalpy of saturated R410A vapor based on temperature
isentropicExponentVap_TvFunction that calculates the isentropic exponent of R410A vapor based on temperature and specific volume
pressureSatVap_TFunction that calculates the pressure of saturated R410A vapor based on temperature
pressureVap_TvFunction that calculates the pressure R410A vapor based on temperature and specific volume
specificIsobaricHeatCapacityVap_TvFunction that calculates the specific isobaric heat capacity of R410A vapor based on temperature and specific volume
specificIsochoricHeatCapacityVap_TvFunction that calculates the specific isochoric heat capacity of R410A vapor based on temperature and specific volume
specificVolumeVap_pTFunction that calculates the specific volume R410A vapor based on pressure and temperature

Revisions

  • November 9, 2020, by Michael Wetter:
    Moved constants that are common to functions to the scope of the package.
    This is for #1414.
  • October 17, 2016, by Massimo Cimmino:
    First implementation.