Buildings.Media.Refrigerants.R410A
Refrigerant R410A
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
Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
Name | Description |
---|---|
dPressureVap_dSpecificVolume_Tv | Derivative of the Martin-Hou equation of state with regards to specific volume |
dPressureVap_dTemperature_Tv | Derivative of the Martin-Hou equation of state with regards to temperature |
dSpecificVolumeVap_pT | Function that calculates the Jacobian of specific volume R410A vapor based on pressure and temperature |
enthalpySatLiq_T | Function that calculates the enthalpy of saturated liquid R410A based on temperature |
enthalpySatVap_T | Function that calculates the specific enthalpy of saturated R410A vapor based on temperature |
isentropicExponentVap_Tv | Function that calculates the isentropic exponent of R410A vapor based on temperature and specific volume |
pressureSatVap_T | Function that calculates the pressure of saturated R410A vapor based on temperature |
pressureVap_Tv | Function that calculates the pressure R410A vapor based on temperature and specific volume |
specificIsobaricHeatCapacityVap_Tv | Function that calculates the specific isobaric heat capacity of R410A vapor based on temperature and specific volume |
specificIsochoricHeatCapacityVap_Tv | Function that calculates the specific isochoric heat capacity of R410A vapor based on temperature and specific volume |
specificVolumeVap_pT | Function that calculates the specific volume R410A vapor based on pressure and temperature |
R=114.55 | Gas constant for use in Martin-Hou equation of state |
TCri=345.25 | Critical temperature |
T_min=173.15 | Minimum temperature for correlated properties |
pCri=4926.1e3 | Critical pressure |
A={-1.721781e2,2.381558e-1,-4.329207e-4,-6.241072e-7} | Coefficients A for Martin-Hou equation of state |
B={1.646288e-1,-1.462803e-5,0,1.380469e-9} | Coefficients B for Martin-Hou equation of state |
C={-6.293665e3,1.532461e1,0,1.604125e-4} | Coefficients C for Martin-Hou equation of state |
b=4.355134e-4 | Coefficient b for Martin-Hou equation of state |
k=5.75 | Coefficient K for Martin-Hou equation of state |
Types and constants
final constant Modelica.SIunits.SpecificEntropy R = 114.55 "Gas constant for use in Martin-Hou equation of state";
final constant Modelica.SIunits.Temperature TCri = 345.25 "Critical temperature";
final constant Modelica.SIunits.Temperature T_min = 173.15 "Minimum temperature for correlated properties";
final constant Modelica.SIunits.AbsolutePressure pCri = 4926.1e3 "Critical pressure";
final constant Real A[:] = {-1.721781e2, 2.381558e-1, -4.329207e-4, -6.241072e-7} "Coefficients A for Martin-Hou equation of state";
final constant Real B[:] = {1.646288e-1, -1.462803e-5, 0, 1.380469e-9} "Coefficients B for Martin-Hou equation of state";
final constant Real C[:] = {-6.293665e3, 1.532461e1, 0, 1.604125e-4} "Coefficients C for Martin-Hou equation of state";
final constant Real b = 4.355134e-4 "Coefficient b for Martin-Hou equation of state";
final constant Real k = 5.75 "Coefficient K for Martin-Hou equation of state";
Buildings.Media.Refrigerants.R410A.dPressureVap_dSpecificVolume_Tv
Derivative of the Martin-Hou equation of state with regards to specific volume
Information
Function that calculates the derivative of the Martin-Hou equation of for R410A state with regards to specific volume.
References
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
Real | dpdv | Derivative of pressure with regards to specific volume [Pa.kg/m3] |
Modelica definition
Buildings.Media.Refrigerants.R410A.dPressureVap_dTemperature_Tv
Derivative of the Martin-Hou equation of state with regards to temperature
Information
Function that calculates the derivative of the Martin-Hou equation of for R410A state with regards to temperature.
References
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
Real | dpdT | Derivative of pressure with regards to temperature [Pa/K] |
Modelica definition
Buildings.Media.Refrigerants.R410A.dSpecificVolumeVap_pT
Function that calculates the Jacobian of specific volume R410A vapor based on pressure and temperature
Information
Function that calculates the derivatives of Buildings.Media.Refrigerants.R410A.specificVolumeVap_pT
Inputs
Type | Name | Default | Description |
---|---|---|---|
AbsolutePressure | p | Pressure of refrigerant vapor [Pa] | |
Temperature | T | Temperature of refrigerant [K] | |
Real | dp | Delta of pressure of refrigerant vapor [Pa/s] | |
Real | dT | Delta of temperature of refrigerant [K/s] |
Outputs
Type | Name | Description |
---|---|---|
Real | dv | Delta of specific volume of refrigerant [m3/(kg.s)] |
Modelica definition
Buildings.Media.Refrigerants.R410A.enthalpySatLiq_T
Function that calculates the enthalpy of saturated liquid R410A based on temperature
Information
Function that calculates the enthalpy of saturated liquid R410A based on temperature.
References
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] |
Outputs
Type | Name | Description |
---|---|---|
SpecificEnthalpy | h | Specific enthalpy of saturated liquid refrigerant [J/kg] |
Modelica definition
Buildings.Media.Refrigerants.R410A.enthalpySatVap_T
Function that calculates the specific enthalpy of saturated R410A vapor based on temperature
Information
Function that calculates the specific enthalpy of saturated R410A vapor based on temperature.
References
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] |
Outputs
Type | Name | Description |
---|---|---|
SpecificEnthalpy | h | Specific enthalpy of saturated liquid refrigerant [J/kg] |
Modelica definition
Buildings.Media.Refrigerants.R410A.isentropicExponentVap_Tv
Function that calculates the isentropic exponent of R410A vapor based on temperature and specific volume
Information
Function that calculates the isentropic exponent of R410A vapor based on temperature and specific volume. The isentropic exponent is equal to the ratio of specific heat capacities:
k = cp/cv
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
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
IsentropicExponent | k | Specific isobaric heat capacity [1] |
Modelica definition
Buildings.Media.Refrigerants.R410A.pressureSatVap_T
Function that calculates the pressure of saturated R410A vapor based on temperature
Information
Function that calculates the pressure of saturated R410A vapor based on temperature.
References
Thermodynamic properties of DuPont Suva 410A: https://www.chemours.com/Refrigerants/en_US/assets/downloads/h64423_Suva410A_thermo_prop_si.pdf
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] |
Outputs
Type | Name | Description |
---|---|---|
AbsolutePressure | p | Pressure of saturated refrigerant vapor [Pa] |
Modelica definition
Buildings.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
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
AbsolutePressure | p | Pressure of refrigerant vapor [Pa] |
Modelica definition
Buildings.Media.Refrigerants.R410A.specificIsobaricHeatCapacityVap_Tv
Function that calculates the specific isobaric heat capacity of R410A vapor based on temperature and specific volume
Information
Function that calculates the specific isobaric heat capacity (cp) of R410A vapor based on temperature and specific volume.
The specific isobaric heat capacity is evaluated from the partial derivatives of the Martin-Hou equation of state.
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
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
SpecificHeatCapacity | cp | Specific isobaric heat capacity [J/(kg.K)] |
Modelica definition
Buildings.Media.Refrigerants.R410A.specificIsochoricHeatCapacityVap_Tv
Function that calculates the specific isochoric heat capacity of R410A vapor based on temperature and specific volume
Information
Function that calculates the specific isochoric heat capacity (cv) of R410A vapor based on temperature and specific volume.
The specific isochoric heat capacity is evaluated from the partial derivatives of the Martin-Hou equation of state.
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
Inputs
Type | Name | Default | Description |
---|---|---|---|
Temperature | T | Temperature of refrigerant [K] | |
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |
Outputs
Type | Name | Description |
---|---|---|
SpecificHeatCapacity | cv | Specific isochoric heat capacity [J/(kg.K)] |
Modelica definition
Buildings.Media.Refrigerants.R410A.specificVolumeVap_pT
Function that calculates the specific volume R410A vapor based on pressure and temperature
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
Inputs
Type | Name | Default | Description |
---|---|---|---|
AbsolutePressure | p | Pressure of refrigerant vapor [Pa] | |
Temperature | T | Temperature of refrigerant [K] |
Outputs
Type | Name | Description |
---|---|---|
SpecificVolume | v | Specific volume of refrigerant [m3/kg] |