recordBDSP_IIR_P1_48_T233_340

Record with fitting coefficients calculated for first implementation

Extends from AixLib.DataBase.Media.Refrigerants.BubbleDewStatePropertiesBaseDataDefinition (Base data definition for fitting coefficients of thermodynamic state properties at bubble and dew line).

Information

In this record, fitting coefficients are provided for thermodynamic properties at bubble and dew line. For detailed information of these thermodynamic properties as well as the fitting coefficients, please checkout AixLib.DataBase.Media.Refrigerants.BubbleDewStatePropertiesBaseDataDefinition . The fitting coefficients are used in a hybrid refrigerant model provided in AixLib.Media.Refrigerants . For detailed information, please checkout AixLib.Media.Refrigerants.Interfaces.TemplateHybridTwoPhaseMediumRecord .

Assumptions and limitations

The provided coefficients are fitted to external data by Engelpracht and are valid within the following range:

"Range of validiry" cellspacing="0" cellpadding="2" border="1" width="30%" style="border-collapse:collapse;">

Parameter

Minimum Value

Maximum Value

Pressure (p) in bar

1

48

Temperature (T) in K

233.15

340.15

The reference point is defined as 200 kJ/kg and 1 kJ/kg/K, respectively, for enthalpy and entropy for the saturated liquid at 273.15 K.

References

Engelpracht, Mirko (2017): Development of modular and scalable simulation models for heat pumps and chillers considering various refrigerants. Master Thesis

Parameters

TypeNameDefaultDescription
General
Stringname (from BubbleDewStatePropertiesBaseDataDefinition)Short description of the record
Saturation pressure
Integerpsat_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for saturation pressure
Real[:]psat_N (from BubbleDewStatePropertiesBaseDataDefinition)First coefficient for saturation pressure
Real[:]psat_E (from BubbleDewStatePropertiesBaseDataDefinition)Second coefficient for saturation pressure
Saturation temperature
IntegerTsat_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for saturation temperature
Real[:]Tsat_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for saturation temperature
Real[:]Tsat_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (p) | Std input (p) | Mean output (T) | Std output (T)
Bubble density
Integerdl_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for bubble density
Real[:]dl_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for bubble density
Real[:]dl_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (T) | Std input (T) | Mean output (dl) | Std output (dl)
Dew density
Integerdv_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for dew density
Real[:]dv_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for dew density
Real[:]dv_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (T) | Std input (T) | Mean output (dv) | Std output (dv)
Bubble Enthalpy
Integerhl_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for bubble enthalpy
Real[:]hl_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for bubble enthalpy
Real[:]hl_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (p) | Std input (p) | Mean output (hl) | Std output (hl)
Dew Enthalpy
Integerhv_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for dew enthalpy
Real[:]hv_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for dew enthalpy
Real[:]hv_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (p) | Std input (p) | Mean output (hv) | Std output (hv)
Bubble Entropy
Integersl_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for bubble entropy
Real[:]sl_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for bubble entropy
Real[:]sl_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (p) | Std input (p) | Mean output (sl) | Std output (sl)
Dew Entropy
Integersv_Nt (from BubbleDewStatePropertiesBaseDataDefinition)Number of terms for dew entropy
Real[:]sv_N (from BubbleDewStatePropertiesBaseDataDefinition)Fitting coefficients for dew entropy
Real[:]sv_IO (from BubbleDewStatePropertiesBaseDataDefinition)Mean input (p) | Std input (p) | Mean output (sv) | Std output (sv)

Revisions

  • June 14, 2017, by Mirko Engelpracht, Christian Vering:
    First implementation (see issue 408).