modelPoly_R410a_EEV_18
Polynomial - R410a - EEV - 1.8 mm
Extends from PolynomialFlowCoefficient (Model describing flow coefficient based on polynomial approach).
Information
This model contains a calculation procedure for flow coefficients
presented by Li (2013).
| Reference | Formula | Refrigerants |
Validity Tcondensing
|
Validity Tevaporating
|
Validity Tsubcooling
|
|---|---|---|---|---|---|
| Li2013 |
C = a1 + a2*opening + a3*opening^2 +
a4*opening*(Tsubcooling/Tcrit) +
a5*(Tsubcooling/Tcrit) +
a6*(Tsubcooling/Tcrit)^2
|
R410A
|
30 - 50 °C
|
0 - 30 °C
|
1.5 - 15 °C
|
References
Li, W. (2013): Simplified modeling analysis ofmass flow characteristics in electronic expansion valve. In: Applied Thermal Engineering 53(1), S. 8–12
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelling approach | |||
| Types.PolynomialModels | polyMod (from PolynomialFlowCoefficient) | Types.PolynomialModels.ShanweiEtAl2005 | Chose predefined polynomial model for flow coefficient |
| Real[:] | a (from PolynomialFlowCoefficient) | Multiplication factors for each summand | |
| Real[:] | b (from PolynomialFlowCoefficient) | Exponents for each summand | |
| Integer | nT (from PolynomialFlowCoefficient) | size(a, 1) | Number of terms used for the calculation procedure |
| Further geometry data | |||
| Modelica.Units.SI.Diameter | dCle (from PolynomialFlowCoefficient) | 0.02e-3 | Clearance diameter dCle = d_inner - d_needle |
| Real | pDifRat (from PolynomialFlowCoefficient) | 0.84 | Pressure differential ratio factor depending on valve moddeld |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real | opening (from PartialFlowCoefficient) | Current valve's opening | |
| Modelica.Units.SI.Area | AVal (from PartialFlowCoefficient) | Cross-sectional area of the expansion valve | |
| Modelica.Units.SI.Diameter | dInlPip (from PartialFlowCoefficient) | Diameter of the pipe at valve's inlet | |
| Medium.ThermodynamicState | staInl (from PartialFlowCoefficient) | Thermodynamic state at valve's inlet conditions | |
| Medium.ThermodynamicState | staOut (from PartialFlowCoefficient) | Thermodynamic state at valve's outlet conditions | |
| Modelica.Units.SI.AbsolutePressure | pInl (from PartialFlowCoefficient) | Pressure at valves's inlet conditions | |
| Modelica.Units.SI.AbsolutePressure | pOut (from PartialFlowCoefficient) | Pressure at valves's outlet conditions | |
| Real | C (from PartialFlowCoefficient) | Mass flow coefficient used for expansion valves | |
| Real[nT] | P (from PolynomialFlowCoefficient) | Array that contains all coefficients used for the calculation procedure | |
| Real | corFact (from PolynomialFlowCoefficient) | Corraction factor used to correct flow coefficient |
Revisions
- October 16, 2017, by Mirko Engelpracht:
First implementation (see issue 457).